mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
add p5-Math-Calc-Units 1.02
Human-readable unit-aware calculator PR: 34280 Submitted by: Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
parent
21b9380cde
commit
e0250d2e22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61987
@ -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
|
||||
|
22
math/p5-Math-Calc-Units/Makefile
Normal file
22
math/p5-Math-Calc-Units/Makefile
Normal file
@ -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>
|
1
math/p5-Math-Calc-Units/distinfo
Normal file
1
math/p5-Math-Calc-Units/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-Calc-Units-1.02.tar.gz) = 96051781e405492b2065b8113e5b5b9f
|
1
math/p5-Math-Calc-Units/pkg-comment
Normal file
1
math/p5-Math-Calc-Units/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Human-readable unit-aware calculator
|
10
math/p5-Math-Calc-Units/pkg-descr
Normal file
10
math/p5-Math-Calc-Units/pkg-descr
Normal file
@ -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>
|
24
math/p5-Math-Calc-Units/pkg-plist
Normal file
24
math/p5-Math-Calc-Units/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user