From aaron@mail.finch.st  Thu Nov 11 18:08:09 2004
Return-Path: <aaron@mail.finch.st>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id E576A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 2004 18:08:09 +0000 (GMT)
Received: from mpls-qmqp-04.inet.qwest.net (mpls-qmqp-04.inet.qwest.net [63.231.195.115])
	by mx1.FreeBSD.org (Postfix) with SMTP id 5F50F43D2D
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 11 Nov 2004 18:08:09 +0000 (GMT)
	(envelope-from aaron@mail.finch.st)
Received: (qmail 61755 invoked by uid 0); 11 Nov 2004 18:08:09 -0000
Received: from mpls-pop-08.inet.qwest.net (63.231.195.8)
  by mpls-qmqp-04.inet.qwest.net with QMQP; 11 Nov 2004 18:08:09 -0000
Received: from finch.st (HELO mail.finch.st) (168.103.194.212)
  by mpls-pop-08.inet.qwest.net with SMTP; 11 Nov 2004 18:08:08 -0000
Received: from aaron by mail.finch.st with local (Exim 4.43 (FreeBSD))
	id 1CSJJN-0001rJ-T9
	for FreeBSD-gnats-submit@freebsd.org; Thu, 11 Nov 2004 11:04:45 -0700
Message-Id: <E1CSJJN-0001rJ-T9@mail.finch.st>
Date: Thu, 11 Nov 2004 11:04:45 -0700
From: "Aaron Dalton" <aaron@daltons.ca>
Sender: "Aaron Dalton" <aaron@mail.finch.st>
Reply-To: Aaron Dalton <aaron@daltons.ca>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New Port: devel/p5-Heap-Simple-Perl - A pure perl implementation of the Heap::Simple interface
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         73827
>Category:       ports
>Synopsis:       New Port: devel/p5-Heap-Simple-Perl - A pure perl implementation of the Heap::Simple interface
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 11 18:10:31 GMT 2004
>Closed-Date:    Wed Nov 24 10:19:16 GMT 2004
>Last-Modified:  Wed Nov 24 10:19:16 GMT 2004
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD chariss.finch.st 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Wed Sep 29 21:39:19 MDT 2004 aaron@chariss.finch.st:/usr/src/sys/i386/compile/CHARISS i386


	
>Description:
This module provides a pure perl implementation of the interface described 
in Heap::Simple. Look there for a description.

>How-To-Repeat:
	
>Fix:

	

--- submission.txt 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:
#
#	p5-Heap-Simple-Perl
#	p5-Heap-Simple-Perl/Makefile
#	p5-Heap-Simple-Perl/distinfo
#	p5-Heap-Simple-Perl/pkg-descr
#	p5-Heap-Simple-Perl/pkg-plist
#
echo c - p5-Heap-Simple-Perl
mkdir -p p5-Heap-Simple-Perl > /dev/null 2>&1
echo x - p5-Heap-Simple-Perl/Makefile
sed 's/^X//' >p5-Heap-Simple-Perl/Makefile << 'END-of-p5-Heap-Simple-Perl/Makefile'
X# New ports collection makefile for:	Heap::Simple::Perl
X# Date created:				11 November 2004
X# Whom:					Aaron Dalton <aaron@daltons.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Heap-Simple-Perl
XPORTVERSION=	0.08
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Heap
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	aaron@daltons.ca
XCOMMENT=	A pure perl implementation of the Heap::Simple interface
X
XBUILD_DEPENDS=	${SITE_PERL}/Heap/Simple.pm:${PORTSDIR}/devel/p5-Heap-Simple
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		Heap::Simple::Perl.3
X
X.include <bsd.port.pre.mk>
X
X.if ${PERL_LEVEL} < 500600
XIGNORE=		Uses ??{} in regexps, which came with perl5.6, install lang/perl5 or lang/perl5.8
X.endif
X
X.include <bsd.port.post.mk>
END-of-p5-Heap-Simple-Perl/Makefile
echo x - p5-Heap-Simple-Perl/distinfo
sed 's/^X//' >p5-Heap-Simple-Perl/distinfo << 'END-of-p5-Heap-Simple-Perl/distinfo'
XMD5 (Heap-Simple-Perl-0.08.tar.gz) = c57496bb3750d7118b1bf5450e876b6f
XSIZE (Heap-Simple-Perl-0.08.tar.gz) = 24269
END-of-p5-Heap-Simple-Perl/distinfo
echo x - p5-Heap-Simple-Perl/pkg-descr
sed 's/^X//' >p5-Heap-Simple-Perl/pkg-descr << 'END-of-p5-Heap-Simple-Perl/pkg-descr'
XThis module provides a pure perl implementation of the interface described 
Xin Heap::Simple. Look there for a description.
X
XWWW: http://search.cpan.org/dist/Heap-Simple-Perl/
XAuthor: Ton Hospel <cpan@ton.iguana.be>
X
X- Aaron Dalton
Xaaron@daltons.ca
END-of-p5-Heap-Simple-Perl/pkg-descr
echo x - p5-Heap-Simple-Perl/pkg-plist
sed 's/^X//' >p5-Heap-Simple-Perl/pkg-plist << 'END-of-p5-Heap-Simple-Perl/pkg-plist'
X%%SITE_PERL%%/Heap/Simple/Any.pm
X%%SITE_PERL%%/Heap/Simple/Array.pm
X%%SITE_PERL%%/Heap/Simple/Function.pm
X%%SITE_PERL%%/Heap/Simple/Hash.pm
X%%SITE_PERL%%/Heap/Simple/Less.pm
X%%SITE_PERL%%/Heap/Simple/Method.pm
X%%SITE_PERL%%/Heap/Simple/Number.pm
X%%SITE_PERL%%/Heap/Simple/NumberReverse.pm
X%%SITE_PERL%%/Heap/Simple/Object.pm
X%%SITE_PERL%%/Heap/Simple/Perl.pm
X%%SITE_PERL%%/Heap/Simple/Scalar.pm
X%%SITE_PERL%%/Heap/Simple/String.pm
X%%SITE_PERL%%/Heap/Simple/StringReverse.pm
X%%SITE_PERL%%/Heap/Simple/Wrapper.pm
X%%SITE_PERL%%/auto/Heap/Simple/Perl/_absorb.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/_e_recover.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/_i_recover.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/_key_absorb.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/autosplit.ix
X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_first.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_min.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_top.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_upto.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/first.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/first_key.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/infinity.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/insert.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/key.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/keys.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/min_key.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/top.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/top_key.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/user_data.al
X%%SITE_PERL%%/auto/Heap/Simple/Perl/values.al
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true
X@dirrm %%SITE_PERL%%/auto/Heap/Simple/Perl
X@unexec rmdir %D/%%SITE_PERL%%/auto/Heap/Simple 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/auto/Heap 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Heap/Simple 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/Heap 2>/dev/null || true
X
END-of-p5-Heap-Simple-Perl/pkg-plist
exit
--- submission.txt ends here ---


>Release-Note:
>Audit-Trail:

From: Aaron Dalton <aaron@daltons.ca>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/73827: New Port: devel/p5-Heap-Simple-Perl - A pure perl
 implementation of the Heap::Simple interface
Date: Sat, 13 Nov 2004 18:49:31 -0700

 This is a multi-part message in MIME format.
 --------------060903070505070800030404
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 This module has been updated since its original submission to the ports 
 tree.  Attached, please find the updated shar for the newest version.
 
 Cheers!
 Aaron Dalton
 
 --------------060903070505070800030404
 Content-Type: text/plain;
  name="hs-perl.txt"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline;
  filename="hs-perl.txt"
 
 # 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:
 #
 #	p5-Heap-Simple-Perl
 #	p5-Heap-Simple-Perl/Makefile
 #	p5-Heap-Simple-Perl/distinfo
 #	p5-Heap-Simple-Perl/pkg-descr
 #	p5-Heap-Simple-Perl/pkg-plist
 #
 echo c - p5-Heap-Simple-Perl
 mkdir -p p5-Heap-Simple-Perl > /dev/null 2>&1
 echo x - p5-Heap-Simple-Perl/Makefile
 sed 's/^X//' >p5-Heap-Simple-Perl/Makefile << 'END-of-p5-Heap-Simple-Perl/Makefile'
 X# New ports collection makefile for:	Heap::Simple::Perl
 X# Date created:				11 November 2004
 X# Whom:					Aaron Dalton <aaron@daltons.ca>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	Heap-Simple-Perl
 XPORTVERSION=	0.09
 XCATEGORIES=	devel perl5
 XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 XMASTER_SITE_SUBDIR=	Heap
 XPKGNAMEPREFIX=	p5-
 X
 XMAINTAINER=	aaron@daltons.ca
 XCOMMENT=	A pure perl implementation of the Heap::Simple interface
 X
 XBUILD_DEPENDS=	${SITE_PERL}/Heap/Simple.pm:${PORTSDIR}/devel/p5-Heap-Simple
 XRUN_DEPENDS=	${BUILD_DEPENDS}
 X
 XPERL_CONFIGURE=	yes
 X
 XMAN3=		Heap::Simple::Perl.3
 X
 X.include <bsd.port.pre.mk>
 X
 X.if ${PERL_LEVEL} < 500600
 XIGNORE=		Uses ??{} in regexps, which came with perl5.6, install lang/perl5 or lang/perl5.8
 X.endif
 X
 X.include <bsd.port.post.mk>
 END-of-p5-Heap-Simple-Perl/Makefile
 echo x - p5-Heap-Simple-Perl/distinfo
 sed 's/^X//' >p5-Heap-Simple-Perl/distinfo << 'END-of-p5-Heap-Simple-Perl/distinfo'
 XMD5 (Heap-Simple-Perl-0.09.tar.gz) = f17c35819866b67efe4467660c052879
 XSIZE (Heap-Simple-Perl-0.09.tar.gz) = 24551
 END-of-p5-Heap-Simple-Perl/distinfo
 echo x - p5-Heap-Simple-Perl/pkg-descr
 sed 's/^X//' >p5-Heap-Simple-Perl/pkg-descr << 'END-of-p5-Heap-Simple-Perl/pkg-descr'
 XThis module provides a pure perl implementation of the interface described 
 Xin Heap::Simple. Look there for a description.
 X
 XWWW: http://search.cpan.org/dist/Heap-Simple-Perl/
 XAuthor: Ton Hospel <cpan@ton.iguana.be>
 X
 X- Aaron Dalton
 Xaaron@daltons.ca
 END-of-p5-Heap-Simple-Perl/pkg-descr
 echo x - p5-Heap-Simple-Perl/pkg-plist
 sed 's/^X//' >p5-Heap-Simple-Perl/pkg-plist << 'END-of-p5-Heap-Simple-Perl/pkg-plist'
 X%%SITE_PERL%%/Heap/Simple/Any.pm
 X%%SITE_PERL%%/Heap/Simple/Array.pm
 X%%SITE_PERL%%/Heap/Simple/Function.pm
 X%%SITE_PERL%%/Heap/Simple/Hash.pm
 X%%SITE_PERL%%/Heap/Simple/Less.pm
 X%%SITE_PERL%%/Heap/Simple/Method.pm
 X%%SITE_PERL%%/Heap/Simple/Number.pm
 X%%SITE_PERL%%/Heap/Simple/NumberReverse.pm
 X%%SITE_PERL%%/Heap/Simple/Object.pm
 X%%SITE_PERL%%/Heap/Simple/Perl.pm
 X%%SITE_PERL%%/Heap/Simple/Scalar.pm
 X%%SITE_PERL%%/Heap/Simple/String.pm
 X%%SITE_PERL%%/Heap/Simple/StringReverse.pm
 X%%SITE_PERL%%/Heap/Simple/Wrapper.pm
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/_absorb.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/_e_recover.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/_i_recover.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/_key_absorb.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/autosplit.ix
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_first.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_min.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_top.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/extract_upto.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/first.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/first_key.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/infinity.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/insert.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/key.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/keys.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/min_key.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/top.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/top_key.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/user_data.al
 X%%SITE_PERL%%/auto/Heap/Simple/Perl/values.al
 X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl/.packlist
 X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/Perl
 X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple 2>/dev/null || true
 X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true
 X@dirrm %%SITE_PERL%%/auto/Heap/Simple/Perl
 X@unexec rmdir %D/%%SITE_PERL%%/auto/Heap/Simple 2>/dev/null || true
 X@unexec rmdir %D/%%SITE_PERL%%/auto/Heap 2>/dev/null || true
 X@unexec rmdir %D/%%SITE_PERL%%/Heap/Simple 2>/dev/null || true
 X@unexec rmdir %D/%%SITE_PERL%%/Heap 2>/dev/null || true
 X
 END-of-p5-Heap-Simple-Perl/pkg-plist
 exit
 
 
 --------------060903070505070800030404--
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Wed Nov 24 10:17:53 GMT 2004 
State-Changed-Why:  
Committed, thanks! 
Specify a portname in Makefile head, not module name please. 

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