diff options
author | adrianp <adrianp@pkgsrc.org> | 2005-08-13 07:59:41 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2005-08-13 07:59:41 +0000 |
commit | 75bb57e94fc2fe166d1b7cbf7463d5a909452729 (patch) | |
tree | 37979bc43b18314592f959198607c141c7b9827a /math | |
parent | f6b22a85149d19f674eafd6f1a6a1b0ebdf8c8d2 (diff) | |
download | pkgsrc-75bb57e94fc2fe166d1b7cbf7463d5a909452729.tar.gz |
This module handles numbers in base 85, via strings and Math::BigInt.
For more information, read the module or rfc1924.txt.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Base85/DESCR | 2 | ||||
-rw-r--r-- | math/p5-Math-Base85/Makefile | 16 | ||||
-rw-r--r-- | math/p5-Math-Base85/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Math-Base85/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/math/p5-Math-Base85/DESCR b/math/p5-Math-Base85/DESCR new file mode 100644 index 00000000000..d034a5b34d3 --- /dev/null +++ b/math/p5-Math-Base85/DESCR @@ -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 --git a/math/p5-Math-Base85/Makefile b/math/p5-Math-Base85/Makefile new file mode 100644 index 00000000000..69ff70299f0 --- /dev/null +++ b/math/p5-Math-Base85/Makefile @@ -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 +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 --git a/math/p5-Math-Base85/PLIST b/math/p5-Math-Base85/PLIST new file mode 100644 index 00000000000..71ec7229ed8 --- /dev/null +++ b/math/p5-Math-Base85/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/08/13 07:59:41 adrianp Exp $ diff --git a/math/p5-Math-Base85/distinfo b/math/p5-Math-Base85/distinfo new file mode 100644 index 00000000000..8d7a452b3c8 --- /dev/null +++ b/math/p5-Math-Base85/distinfo @@ -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 |