summaryrefslogtreecommitdiff
path: root/devel/p5-Tie-ShareLite
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-21 09:43:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2005-12-21 09:43:43 +0000
commit92fc3f8025d46760eb48e22d9fa00bdc615c9761 (patch)
tree5cdecacbcbcc9b1595fd567a27059d2e2bba6bda /devel/p5-Tie-ShareLite
parento Update net/net6 to 1.2.1 [1] (diff)
Add p5-Tie-ShareLite, a Tied hash interface to IPC::ShareLite
PR: 90637 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=151726
Diffstat (limited to 'devel/p5-Tie-ShareLite')
-rw-r--r--devel/p5-Tie-ShareLite/Makefile25
-rw-r--r--devel/p5-Tie-ShareLite/distinfo3
-rw-r--r--devel/p5-Tie-ShareLite/pkg-descr7
-rw-r--r--devel/p5-Tie-ShareLite/pkg-plist5
4 files changed, 40 insertions, 0 deletions
diff --git a/devel/p5-Tie-ShareLite/Makefile b/devel/p5-Tie-ShareLite/Makefile
new file mode 100644
index 000000000000..27f433124486
--- /dev/null
+++ b/devel/p5-Tie-ShareLite/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: p5-Tie-ShareLite
+# Date created: 21 Dec 2005
+# Whom: jnlin@csie.nctu.edu.tw
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tie-ShareLite
+PORTVERSION= 0.03
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tie
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= jnlin@csie.nctu.edu.tw
+COMMENT= Tied hash interface to IPC::ShareLite
+
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
+ ${SITE_PERL}/${PERL_ARCH}/IPC/ShareLite.pm:${PORTSDIR}/devel/p5-IPC-ShareLite
+
+PERL_CONFIGURE= yes
+
+MAN3= Tie::ShareLite.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Tie-ShareLite/distinfo b/devel/p5-Tie-ShareLite/distinfo
new file mode 100644
index 000000000000..127fd482bc7e
--- /dev/null
+++ b/devel/p5-Tie-ShareLite/distinfo
@@ -0,0 +1,3 @@
+MD5 (Tie-ShareLite-0.03.tar.gz) = 6f4830050d63b1b855d7840d2f697809
+SHA256 (Tie-ShareLite-0.03.tar.gz) = 414e518fbf8bf588093bfbd2b688c4f630ab463b4927d14cbc0272950bcd9948
+SIZE (Tie-ShareLite-0.03.tar.gz) = 5017
diff --git a/devel/p5-Tie-ShareLite/pkg-descr b/devel/p5-Tie-ShareLite/pkg-descr
new file mode 100644
index 000000000000..9e90814076b4
--- /dev/null
+++ b/devel/p5-Tie-ShareLite/pkg-descr
@@ -0,0 +1,7 @@
+Tie::ShareLite provides for a tied hash interface to the IPC::ShareLite module
+that is very similar to the one provided by IPC::Shareable. Only hashes can be
+tied at this time. The hashes can be of any complexity allowed by the Storable
+module, however, there are some caveats covered in the REFERENCES section of
+manpage.
+
+WWW: http://search.cpan.org/dist/Tie-ShareLite/
diff --git a/devel/p5-Tie-ShareLite/pkg-plist b/devel/p5-Tie-ShareLite/pkg-plist
new file mode 100644
index 000000000000..6238ba824738
--- /dev/null
+++ b/devel/p5-Tie-ShareLite/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Tie/ShareLite.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/ShareLite/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/ShareLite
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true