pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Round Initial import of math/p5-Math-Roun...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fd2391637ef7
branches:  trunk
changeset: 557751:fd2391637ef7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Apr 21 17:46:39 2009 +0000

description:
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:

 math/p5-Math-Round/DESCR    |   4 ++++
 math/p5-Math-Round/Makefile |  18 ++++++++++++++++++
 math/p5-Math-Round/distinfo |   5 +++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 1ec17e475562 -r fd2391637ef7 math/p5-Math-Round/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Round/DESCR  Tue Apr 21 17:46:39 2009 +0000
@@ -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 -r 1ec17e475562 -r fd2391637ef7 math/p5-Math-Round/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Round/Makefile       Tue Apr 21 17:46:39 2009 +0000
@@ -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@localhost
+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 -r 1ec17e475562 -r fd2391637ef7 math/p5-Math-Round/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Round/distinfo       Tue Apr 21 17:46:39 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index