From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jan 21 18:50:03 2009 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 DB5291065687 for ; Wed, 21 Jan 2009 18:50:03 +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 B423E8FC21 for ; Wed, 21 Jan 2009 18:50:03 +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 n0LIo3YB095077 for ; Wed, 21 Jan 2009 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n0LIo3g4095076; Wed, 21 Jan 2009 18:50:03 GMT (envelope-from gnats) Resent-Date: Wed, 21 Jan 2009 18:50:03 GMT Resent-Message-Id: <200901211850.n0LIo3g4095076@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, Steven Kreuzer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DBE410656BF for ; Wed, 21 Jan 2009 18:49:00 +0000 (UTC) (envelope-from skreuzer@exit2shell.com) Received: from slurry.exit2shell.com (64.147.119.38.static.nyinternet.net [64.147.119.38]) by mx1.freebsd.org (Postfix) with ESMTP id C216A8FC18 for ; Wed, 21 Jan 2009 18:48:59 +0000 (UTC) (envelope-from skreuzer@exit2shell.com) Received: from slurry.exit2shell.com (64.147.119.38.static.nyinternet.net [64.147.119.38]) by slurry.exit2shell.com (8.14.3/8.14.3) with ESMTP id n0LImrbP058232 for ; Wed, 21 Jan 2009 13:48:58 -0500 (EST) (envelope-from skreuzer@slurry.exit2shell.com) Received: (from skreuzer@localhost) by slurry.exit2shell.com (8.14.3/8.14.3/Submit) id n0LImrHn058231; Wed, 21 Jan 2009 13:48:53 -0500 (EST) (envelope-from skreuzer) Message-Id: <200901211848.n0LImrHn058231@slurry.exit2shell.com> Date: Wed, 21 Jan 2009 13:48:53 -0500 (EST) From: Steven Kreuzer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/130837: [NEW PORT] devel/p5-relative: Load modules with relative names 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: Wed, 21 Jan 2009 18:50:04 -0000 >Number: 130837 >Category: ports >Synopsis: [NEW PORT] devel/p5-relative: Load modules with relative names >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: Wed Jan 21 18:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 7.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD slurry.exit2shell.com 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Mon Nov 24 14:01:09 EST 2008 >Description: relative - Load modules with relative names This module allows you to load modules using only parts of their name, relatively to the current module or to a given module. Module names are by default searched below the current module, but can be searched upper in the hierarchy using the ..:: syntax. WWW: http://search.cpan.org/~saper/relative-0.04/lib/relative.pm Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-relative-0.04.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-relative # p5-relative/distinfo # p5-relative/Makefile # p5-relative/pkg-descr # p5-relative/pkg-plist # echo c - p5-relative mkdir -p p5-relative > /dev/null 2>&1 echo x - p5-relative/distinfo sed 's/^X//' >p5-relative/distinfo << 'f39123ac81856abf5ab01db40252d2f3' XMD5 (relative-0.04.tar.gz) = 923b48653599f2f7fcc7eba12db462ea XSHA256 (relative-0.04.tar.gz) = 78e0499d5392548ff7385cc1ebe697200e399498007f1148bf755d415d2d5780 XSIZE (relative-0.04.tar.gz) = 6408 f39123ac81856abf5ab01db40252d2f3 echo x - p5-relative/Makefile sed 's/^X//' >p5-relative/Makefile << '814b76f5ff684315e07996002e402fb7' X# New ports collection makefile for: devel/p5-relative X# Date created: Tue Dec 9 11:32:16 EST 2008 X# Whom: skreuzer@exit2shell.com X# X# $FreeBSD$ X# X XPORTNAME= relative XPORTVERSION= 0.04 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= ../../authors/id/S/SA/SAPER XPKGNAMEPREFIX= p5- X XMAINTAINER= skreuzer@exit2shell.com XCOMMENT= Load modules with relative names X XRUN_DEPENDS= p5-UNIVERSAL-require>=0.11:${PORTSDIR}/devel/p5-UNIVERSAL-require X XBUILD_DEPEND= ${RUN_DEPENDS} \ X p5-Test-Simple>=0.74:${PORTSDIR}/devel/p5-Test-Simple X XPERL_CONFIGURE= yes X XMAN3= relative.3 X X.include 814b76f5ff684315e07996002e402fb7 echo x - p5-relative/pkg-descr sed 's/^X//' >p5-relative/pkg-descr << '40a974e1eb7052cfc53bf5eb5c07d984' Xrelative - Load modules with relative names X XThis module allows you to load modules using only parts of their name, Xrelatively to the current module or to a given module. Module names are by Xdefault searched below the current module, but can be searched upper in the Xhierarchy using the ..:: syntax. X XWWW: http://search.cpan.org/~saper/relative-0.04/lib/relative.pm 40a974e1eb7052cfc53bf5eb5c07d984 echo x - p5-relative/pkg-plist sed 's/^X//' >p5-relative/pkg-plist << '60e99f7a610c3153af98214c815e9fc4' X%%SITE_PERL%%/relative.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/relative/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/relative 60e99f7a610c3153af98214c815e9fc4 exit --- p5-relative-0.04.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: