summaryrefslogtreecommitdiff
path: root/devel/p5-Data-TemporaryBag
AgeCommit message (Collapse)AuthorFilesLines
2008-06-20Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2006-10-25Update p5-Data-TemporaryBag to 0.09.obache2-8/+7
Based on patch provided by Martin Wilke via PR 34331. Pkgsrc Changes: Change HOMEPAGE to redirected URL. Changes: 0.09 Wed Jan 25 16:13:33 2006 - Changed to create temporary files in tmpdir(). $TempPath is obsolete now. 0.08 Thu Jan 29 00:15:00 2004 - Segmentation fault occurred under a certain condition. Fixed. (Thanks to David K. Watson) 0.07 Mon Dec 15 22:45:00 2003 - Changed an implementation of length method. - Removed some warnings. 0.06 Sun Nov 11 00:00:00 2002 - Minor fix to pass -w. 0.05 Thu Oct 17 01:18:00 2002 - Added a manager of opened temporary files. - Rewrote substr method.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-09Import p5-Data-TemporaryBag from pkgsrc-wip. Packaged by xtraeme@.minskim4-0/+28
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.