From b73e118e8aced2a6f6ebb172d53024bb1f311e44 Mon Sep 17 00:00:00 2001 From: schmonz Date: Tue, 21 Apr 2009 17:46:39 +0000 Subject: 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. --- math/p5-Math-Round/DESCR | 4 ++++ math/p5-Math-Round/Makefile | 18 ++++++++++++++++++ math/p5-Math-Round/distinfo | 5 +++++ 3 files changed, 27 insertions(+) create mode 100644 math/p5-Math-Round/DESCR create mode 100644 math/p5-Math-Round/Makefile create mode 100644 math/p5-Math-Round/distinfo (limited to 'math/p5-Math-Round') 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 -- cgit v1.2.3