pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Base85 This module handles numbers in bas...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e5743de87c9c
branches:  trunk
changeset: 498127:e5743de87c9c
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 13 07:59:41 2005 +0000

description:
This module handles numbers in base 85, via strings and Math::BigInt.
For more information, read the module or rfc1924.txt.

diffstat:

 math/p5-Math-Base85/DESCR    |   2 ++
 math/p5-Math-Base85/Makefile |  16 ++++++++++++++++
 math/p5-Math-Base85/PLIST    |   1 +
 math/p5-Math-Base85/distinfo |   5 +++++
 4 files changed, 24 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r d5be9b42188c -r e5743de87c9c math/p5-Math-Base85/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Base85/DESCR Sat Aug 13 07:59:41 2005 +0000
@@ -0,0 +1,2 @@
+This module handles numbers in base 85, via strings and Math::BigInt.
+For more information, read the module or rfc1924.txt.
diff -r d5be9b42188c -r e5743de87c9c math/p5-Math-Base85/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Base85/Makefile      Sat Aug 13 07:59:41 2005 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/08/13 07:59:41 adrianp Exp $
+
+DISTNAME=      Math-Base85-0.2
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=    adrianp%NetBSD.org@localhost
+COMMENT=       Perl extension for base 85 numbers, as referenced by RFC 1924
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+PERL5_PACKLIST=                auto/Math/Base85/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d5be9b42188c -r e5743de87c9c math/p5-Math-Base85/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Base85/PLIST Sat Aug 13 07:59:41 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 07:59:41 adrianp Exp $
diff -r d5be9b42188c -r e5743de87c9c math/p5-Math-Base85/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Base85/distinfo      Sat Aug 13 07:59:41 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/08/13 07:59:41 adrianp Exp $
+
+SHA1 (Math-Base85-0.2.tar.gz) = eae5fd953dc2b6b0e15ab9d6aeee705156cc943b
+RMD160 (Math-Base85-0.2.tar.gz) = c9816c1bfd75eaff54d9e5f3f4c56198bc30d4a2
+Size (Math-Base85-0.2.tar.gz) = 6495 bytes



Home | Main Index | Thread Index | Old Index