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:
parent
9ca3d8c872
commit
1f9fd9d911
18
math/p5-Math-Base85/Makefile
Normal file
18
math/p5-Math-Base85/Makefile
Normal 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>
|
5
math/p5-Math-Base85/distinfo
Normal file
5
math/p5-Math-Base85/distinfo
Normal 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
|
2
math/p5-Math-Base85/pkg/DESCR
Normal file
2
math/p5-Math-Base85/pkg/DESCR
Normal 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.
|
4
math/p5-Math-Base85/pkg/PLIST
Normal file
4
math/p5-Math-Base85/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user