1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-Data-TemporaryBag 0.04, a perl Bag class that handles long-sized data

using a temporary file.

PR:		32398
Submitted by:	Sergey Skvortsov <skv@protey.ru>
This commit is contained in:
Anton Berezin 2001-12-07 09:15:55 +00:00
parent ac6567bc09
commit 3c59058307
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51170
6 changed files with 39 additions and 0 deletions

View File

@ -334,6 +334,7 @@
SUBDIR += p5-Data-Flow
SUBDIR += p5-Data-HexDump
SUBDIR += p5-Data-ShowTable
SUBDIR += p5-Data-TemporaryBag
SUBDIR += p5-Date-Calc
SUBDIR += p5-Date-DayOfWeek
SUBDIR += p5-Date-Leapyear

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: Data::TemporaryBag
# Date created: 30 Nov 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Data-TemporaryBag
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
PKGNAMEPREFIX= p5-
MAINTAINER= skv@protey.ru
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Data::TemporaryBag.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Data-TemporaryBag-0.04.tar.gz) = f0b6fee3c0e1b1dcf3b9bf73a2ddaa79

View File

@ -0,0 +1 @@
Handle long size data using temporary file

View File

@ -0,0 +1,9 @@
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.
WWW: http://search.cpan.org/search?dist=Data-TemporaryBag
-- Sergey Skvortsov
skv@protey.ru

View File

@ -0,0 +1,5 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/TemporaryBag/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Data/TemporaryBag.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/TemporaryBag
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true