import p5-Math-Calc-Units
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). ok bernd@
This commit is contained in:
parent
d5ffa82e89
commit
7a41bcae70
15
math/p5-Math-Calc-Units/Makefile
Normal file
15
math/p5-Math-Calc-Units/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/25 20:40:56 simon Exp $
|
||||
|
||||
COMMENT= human-readable unit-aware calculator
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Math-Calc-Units-1.06
|
||||
CATEGORIES= math
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
math/p5-Math-Calc-Units/distinfo
Normal file
5
math/p5-Math-Calc-Units/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Math-Calc-Units-1.06.tar.gz) = i6H/bJmN5YauT4SqaM2g0A==
|
||||
RMD160 (Math-Calc-Units-1.06.tar.gz) = I3l1rgsAfOUu69paLQ4R6WD2fnk=
|
||||
SHA1 (Math-Calc-Units-1.06.tar.gz) = VG6V3ESc3shBDttnOaUinVpj9kQ=
|
||||
SHA256 (Math-Calc-Units-1.06.tar.gz) = Un47HDe7rXhYAaVrup0O5b+NA4vFjBvhTWCuyXy0in4=
|
||||
SIZE (Math-Calc-Units-1.06.tar.gz) = 33916
|
5
math/p5-Math-Calc-Units/pkg/DESCR
Normal file
5
math/p5-Math-Calc-Units/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
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).
|
22
math/p5-Math-Calc-Units/pkg/PLIST
Normal file
22
math/p5-Math-Calc-Units/pkg/PLIST
Normal file
@ -0,0 +1,22 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/25 20:40:56 simon Exp $
|
||||
bin/ucalc
|
||||
${P5SITE}/Math/
|
||||
${P5SITE}/Math/Calc/
|
||||
${P5SITE}/Math/Calc/Units/
|
||||
${P5SITE}/Math/Calc/Units.pm
|
||||
${P5SITE}/Math/Calc/Units/Compute.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/
|
||||
${P5SITE}/Math/Calc/Units/Convert.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Base.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Base2Metric.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Byte.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Combo.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Date.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Distance.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Metric.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Multi.pm
|
||||
${P5SITE}/Math/Calc/Units/Convert/Time.pm
|
||||
${P5SITE}/Math/Calc/Units/Grammar.pm
|
||||
${P5SITE}/Math/Calc/Units/Grammar.y
|
||||
${P5SITE}/Math/Calc/Units/Rank.pm
|
||||
@man man/man3p/Math::Calc::Units.3p
|
Loading…
Reference in New Issue
Block a user