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:
simon 2007-07-25 20:40:56 +00:00
parent d5ffa82e89
commit 7a41bcae70
4 changed files with 47 additions and 0 deletions

View 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>

View 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

View 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).

View 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