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.
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.
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.