diff options
author | wen <wen@pkgsrc.org> | 2015-08-06 01:32:11 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2015-08-06 01:32:11 +0000 |
commit | 1c41212950affe8cf7113cbea4b5308c185d4841 (patch) | |
tree | 452c60c73bf05ed61500bdea5fc78c31a9bc81c4 /math | |
parent | 5895d631d7fb0422e0c1646533f991124b6322d5 (diff) | |
download | pkgsrc-1c41212950affe8cf7113cbea4b5308c185d4841.tar.gz |
Import Math-Base-Convert-0.08 as math/p5-Math-Base-Convert.
This module provides fast functions and methods to convert between arbitrary
number bases from 2 (binary) thru 65535.
This module is pure Perl, has no external dependencies, and is backward
compatible with old versions of Perl 5.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Base-Convert/DESCR | 5 | ||||
-rw-r--r-- | math/p5-Math-Base-Convert/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Math-Base-Convert/distinfo | 5 |
3 files changed, 26 insertions, 0 deletions
diff --git a/math/p5-Math-Base-Convert/DESCR b/math/p5-Math-Base-Convert/DESCR new file mode 100644 index 00000000000..1f9a852a530 --- /dev/null +++ b/math/p5-Math-Base-Convert/DESCR @@ -0,0 +1,5 @@ +This module provides fast functions and methods to convert between arbitrary +number bases from 2 (binary) thru 65535. + +This module is pure Perl, has no external dependencies, and is backward +compatible with old versions of Perl 5. diff --git a/math/p5-Math-Base-Convert/Makefile b/math/p5-Math-Base-Convert/Makefile new file mode 100644 index 00000000000..eb12536ca2b --- /dev/null +++ b/math/p5-Math-Base-Convert/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2015/08/06 01:32:11 wen Exp $ + +DISTNAME= Math-Base-Convert-0.08 +PKGNAME= p5-${DISTNAME} +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Math-Base-Convert/ +COMMENT= Very fast base to base conversion +LICENSE= ${PERL5_LICENSE} + +PERL5_PACKLIST= auto/Math/Base/Convert/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-Base-Convert/distinfo b/math/p5-Math-Base-Convert/distinfo new file mode 100644 index 00000000000..74e28ec392e --- /dev/null +++ b/math/p5-Math-Base-Convert/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/08/06 01:32:11 wen Exp $ + +SHA1 (Math-Base-Convert-0.08.tar.gz) = c7553e39cc5a01fda132b421307bb0b319cac891 +RMD160 (Math-Base-Convert-0.08.tar.gz) = 969453c869115c45cab9dfe704ec300a371a4887 +Size (Math-Base-Convert-0.08.tar.gz) = 41469 bytes |