Commit graph

7 commits

Author SHA1 Message Date
agc
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +00:00
xtraeme
7e575d008a Update to 0.106.
Changes:

1.06  Sun Sep 19 23:29:23 CEST 2004
        - Remove the "found package ..." message to make Makefile.PL's less
          verbose.

1.05  Fri Jul 16 14:52:39 EDT 2004
        - add configure-time check for pkg-config, don't build without it.
        - add a pointer to pkg-config's webpage in the docs.

1.04  Fri Mar  5 00:28:59 EST 2004
        - add long-overdue version-checking import implementation.
2004-12-27 22:00:31 +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
seb
31e158e054 Add 'perl5' to CATEGORIES. 2004-11-12 00:24:14 +00:00
xtraeme
8d2bb7dcb6 Drop maintainership; I don't have the enough free time to maintain
all these packages.
2004-05-07 01:14:46 +00:00
minskim
f4a32e7218 Enable pkgviews installation. 2004-04-19 17:41:51 +00:00
xtraeme
4c7ed1ea02 Initial import of p5-ExtUtils-PkgConfig-1.03, from pkgsrc-wip.
The pkg-config program retrieves information about installed libraries,
usually for the purposes of compiling against and linking to them.

ExtUtils::PkgConfig is a very simplistic interface to this utility,
intended for use in the Makefile.PL of perl extensions which bind
libraries that pkg-config knows.  It is really just boilerplate code
that you would've written yourself.
2004-04-19 17:23:15 +00:00