diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-26 05:43:16 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-26 05:43:16 +0000 |
commit | f33a1301dbf09b2dd73c1c9bb3a2eca1422d2d99 (patch) | |
tree | 47cee5b317dbca43a4b5231a81952907851a2966 /math | |
parent | f8ed38f67c130996fe76d2e1b068c9a99a750b12 (diff) | |
download | FreeBSD-ports-f33a1301dbf09b2dd73c1c9bb3a2eca1422d2d99.zip FreeBSD-ports-f33a1301dbf09b2dd73c1c9bb3a2eca1422d2d99.tar.gz |
add p5-Math-Calc-Units 1.02
Human-readable unit-aware calculator
PR: 34280
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/Makefile | 22 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/distinfo | 1 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/pkg-comment | 1 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/pkg-descr | 10 | ||||
-rw-r--r-- | math/p5-Math-Calc-Units/pkg-plist | 24 |
6 files changed, 59 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index c3d6f68..0e0a69e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -83,6 +83,7 @@ SUBDIR += p5-Math-Bezier SUBDIR += p5-Math-BigInt SUBDIR += p5-Math-BigIntFast + SUBDIR += p5-Math-Calc-Units SUBDIR += p5-Math-Currency SUBDIR += p5-Math-Expr SUBDIR += p5-Math-FFT diff --git a/math/p5-Math-Calc-Units/Makefile b/math/p5-Math-Calc-Units/Makefile new file mode 100644 index 0000000..331241f --- /dev/null +++ b/math/p5-Math-Calc-Units/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Math::Calc::Units +# Date created: 25 Jan 2002 +# Whom: Seamus Venasse <svenasse@polaris.ca> +# +# $FreeBSD$ +# + +PORTNAME= Math-Calc-Units +PORTVERSION= 1.02 +CATEGORIES= math perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Math +PKGNAMEPREFIX= p5- + +MAINTAINER= svenasse@polaris.ca + +PERL_CONFIGURE= yes + +MAN3= Math::Calc::Units.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/math/p5-Math-Calc-Units/distinfo b/math/p5-Math-Calc-Units/distinfo new file mode 100644 index 0000000..30a6a2a --- /dev/null +++ b/math/p5-Math-Calc-Units/distinfo @@ -0,0 +1 @@ +MD5 (Math-Calc-Units-1.02.tar.gz) = 96051781e405492b2065b8113e5b5b9f diff --git a/math/p5-Math-Calc-Units/pkg-comment b/math/p5-Math-Calc-Units/pkg-comment new file mode 100644 index 0000000..363880d --- /dev/null +++ b/math/p5-Math-Calc-Units/pkg-comment @@ -0,0 +1 @@ +Human-readable unit-aware calculator diff --git a/math/p5-Math-Calc-Units/pkg-descr b/math/p5-Math-Calc-Units/pkg-descr new file mode 100644 index 0000000..2f56e68 --- /dev/null +++ b/math/p5-Math-Calc-Units/pkg-descr @@ -0,0 +1,10 @@ +Math::Calc::Units is a simple calculator that keeps track +of units. It currently handles combinations of byte sizes +and duration only, although adding any other +multiplicative types is easy. Any unknown type is treated +as a unique user type (with some effort to map English +plurals to their singular forms). + +WWW: http://search.cpan.org/search?dist=Math-Calc-Units + +Seamus Venasse <svenasse@polaris.ca> diff --git a/math/p5-Math-Calc-Units/pkg-plist b/math/p5-Math-Calc-Units/pkg-plist new file mode 100644 index 0000000..c63191f --- /dev/null +++ b/math/p5-Math-Calc-Units/pkg-plist @@ -0,0 +1,24 @@ +bin/ucalc +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Calc/Units/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Compute.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Base.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Base2Metric.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Byte.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Combo.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Date.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Distance.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Metric.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Multi.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert/Time.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Grammar.pm +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Grammar.y +lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Rank.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units/Convert 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/Calc/Units 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Math/Calc 2>/dev/null || true +@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/Calc/Units 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Calc 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true |