Initial import of p5-Data-TemporaryBag 0.04
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.
This commit is contained in:
parent
859090f4a6
commit
c8f7fb755d
4 changed files with 27 additions and 0 deletions
4
p5-Data-TemporaryBag/DESCR
Normal file
4
p5-Data-TemporaryBag/DESCR
Normal file
|
@ -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.
|
18
p5-Data-TemporaryBag/Makefile
Normal file
18
p5-Data-TemporaryBag/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/05/21 10:03:06 xtraeme Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Data-TemporaryBag-0.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
|
||||
|
||||
MAINTAINER= packages@netbsd.org
|
||||
HOMEPAGE= http://search.cpan.org/search?dist=Data-TemporaryBag
|
||||
COMMENT= Handle long size data using temporary file
|
||||
|
||||
USE_BUILDLINK2= yes
|
||||
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Data/TemporaryBag/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Data-TemporaryBag/PLIST
Normal file
1
p5-Data-TemporaryBag/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/21 10:03:07 xtraeme Exp $
|
4
p5-Data-TemporaryBag/distinfo
Normal file
4
p5-Data-TemporaryBag/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/05/21 10:03:07 xtraeme Exp $
|
||||
|
||||
SHA1 (Data-TemporaryBag-0.04.tar.gz) = 37caea61c157eb7babc049f98192720977d35696
|
||||
Size (Data-TemporaryBag-0.04.tar.gz) = 3895 bytes
|
Loading…
Reference in a new issue