summaryrefslogtreecommitdiff
path: root/lang/dis
diff options
context:
space:
mode:
Diffstat (limited to 'lang/dis')
-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
4 files changed, 0 insertions, 57 deletions
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