Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2002 05:50:02 -0800 (PST)
From:      Hye-Shik Chang <perky@fallin.lv>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/30395: New port: lang/spl
Message-ID:  <200203011350.g21Do2Z56749@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/30395; it has been noted by GNATS.

From: Hye-Shik Chang <perky@fallin.lv>
To: Giorgos Keramidas <keramida@freebsd.org>
Cc: ijliao@freebsd.org, freebsd-gnats-submit@freebsd.org
Subject: Re: ports/30395: New port: lang/spl
Date: Fri, 1 Mar 2002 22:45:03 +0900

 On Fri, Mar 01, 2002 at 12:21:00AM +0200, Giorgos Keramidas wrote:
 > Does this port still work?
 > It's been a while since ijliao asked for feedback.
 
 Oh sorry. I forgot. 
 This is a port for the new version.
 Please try again with this one.
 
 
 # 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:
 #
 #	spl
 #	spl/Makefile
 #	spl/distinfo
 #	spl/pkg-comment
 #	spl/pkg-descr
 #	spl/pkg-plist
 #
 echo c - spl
 mkdir -p spl > /dev/null 2>&1
 echo x - spl/Makefile
 sed 's/^X//' >spl/Makefile << 'END-of-spl/Makefile'
 X# New ports collection makefile for:	spl
 X# Date created:		6 September 2001
 X# Whom:			Hye-Shik Chang <perky@fallin.lv>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	spl
 XPORTVERSION=	1.2.1
 XCATEGORIES=	lang
 XMASTER_SITES=	http://shakespearelang.sourceforge.net/download/
 X
 XMAINTAINER=	perky@fallin.lv
 X
 XUSE_GMAKE=	yes
 XUSE_BISON=	yes
 X
 XALL_EXAMPLES=	Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \
 X		primes.spl reverse.spl shakesbeer.spl
 XPLIST_SUB=	EXAMPLESDIR=${EXAMPLESDIR:S|${PREFIX}/||g}
 X
 Xdo-install:
 X	${TAR} -C ${WRKSRC}/spl -cf- . | ${TAR} -C ${PREFIX} -xpf-
 X.if !defined(NOPORTDOCS)
 X	${MKDIR} ${EXAMPLESDIR}
 X	cd ${WRKSRC}/examples && ${INSTALL_DATA} ${ALL_EXAMPLES} ${EXAMPLESDIR}
 X	${PERL} -pi -e 's,^SPLPATH =.*,SPLPATH =${LOCALBASE},g' ${EXAMPLESDIR}/Makefile
 X.endif
 X
 X.include <bsd.port.mk>
 END-of-spl/Makefile
 echo x - spl/distinfo
 sed 's/^X//' >spl/distinfo << 'END-of-spl/distinfo'
 XMD5 (spl-1.2.1.tar.gz) = c31de8415af80819eb944a1cecadddde
 END-of-spl/distinfo
 echo x - spl/pkg-comment
 sed 's/^X//' >spl/pkg-comment << 'END-of-spl/pkg-comment'
 XShakespeare Programming Language
 END-of-spl/pkg-comment
 echo x - spl/pkg-descr
 sed 's/^X//' >spl/pkg-descr << 'END-of-spl/pkg-descr'
 XThe Shakespeare Programming Language is another esoteric
 Xprogramming language like Chef, Sorted! and others. The
 Xmain purpose of this language is to make the source code
 Xfor programs written with it, resemble a Shakespeare play.
 XYes, it's totally unnecessary, but also very fun.
 X
 XWWW: http://shakespearelang.sourceforge.net
 END-of-spl/pkg-descr
 echo x - spl/pkg-plist
 sed 's/^X//' >spl/pkg-plist << 'END-of-spl/pkg-plist'
 Xbin/spl2c
 Xlib/libspl.a
 Xinclude/spl.h
 X%%PORTDOCS%%%%EXAMPLESDIR%%/Makefile
 X%%PORTDOCS%%%%EXAMPLESDIR%%/hello.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/primes.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/reverse.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/fibonacci.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/fibonacci2.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/guess.spl
 X%%PORTDOCS%%%%EXAMPLESDIR%%/shakesbeer.spl
 X%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
 END-of-spl/pkg-plist
 exit
 

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?200203011350.g21Do2Z56749>