Add p5-Tie-ShareLite, a Tied hash interface to IPC::ShareLite
PR: 90637 Submitted by: Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
This commit is contained in:
parent
cbb4dd7664
commit
92fc3f8025
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151726
@ -1191,6 +1191,7 @@
|
||||
SUBDIR += p5-Tie-Hash-Sorted
|
||||
SUBDIR += p5-Tie-Hash-TwoWay
|
||||
SUBDIR += p5-Tie-IxHash
|
||||
SUBDIR += p5-Tie-ShareLite
|
||||
SUBDIR += p5-Tie-iCal
|
||||
SUBDIR += p5-Time-Duration
|
||||
SUBDIR += p5-Time-HiRes
|
||||
|
25
devel/p5-Tie-ShareLite/Makefile
Normal file
25
devel/p5-Tie-ShareLite/Makefile
Normal file
@ -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>
|
3
devel/p5-Tie-ShareLite/distinfo
Normal file
3
devel/p5-Tie-ShareLite/distinfo
Normal file
@ -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
|
7
devel/p5-Tie-ShareLite/pkg-descr
Normal file
7
devel/p5-Tie-ShareLite/pkg-descr
Normal file
@ -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/
|
5
devel/p5-Tie-ShareLite/pkg-plist
Normal file
5
devel/p5-Tie-ShareLite/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user