summaryrefslogtreecommitdiff
path: root/devel/p5-Bit-Vector
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2003-03-16 15:39:05 +0000
committermjl <mjl@pkgsrc.org>2003-03-16 15:39:05 +0000
commitb43596ea3b3ea61b413e86f61573cadb24f0f002 (patch)
tree135d466dd7c86bab514b39c08b3c1ddefe25f0be /devel/p5-Bit-Vector
parent5cb169920e8cd959a3a996fea6dc631b01902eb5 (diff)
downloadpkgsrc-b43596ea3b3ea61b413e86f61573cadb24f0f002.tar.gz
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.
Diffstat (limited to 'devel/p5-Bit-Vector')
-rw-r--r--devel/p5-Bit-Vector/Makefile4
-rw-r--r--devel/p5-Bit-Vector/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile
index 6e25bf720d0..ab708c7a64d 100644
--- a/devel/p5-Bit-Vector/Makefile
+++ b/devel/p5-Bit-Vector/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2002/10/13 22:22:52 seb Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/16 15:39:05 mjl Exp $
#
-DISTNAME= Bit-Vector-6.1
+DISTNAME= Bit-Vector-6.3
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5biv
CATEGORIES= devel perl5
diff --git a/devel/p5-Bit-Vector/distinfo b/devel/p5-Bit-Vector/distinfo
index 6ade03104db..0352e3f767f 100644
--- a/devel/p5-Bit-Vector/distinfo
+++ b/devel/p5-Bit-Vector/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2001/10/29 01:07:03 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/03/16 15:39:05 mjl Exp $
-SHA1 (Bit-Vector-6.1.tar.gz) = d9bd0108a668d77bfd0d1a11db8779a8c822da61
-Size (Bit-Vector-6.1.tar.gz) = 121508 bytes
+SHA1 (Bit-Vector-6.3.tar.gz) = bb63b9818ffff4e9dc7aeeacd0c45a71bc4eebd4
+Size (Bit-Vector-6.3.tar.gz) = 126096 bytes