summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorschmonz <schmonz>2009-04-21 17:46:39 +0000
committerschmonz <schmonz>2009-04-21 17:46:39 +0000
commitd9a8b9e035afa3800eb8da8b0c531942209bc8e8 (patch)
treefa5ec946fee553b9ef97ef5d1c355f243a07b097 /math
parent32dfdf5d3a82e28f73219413dd57d6cb42c5c923 (diff)
downloadpkgsrc-d9a8b9e035afa3800eb8da8b0c531942209bc8e8.tar.gz
Initial import of math/p5-Math-Round, needed by upcoming graphics/circos.
Math::Round is a Perl module. It supplies functions to round numbers, both positive and negative, in various ways. This may seem like an odd thing to write a whole module for, but rounding can sometimes be a little tricky, so I thought some people might find this useful.
Diffstat (limited to 'math')
-rw-r--r--math/p5-Math-Round/DESCR4
-rw-r--r--math/p5-Math-Round/Makefile18
-rw-r--r--math/p5-Math-Round/distinfo5
3 files changed, 27 insertions, 0 deletions
diff --git a/math/p5-Math-Round/DESCR b/math/p5-Math-Round/DESCR
new file mode 100644
index 00000000000..a5b3db3788d
--- /dev/null
+++ b/math/p5-Math-Round/DESCR
@@ -0,0 +1,4 @@
+Math::Round is a Perl module. It supplies functions to round numbers,
+both positive and negative, in various ways. This may seem like an
+odd thing to write a whole module for, but rounding can sometimes be
+a little tricky, so I thought some people might find this useful.
diff --git a/math/p5-Math-Round/Makefile b/math/p5-Math-Round/Makefile
new file mode 100644
index 00000000000..680d0861fb1
--- /dev/null
+++ b/math/p5-Math-Round/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/21 17:46:39 schmonz Exp $
+#
+
+DISTNAME= Math-Round-0.06
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Math-Round/
+COMMENT= Perl extension for rounding numbers
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Math/Round/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/p5-Math-Round/distinfo b/math/p5-Math-Round/distinfo
new file mode 100644
index 00000000000..a884931a23c
--- /dev/null
+++ b/math/p5-Math-Round/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/21 17:46:39 schmonz Exp $
+
+SHA1 (Math-Round-0.06.tar.gz) = ab6d15a5594b3f443b70c1d6477fc8409520173a
+RMD160 (Math-Round-0.06.tar.gz) = c9f68f179d77a992a1bf21b0918457415a6789c9
+Size (Math-Round-0.06.tar.gz) = 5002 bytes