Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jun 2001 15:45:34 +0100 (BST)
From:      simond@irrelevant.org
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28147: New port: lang/malborge malborge programming language
Message-ID:  <200106141445.f5EEjYM20004@laptop.irrelevant.org>

next in thread | raw e-mail | index | archive | help

>Number:         28147
>Category:       ports
>Synopsis:       New port: lang/malborge malborge programming language
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 14 07:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Simon Dick
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
N/A
>Environment:
System: FreeBSD laptop.irrelevant.org 4.3-STABLE FreeBSD 4.3-STABLE #18: Fri Jun 1 14:59:50 BST 2001 root@laptop.irrelevant.org:/usr/obj/usr/src/sys/LAPTOP i386


>Description:
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	malbolge
#	malbolge/files
#	malbolge/files/patch-aa
#	malbolge/Makefile
#	malbolge/pkg-comment
#	malbolge/pkg-descr
#	malbolge/distinfo
#	malbolge/pkg-plist
#
echo c - malbolge
mkdir -p malbolge > /dev/null 2>&1
echo c - malbolge/files
mkdir -p malbolge/files > /dev/null 2>&1
echo x - malbolge/files/patch-aa
sed 's/^X//' >malbolge/files/patch-aa << 'END-of-malbolge/files/patch-aa'
X--- malbolge.c.orig	Thu Jun 14 13:13:55 2001
X+++ malbolge.c	Thu Jun 14 13:14:02 2001
X@@ -22,7 +22,7 @@
X #include <stdio.h>
X #include <stdlib.h>
X #include <ctype.h>
X-#include <malloc.h>
X+#include <stdlib.h>
X #include <string.h>
X 
X #ifdef __GNUC__
END-of-malbolge/files/patch-aa
echo x - malbolge/Makefile
sed 's/^X//' >malbolge/Makefile << 'END-of-malbolge/Makefile'
X# New ports collection makefile for:   malbolge
X# Date created:        14 June 2001
X# Whom:                simond@irrelevant.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	malbolge
XPORTVERSION=	1.0
XCATEGORIES=	lang
XMASTER_SITES=	http://www.mines.edu/students/b/bolmstea/malbolge/
XDISTNAME=	malbolge
X
XMAINTAINER=    simond@irrelevant.org
X
Xdo-build:
X	cd ${WRKSRC} && \
X		${CC} ${CFLAGS} malbolge.c -o malbolge
X
Xdo-install:
X	${INSTALL} -d -m 755 -o ${SHAREOWN} -g ${SHAREGRP} \
X		${PREFIX}/share/doc/malbolge
X	cd ${WRKSRC} && ${INSTALL_PROGRAM} malbolge ${PREFIX}/bin
X	cd ${WRKSRC} && ${INSTALL_MAN} malbolge.txt nop.mal \
X		${PREFIX}/share/doc/malbolge
X
X.include <bsd.port.mk>
END-of-malbolge/Makefile
echo x - malbolge/pkg-comment
sed 's/^X//' >malbolge/pkg-comment << 'END-of-malbolge/pkg-comment'
XAn Infernal programming language
END-of-malbolge/pkg-comment
echo x - malbolge/pkg-descr
sed 's/^X//' >malbolge/pkg-descr << 'END-of-malbolge/pkg-descr'
XMalbolge was truly created with the idea that programming should be hard.
XIt should be as close to the Infernal as a programming language possibly
Xcan be. It will continue to evolve over time, as newer, more twisted minds
Xattack this problem.
X
XWWW: http://www.mines.edu/students/b/bolmstea/malbolge/index.html
X
X- Simon Dick
Xsimond@irrelevant.org
END-of-malbolge/pkg-descr
echo x - malbolge/distinfo
sed 's/^X//' >malbolge/distinfo << 'END-of-malbolge/distinfo'
XMD5 (malbolge.tar.gz) = b7b0123a5be7611688130876da82ba82
END-of-malbolge/distinfo
echo x - malbolge/pkg-plist
sed 's/^X//' >malbolge/pkg-plist << 'END-of-malbolge/pkg-plist'
Xbin/malbolge
Xshare/doc/malbolge/malbolge.txt
Xshare/doc/malbolge/nop.mal
X@dirrm share/doc/malbolge
END-of-malbolge/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106141445.f5EEjYM20004>