mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add dis 1.0, a moderately Infernal programming language.
Cleaned up before commit. PR: 28146 Submitted by: simond@irrelevant.org
This commit is contained in:
parent
af5117e59e
commit
6b270faecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43998
@ -20,6 +20,7 @@
|
||||
SUBDIR += compaq-cc
|
||||
SUBDIR += crossgo32-f77
|
||||
SUBDIR += cu-prolog
|
||||
SUBDIR += dis
|
||||
SUBDIR += diveintopython
|
||||
SUBDIR += dylan
|
||||
SUBDIR += egcs
|
||||
|
33
lang/dis/Makefile
Normal file
33
lang/dis/Makefile
Normal file
@ -0,0 +1,33 @@
|
||||
# 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
|
||||
|
||||
post-patch:
|
||||
${PERL} -pi -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>
|
1
lang/dis/distinfo
Normal file
1
lang/dis/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (dis.tar.gz) = b71153263caa50eb6a3641812010aa2e
|
1
lang/dis/pkg-comment
Normal file
1
lang/dis/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A moderately Infernal programming language
|
12
lang/dis/pkg-descr
Normal file
12
lang/dis/pkg-descr
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
7
lang/dis/pkg-plist
Normal file
7
lang/dis/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user