summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-15 11:35:44 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-15 11:35:44 +0000
commit3047850d8a94849771639a74ebe43359ba30437f (patch)
tree33391b1a372ad771f2e55f57ddd910a2a5b81f24 /lang
parentBump PORTVERSION. (diff)
Remove abandoned ports (mastersite has vanished).
Requested by: Simon Dick <simond@irrelevant.org> (maintainer) PR: ports/89059
Notes
Notes: svn path=/head/; revision=148365
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile2
-rw-r--r--lang/dis/Makefile36
-rw-r--r--lang/dis/distinfo2
-rw-r--r--lang/dis/pkg-descr12
-rw-r--r--lang/dis/pkg-plist7
-rw-r--r--lang/malbolge/Makefile34
-rw-r--r--lang/malbolge/distinfo2
-rw-r--r--lang/malbolge/pkg-descr9
-rw-r--r--lang/malbolge/pkg-plist4
9 files changed, 0 insertions, 108 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 67de90a35764..5df3d19f0672 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -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
diff --git a/lang/dis/Makefile b/lang/dis/Makefile
deleted file mode 100644
index 8111b0d8471e..000000000000
--- a/lang/dis/Makefile
+++ /dev/null
@@ -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>
diff --git a/lang/dis/distinfo b/lang/dis/distinfo
deleted file mode 100644
index 7ebcec68fedf..000000000000
--- a/lang/dis/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (dis.tar.gz) = b71153263caa50eb6a3641812010aa2e
-SIZE (dis.tar.gz) = 6418
diff --git a/lang/dis/pkg-descr b/lang/dis/pkg-descr
deleted file mode 100644
index 3d7dc73e73c0..000000000000
--- a/lang/dis/pkg-descr
+++ /dev/null
@@ -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
diff --git a/lang/dis/pkg-plist b/lang/dis/pkg-plist
deleted file mode 100644
index 67b6a52fe542..000000000000
--- a/lang/dis/pkg-plist
+++ /dev/null
@@ -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
diff --git a/lang/malbolge/Makefile b/lang/malbolge/Makefile
deleted file mode 100644
index 88bcccba355e..000000000000
--- a/lang/malbolge/Makefile
+++ /dev/null
@@ -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>
diff --git a/lang/malbolge/distinfo b/lang/malbolge/distinfo
deleted file mode 100644
index a6252a94c6ca..000000000000
--- a/lang/malbolge/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (malbolge.tar.gz) = b7b0123a5be7611688130876da82ba82
-SIZE (malbolge.tar.gz) = 6631
diff --git a/lang/malbolge/pkg-descr b/lang/malbolge/pkg-descr
deleted file mode 100644
index fe7ea8e69a3b..000000000000
--- a/lang/malbolge/pkg-descr
+++ /dev/null
@@ -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
diff --git a/lang/malbolge/pkg-plist b/lang/malbolge/pkg-plist
deleted file mode 100644
index 4bc526bf7cea..000000000000
--- a/lang/malbolge/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/malbolge
-%%PORTDOCS%%share/doc/malbolge/malbolge.txt
-%%PORTDOCS%%share/doc/malbolge/nop.mal
-%%PORTDOCS%%@dirrm share/doc/malbolge