summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-30 01:05:41 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-30 01:05:41 +0000
commit2965e82f1b733909d3ad73d172aebf3852a77521 (patch)
treee27097de8cde8e87c11a121c2c26dd27b9e90b5e /misc
parentUpgrade to version 3.0. (diff)
Add p5-File-CounterFile, a perl module for persistent counters.
PR: 17416 Submitted by: Yu-Shun Wang <yushunwa@isi.edu>
Notes
Notes: svn path=/head/; revision=30002
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/p5-File-CounterFile/Makefile25
-rw-r--r--misc/p5-File-CounterFile/distinfo1
-rw-r--r--misc/p5-File-CounterFile/pkg-comment1
-rw-r--r--misc/p5-File-CounterFile/pkg-descr6
-rw-r--r--misc/p5-File-CounterFile/pkg-plist6
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