Up to [cvs.netbsd.org] / pkgsrc / devel / p5-Bit-Vector
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.30 / (download) - annotate - [select for diffs], Thu Mar 22 09:10:31 2012 UTC (2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.29: +3 -4
lines
Diff to previous 1.29 (colored)
Updating package for Perl5 module Bit::Vector from CPAN in
devel/p5-Bit-Vector from 7.1nb2 to 7.2
pkgsrc changes:
- adjust Storable dependency (since Perl5 5.12.0 Storable 2.22 is shipped
with core)
Upstream changes:
+ Fix compilation problems with perl 5.15.2-436-gbd31be4 and later;
https://rt.perl.org/rt3/Public/Bug/Display.html?id=99408
Revision 1.29 / (download) - annotate - [select for diffs], Tue Aug 9 09:11:32 2011 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.28: +2 -3
lines
Diff to previous 1.28 (colored)
Revision bump after updating perl to 5.14.1
Revision 1.28 / (download) - annotate - [select for diffs], Sat Aug 21 16:33:15 2010 UTC (21 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.27: +2 -1
lines
Diff to previous 1.27 (colored)
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!
Revision 1.27 / (download) - annotate - [select for diffs], Sun Oct 11 09:55:38 2009 UTC (2 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Updating devel/p5-Bit-Vector from 7.0 to 7.1
Upstream changes:
Version 7.1 29.09.2009
+ Added prefix "BV_" to all global identifiers in "BitVector.c",
"BitVector.h" and "Vector.xs"
Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 26 16:03:32 2009 UTC (2 years, 8 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.25: +3 -3
lines
Diff to previous 1.25 (colored)
Update p5-Bit-Vector from version 6.9 to version 7.0. Upstream changes: What's new in version 7.0: -------------------------- + Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors + Added more test cases for "GCD()" in "t/17_________gcd.t" + Almost completely rewrote "BitVector_Boot()" in "BitVector.c" in order to fix the problem that it calculated an unsigned long to have 33 bits under MacOS X (Darwin), leading to failing tests in "t/28___chunklist.t" + BEWARE that the type "ErrCode", which is part of the inter- face of the C library "BitVector.c", has been changed! + Added more tests and a debugging aid to "t/28___chunklist.t" + Removed the two example files showing how to freeze/thaw "Bit::Vector" objects using "Data::Dumper", because after closer inspection this proved to be a can of worms
Revision 1.25 / (download) - annotate - [select for diffs], Tue Aug 18 16:35:57 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
Updating package for devel/p5-Bit-Vector from 6.7 to 6.9
Upstream changes:
Version 6.9 12.08.2009
+ Replaced Storable::freeze by Storable::nfreeze
+ Added more test cases for Storable
+ Added two example files showing how to freeze/thaw
using Data::Dumper
Version 6.8 10.08.2009
+ Fixed the bug of Storable not reconstructing nested data
structures properly which contain several references to
the same Bit::Vector object
+ Fixed hard-coded table size MASKTABSIZE in BitVector.c
+ Small cosmetic fixes to the documentation
Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 9 09:12:53 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Updating package for p5 module Bit::Vector from 6.6 to 6.7
pkgsrc changes:
- Re-add dependency to devel/p5-Storable - desired version will be in
Perl CORE not before 5.10.1
Upstream changes:
Version 6.7 08.08.2009
+ Replaced STORABLE_thaw by STORABLE_attach
Revision 1.23 / (download) - annotate - [select for diffs], Tue Jul 28 06:16:01 2009 UTC (2 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.22: +5 -4
lines
Diff to previous 1.22 (colored)
Updating package for p5 module Bit::Vector from 6.4nb4 to 6.6 pkgsrc changes: - Adding license (perl 5) - Adjusting Carp::Clan version in depedencies Upstream changes: Version 6.6 27.07.2009 + Made the module thread-safe and MacOS X compatible Version 6.5 27.07.2009 + Added automatic support for module "Storable"
Revision 1.22 / (download) - annotate - [select for diffs], Sun Oct 19 19:17:47 2008 UTC (3 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
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=...").
Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:13 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.20: +4 -3
lines
Diff to previous 1.20 (colored)
Add DESTDIR support.
Revision 1.20 / (download) - annotate - [select for diffs], Sat Mar 4 21:29:19 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1
Changes since 1.19: +2 -2
lines
Diff to previous 1.19 (colored)
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.
Revision 1.19 / (download) - annotate - [select for diffs], Sat Aug 6 06:19:08 2005 UTC (6 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
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.
Revision 1.18 / (download) - annotate - [select for diffs], Wed Jul 13 18:01:22 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
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.
Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:29 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base,
pkgsrc-2005Q2
Changes since 1.16: +1 -2
lines
Diff to previous 1.16 (colored)
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Revision 1.16 / (download) - annotate - [select for diffs], Mon Mar 21 22:38:33 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.15: +4 -2
lines
Diff to previous 1.15 (colored)
Add dependency on p5-Carp-Clan -- during build, package says it needs this. Bump PKGREVISION.
Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 19 21:45:29 2005 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Update HOMEPAGE.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 20 11:30:58 2004 UTC (7 years, 5 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
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.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Nov 3 21:33:50 2004 UTC (7 years, 6 months ago) by adrianp
Branch: MAIN
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
- Updated Bit-Vector to 6.4 + Added compiler directives for C++. + Improved the method "Norm()". + Removed "Carp::Clan" from the distribution (available separately). + Added "Bit::Vector::String" for generic string import/export functions. + Added a new test file "t/40__auxiliary.t" for "Bit::Vector::String". + Fixed a bug in method "Copy()" concerning sign (MSB) extension.
Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 25 04:07:06 2004 UTC (8 years, 1 month ago) by minskim
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2
Changes since 1.11: +4 -2
lines
Diff to previous 1.11 (colored)
Bl3ify and enable pkgviews installation.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jul 17 21:32:07 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
s/netbsd.org/NetBSD.org/
Revision 1.10 / (download) - annotate - [select for diffs], Mon Jun 2 01:20:34 2003 UTC (8 years, 11 months ago) by jschauma
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
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.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Mar 16 15:39:05 2003 UTC (9 years, 2 months ago) by mjl
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Update p5-Bit-Vector to 6.3 (old version no longer available on CPAN)
+ Added "Create_List()" and "GCD2()" in "BitVector.c".
+ "new()" now can optionally return a list of bit vectors.
+ "GCD()" now can optionally return the two integer factors
"x" and "y" for the linear combination of its input values
"a" and "b" so that gcd(a,b) = x * a + y * b.
+ Changed the test files "t/01________new.t" and "t/09_parameters.t"
as well as the documentation accordingly.
+ Added a new test file "t/17________gcd.t".
+ Further simplified the error handlers in "Vector.xs", making the
resulting object library file substantially smaller (about 20%!)
and thus faster to load.
+ Fixed missing "\" in regular expression in "t/00____version.t".
+ Overhauled the error handlers in "BitVector.c" and "Vector.xs".
+ Added a demo "examples/test.c" to play around with the C library.
+ Attempted to fix all compiler warnings.
+ Fixed a problem in test "t/01________new.t" with Perl using
64 bit integers; now contains "use integer;" to avoid failure.
+ Synchronized "Carp::Clan" and "ToolBox.h" with "Date::Calc" 5.2.
+ Revealed common method aliases (Or, And, etc.) in the documentation.
+ Fixed GCD(), now GCD(z,0) == GCD(0,z) == z and negative values
are handled correctly.
Revision 1.8 / (download) - annotate - [select for diffs], Sun Oct 13 22:22:52 2002 UTC (9 years, 7 months ago) by seb
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.7: +3 -6
lines
Diff to previous 1.7 (colored)
Use buildlink2. Use perl5/module.mk.
Revision 1.7 / (download) - annotate - [select for diffs], Mon Nov 26 06:49:45 2001 UTC (10 years, 6 months ago) by jlam
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
netbsd-1-5-PATCH003,
buildlink2-base,
buildlink2
Changes since 1.6: +4 -3
lines
Diff to previous 1.6 (colored)
Buildlinkify, in the sense that only the perl headers are found in
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
Revision 1.6 / (download) - annotate - [select for diffs], Mon Oct 29 01:07:03 2001 UTC (10 years, 6 months ago) by wiz
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Update to 6.1.
Changes since 5.8:
+ Added the module "Carp::Clan" to the distribution.
+ Splitted the Vector.pm module; separated XS and overloaded Perl
part for improved performance (reduces loading time for XS part).
+ Corrected the handling of numerical overflow in arithmetic methods
("add()", "subtract()", "Multiply()", "from_Dec()", "new_Dec()").
+ Methods "add()" and "subtract()" now return the carry as well as
the overflow flag if called in list context (only the carry in
scalar context, as before).
+ Added two new methods "inc()" and "dec()", which return the overflow
flag (whereas "increment()" and "decrement()" return the carry flag).
The new methods also allow to copy-and-increment/decrement in addition
to in-place operation.
+ Methods "from_Dec()" and "new_Dec()" now allow you to enter large
positive numbers which will have the MSB set (this was forbidden
previously because these numbers are considered to be negative in
two's complement binary representation).
and some bugfixes and compatibility changes.
Revision 1.5 / (download) - annotate - [select for diffs], Thu Oct 18 15:20:12 2001 UTC (10 years, 7 months ago) by veego
Branch: MAIN
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
SVR4 packages have a limit of 9 chars for a package name. The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 16 14:38:46 2001 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored)
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 28 23:39:03 2000 UTC (11 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-RELEASE,
netbsd-1-4-PATCH003
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Update p5-Bit-Vector to 5.8. Changes from version 5.7:
+ Changed "na" to "PL_na" in Vector.xs in order to make the module
ready for Perl 5.6.0.
+ Removed the error messages which appeared at global destruction
time with Perl 5.6.0.
+ Changed the corresponding test script (t/02____destroy.t) accordingly.
+ Optimized the "strEQ" away from the typemap section in Vector.xs.
+ Fixed the misspelled word "whether" in the documentation.
+ Added method "Power()".
+ Added overloaded operator "**" (for exponentiation).
+ Changed method "Copy()"; the two vectors do not need to have the same
size anymore. The method will copy as much as will fit or fill up
with 0's or 1's (depending on the sign of the source) if necessary.
+ Changed the corresponding test script (t/09_parameters.t) accordingly.
Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 27 07:11:01 2000 UTC (11 years, 8 months ago) by jlam
Branch: MAIN
Changes since 1.1: +4 -3
lines
Diff to previous 1.1 (colored)
Convert packages to use PERL5_PACKLIST (part 1). These were the easy ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 3 17:16:40 1999 UTC (12 years, 8 months ago) by kim
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-4-PATCH002,
comdex-fall-1999
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of p5-Bit-Vector-5.7 This module implements bit vectors of arbitrary size and provides efficient methods for handling them. The module is intended to serve as a base class for other applications or application classes, such as implementing sets or performing big integer arithmetic.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 3 17:16:40 1999 UTC (12 years, 8 months ago) by kim
Branch: MAIN
Initial revision