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:
Juan Romero Pardines 2003-05-21 10:03:06 +00:00
parent 859090f4a6
commit c8f7fb755d
4 changed files with 27 additions and 0 deletions

View 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.

View 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"

View file

@ -0,0 +1 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2003/05/21 10:03:07 xtraeme Exp $

View 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