diff options
author | abs <abs> | 2008-10-26 19:12:13 +0000 |
---|---|---|
committer | abs <abs> | 2008-10-26 19:12:13 +0000 |
commit | 082281157f2d0c7105c819f2b3d435c2c2a56848 (patch) | |
tree | 1c53e2710553e67de146ca90c37dfea1540ff238 /math/p5-Math-BaseCnv | |
parent | fe10b6a2b43a372f591c6c5ec8362838d230179f (diff) | |
download | pkgsrc-082281157f2d0c7105c819f2b3d435c2c2a56848.tar.gz |
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> fine Math::BaseCalc
module.
Diffstat (limited to 'math/p5-Math-BaseCnv')
-rw-r--r-- | math/p5-Math-BaseCnv/DESCR | 6 | ||||
-rw-r--r-- | math/p5-Math-BaseCnv/Makefile | 20 | ||||
-rw-r--r-- | math/p5-Math-BaseCnv/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/math/p5-Math-BaseCnv/DESCR b/math/p5-Math-BaseCnv/DESCR new file mode 100644 index 00000000000..594e77f2ef4 --- /dev/null +++ b/math/p5-Math-BaseCnv/DESCR @@ -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> fine Math::BaseCalc +module. diff --git a/math/p5-Math-BaseCnv/Makefile b/math/p5-Math-BaseCnv/Makefile new file mode 100644 index 00000000000..1a8a350b164 --- /dev/null +++ b/math/p5-Math-BaseCnv/Makefile @@ -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 +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 --git a/math/p5-Math-BaseCnv/distinfo b/math/p5-Math-BaseCnv/distinfo new file mode 100644 index 00000000000..4a5ac722c21 --- /dev/null +++ b/math/p5-Math-BaseCnv/distinfo @@ -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 |