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.
|
2005-05-24 15:55:56 by Roland Illig | Files touched by this commit (1) |
Log message:
Removed an empty line.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
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-05-10 03:48:06 by Min Sik Kim | Files touched by this commit (4) | |
Log message:
Import p5-CDDB from pkgsrc-wip. Packaged by xtraeme@.
The CDDB module implements a Perl class for communicating with an
audio compact disc database through the CDDBP protocol. It allows
querying the database and submitting new entries to it via e-mail (the
Mail::Internet and Mail::Header modules are required for submitting,
but their absence won't affect other functions). Unlike its analogs,
CDDB.pm doesn't try to read a disc in your CD-ROM by itself, but
relies on the main program supplying disc data. Therefore, it is
particularly useful for developing software that deals with
alternative media, such as MPEG audio files.
|