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:
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
|
@ -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
|
||||
|
|
28
math/p5-Math-String/Makefile
Normal file
28
math/p5-Math-String/Makefile
Normal 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>
|
2
math/p5-Math-String/distinfo
Normal file
2
math/p5-Math-String/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Math-String-1.28.tar.gz) = 7c41d9a3478bfe5a675556c87375419047c09fd7f0cb6117ddd1240fc5f2e0a0
|
||||
SIZE (Math-String-1.28.tar.gz) = 72979
|
4
math/p5-Math-String/pkg-descr
Normal file
4
math/p5-Math-String/pkg-descr
Normal 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/
|
9
math/p5-Math-String/pkg-plist
Normal file
9
math/p5-Math-String/pkg-plist
Normal 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
|
Loading…
Reference in a new issue