pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/p5-Math-BaseCnv Added math/p5-Math-BaseCnv versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/74bca29d4425
branches: trunk
changeset: 549034:74bca29d4425
user: abs <abs%pkgsrc.org@localhost>
date: Sun Oct 26 19:12:13 2008 +0000
description:
Added math/p5-Math-BaseCnv version 1.4.75
BaseCnv provides a few simple functions for converting between
arbitrary number bases. It is as fast as I currently know how to
make it (of course relying only on the lovely Perl). If you would
rather utilize an object syntax for number-base conversion, please
see Ken Williams's <Ken%Forum.Swarthmore.Edu@localhost> fine Math::BaseCalc
module.
diffstat:
math/p5-Math-BaseCnv/DESCR | 6 ++++++
math/p5-Math-BaseCnv/Makefile | 20 ++++++++++++++++++++
math/p5-Math-BaseCnv/distinfo | 5 +++++
3 files changed, 31 insertions(+), 0 deletions(-)
diffs (43 lines):
diff -r 5bde645f979e -r 74bca29d4425 math/p5-Math-BaseCnv/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BaseCnv/DESCR Sun Oct 26 19:12:13 2008 +0000
@@ -0,0 +1,6 @@
+BaseCnv provides a few simple functions for converting between
+arbitrary number bases. It is as fast as I currently know how to
+make it (of course relying only on the lovely Perl). If you would
+rather utilize an object syntax for number-base conversion, please
+see Ken Williams's <Ken%Forum.Swarthmore.Edu@localhost> fine Math::BaseCalc
+module.
diff -r 5bde645f979e -r 74bca29d4425 math/p5-Math-BaseCnv/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BaseCnv/Makefile Sun Oct 26 19:12:13 2008 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 19:12:13 abs Exp $
+#
+
+DISTNAME= Math-BaseCnv-1.4.75O6Pbr
+PKGNAME= p5-${DISTNAME:C:[^0-9.][^.]*$::}
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/P/PI/PIP/}
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/Math-BaseCnv/
+COMMENT= Fast functions to CoNVert between number Bases
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Math/BaseCnv/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5bde645f979e -r 74bca29d4425 math/p5-Math-BaseCnv/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-BaseCnv/distinfo Sun Oct 26 19:12:13 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/26 19:12:13 abs Exp $
+
+SHA1 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 95f7d3c282a16eff6acb556c425cade688fa57c3
+RMD160 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 4627f692efae2471fc751c2d5713ff91f4629c45
+Size (Math-BaseCnv-1.4.75O6Pbr.tgz) = 11698 bytes
Home |
Main Index |
Thread Index |
Old Index