Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,25 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:41:22 wiz Exp $
#
DISTNAME= Math-BaseCnv-1.8.B59BrZX
PKGNAME= p5-${DISTNAME:C:\.[^.]*$::}
PKGREVISION= 2
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
LICENSE= gnu-gpl-v3
# actually, TEST_DEPENDS
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
BUILD_DEPENDS+= p5-Test-Pod-Coverage-[0-9]*:../../devel/p5-Test-Pod-Coverage
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Math/BaseCnv/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2011/08/16 22:18:34 wiz Exp $
SHA1 (Math-BaseCnv-1.8.B59BrZX.tgz) = db14a09a9e32a80eb73656fa15165b840ac0d378
RMD160 (Math-BaseCnv-1.8.B59BrZX.tgz) = 2c565ad114b4be8f330a6115ec4b0b52e0c378a7
Size (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401 bytes