Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2006 04:46:49 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/100307: [NEW PORT] devel/p5-Dir-Project: Project Environment determination
Message-ID:  <20060714204649.C687A306@netnews.NCTU.edu.tw>
Resent-Message-ID: <200607142050.k6EKoHRW027113@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <gslin@gslin.org>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060714204649.C687A306>