ports/56489: new port for lang/bf2c

Rene Ladan rene at dyn407-aud.nbw.tue.nl
Fri Sep 5 12:10:08 UTC 2003


>Number:         56489
>Category:       ports
>Synopsis:       new port for lang/bf2c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 05 05:10:06 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Rene Ladan
>Release:        FreeBSD 5.1-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD atmosphere.local 5.1-RELEASE-p2 FreeBSD 5.1-RELEASE-p2 #0: Thu Aug 14 22:05:50 CEST 2003 root at atmosphere.local:/usr/src-releng51/sys/i386/compile/RENE_2003-07-17 i386
>Description:
optimizing BF to C compiler
>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:
#
#	./lang/bf2c
#	./lang/bf2c/Makefile
#	./lang/bf2c/pkg-descr
#	./lang/bf2c/pkg-plist
#	./lang/bf2c/distinfo
#
echo c - ./lang/bf2c
mkdir -p ./lang/bf2c > /dev/null 2>&1
echo x - ./lang/bf2c/Makefile
sed 's/^X//' >./lang/bf2c/Makefile << 'END-of-./lang/bf2c/Makefile'
X# New ports collection makefile for:    bf2c
X# Date created:        4 Sep 2003
X# Whom:                r.c.ladan at student.tue.nl
X#
X# $FreeBSD$
X#
X
XPORTNAME=	bf2c
XPORTVERSION=    1.2.2
XCATEGORIES=     lang
XMASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=bf2c
X
XMAINTAINER=     r.c.ladan at student.tue.nl
XCOMMENT=        Optimizing BrainF*ck to C compiler
X
XUSE_GMAKE=      yes
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X	${MKDIR} ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
X	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
X.endif
X
X.include <bsd.port.mk>
END-of-./lang/bf2c/Makefile
echo x - ./lang/bf2c/pkg-descr
sed 's/^X//' >./lang/bf2c/pkg-descr << 'END-of-./lang/bf2c/pkg-descr'
XBrainF*ck is a minimalistic, yet Turing-complete programming language with
Xonly 8 instructions.  bf2c compiles a BF file into a corresponding C file,
Xoptimizing as much as possible for speed, size and readability.
X
XIt is written for fun, self-educating purposes and to beat existing
XBF compilers.
X
XWWW: http://bf2c.sourceforge.net/
X
X- Rene
Xr.c.ladan at student.tue.nl
END-of-./lang/bf2c/pkg-descr
echo x - ./lang/bf2c/pkg-plist
sed 's/^X//' >./lang/bf2c/pkg-plist << 'END-of-./lang/bf2c/pkg-plist'
Xbin/bf2c
X%%PORTDOCS%%%%DOCSDIR%%/LICENSE
X%%PORTDOCS%%%%DOCSDIR%%/README
X%%PORTDOCS%%@dirrm %%DOCSDIR%%
END-of-./pkg-plist
echo x - ./distinfo
sed 's/^X//' >./lang/bf2c/distinfo << 'END-of-./lang/bf2c/distinfo'
XMD5 (bf2c-1.2.2.tar.gz) = c0685f890ff7456d79171af20afdb0c4
END-of-./lang/bf2c/distinfo
exit




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



More information about the freebsd-ports-bugs mailing list