pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Bit-Vector - Updated Bit-Vector to 6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2def5a11bcb2
branches:  trunk
changeset: 482845:2def5a11bcb2
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Wed Nov 03 21:33:50 2004 +0000

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

diffstat:

 devel/p5-Bit-Vector/Makefile |  4 ++--
 devel/p5-Bit-Vector/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r f1b272705af5 -r 2def5a11bcb2 devel/p5-Bit-Vector/Makefile
--- a/devel/p5-Bit-Vector/Makefile      Wed Nov 03 21:01:19 2004 +0000
+++ b/devel/p5-Bit-Vector/Makefile      Wed Nov 03 21:33:50 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2004/04/25 04:07:06 minskim Exp $
+# $NetBSD: Makefile,v 1.13 2004/11/03 21:33:50 adrianp Exp $
 #
 
-DISTNAME=      Bit-Vector-6.3
+DISTNAME=      Bit-Vector-6.4
 PKGNAME=       p5-${DISTNAME}
 SVR4_PKGNAME=  p5biv
 CATEGORIES=    devel perl5
diff -r f1b272705af5 -r 2def5a11bcb2 devel/p5-Bit-Vector/distinfo
--- a/devel/p5-Bit-Vector/distinfo      Wed Nov 03 21:01:19 2004 +0000
+++ b/devel/p5-Bit-Vector/distinfo      Wed Nov 03 21:33:50 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2003/03/16 15:39:05 mjl Exp $
+$NetBSD: distinfo,v 1.5 2004/11/03 21:33:50 adrianp Exp $
 
-SHA1 (Bit-Vector-6.3.tar.gz) = bb63b9818ffff4e9dc7aeeacd0c45a71bc4eebd4
-Size (Bit-Vector-6.3.tar.gz) = 126096 bytes
+SHA1 (Bit-Vector-6.4.tar.gz) = f6ce6d7f791c24dc6195a241ec6183cbf335cb03
+Size (Bit-Vector-6.4.tar.gz) = 131942 bytes



Home | Main Index | Thread Index | Old Index