diff options
author | will <will@FreeBSD.org> | 2000-06-30 09:05:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-30 09:05:41 +0800 |
commit | 930b2f0aad4e66744971c46a0a6ec3b2e3df56e8 (patch) | |
tree | d8cff3eaf3618ff0630df15c5d1cb7bfd5a33049 /misc | |
parent | 7c7c521ef7ba7ad8c67e697f3e648437875a7b8f (diff) | |
download | freebsd-ports-gnome-930b2f0aad4e66744971c46a0a6ec3b2e3df56e8.tar.gz freebsd-ports-gnome-930b2f0aad4e66744971c46a0a6ec3b2e3df56e8.tar.zst freebsd-ports-gnome-930b2f0aad4e66744971c46a0a6ec3b2e3df56e8.zip |
Add p5-File-CounterFile, a perl module for persistent counters.
PR: 17416
Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-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 |
6 files changed, 40 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2294dc71678d..21015c945ddd 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -91,6 +91,7 @@ SUBDIR += orville-write SUBDIR += p5-Array-PrintCols SUBDIR += p5-Business-CreditCard + SUBDIR += p5-File-CounterFile SUBDIR += p5-I18N-Charset SUBDIR += p5-I18N-LangTags SUBDIR += p5-Locale-Codes 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 |