From af29c7ba624fbd8872b4cfb816712b9513486e98 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 14 Jul 2006 21:21:22 +0000 Subject: 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/ PR: ports/100307 Submitted by: Gea-Suan Lin --- devel/p5-Dir-Project/Makefile | 24 ++++++++++++++++++++++++ devel/p5-Dir-Project/distinfo | 3 +++ devel/p5-Dir-Project/pkg-descr | 8 ++++++++ devel/p5-Dir-Project/pkg-plist | 9 +++++++++ 4 files changed, 44 insertions(+) create mode 100644 devel/p5-Dir-Project/Makefile create mode 100644 devel/p5-Dir-Project/distinfo create mode 100644 devel/p5-Dir-Project/pkg-descr create mode 100644 devel/p5-Dir-Project/pkg-plist (limited to 'devel/p5-Dir-Project') diff --git a/devel/p5-Dir-Project/Makefile b/devel/p5-Dir-Project/Makefile new file mode 100644 index 000000000000..af99cd1298a6 --- /dev/null +++ b/devel/p5-Dir-Project/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Dir-Project +# Date created: 2006-07-15 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Dir-Project +PORTVERSION= 3.000 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Dir +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Project Environment determination + +PERL_CONFIGURE= yes +CONFIGURE_ENV+= DIRPROJECT_PREFIX=${PREFIX} + +MAN1= project_bin.1 project_dir.1 +MAN3= Dir::Project.3 + +.include diff --git a/devel/p5-Dir-Project/distinfo b/devel/p5-Dir-Project/distinfo new file mode 100644 index 000000000000..dd7ee3f3b11e --- /dev/null +++ b/devel/p5-Dir-Project/distinfo @@ -0,0 +1,3 @@ +MD5 (Dir-Project-3.000.tar.gz) = a4e0d30b3a3502a5e3708f305314a5c7 +SHA256 (Dir-Project-3.000.tar.gz) = 2e9a41063623260aff41a5cfba4c61612ec484ead5c35575e6545c5532dc6e53 +SIZE (Dir-Project-3.000.tar.gz) = 9842 diff --git a/devel/p5-Dir-Project/pkg-descr b/devel/p5-Dir-Project/pkg-descr new file mode 100644 index 000000000000..e82b0c480051 --- /dev/null +++ b/devel/p5-Dir-Project/pkg-descr @@ -0,0 +1,8 @@ +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/ diff --git a/devel/p5-Dir-Project/pkg-plist b/devel/p5-Dir-Project/pkg-plist new file mode 100644 index 000000000000..9716c81bf1a2 --- /dev/null +++ b/devel/p5-Dir-Project/pkg-plist @@ -0,0 +1,9 @@ +@comment $FreeBSD$ +bin/project_bin +bin/project_dir +lib/project_dir.mk +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Project/.packlist +%%SITE_PERL%%/Dir/Project.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir/Project +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Dir +@dirrmtry %%SITE_PERL%%/Dir -- cgit v1.2.3