Perl module which lets you calculate with strings (specifically passwords, but

not limited to) as if they were big integers.

WWW:	http://search.cpan.org/dist/Math-String/

Feature safe:	yes
This commit is contained in:
Steve Wills 2012-04-08 18:28:25 +00:00
parent f774100b1d
commit 03ebb16928
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294395
5 changed files with 44 additions and 0 deletions

View file

@ -424,6 +424,7 @@
SUBDIR += p5-Math-SigFigs
SUBDIR += p5-Math-SimpleVariable
SUBDIR += p5-Math-Spline
SUBDIR += p5-Math-String
SUBDIR += p5-Math-Symbolic
SUBDIR += p5-Math-Symbolic-Custom-CCompiler
SUBDIR += p5-Math-Symbolic-Custom-Contains

View file

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Math-String
# Date created: 2012-04-08
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Math-String
PORTVERSION= 1.28
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to calculate with strings as if they were big integers
BUILD_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Math::String.3 \
Math::String::Charset.3 \
Math::String::Charset::Grouped.3 \
Math::String::Charset::Nested.3 \
Math::String::Sequence.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Math-String-1.28.tar.gz) = 7c41d9a3478bfe5a675556c87375419047c09fd7f0cb6117ddd1240fc5f2e0a0
SIZE (Math-String-1.28.tar.gz) = 72979

View file

@ -0,0 +1,4 @@
Perl module which lets you calculate with strings (specifically passwords, but
not limited to) as if they were big integers.
WWW: http://search.cpan.org/dist/Math-String/

View file

@ -0,0 +1,9 @@
%%SITE_PERL%%/Math/String/Charset/Nested.pm
%%SITE_PERL%%/Math/String/Charset/Grouped.pm
%%SITE_PERL%%/Math/String/Charset.pm
%%SITE_PERL%%/Math/String/Sequence.pm
%%SITE_PERL%%/Math/String.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/String/.packlist
@dirrmtry %%SITE_PERL%%/Math/String/Charset
@dirrmtry %%SITE_PERL%%/Math/String
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/String