From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 11 18:20:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5247716A4CE for ; Thu, 11 Nov 2004 18:20:30 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF5443D5A for ; Thu, 11 Nov 2004 18:20:30 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iABIKSan008433 for ; Thu, 11 Nov 2004 18:20:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iABIKSkZ008432; Thu, 11 Nov 2004 18:20:28 GMT (envelope-from gnats) Resent-Date: Thu, 11 Nov 2004 18:20:28 GMT Resent-Message-Id: <200411111820.iABIKSkZ008432@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aaron Dalton Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E6516A4CE for ; Thu, 11 Nov 2004 18:10:41 +0000 (GMT) Received: from mpls-qmqp-01.inet.qwest.net (mpls-qmqp-01.inet.qwest.net [63.231.195.112]) by mx1.FreeBSD.org (Postfix) with SMTP id 934CD43D2F for ; Thu, 11 Nov 2004 18:10:40 +0000 (GMT) (envelope-from aaron@mail.finch.st) Received: (qmail 47800 invoked by uid 0); 11 Nov 2004 18:10:37 -0000 Received: from unknown (63.231.195.9) by mpls-qmqp-01.inet.qwest.net with QMQP; 11 Nov 2004 18:10:37 -0000 Received: from finch.st (HELO mail.finch.st) (168.103.194.212) by mpls-pop-09.inet.qwest.net with SMTP; 11 Nov 2004 18:10:35 -0000 Received: from aaron by mail.finch.st with local (Exim 4.43 (FreeBSD)) id 1CSJLl-00022n-3f for FreeBSD-gnats-submit@freebsd.org; Thu, 11 Nov 2004 11:07:13 -0700 Message-Id: Date: Thu, 11 Nov 2004 11:07:13 -0700 From: "Aaron Dalton" Sender: "Aaron Dalton" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/73828: New Port: devel/p5-Heap-Simple-XS - An XS implementation of the Heap::Simple interface X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Aaron Dalton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 18:20:30 -0000 >Number: 73828 >Category: ports >Synopsis: New Port: devel/p5-Heap-Simple-XS - An XS implementation of the Heap::Simple interface >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 11 18:20:28 GMT 2004 >Closed-Date: >Last-Modified: >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 an XS 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-XS # p5-Heap-Simple-XS/Makefile # p5-Heap-Simple-XS/distinfo # p5-Heap-Simple-XS/pkg-descr # p5-Heap-Simple-XS/pkg-plist # echo c - p5-Heap-Simple-XS mkdir -p p5-Heap-Simple-XS > /dev/null 2>&1 echo x - p5-Heap-Simple-XS/Makefile sed 's/^X//' >p5-Heap-Simple-XS/Makefile << 'END-of-p5-Heap-Simple-XS/Makefile' X# New ports collection makefile for: Heap::Simple::XS X# Date created: 11 November 2004 X# Whom: Aaron Dalton X# X# $FreeBSD$ X# X XPORTNAME= Heap-Simple-XS XPORTVERSION= 0.05 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Heap XPKGNAMEPREFIX= p5- X XMAINTAINER= aaron@daltons.ca XCOMMENT= An XS 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::XS.3 X X.include 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 END-of-p5-Heap-Simple-XS/Makefile echo x - p5-Heap-Simple-XS/distinfo sed 's/^X//' >p5-Heap-Simple-XS/distinfo << 'END-of-p5-Heap-Simple-XS/distinfo' XMD5 (Heap-Simple-XS-0.05.tar.gz) = e999dd62f6a2750dd0758645797f483f XSIZE (Heap-Simple-XS-0.05.tar.gz) = 34875 END-of-p5-Heap-Simple-XS/distinfo echo x - p5-Heap-Simple-XS/pkg-descr sed 's/^X//' >p5-Heap-Simple-XS/pkg-descr << 'END-of-p5-Heap-Simple-XS/pkg-descr' XThis module provides an XS implementation of the interface described in XHeap::Simple. Look there for a description. X XWWW: http://search.cpan.org/dist/Heap-Simple-XS/ XAuthor: Ton Hospel X X- Aaron Dalton Xaaron@daltons.ca END-of-p5-Heap-Simple-XS/pkg-descr echo x - p5-Heap-Simple-XS/pkg-plist sed 's/^X//' >p5-Heap-Simple-XS/pkg-plist << 'END-of-p5-Heap-Simple-XS/pkg-plist' X%%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple/XS.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.so X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS 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@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple 2>/dev/null || true X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Heap 2>/dev/null || true X END-of-p5-Heap-Simple-XS/pkg-plist exit --- submission.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: