Commit graph

17 commits

Author SHA1 Message Date
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
3bba3de4db Updating devel/p5-Set-Scalar from 1.24 to 1.25
Upstream changes:
2009-12-27  Jarkko Hietaniemi  <jhi@iki.fi>
	* Fixed "trying to add an element twice prevents further
	  adds to the set" [rt.cpan.org #52559], bug reported by
	  Eduard Wulff.
	* Removed unused and deprecated (Perl 5.12?) "use UNIVERSAL 'isa'"
	  from Set/Scalar/Virtual.pm.
	* Add tests for the copy overload.
	* Released as 1.25.
2010-03-08 16:51:04 +00:00
sno
dc26d03f2b Updating package for p5 module Set::Scalar from 1.23 to 1.24
Adjusting LICENSE

Upstream changes:
2009-06-02  Jarkko Hietaniemi  <jhi@iki.fi>

	* Fixed "The intersection method does not like references in the
	  set." [rt.cpan.org #46589], bug reported and fix provided by
	  Father Chrysostomos.

	* Cosmetics: removed trailing whitespace.

	* Renamed README as README.old.  It has been close to ten years.

	* Added new README.

	* Updated copyright years.

	* Released as 1.24.
2009-07-07 21:23:47 +00:00
he
a0312b23e9 Updated from version 1.22nb1 to 1.23.
Upstream changes:

2009-01-16  Jarkko Hietaniemi  <jhi@iki.fi>
	* Add overload for '@{}' as suggested by John Loverso,
	  meaning that you can now do @$set and get the members
	  of the set (unordered, mind) [rt.cpan.org #42452]
	* Add overload for '=' (how did we manage so long without?)
	  [rt.cpan.org #42449]
	* Remove explicit import of UNIVERSAL::isa()
	  [rt.cpan.org #42451]
	* Modernize META.yml.
	* Released as 1.23.
2009-01-20 23:51:29 +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
he
7fc9373521 Update from version 1.17 to 1.22.
Pkgsrc change:
 o Canonicalize HOMEPAGE pointer.

Upstream changes:

2007-10-23  Jarkko Hietaniemi  <jhi@iki.fi>

	* Add cartesian_product() and power_set(), both as full
	  constructors and as iterators.

	* Add empty_clone().

	* Makefile.PL not requiring Test::More since we are not using it.

	* Released as 1.22.

2007-10-04  Jarkko Hietaniemi  <jhi@iki.fi>

	* Made to work with the upcoming Perl 5.005_05
	  (yes, you read that right), most importantly
	  Scalar::Util made optional (we fall back to
	  pure Perl emulations for blessed() and refaddr()
	  if necessary).  Everything else already worked.

	* Released as 1.21.

Sat Aug	 6 12:39:43 2005  Jarkko Hietaniemi  <jhi@iki.fi>

	* [cpan #13816] Set::Scalar blesses unblessed refs

	  A genuine bug, the suggsted fix used, but then again Set::Scalar
	  was never designed or tested be used with references as the set
	  members.  I would not recommend doing that unless much more
	  testing has been conducted.  A test added to misc.t for that,
	  and a warning about using references as the set members added
	  to the pod.

	* [cpan #13856] funny behavior in
          Set::Scalar::Base::intersection and Set::Scalar::Base::union

	  A genuine bug, but the suggested fix as-is would break
	  the special cases of intersecting with the null set and
	  unioning with the universal set.
	  A slightly enhanced version of the fix used instead,
	  tests added to intersection.t and union.t.

	* [cpan #13857] Set::Scalar::Base::_binary_underload bug

	  Not really a bug.  The _binary_underload() method is only
	  ever going to be called by Set::Scalar itself, or by classes
	  derived from Set::Scalar, so the assumption that all references
	  are object and that they are capable of calling the new() method
	  (i.e. being instance of Set::Scalar) is completely valid.
	  Trying to use the suggested fix also badly breaks the
	  laws.t when the universal and null sets are present.

	* Released as 1.20.

Sun Mar 28 17:16:26 2004  Jarkko Hietaniemi  <jhi@iki.fi>

	* [cpan #5829] When is_disjoint() was called in list
	  context, and the result was disjoint (not disjoint
	  universes), the return value was a list with one
	  undef element, from Alexei.

	* Released as 1.19.

Sat Oct	 4 17:56:24 2003  Jarkko Hietaniemi  <jhi@iki.fi>

	* Removed a cut-and-paste bug from symmetric_difference();
	  from frederik.

	* Released as 1.18.
2008-07-27 18:40:44 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +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
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
minskim
6c8a58bc3d Bl3ify and enable pkgviews installation. 2004-04-25 03:21:23 +00:00
martti
e69ab8c365 COMMENT should start with a capital letter. 2003-07-21 16:35:12 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
dmcmahill
cd3f4ee209 import p5-Set-Scalar-1.17
Perl5 module for basic set operations.
2003-05-17 18:56:25 +00:00