Commit graph

12 commits

Author SHA1 Message Date
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
he
8006572be3 Update from 0.1621 to 0.1622.
Pkgsrc changes:
 o Change HOMEPAGE to use dist/ instead of user name.
 o Add USE_TOOLS+=perl for the tests

Upstream changes:
Version 0.1622: Wed Jul 16 2008
- Updated to the latest version of Module::Install
- Removed auto-install for better compatibility with CPAN and others
- Moved hosting to Google Code
2008-08-05 10:12:54 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +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
obache
6fc8656318 Update p5-FileHandle-Unget to 0.1621.
Changes:
Version 0.1621:
- Improved compatibility with versions of Perl older than 5.6.0, by replacing
  "use bytes" with "use ExtUtils::MakeMaker::bytes". (Thanks to
  <nothingmuch@woobling.org> for the bug report.)
- Fixed test case error reporting for tests that fail to fork. (Thanks to
  <corion-cpansmoker@corion.net> for the test failure report.)
- Fixed unexpected success of binmode_bug.t test on Windows 2000. (Thanks to
  Max Maischein <corion@corion.net> for the bug report.)
- Fixed a bug in stdin_tell_bug.t. (Thanks to Max Maischein
  <corion@corion.net> for the bug report.)

Version 0.1620: Tue Dec 21 2004
- Fixed version numbers, which were incompatible with some modules. (Thanks to
  Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de> for the bug
  report)
- Switched to Test::More for better test reporting
- Removed the use of the "English" module to work around a bug that exists in
  some versions of Perl. See
  http://groups.google.com/groups?th=e3483b06a956030e for more info. (Thanks
  to Jim Longino <jlongino@jaguar1.usouthal.edu> for the bug report.)

Version 0.16.1: Thu Sep 16 2004
- Added missing inc/ dependency

Version 0.16.0: Wed Sep 15 2004
- Fixed stdin_tell_bug.t so that it's more platform-dependent. (Martin Thurn
  <martin.thurn@ngc.com> reports that Solaris 2.8 returns 0 instead of -1).
- Added filehandle-specific input_record_separator capability (Feature
  suggestion by David Muir Sharnoff <muir@idiom.com>)
- Changed Makefile.PL to use Module::Install

Version 0.15:
- Switched from WeakRef to Scalar::Util, which is included in recent versions
  of Perl. (Thanks to Joey Hess <joey@kitenet.net> for the suggestion and
  patch.)
- Fixed a bug involving pipes and tell(), where tell() would cause following
  operations to fail. (Thanks to Karol Szafranski <szafrans@imb-jena.de> for
  the bug report.)
- Added new_from_fd support (Thanks to Karol Szafranski <szafrans@imb-jena.de>
  for the bug report.)
- Fixed a bug in which <$fh> would always behave as if called in a list
  context after the first such call.
2006-10-27 13:01:51 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +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
4a3d2f7ce2 Add RMD160 digests. 2005-02-23 22:24:08 +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
wiz
66977df5b2 Initial import of p5-FileHandle-Unget-0.14:
FileHandle::Unget is a drop-in replacement for FileHandle which
allows more than one byte to be placed back on the input. It supports
an ungetc(ORD) which can be called more than once in a row, and an
ungets(SCALAR) which places a string of bytes back on the input.
2004-05-07 13:32:59 +00:00