Age | Commit message (Collapse) | Author | Files | Lines |
|
2005-11-26 Gisle Aas
Release 1.14
Documentation tweaks.
|
|
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
|
2005-10-18 Gisle Aas
Release 1.13
Fixed documentation typo.
|
|
No pkgsrc changes.
Changes since version 1.10:
===========================
Release 1.12
Fix documentation typo. Patch by <steve@fisharerojo.org>.
Release 1.11
Make Digest->new("SHA-224") work. Patch by Mark Shelor
<shelor@cpan.org>.
|
|
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.
|
|
Change log:
2004-11-08 Gisle Aas <gisle@ActiveState.com>
Release 1.10
Added Digest::file module which provide convenience functions
that calculate digests of files.
2004-11-05 Gisle Aas <gisle@ActiveState.com>
Release 1.09
Fix trivial documentation typo.
|
|
Changes since 1.06
==================
2004-04-29 Gisle Aas <gisle@ActiveState.com>
Release 1.08
Make Digest->new("CRC-16"), Digest->new("CRC-32") and
Digest->new("CRC-CCITT") work.
Patch by Oliver Maul <oliver@maul.tv>.
Release 1.07
Updated benchmark.
|
|
|
|
|
|
|
|
A simple frontend module for autoloading of various Digest:: modules.
It also provide documentation of the interface that all Digest:: modules
should provide.
|