mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
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. WWW: http://search.cpan.org/dist/Math-BaseCnv/ PR: ports/135216 Submitted by: Wen Heping <wenheping at gmail.com>
This commit is contained in:
parent
9735e6c7c7
commit
5ffae124f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235243
@ -292,6 +292,7 @@
|
||||
SUBDIR += p5-Math-Base36
|
||||
SUBDIR += p5-Math-Base85
|
||||
SUBDIR += p5-Math-BaseCalc
|
||||
SUBDIR += p5-Math-BaseCnv
|
||||
SUBDIR += p5-Math-Bezier
|
||||
SUBDIR += p5-Math-Bezier-Convert
|
||||
SUBDIR += p5-Math-BigInt
|
||||
|
27
math/p5-Math-BaseCnv/Makefile
Normal file
27
math/p5-Math-BaseCnv/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: Math-BaseCnv
|
||||
# Date created: 3rd June, 2009
|
||||
# Whom: Wen Heping <wenheping@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-BaseCnv
|
||||
PORTVERSION= 1.4.75
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}O6Pbr
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= wenheping@gmail.com
|
||||
COMMENT= Fast functions to convert between number Bases
|
||||
|
||||
BUILD_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
RUN_DEPENDS= p5-Memoize>=0:${PORTSDIR}/devel/p5-Memoize
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::BaseCnv.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
math/p5-Math-BaseCnv/distinfo
Normal file
3
math/p5-Math-BaseCnv/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 60d5fb31db63e3d7a9807b0df37c4a80
|
||||
SHA256 (Math-BaseCnv-1.4.75O6Pbr.tgz) = 9ed74d703371ea192ab036ce11859f654b7d626dd1869317af470c325374ccfe
|
||||
SIZE (Math-BaseCnv-1.4.75O6Pbr.tgz) = 11698
|
8
math/p5-Math-BaseCnv/pkg-descr
Normal file
8
math/p5-Math-BaseCnv/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-BaseCnv/
|
5
math/p5-Math-BaseCnv/pkg-plist
Normal file
5
math/p5-Math-BaseCnv/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Math/BaseCnv.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BaseCnv/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BaseCnv
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
Loading…
Reference in New Issue
Block a user