Date: Mon, 14 Mar 2005 18:28:36 +0800 (CST) From: Cheng-Lung Sung <clsung@tw.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/78809: [NEW PORT] lang/pugs: A Perl6 Implementation Message-ID: <20050314102836.8725D8B@GOING04.iis.sinica.edu.tw> Resent-Message-ID: <200503141020.j2EAK2At086988@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78809 >Category: ports >Synopsis: [NEW PORT] lang/pugs: A Perl6 Implementation >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: Mon Mar 14 10:20:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Cheng-Lung Sung >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD GOING04.iis.sinica.edu.tw 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #4: Tue Jan 18 10:14:47 CST 2005 >Description: Pugs is an implementation of Perl 6, written in Haskell. It aims to support the full Perl6 specification, as detailed in the Synopses. WWW: http://pugscode.org/ Generated with FreeBSD Port Tools 0.63 Note, I would like to file it in pr instead of just commit it :) >How-To-Repeat: >Fix: --- pugs-6.0.11.shar begins here --- # 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: # # pugs # pugs/Makefile # pugs/pkg-descr # pugs/pkg-plist # pugs/distinfo # echo c - pugs mkdir -p pugs > /dev/null 2>&1 echo x - pugs/Makefile sed 's/^X//' >pugs/Makefile << 'END-of-pugs/Makefile' X# New ports collection makefile for: lang/pugs X# Date created: Mon Mar 14 16:01:08 CST 2005 X# Whom: clsung X# X# $FreeBSD$ X# X XPORTNAME= pugs XPORTVERSION= 6.0.11 XCATEGORIES= lang devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= ../../authors/id/A/AU/AUTRIJUS XDISTNAME= Perl6-Pugs-${PORTVERSION} X XMAINTAINER= clsung@FreeBSD.org XCOMMENT= A Perl6 Implementation X XBUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc \ X ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple X XPERL_CONFIGURE= yes X XMAN3= Perl6::Pugs.3 X X.include <bsd.port.pre.mk> X X.if ${PERL_LEVEL} < 500806 XIGNORE= This program only support perl 5.8.6 or above X.endif X Xpost-configure: X @${REINPLACE_CMD} -e '/^INSTALLPRIVLIB/s,${PREFIX}/lib,${PREFIX}/lib/perl6,;' \ X -e '/^INSTALLARCHLIB/s,${PREFIX}/lib,${PREFIX}/lib/perl6/mach,' \ X ${WRKSRC}/Makefile X X.include <bsd.port.post.mk> END-of-pugs/Makefile echo x - pugs/pkg-descr sed 's/^X//' >pugs/pkg-descr << 'END-of-pugs/pkg-descr' XPugs is an implementation of Perl 6, written in Haskell. XIt aims to support the full Perl6 specification, Xas detailed in the Synopses. X XWWW: http://pugscode.org/ END-of-pugs/pkg-descr echo x - pugs/pkg-plist sed 's/^X//' >pugs/pkg-plist << 'END-of-pugs/pkg-plist' Xbin/kwid Xbin/pugs Xbin/pugscc Xlib/perl6/Kwid.pm Xlib/perl6/perlkwid.kwid Xlib/perl6/Test.pm X%%SITE_PERL%%/Perl6/Pugs.pm X%%SITE_PERL%%/Pugs/MakeMaker.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs/.packlist X@dirrm %%SITE_PERL%%/Pugs X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs X@unexec rmdir %D/lib/perl6 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/Perl6 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 2>/dev/null || true END-of-pugs/pkg-plist echo x - pugs/distinfo sed 's/^X//' >pugs/distinfo << 'END-of-pugs/distinfo' XMD5 (Perl6-Pugs-6.0.11.tar.gz) = 0ff4b1f4b93d2288894e975f0e4926a1 XSIZE (Perl6-Pugs-6.0.11.tar.gz) = 315826 END-of-pugs/distinfo exit --- pugs-6.0.11.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050314102836.8725D8B>