pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-TemporaryBag Import p5-Data-TemporaryBag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e17470434e5
branches:  trunk
changeset: 475033:9e17470434e5
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun May 09 05:39:00 2004 +0000

description:
Import p5-Data-TemporaryBag from pkgsrc-wip.  Packaged by xtraeme@.

Data::TemporaryBag module provides a bag object class handling long
size data.  The short size data are kept on memory.  When the data
size becomes over $Threshold size, they are saved into a temporary
file internally.

diffstat:

 devel/p5-Data-TemporaryBag/DESCR    |   4 ++++
 devel/p5-Data-TemporaryBag/Makefile |  19 +++++++++++++++++++
 devel/p5-Data-TemporaryBag/PLIST    |   1 +
 devel/p5-Data-TemporaryBag/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 96ead990efb1 -r 9e17470434e5 devel/p5-Data-TemporaryBag/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-TemporaryBag/DESCR  Sun May 09 05:39:00 2004 +0000
@@ -0,0 +1,4 @@
+Data::TemporaryBag module provides a bag object class handling long
+size data.  The short size data are kept on memory.  When the data
+size becomes over $Threshold size, they are saved into a temporary
+file internally.
diff -r 96ead990efb1 -r 9e17470434e5 devel/p5-Data-TemporaryBag/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-TemporaryBag/Makefile       Sun May 09 05:39:00 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/05/09 05:39:00 minskim Exp $
+#
+
+DISTNAME=      Data-TemporaryBag-0.04
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Data/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/search?dist=Data-TemporaryBag
+COMMENT=       Handle long size data using temporary file
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=        yes
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Data/TemporaryBag/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 96ead990efb1 -r 9e17470434e5 devel/p5-Data-TemporaryBag/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-TemporaryBag/PLIST  Sun May 09 05:39:00 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/09 05:39:00 minskim Exp $
diff -r 96ead990efb1 -r 9e17470434e5 devel/p5-Data-TemporaryBag/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Data-TemporaryBag/distinfo       Sun May 09 05:39:00 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/05/09 05:39:00 minskim Exp $
+
+SHA1 (Data-TemporaryBag-0.04.tar.gz) = 37caea61c157eb7babc049f98192720977d35696
+Size (Data-TemporaryBag-0.04.tar.gz) = 3895 bytes



Home | Main Index | Thread Index | Old Index