Mon Jul 3 16:22:42 2017 UTC ()
New package, p5-Calc-Math-Units. From Alberto Mijares via wip, though I fixed
some typos.

From DESCR:
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).


(bsiegert)
diff -r1.338 -r1.339 pkgsrc/math/Makefile
diff -r0 -r1.1 pkgsrc/math/p5-Math-Calc-Units/DESCR
diff -r0 -r1.1 pkgsrc/math/p5-Math-Calc-Units/Makefile
diff -r0 -r1.1 pkgsrc/math/p5-Math-Calc-Units/PLIST
diff -r0 -r1.1 pkgsrc/math/p5-Math-Calc-Units/distinfo

cvs diff -r1.338 -r1.339 pkgsrc/math/Makefile (expand / switch to unified diff)

--- pkgsrc/math/Makefile 2017/06/23 23:33:57 1.338
+++ pkgsrc/math/Makefile 2017/07/03 16:22:42 1.339
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.338 2017/06/23 23:33:57 markd Exp $ 1# $NetBSD: Makefile,v 1.339 2017/07/03 16:22:42 bsiegert Exp $
2 2
3COMMENT= Mathematics 3COMMENT= Mathematics
4 4
5SUBDIR+= R 5SUBDIR+= R
6SUBDIR+= R-CGIwithR 6SUBDIR+= R-CGIwithR
7SUBDIR+= R-DAAG 7SUBDIR+= R-DAAG
8SUBDIR+= R-DBI 8SUBDIR+= R-DBI
9SUBDIR+= R-FNN 9SUBDIR+= R-FNN
10SUBDIR+= R-GRASS 10SUBDIR+= R-GRASS
11SUBDIR+= R-ISwR 11SUBDIR+= R-ISwR
12SUBDIR+= R-MatrixModels 12SUBDIR+= R-MatrixModels
13SUBDIR+= R-PHYLOGR 13SUBDIR+= R-PHYLOGR
14SUBDIR+= R-R2HTML 14SUBDIR+= R-R2HTML
@@ -181,26 +181,27 @@ SUBDIR+= otter @@ -181,26 +181,27 @@ SUBDIR+= otter
181SUBDIR+= p5-Algorithm-Cluster 181SUBDIR+= p5-Algorithm-Cluster
182SUBDIR+= p5-Algorithm-Munkres 182SUBDIR+= p5-Algorithm-Munkres
183SUBDIR+= p5-Excel-Template 183SUBDIR+= p5-Excel-Template
184SUBDIR+= p5-Excel-Template-Plus 184SUBDIR+= p5-Excel-Template-Plus
185SUBDIR+= p5-Math-Base-Convert 185SUBDIR+= p5-Math-Base-Convert
186SUBDIR+= p5-Math-Base36 186SUBDIR+= p5-Math-Base36
187SUBDIR+= p5-Math-Base85 187SUBDIR+= p5-Math-Base85
188SUBDIR+= p5-Math-BaseCnv 188SUBDIR+= p5-Math-BaseCnv
189SUBDIR+= p5-Math-Bezier 189SUBDIR+= p5-Math-Bezier
190SUBDIR+= p5-Math-BigInt 190SUBDIR+= p5-Math-BigInt
191SUBDIR+= p5-Math-BigInt-GMP 191SUBDIR+= p5-Math-BigInt-GMP
192SUBDIR+= p5-Math-BigInt-Pari 192SUBDIR+= p5-Math-BigInt-Pari
193SUBDIR+= p5-Math-BigInteger 193SUBDIR+= p5-Math-BigInteger
 194SUBDIR+= p5-Math-Calc-Units
194SUBDIR+= p5-Math-Complex 195SUBDIR+= p5-Math-Complex
195SUBDIR+= p5-Math-Derivative 196SUBDIR+= p5-Math-Derivative
196SUBDIR+= p5-Math-FFT 197SUBDIR+= p5-Math-FFT
197SUBDIR+= p5-Math-GMP 198SUBDIR+= p5-Math-GMP
198SUBDIR+= p5-Math-Interpolate 199SUBDIR+= p5-Math-Interpolate
199SUBDIR+= p5-Math-MatrixReal 200SUBDIR+= p5-Math-MatrixReal
200SUBDIR+= p5-Math-Pari 201SUBDIR+= p5-Math-Pari
201SUBDIR+= p5-Math-Permute-List 202SUBDIR+= p5-Math-Permute-List
202SUBDIR+= p5-Math-Prime-Util 203SUBDIR+= p5-Math-Prime-Util
203SUBDIR+= p5-Math-Random 204SUBDIR+= p5-Math-Random
204SUBDIR+= p5-Math-Random-ISAAC 205SUBDIR+= p5-Math-Random-ISAAC
205SUBDIR+= p5-Math-Random-ISAAC-XS 206SUBDIR+= p5-Math-Random-ISAAC-XS
206SUBDIR+= p5-Math-Random-MT 207SUBDIR+= p5-Math-Random-MT

File Added: pkgsrc/math/p5-Math-Calc-Units/DESCR
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).

File Added: pkgsrc/math/p5-Math-Calc-Units/Makefile
# $NetBSD: Makefile,v 1.1 2017/07/03 16:22:42 bsiegert Exp $

DISTNAME=	Math-Calc-Units-1.07
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	math perl5
MASTER_SITES=	https://cpan.metacpan.org/authors/id/S/SF/SFINK/

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://metacpan.org/pod/Math::Calc::Units
COMMENT=	Human-readable unit-aware calculator
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=	auto/Math/Calc/Units/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/math/p5-Math-Calc-Units/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1 2017/07/03 16:22:42 bsiegert Exp $
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Compute.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Base.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Base2Metric.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Byte.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Combo.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Date.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Distance.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Metric.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Multi.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Convert/Time.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Grammar.pm
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Grammar.y
${PERL5_SUB_INSTALLVENDORLIB}/Math/Calc/Units/Rank.pm
${PERL5_SUB_INSTALLVENDORARCH}/auto/Math/Calc/Units/.packlist
${PERL5_SUB_INSTALLVENDORBIN}/ucalc
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Math::Calc::Units.3

File Added: pkgsrc/math/p5-Math-Calc-Units/distinfo
$NetBSD: distinfo,v 1.1 2017/07/03 16:22:42 bsiegert Exp $

SHA1 (Math-Calc-Units-1.07.tar.gz) = 16ae99c6f5104d5c46469c92cec9b0f9289f4f79
RMD160 (Math-Calc-Units-1.07.tar.gz) = ed78a15e46f95203af6d8829bfc650bbf6130920
SHA512 (Math-Calc-Units-1.07.tar.gz) = 0758fd67f650cc8b70777a78c471c29e5a463370e47f810f0eaefa51cb832dbe01b55d7c53cb7d3dc70ee6339857b9f344acd7a68c7ea858394c387e87c52b31
Size (Math-Calc-Units-1.07.tar.gz) = 34025 bytes