import p5-Math-Base85;

This module handles numbers in base 85, via strings and Math::BigInt.

Tweaks and ok jasper@
This commit is contained in:
benoit 2010-12-27 21:08:50 +00:00
parent 9ca3d8c872
commit 1f9fd9d911
4 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/27 21:08:50 benoit Exp $
COMMENT = module handles numbers in base 85
DISTNAME = Math-Base85-0.2
CATEGORIES = math
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Math-Base85-0.2.tar.gz) = OikUZR3GgP0iZh81ITIR0w==
RMD160 (Math-Base85-0.2.tar.gz) = yYFsG/116v9U2eXz9MVhmLww1KI=
SHA1 (Math-Base85-0.2.tar.gz) = 6uX9lT3CtrDhWrnWru5wUVbMlDs=
SHA256 (Math-Base85-0.2.tar.gz) = 2otBbtwx15mW6SRTkLk0POrLAralfC7otwq2sianTsA=
SIZE (Math-Base85-0.2.tar.gz) = 6495

View File

@ -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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/27 21:08:50 benoit Exp $
${P5SITE}/Math/
${P5SITE}/Math/Base85.pm
@man man/man3p/Math::Base85.3p