From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 14 20:50:23 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 4485F16A4DA for ; Fri, 14 Jul 2006 20:50:23 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC5FF43D46 for ; Fri, 14 Jul 2006 20:50:22 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6EKoHAw027115 for ; Fri, 14 Jul 2006 20:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6EKoHRW027113; Fri, 14 Jul 2006 20:50:17 GMT (envelope-from gnats) Resent-Date: Fri, 14 Jul 2006 20:50:17 GMT Resent-Message-Id: <200607142050.k6EKoHRW027113@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 [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EC8D16A4E2 for ; Fri, 14 Jul 2006 20:46:53 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id D617D43D46 for ; Fri, 14 Jul 2006 20:46:50 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id C687A306; Sat, 15 Jul 2006 04:46:49 +0800 (CST) Message-Id: <20060714204649.C687A306@netnews.NCTU.edu.tw> Date: Sat, 15 Jul 2006 04:46:49 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100307: [NEW PORT] devel/p5-Dir-Project: Project Environment determination 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: Fri, 14 Jul 2006 20:50:23 -0000 >Number: 100307 >Category: ports >Synopsis: [NEW PORT] devel/p5-Dir-Project: Project Environment determination >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: Fri Jul 14 20:50:17 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: - Tinderbox log: http://tb.gslin.org/logs/4.11-FreeBSD/p5-Dir-Project-3.000.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl5/p5-Dir-Project-3.000.log http://tb.gslin.org/logs/4.11-FreeBSD-Perl58/p5-Dir-Project-3.000.log http://tb.gslin.org/logs/5.5-FreeBSD/p5-Dir-Project-3.000.log http://tb.gslin.org/logs/6-STABLE/p5-Dir-Project-3.000.log Dir::Project provides a way to locate a source-controlled directory (CVS, Subversion, Perforce, etc) using only the current working directory (cd). This prevents users from having to set other environment variables when they switch between areas, and allows scripts and such inside the directory to be executed without changing the user's PATH. WWW: http://search.cpan.org/dist/Dir-Project/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Dir-Project-3.000.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-Dir-Project # p5-Dir-Project/pkg-descr # p5-Dir-Project/Makefile # p5-Dir-Project/pkg-plist # p5-Dir-Project/distinfo # echo c - p5-Dir-Project mkdir -p p5-Dir-Project > /dev/null 2>&1 echo x - p5-Dir-Project/pkg-descr sed 's/^X//' >p5-Dir-Project/pkg-descr << 'END-of-p5-Dir-Project/pkg-descr' XDir::Project provides a way to locate a source-controlled directory X(CVS, Subversion, Perforce, etc) using only the current working Xdirectory (cd). This prevents users from having to set other Xenvironment variables when they switch between areas, and allows Xscripts and such inside the directory to be executed without changing Xthe user's PATH. X XWWW: http://search.cpan.org/dist/Dir-Project/ END-of-p5-Dir-Project/pkg-descr echo x - p5-Dir-Project/Makefile sed 's/^X//' >p5-Dir-Project/Makefile << 'END-of-p5-Dir-Project/Makefile' X# New ports collection makefile for: p5-Dir-Project X# Date created: 2006-07-15 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Dir-Project XPORTVERSION= 3.000 XCATEGORIES= devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Dir XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Project Environment determination X XPERL_CONFIGURE= yes XCONFIGURE_ENV+= DIRPROJECT_PREFIX=${PREFIX} X XMAN1= project_bin.1 project_dir.1 XMAN3= Dir::Project.3 X X.include END-of-p5-Dir-Project/Makefile echo x - p5-Dir-Project/pkg-plist sed 's/^X//' >p5-Dir-Project/pkg-plist << 'END-of-p5-Dir-Project/pkg-plist' X@comment $FreeBSD$ Xbin/project_bin Xbin/project_dir Xlib/project_dir.mk X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Project/.packlist X%%SITE_PERL%%/Dir/Project.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Project X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir X@dirrmtry %%SITE_PERL%%/Dir END-of-p5-Dir-Project/pkg-plist echo x - p5-Dir-Project/distinfo sed 's/^X//' >p5-Dir-Project/distinfo << 'END-of-p5-Dir-Project/distinfo' XMD5 (Dir-Project-3.000.tar.gz) = a4e0d30b3a3502a5e3708f305314a5c7 XSHA256 (Dir-Project-3.000.tar.gz) = 2e9a41063623260aff41a5cfba4c61612ec484ead5c35575e6545c5532dc6e53 XSIZE (Dir-Project-3.000.tar.gz) = 9842 END-of-p5-Dir-Project/distinfo exit --- p5-Dir-Project-3.000.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: