Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
|
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
|
|
|
|
|
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.
|
|
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.
|