1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove abandoned ports (mastersite has vanished).

Requested by:	Simon Dick <simond@irrelevant.org> (maintainer)
PR:		ports/89059
This commit is contained in:
Simon Barner 2005-11-15 11:35:44 +00:00
parent 015652d2a2
commit 3047850d8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148365
10 changed files with 2 additions and 108 deletions

2
MOVED
View File

@ -1949,3 +1949,5 @@ net/libnet|net/libnet10|2005-11-14|Moved
net/libnet-devel/net/libnet|2005-11-14|Moved
graphics/libpixman||2005-11-14|Project merged into cairo
security/hping|net/hping|2005-11-15|Moved to a better category
lang/dis||2005-11-15|Master site has vanished
lang/malbolge||2005-11-15|Master site has vanished

View File

@ -31,7 +31,6 @@
SUBDIR += cu-prolog
SUBDIR += cyclone
SUBDIR += dice
SUBDIR += dis
SUBDIR += diveintopython
SUBDIR += drscheme
SUBDIR += dylan
@ -131,7 +130,6 @@
SUBDIR += lua4
SUBDIR += lush
SUBDIR += m3gdb
SUBDIR += malbolge
SUBDIR += mawk
SUBDIR += mdk
SUBDIR += metaocaml

View File

@ -1,36 +0,0 @@
# New ports collection makefile for: dis
# Date created: 14 June 2001
# Whom: simond@irrelevant.org
#
# $FreeBSD$
#
PORTNAME= dis
PORTVERSION= 1.0
CATEGORIES= lang
MASTER_SITES= http://www.mines.edu/students/b/bolmstea/malbolge/
DISTNAME= dis
MAINTAINER= simond@irrelevant.org
COMMENT= A moderately Infernal programming language
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/dis.c
do-build:
${CC} ${CFLAGS} ${WRKSRC}/dis.c -o ${WRKSRC}/dis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dis ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/dis
${INSTALL_DATA} ${WRKSRC}/dis.txt ${PREFIX}/share/doc/dis
.endif
${MKDIR} ${PREFIX}/share/examples/dis
${INSTALL_DATA} ${WRKSRC}/666.dis ${PREFIX}/share/examples/dis
${INSTALL_DATA} ${WRKSRC}/cat.dis ${PREFIX}/share/examples/dis
${INSTALL_DATA} ${WRKSRC}/cat_expl.dis ${PREFIX}/share/examples/dis
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (dis.tar.gz) = b71153263caa50eb6a3641812010aa2e
SIZE (dis.tar.gz) = 6418

View File

@ -1,12 +0,0 @@
Unfortunately, Malbolge was created too well--it has defied current attempts
to use it, and, no doubt, will be even worse in the future. Therefore, the
author, in a fit of sanity, created a second language, called Dis, after
Dante's Capital City of Hell, at the center of which is Malbolge. Dis is
like Malbolge, but, instead of attempting to be the absolute worst
programming language ever, simply tries to walk the fine line between
inhumanly difficult to use and actually impossible to use.
WWW: http://www.mines.edu/students/b/bolmstea/malbolge/index.html
- Simon Dick
simond@irrelevant.org

View File

@ -1,7 +0,0 @@
bin/dis
share/examples/dis/666.dis
share/examples/dis/cat.dis
share/examples/dis/cat_expl.dis
@dirrm share/examples/dis
%%PORTDOCS%%share/doc/dis/dis.txt
%%PORTDOCS%%@dirrm share/doc/dis

View File

@ -1,34 +0,0 @@
# New ports collection makefile for: malbolge
# Date created: 14 June 2001
# Whom: simond@irrelevant.org
#
# $FreeBSD$
#
PORTNAME= malbolge
PORTVERSION= 1.0
CATEGORIES= lang
MASTER_SITES= http://www.mines.edu/students/b/bolmstea/malbolge/
DISTNAME= malbolge
MAINTAINER= simond@irrelevant.org
COMMENT= An Infernal programming language
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' ${WRKSRC}/malbolge.c
do-build:
${CC} ${CFLAGS} ${WRKSRC}/malbolge.c -o ${WRKSRC}/malbolge
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/malbolge ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/malbolge
${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${PREFIX}/share/doc/malbolge
${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${WRKSRC}/nop.mal \
${PREFIX}/share/doc/malbolge
.endif
.include <bsd.port.mk>

View File

@ -1,2 +0,0 @@
MD5 (malbolge.tar.gz) = b7b0123a5be7611688130876da82ba82
SIZE (malbolge.tar.gz) = 6631

View File

@ -1,9 +0,0 @@
Malbolge was truly created with the idea that programming should be hard.
It should be as close to the Infernal as a programming language possibly
can be. It will continue to evolve over time, as newer, more twisted minds
attack this problem.
WWW: http://www.mines.edu/students/b/bolmstea/malbolge/index.html
- Simon Dick
simond@irrelevant.org

View File

@ -1,4 +0,0 @@
bin/malbolge
%%PORTDOCS%%share/doc/malbolge/malbolge.txt
%%PORTDOCS%%share/doc/malbolge/nop.mal
%%PORTDOCS%%@dirrm share/doc/malbolge