diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2017-07-03 16:22:42 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2017-07-03 16:22:42 +0000 |
commit | c0180399fea4e5acade299706f9a6814ab013391 (patch) | |
tree | 9d64ed7758777e1fbffd4b95ced7abd9c6dba785 /math/Makefile | |
parent | 05250fe1b7dce2d4f0ed1f62d2b91acc66dd4abe (diff) | |
download | pkgsrc-c0180399fea4e5acade299706f9a6814ab013391.tar.gz |
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).
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index a8777a8ea6a..24ca2e896be 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.338 2017/06/23 23:33:57 markd Exp $ +# $NetBSD: Makefile,v 1.339 2017/07/03 16:22:42 bsiegert Exp $ COMMENT= Mathematics @@ -191,6 +191,7 @@ SUBDIR+= p5-Math-BigInt SUBDIR+= p5-Math-BigInt-GMP SUBDIR+= p5-Math-BigInt-Pari SUBDIR+= p5-Math-BigInteger +SUBDIR+= p5-Math-Calc-Units SUBDIR+= p5-Math-Complex SUBDIR+= p5-Math-Derivative SUBDIR+= p5-Math-FFT |