diff options
author | tobez <tobez@FreeBSD.org> | 2007-04-03 13:59:57 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-04-03 13:59:57 +0000 |
commit | c97e93846f70891fe73070c61d5ad54a321467b1 (patch) | |
tree | 4d9caa671916172589083f5fb8327b4fb685c939 /devel | |
parent | 39483b78a907333af3baff58c956620f42af5d0f (diff) | |
download | FreeBSD-ports-c97e93846f70891fe73070c61d5ad54a321467b1.zip FreeBSD-ports-c97e93846f70891fe73070c61d5ad54a321467b1.tar.gz |
Add devel/p5-Directory-Scratch 0.12, a Perl module that provides an
easy-to-use self-cleaning scratch space.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch/Makefile | 27 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch/pkg-descr | 7 | ||||
-rw-r--r-- | devel/p5-Directory-Scratch/pkg-plist | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b40e092..bdb5f3a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1095,6 +1095,7 @@ SUBDIR += p5-Devel-ptkdb SUBDIR += p5-Dialog SUBDIR += p5-Dir-Project + SUBDIR += p5-Directory-Scratch SUBDIR += p5-Env-PS1 SUBDIR += p5-Env-Path SUBDIR += p5-Errno diff --git a/devel/p5-Directory-Scratch/Makefile b/devel/p5-Directory-Scratch/Makefile new file mode 100644 index 0000000..528ec85 --- /dev/null +++ b/devel/p5-Directory-Scratch/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: devel/p5-Directory-Scratch +# Date created: 03 April 2007 +# Whom: Anton Berezin <tobez@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Directory-Scratch +PORTVERSION= 0.12 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Directory +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org +COMMENT= Easy-to-use self-cleaning scratch space + +BUILD_DEPENDS= ${SITE_PERL}/Path/Class.pm:${PORTSDIR}/devel/p5-Path-Class \ + ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \ + p5-String-Random>0:${PORTSDIR}/devel/p5-String-Random +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Directory::Scratch.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Directory-Scratch/distinfo b/devel/p5-Directory-Scratch/distinfo new file mode 100644 index 0000000..fcb6838 --- /dev/null +++ b/devel/p5-Directory-Scratch/distinfo @@ -0,0 +1,3 @@ +MD5 (Directory-Scratch-0.12.tar.gz) = 5d8836efebfc49bb8531d44d68a5aa79 +SHA256 (Directory-Scratch-0.12.tar.gz) = 88e665a6b50a5791158593db16ec11bcec48c743383b9fff51e924313fc51d71 +SIZE (Directory-Scratch-0.12.tar.gz) = 38259 diff --git a/devel/p5-Directory-Scratch/pkg-descr b/devel/p5-Directory-Scratch/pkg-descr new file mode 100644 index 0000000..94df047 --- /dev/null +++ b/devel/p5-Directory-Scratch/pkg-descr @@ -0,0 +1,7 @@ +It's often inconvenient to correctly create a platform-independent +temporary storage space, manipulate files inside it, then clean it up. + +This module aims to eliminate that problem by making it easy to do +things right. + +WWW: http://search.cpan.org/dist/Directory-Scratch/ diff --git a/devel/p5-Directory-Scratch/pkg-plist b/devel/p5-Directory-Scratch/pkg-plist new file mode 100644 index 0000000..937175e --- /dev/null +++ b/devel/p5-Directory-Scratch/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Directory/Scratch.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Scratch/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Scratch +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory +@dirrmtry %%SITE_PERL%%/Directory |