diff options
author | minskim <minskim> | 2004-11-20 04:11:07 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-11-20 04:11:07 +0000 |
commit | 2d0c7e524621908f26406399bf3a92b45e3fe5c2 (patch) | |
tree | de8a6fe63f6f79f2e0744344459d3bac07ae3ed8 /devel | |
parent | 3cf5a4ed9eae232e67710470feb3dd1b2cfd2a94 (diff) | |
download | pkgsrc-2d0c7e524621908f26406399bf3a92b45e3fe5c2.tar.gz |
Import p5-IO-LockedFile from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
IO::LockedFile class gives us the same interface of the IO::File class
to files with the unique difference that those files are locked using
the flock mechanism.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-LockedFile/DESCR | 3 | ||||
-rw-r--r-- | devel/p5-IO-LockedFile/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-IO-LockedFile/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-IO-LockedFile/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-IO-LockedFile/DESCR b/devel/p5-IO-LockedFile/DESCR new file mode 100644 index 00000000000..eccf2ba796b --- /dev/null +++ b/devel/p5-IO-LockedFile/DESCR @@ -0,0 +1,3 @@ +IO::LockedFile class gives us the same interface of the IO::File class +to files with the unique difference that those files are locked using +the flock mechanism. diff --git a/devel/p5-IO-LockedFile/Makefile b/devel/p5-IO-LockedFile/Makefile new file mode 100644 index 00000000000..1e38d36d514 --- /dev/null +++ b/devel/p5-IO-LockedFile/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/20 04:11:07 minskim Exp $ +# + +DISTNAME= IO-LockedFile-0.23 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5iol +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/} + +MAINTAINER= hiramatu@boreas.dti.ne.jp +HOMEPAGE= http://search.cpan.org/dist/IO-LockedFile/ +COMMENT= Supply object methods for locking files + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/IO/LockedFile/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-IO-LockedFile/PLIST b/devel/p5-IO-LockedFile/PLIST new file mode 100644 index 00000000000..ada848db47f --- /dev/null +++ b/devel/p5-IO-LockedFile/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/20 04:11:07 minskim Exp $ diff --git a/devel/p5-IO-LockedFile/distinfo b/devel/p5-IO-LockedFile/distinfo new file mode 100644 index 00000000000..7c95c9ba088 --- /dev/null +++ b/devel/p5-IO-LockedFile/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/20 04:11:07 minskim Exp $ + +SHA1 (IO-LockedFile-0.23.tar.gz) = 4c285e28abb29e97673faa0f6bee646336dc929d +Size (IO-LockedFile-0.23.tar.gz) = 7599 bytes |