1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add malbolge 1.0, an Infernal programming language.

Cleaned up before commit.

PR:		28147
Submitted by:	simond@irrelevant.org
This commit is contained in:
Mark Pulford 2001-06-14 17:13:19 +00:00
parent 6b270faecd
commit 75912dcabb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43999
6 changed files with 47 additions and 0 deletions

View File

@ -64,6 +64,7 @@
SUBDIR += logo
SUBDIR += lua
SUBDIR += m3gdb
SUBDIR += malbolge
SUBDIR += mawk
SUBDIR += mdk
SUBDIR += mit-scheme

31
lang/malbolge/Makefile Normal file
View File

@ -0,0 +1,31 @@
# 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
post-patch:
${PERL} -pi -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>

1
lang/malbolge/distinfo Normal file
View File

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

View File

@ -0,0 +1 @@
An Infernal programming language

9
lang/malbolge/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
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

4
lang/malbolge/pkg-plist Normal file
View File

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