Commit graph

22 commits

Author SHA1 Message Date
sno
5251a2b8c9 pkgsrc changes:
- Updating package of p5 module Digest from 1.15nb1 to 1.16
  - Adjusting license according to documentation of Digest

Upstream changes:
2009-06-09 - Release 1.16: Gisle Aas <gisle@ActiveState.com>.
   Gisle Aas (3):
      For SHA-1 try Digest::SHA before tryign Digest::SHA1 as suggested by Adam Trickett
      Support Digest->new("RIPEMD-160") as suggested by Zefram
      Use 3-arg open for fewer surprises
   Jarkko Hietaniemi (1):
      Sync up with EBCDIC changes from core perl.
2009-06-14 20:05:36 +00:00
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
martti
9afb20a137 Added commented-out LICENSE=something. 2007-11-11 11:35:48 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
joerg
aa48c98240 DESTDIR support. 2006-11-05 17:31:09 +00:00
wiz
5fca7cafa9 Update to 1.15:
2006-13-20   Gisle Aas

   Release 1.15.

   Improved documentation.
2006-04-02 20:52:05 +00:00
wiz
2b5cb4e3db Update to 1.14:
2005-11-26   Gisle Aas

   Release 1.14

   Documentation tweaks.
2006-01-01 22:19:44 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
wiz
3b0cb2a3c6 Update to 1.13:
2005-10-18   Gisle Aas

   Release 1.13

   Fixed documentation typo.
2005-11-23 22:29:51 +00:00
heinz
6b0604d9a1 Updated to version 1.12.
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>.
2005-10-02 17:45:31 +00:00
jlam
7fbb8d9527 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-08-06 06:19:03 +00:00
jlam
7a6521287b 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.
2005-07-13 18:01:18 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
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-12-20 11:30:55 +00:00
he
cbff1a0e35 Update p5-Digest from version 1.08 to 1.10.
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.
2004-12-05 18:52:59 +00:00
heinz
525055d65f Update to version 1.08.
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.
2004-05-02 02:22:15 +00:00
jlam
c3d0dda45b This package compiles nothing, so set USE_LANGUAGES to the empty value. 2004-03-31 01:43:06 +00:00
jlam
3685c7774b bl3ify 2004-01-12 15:59:35 +00:00
heinz
d8f3d3b65d Depend on p5-MIME-Base64 (patch sent to upstream provider) and PKGREVISION++ 2003-12-16 22:32:47 +00:00
heinz
338162582f Initial import of Digest-1.05
A simple frontend module for autoloading of various Digest:: modules.
It also provide documentation of the interface that all Digest:: modules
should provide.
2003-12-10 21:38:05 +00:00