summaryrefslogtreecommitdiff
path: root/math/p5-Math-Base-Convert
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2015-08-06 01:32:11 +0000
committerwen <wen@pkgsrc.org>2015-08-06 01:32:11 +0000
commit1c41212950affe8cf7113cbea4b5308c185d4841 (patch)
tree452c60c73bf05ed61500bdea5fc78c31a9bc81c4 /math/p5-Math-Base-Convert
parent5895d631d7fb0422e0c1646533f991124b6322d5 (diff)
downloadpkgsrc-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/p5-Math-Base-Convert')
-rw-r--r--math/p5-Math-Base-Convert/DESCR5
-rw-r--r--math/p5-Math-Base-Convert/Makefile16
-rw-r--r--math/p5-Math-Base-Convert/distinfo5
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