diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-30 01:05:41 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-30 01:05:41 +0000 |
commit | 2965e82f1b733909d3ad73d172aebf3852a77521 (patch) | |
tree | e27097de8cde8e87c11a121c2c26dd27b9e90b5e /misc/p5-File-CounterFile | |
parent | f93c4801fe1b279a6091bb439ba687f4542f8668 (diff) |
Notes
Diffstat (limited to 'misc/p5-File-CounterFile')
-rw-r--r-- | misc/p5-File-CounterFile/Makefile | 25 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/distinfo | 1 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-comment | 1 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-descr | 6 | ||||
-rw-r--r-- | misc/p5-File-CounterFile/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/misc/p5-File-CounterFile/Makefile b/misc/p5-File-CounterFile/Makefile new file mode 100644 index 000000000000..800ba992ba72 --- /dev/null +++ b/misc/p5-File-CounterFile/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-File-CounterFile +# Date created: Jan 28 2000 +# Whom: Wei-chun Chao +# +# $FreeBSD$ +# + +PORTNAME= File-CounterFile +PORTVERSION= 0.12 +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= File +PKGNAMEPREFIX= p5- + +MAINTAINER= wchao@isi.edu + +USE_PERL5= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= File::CounterFile.3 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include <bsd.port.mk> diff --git a/misc/p5-File-CounterFile/distinfo b/misc/p5-File-CounterFile/distinfo new file mode 100644 index 000000000000..c7586a49f2fa --- /dev/null +++ b/misc/p5-File-CounterFile/distinfo @@ -0,0 +1 @@ +MD5 (File-CounterFile-0.12.tar.gz) = 3102c3a464278b42ccd5a2eca250cabc diff --git a/misc/p5-File-CounterFile/pkg-comment b/misc/p5-File-CounterFile/pkg-comment new file mode 100644 index 000000000000..6b0b03feb861 --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-comment @@ -0,0 +1 @@ +Perl module for persistent counter class diff --git a/misc/p5-File-CounterFile/pkg-descr b/misc/p5-File-CounterFile/pkg-descr new file mode 100644 index 000000000000..66b0967b252e --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-descr @@ -0,0 +1,6 @@ +This Perl module implements a persistent counter class. Each counter is +represented by a separate file in the file system. File locking is applied, +so multiple processes might try to access the same counters at the same +time without risk fo counter destruction. + +WWW: http://www.cpan.org/ diff --git a/misc/p5-File-CounterFile/pkg-plist b/misc/p5-File-CounterFile/pkg-plist new file mode 100644 index 000000000000..793ad04e705c --- /dev/null +++ b/misc/p5-File-CounterFile/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/File/CounterFile.pm +lib/perl5/site_perl/%%PERL_VER%%/File/Listing.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File/CounterFile +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File +@dirrm lib/perl5/site_perl/%%PERL_VER%%/File |