import math/p5-Math-BaseCnv, ok benoit@

BaseCnv is a pure Perl module providing a few simple functions for converting
between arbitrary number bases.
This commit is contained in:
sthen 2014-12-16 10:59:07 +00:00
parent 60e2059c83
commit a24f1d7636
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2014/12/16 10:59:07 sthen Exp $
COMMENT= fast functions to CoNVert between number Bases
DISTNAME= Math-BaseCnv-1.8.B59BrZX
EXTRACT_SUFX= .tgz
PKGNAME= p5-${DISTNAME:R}
CATEGORIES= math
# GPLv3 only
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
TEST_DEPENDS= devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Math-BaseCnv-1.8.B59BrZX.tgz) = Ey2rFUQ5vWDuMwKUfkcH6svNBLYRcsp+rh5lBkRggkM=
SIZE (Math-BaseCnv-1.8.B59BrZX.tgz) = 12401

View File

@ -0,0 +1,2 @@
BaseCnv is a pure Perl module providing a few simple functions for converting
between arbitrary number bases.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/12/16 10:59:07 sthen Exp $
bin/cnv
${P5SITE}/Math/
${P5SITE}/Math/BaseCnv.pm
@man man/man3p/Math::BaseCnv.3p