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:
parent
ac6567bc09
commit
3c59058307
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51170
@ -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
|
||||
|
22
devel/p5-Data-TemporaryBag/Makefile
Normal file
22
devel/p5-Data-TemporaryBag/Makefile
Normal 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>
|
1
devel/p5-Data-TemporaryBag/distinfo
Normal file
1
devel/p5-Data-TemporaryBag/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Data-TemporaryBag-0.04.tar.gz) = f0b6fee3c0e1b1dcf3b9bf73a2ddaa79
|
1
devel/p5-Data-TemporaryBag/pkg-comment
Normal file
1
devel/p5-Data-TemporaryBag/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Handle long size data using temporary file
|
9
devel/p5-Data-TemporaryBag/pkg-descr
Normal file
9
devel/p5-Data-TemporaryBag/pkg-descr
Normal 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
|
5
devel/p5-Data-TemporaryBag/pkg-plist
Normal file
5
devel/p5-Data-TemporaryBag/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user