From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 16 03:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B544B106568E for ; Sun, 16 Nov 2008 03:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 8E42A8FC12 for ; Sun, 16 Nov 2008 03:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAG3e2d3087448 for ; Sun, 16 Nov 2008 03:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAG3e2Qm087447; Sun, 16 Nov 2008 03:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 16 Nov 2008 03:40:02 GMT Resent-Message-Id: <200811160340.mAG3e2Qm087447@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, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A96461065677 for ; Sun, 16 Nov 2008 03:38:58 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (60-199-248-144.static.tfn.net.tw [60.199.248.144]) by mx1.freebsd.org (Postfix) with ESMTP id 56A238FC08 for ; Sun, 16 Nov 2008 03:38:58 +0000 (UTC) (envelope-from gslin@host-1.pixnet.tw) Received: from host-1.pixnet.tw (gslin@localhost [127.0.0.1]) by host-1.pixnet.tw (8.14.2/8.14.2) with ESMTP id mAG3cviq063582; Sun, 16 Nov 2008 11:38:57 +0800 (CST) (envelope-from gslin@host-1.pixnet.tw) Received: (from gslin@localhost) by host-1.pixnet.tw (8.14.2/8.14.2/Submit) id mAG3cvgT063581; Sun, 16 Nov 2008 11:38:57 +0800 (CST) (envelope-from gslin) Message-Id: <200811160338.mAG3cvgT063581@host-1.pixnet.tw> Date: Sun, 16 Nov 2008 11:38:57 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/128900: [NEW PORT] devel/p5-constant-lexical: Perl pragma to declare lexical compile-time constants X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2008 03:40:02 -0000 >Number: 128900 >Category: ports >Synopsis: [NEW PORT] devel/p5-constant-lexical: Perl pragma to declare lexical compile-time constants >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: Sun Nov 16 03:40:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 7.0-STABLE amd64 >Organization: >Environment: System: FreeBSD host-1.pixnet.tw 7.0-STABLE FreeBSD 7.0-STABLE #1: Wed Jul 16 13:00:27 CST 2008 >Description: This module creates compile-time constants in the manner of constant.pm, but makes them local to the enclosing scope. WWW: http://search.cpan.org/dist/constant-lexical/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-constant-lexical-0.01.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: # # p5-constant-lexical # p5-constant-lexical/pkg-descr # p5-constant-lexical/Makefile # p5-constant-lexical/pkg-plist # p5-constant-lexical/distinfo # echo c - p5-constant-lexical mkdir -p p5-constant-lexical > /dev/null 2>&1 echo x - p5-constant-lexical/pkg-descr sed 's/^X//' >p5-constant-lexical/pkg-descr << '4d54e0209075a5dd571c1b9513158bbb' XThis module creates compile-time constants in the manner of Xconstant.pm, but makes them local to the enclosing scope. X XWWW: http://search.cpan.org/dist/constant-lexical/ 4d54e0209075a5dd571c1b9513158bbb echo x - p5-constant-lexical/Makefile sed 's/^X//' >p5-constant-lexical/Makefile << '23ae0c849094fd13c951adb2f72e9dca' X# New ports collection makefile for: p5-constant-lexical X# Date created: 2008-11-16 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= constant-lexical XPORTVERSION= 0.01 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/S/SP/SPROUT XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl pragma to declare lexical compile-time constants X XRUN_DEPENDS= p5-Sub-Delete>0:${PORTSDIR}/devel/p5-Sub-Delete X XPERL_CONFIGURE= yes XUSE_PERL5= 5.8.0+ X XMAN3= constant::lexical.3 X X.include 23ae0c849094fd13c951adb2f72e9dca echo x - p5-constant-lexical/pkg-plist sed 's/^X//' >p5-constant-lexical/pkg-plist << 'bbd01b0da85e880a1bf9b84dcf1ebe4b' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/lexical/.packlist X%%SITE_PERL%%/constant/lexical.pm X@dirrmtry %%SITE_PERL%%/constant X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/lexical X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant bbd01b0da85e880a1bf9b84dcf1ebe4b echo x - p5-constant-lexical/distinfo sed 's/^X//' >p5-constant-lexical/distinfo << '13ddc467375072ddf64f91e00a0f6292' XMD5 (constant-lexical-0.01.tar.gz) = 0a46f9aa30b596ee5ef0f50925094960 XSHA256 (constant-lexical-0.01.tar.gz) = 4663a9916e88c592e1d4e31145def8f0b20bd557fb0993126168fabb88f70d34 XSIZE (constant-lexical-0.01.tar.gz) = 3280 13ddc467375072ddf64f91e00a0f6292 exit --- p5-constant-lexical-0.01.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: