From clsung@GOING04.iis.sinica.edu.tw  Mon Mar 14 10:16:29 2005
Return-Path: <clsung@GOING04.iis.sinica.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 46D4A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Mar 2005 10:16:29 +0000 (GMT)
Received: from GOING04.iis.sinica.edu.tw (going04.iis.sinica.edu.tw [140.109.19.154])
	by mx1.FreeBSD.org (Postfix) with ESMTP id BC43843D41
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 14 Mar 2005 10:16:28 +0000 (GMT)
	(envelope-from clsung@GOING04.iis.sinica.edu.tw)
Received: by GOING04.iis.sinica.edu.tw (Postfix, from userid 1002)
	id 8725D8B; Mon, 14 Mar 2005 18:28:36 +0800 (CST)
Message-Id: <20050314102836.8725D8B@GOING04.iis.sinica.edu.tw>
Date: Mon, 14 Mar 2005 18:28:36 +0800 (CST)
From: Cheng-Lung Sung <clsung@tw.freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] lang/pugs: A Perl6 Implementation
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         78809
>Category:       ports
>Synopsis:       [NEW PORT] lang/pugs: A Perl6 Implementation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    clsung
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 14 10:20:01 GMT 2005
>Closed-Date:    Tue Mar 15 03:05:49 GMT 2005
>Last-Modified:  Tue Mar 15 03:05:49 GMT 2005
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->clsung 
Responsible-Changed-By: clsung 
Responsible-Changed-When: Mon Mar 14 10:23:13 GMT 2005 
Responsible-Changed-Why:  
Mine, to be open reviewed in 24 hrs. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78809 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Tue Mar 15 02:31:12 GMT 2005 
State-Changed-Why:  
Duplicate of ports/78808. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78809 
State-Changed-From-To: closed->open 
State-Changed-By: linimon 
State-Changed-When: Tue Mar 15 02:59:12 GMT 2005 
State-Changed-Why:  
I would really rather we close the Nth duplicate PRs and leave the 
first PR as the non-duplicate, but whatever. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78809 
State-Changed-From-To: open->closed 
State-Changed-By: clsung 
State-Changed-When: Tue Mar 15 03:05:39 GMT 2005 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=78809 
>Unformatted:
