mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
add p5-Math-BaseCalc 1.011
Convert numbers between various bases PR: 34279 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
e0e6aa87b2
commit
21b9380cde
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61985
@ -79,6 +79,7 @@
|
||||
SUBDIR += p5-Date-Handler
|
||||
SUBDIR += p5-Graph
|
||||
SUBDIR += p5-Math-Base85
|
||||
SUBDIR += p5-Math-BaseCalc
|
||||
SUBDIR += p5-Math-Bezier
|
||||
SUBDIR += p5-Math-BigInt
|
||||
SUBDIR += p5-Math-BigIntFast
|
||||
|
22
math/p5-Math-BaseCalc/Makefile
Normal file
22
math/p5-Math-BaseCalc/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: Math::BaseCalc
|
||||
# Date created: 25 Jan 2002
|
||||
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-BaseCalc
|
||||
PORTVERSION= 1.011
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= svenasse@polaris.ca
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Math::BaseCalc.3
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Math-BaseCalc/distinfo
Normal file
1
math/p5-Math-BaseCalc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-BaseCalc-1.011.tar.gz) = 0e539a438ff8717f22ab83f9dd113686
|
1
math/p5-Math-BaseCalc/pkg-comment
Normal file
1
math/p5-Math-BaseCalc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Convert numbers between various bases
|
7
math/p5-Math-BaseCalc/pkg-descr
Normal file
7
math/p5-Math-BaseCalc/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This module facilitates the conversion of numbers between various number
|
||||
bases. You may define your own digit sets, or use any of several
|
||||
predefined digit sets.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=Math-BaseCalc
|
||||
|
||||
Seamus Venasse <svenasse@polaris.ca>
|
5
math/p5-Math-BaseCalc/pkg-plist
Normal file
5
math/p5-Math-BaseCalc/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BaseCalc/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Math/BaseCalc.pm
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/BaseCalc 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user