2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
|
2008-01-08 21:05:40 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Updated to version 1.09.
Pkgsrc changes:
- No compiler necessary.
Changes since version 1.08:
===========================
Thu Jan 3 18:35:44 2008 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.09.
* Makefile.PL
Install in the core library directory if the perl
version is 5.9.3 or later.
|
2007-11-30 16:34:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.08:
Sun Nov 18 17:43:49 2007 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.08.
* t/uncomp1.t
* t/uncomp2.t
Add the PID to the name of the temporary file used by
several tests to avoid clashing with the directory
called test in the perl source tree.
* Zlib.pm
Require perl 5.006 instead of 5.004 as Fcntl does not
implement SEEK_SET before then.
* Zlib.pm
Removed "IO::Zlib::WRITE: OFFSET is not supported" error
from documentation as it is no longer generated.
2007-07-28 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.07.
* MANIFEST
* t/0signature.t
Removed signature test.
2007-07-18 Tom Hughes <tom@compton.nu>
* Zlib.pm
Changed version number to 1.06.
* t/external.t
Exit immediately if there is no gzip program.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-06-08 10:32:01 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.05:
* Zlib.pm
Changed version number to 1.05.
* Zlib.pm
Added dummy FILENO method to stop the debugger barfing
when asked to dump a IO::Zlib object.
* Zlib.pm
Removed internal eof flag and use gzeof instead.
* t/getline.t
Added tests for the eof method while reading lines.
* t/basic.t
Add test for reading at an offset.
* Zlib.pm
Allow an offset to be specifed when reading or writing.
|
2006-11-05 18:49:34 by Joerg Sonnenberger | Files touched by this commit (25) |
Log message:
DESTDIR support.
|
2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-10-15 22:05:07 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Update to version 1.04.
Pkgsrc changes:
- Added HOMEPAGE.
Relevant changes since version 1.01:
===========================
* fixes for various tests
* Added support for external gzip.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
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-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|