mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- add stage support
Approved by: portmgr (blanket infrastructure)
This commit is contained in:
parent
8c5545d0d2
commit
9ec58fca21
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341825
@ -14,7 +14,4 @@ COMMENT= Perl Extension for Munkres' Solution to Classical Assignment Problem
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Algorithm::Munkres.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -4,4 +4,4 @@ This module extends the solution of Assignment problem for square
|
||||
matrices to rectangular matrices by padding zeros. Thus a rectangular
|
||||
matrix is converted to square matrix by padding necessary zeros.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
|
||||
WWW: http://search.cpan.org/dist/Algorithm-Munkres/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Munkres/.packlist
|
||||
%%SITE_PERL%%/Algorithm/Munkres.pm
|
||||
%%PERL5_MAN3%%/Algorithm::Munkres.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Algorithm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Munkres
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
|
||||
|
@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Bit::Vector.3 Bit::Vector::Overload.3 Bit::Vector::String.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,6 +7,9 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Vector.so
|
||||
%%PERL5_MAN3%%/Bit::Vector.3.gz
|
||||
%%PERL5_MAN3%%/Bit::Vector::Overload.3.gz
|
||||
%%PERL5_MAN3%%/Bit::Vector::String.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Bit/Vector
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit
|
||||
|
@ -17,10 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= GIS::Distance::Fast.3 \
|
||||
GIS::Distance::Formula::Cosine::Fast.3 \
|
||||
GIS::Distance::Formula::Haversine::Fast.3 \
|
||||
GIS::Distance::Formula::Vincenty::Fast.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -5,6 +5,10 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/Fast/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/Fast/Fast.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/Fast/Fast.so
|
||||
%%PERL5_MAN3%%/GIS::Distance::Fast.3.gz
|
||||
%%PERL5_MAN3%%/GIS::Distance::Formula::Cosine::Fast.3.gz
|
||||
%%PERL5_MAN3%%/GIS::Distance::Formula::Haversine::Fast.3.gz
|
||||
%%PERL5_MAN3%%/GIS::Distance::Formula::Vincenty::Fast.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/GIS/Distance/Formula/Haversine
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/GIS/Distance/Formula/Vincenty
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/GIS/Distance/Formula/Cosine
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Math-Complex>1.0.3:${PORTSDIR}/math/p5-Math-Complex
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= GIS::Distance::Lite.3 \
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -7,4 +7,4 @@ whistles and without the additional dependencies. Same great taste,
|
||||
less filling. It exists for those who cannot, or prefer not to
|
||||
install Moose and its dependencies.
|
||||
|
||||
WWW: http://search.cpan.org/dist/GIS-Distance-Lite/
|
||||
WWW: http://search.cpan.org/dist/GIS-Distance-Lite/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/Lite/.packlist
|
||||
%%SITE_PERL%%/GIS/Distance/Lite.pm
|
||||
%%PERL5_MAN3%%/GIS::Distance::Lite.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/GIS/Distance
|
||||
@dirrmtry %%SITE_PERL%%/GIS
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GIS/Distance/Lite
|
||||
|
@ -18,22 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Graph.3 \
|
||||
Graph::AdjacencyMap.3 \
|
||||
Graph::AdjacencyMap::Vertex.3 \
|
||||
Graph::AdjacencyMatrix.3 \
|
||||
Graph::BitMatrix.3 \
|
||||
Graph::Directed.3 \
|
||||
Graph::Matrix.3 \
|
||||
Graph::TransitiveClosure.3 \
|
||||
Graph::TransitiveClosure::Matrix.3 \
|
||||
Graph::Traversal.3 \
|
||||
Graph::Traversal::BFS.3 \
|
||||
Graph::Traversal::DFS.3 \
|
||||
Graph::Undirected.3 \
|
||||
Graph::UnionFind.3 \
|
||||
Heap071::Elem.3 \
|
||||
Heap071::Fibonacci.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -23,6 +23,22 @@
|
||||
%%SITE_PERL%%/Heap071/Fibonacci.pm
|
||||
%%SITE_PERL%%/auto/Heap071/Elem/autosplit.ix
|
||||
%%SITE_PERL%%/auto/Heap071/Fibonacci/autosplit.ix
|
||||
%%PERL5_MAN3%%/Graph.3.gz
|
||||
%%PERL5_MAN3%%/Graph::AdjacencyMap.3.gz
|
||||
%%PERL5_MAN3%%/Graph::AdjacencyMap::Vertex.3.gz
|
||||
%%PERL5_MAN3%%/Graph::AdjacencyMatrix.3.gz
|
||||
%%PERL5_MAN3%%/Graph::BitMatrix.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Directed.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Matrix.3.gz
|
||||
%%PERL5_MAN3%%/Graph::TransitiveClosure.3.gz
|
||||
%%PERL5_MAN3%%/Graph::TransitiveClosure::Matrix.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Traversal.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Traversal::BFS.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Traversal::DFS.3.gz
|
||||
%%PERL5_MAN3%%/Graph::Undirected.3.gz
|
||||
%%PERL5_MAN3%%/Graph::UnionFind.3.gz
|
||||
%%PERL5_MAN3%%/Heap071::Elem.3.gz
|
||||
%%PERL5_MAN3%%/Heap071::Fibonacci.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/auto/Heap071/Fibonacci
|
||||
@dirrmtry %%SITE_PERL%%/auto/Heap071/Elem
|
||||
@dirrmtry %%SITE_PERL%%/auto/Heap071
|
||||
|
@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.59:${PORTSDIR}/devel/p5-ExtUtils-MakeMak
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Base36.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36/.packlist
|
||||
%%SITE_PERL%%/Math/Base36.pm
|
||||
%%PERL5_MAN3%%/Math::Base36.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -14,10 +14,4 @@ COMMENT= Math::BigInt - Arbitrary size integer math package
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::BigFloat.3 \
|
||||
Math::BigInt.3 \
|
||||
Math::BigInt::Calc.3 \
|
||||
Math::BigInt::CalcEmu.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,10 @@
|
||||
%%SITE_PERL%%/Math/BigInt/Calc.pm
|
||||
%%SITE_PERL%%/Math/BigInt/CalcEmu.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt/.packlist
|
||||
%%PERL5_MAN3%%/Math::BigFloat.3.gz
|
||||
%%PERL5_MAN3%%/Math::BigInt.3.gz
|
||||
%%PERL5_MAN3%%/Math::BigInt::Calc.3.gz
|
||||
%%PERL5_MAN3%%/Math::BigInt::CalcEmu.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/BigInt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math/BigInt
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Calculate convex hulls using Graham's scan (n*log(n))
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::ConvexHull.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Math/ConvexHull.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/ConvexHull/.packlist
|
||||
%%PERL5_MAN3%%/Math::ConvexHull.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/ConvexHull
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -18,8 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Random::ISAAC::PP.3 \
|
||||
Math::Random::ISAAC.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,8 @@
|
||||
%%SITE_PERL%%/Math/Random/ISAAC/PP.pm
|
||||
%%SITE_PERL%%/Math/Random/ISAAC.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/ISAAC/.packlist
|
||||
%%PERL5_MAN3%%/Math::Random::ISAAC::PP.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::ISAAC.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Math/Random/ISAAC
|
||||
@dirrmtry %%SITE_PERL%%/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -10,6 +10,8 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= dereckson@gmail.com
|
||||
COMMENT= Cryptographically-secure rand function
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
TEST_DEPENDS= p5-Test-Warn>0:${PORTSDIR}/devel/p5-Test-Warn
|
||||
BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils
|
||||
RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
@ -19,9 +21,4 @@ RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::Random::Secure.3 Math::Random::Secure::RNG.3
|
||||
|
||||
LICENSE= ART20
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Cryptographically-secure, cross-platform replacement for rand()
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-Random-Secure
|
||||
WWW: http://search.cpan.org/dist/Math-Random-Secure/
|
||||
|
@ -1,6 +1,8 @@
|
||||
%%SITE_PERL%%/Math/Random/Secure.pm
|
||||
%%SITE_PERL%%/Math/Random/Secure/RNG.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Secure/.packlist
|
||||
%%PERL5_MAN3%%/Math::Random::Secure.3.gz
|
||||
%%PERL5_MAN3%%/Math::Random::Secure::RNG.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Secure
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
|
@ -18,7 +18,4 @@ RUN_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Math::SigFigs.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Do math with correct handling of significant figures
|
||||
|
||||
WWW: http://search.cpan.org/dist/Math-SigFigs/
|
||||
WWW: http://search.cpan.org/dist/Math-SigFigs/
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/Math/SigFigs.pm
|
||||
%%SITE_PERL%%/Math/SigFigs.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs/.packlist
|
||||
%%PERL5_MAN3%%/Math::SigFigs.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/SigFigs
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
||||
@dirrmtry %%SITE_PERL%%/Math
|
||||
|
@ -14,7 +14,4 @@ COMMENT= Perl extension to model fractions
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Number::Fraction.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
Number::Fraction is a Perl module which allows you to work with fractions
|
||||
in your Perl programs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Number-Fraction/
|
||||
WWW: http://search.cpan.org/dist/Number-Fraction/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Number/Fraction.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Fraction/.packlist
|
||||
%%PERL5_MAN3%%/Number::Fraction.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Fraction
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number
|
||||
@dirrmtry %%SITE_PERL%%/Number
|
||||
|
@ -13,9 +13,6 @@ COMMENT= Perl module to manage an interval on the integer line
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Set::Window.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -i '' '/use 5/d' ${WRKSRC}/Window.pm
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Window/.packlist
|
||||
%%SITE_PERL%%/Set/Window.pm
|
||||
%%PERL5_MAN3%%/Set::Window.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Window
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set
|
||||
@dirrmtry %%SITE_PERL%%/Set
|
||||
|
@ -17,19 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::Basic.3 \
|
||||
Statistics::Basic::ComputedVector.3 \
|
||||
Statistics::Basic::Correlation.3 \
|
||||
Statistics::Basic::Covariance.3 \
|
||||
Statistics::Basic::LeastSquareFit.3 \
|
||||
Statistics::Basic::Mean.3 \
|
||||
Statistics::Basic::Median.3 \
|
||||
Statistics::Basic::Mode.3 \
|
||||
Statistics::Basic::StdDev.3 \
|
||||
Statistics::Basic::Variance.3 \
|
||||
Statistics::Basic::Vector.3 \
|
||||
Statistics::Basic::_OneVectorBase.3 \
|
||||
Statistics::Basic::_TwoVectorBase.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -25,6 +25,19 @@
|
||||
%%SITE_PERL%%/Statistics/Basic/_TwoVectorBase.pm
|
||||
%%SITE_PERL%%/Statistics/Basic/_TwoVectorBase.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Basic/.packlist
|
||||
%%PERL5_MAN3%%/Statistics::Basic.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::ComputedVector.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Correlation.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Covariance.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::LeastSquareFit.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Mean.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Median.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Mode.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::StdDev.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Variance.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::Vector.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::_OneVectorBase.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Basic::_TwoVectorBase.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Basic
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics/Basic
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Calculate the deviation from Benford's Law
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::Benford.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford/.packlist
|
||||
%%SITE_PERL%%/Statistics/Benford.pm
|
||||
%%PERL5_MAN3%%/Statistics::Benford.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Benford
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -13,10 +13,4 @@ COMMENT= Perl module that supplies statistical methods for perl5
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::Descriptive.3 \
|
||||
Statistics::Descriptive::Smoother.3 \
|
||||
Statistics::Descriptive::Smoother::Exponential.3 \
|
||||
Statistics::Descriptive::Smoother::Weightedexponential.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,10 @@
|
||||
%%SITE_PERL%%/Statistics/Descriptive/Smoother.pm
|
||||
%%SITE_PERL%%/Statistics/Descriptive/Smoother/Exponential.pm
|
||||
%%SITE_PERL%%/Statistics/Descriptive/Smoother/Weightedexponential.pm
|
||||
%%PERL5_MAN3%%/Statistics::Descriptive.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Descriptive::Smoother.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Exponential.3.gz
|
||||
%%PERL5_MAN3%%/Statistics::Descriptive::Smoother::Weightedexponential.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Statistics/Descriptive/Smoother
|
||||
@dirrmtry %%SITE_PERL%%/Statistics/Descriptive
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module that calculates critical values of common statistical distr
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::Distributions.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/Statistics/Distributions.pm
|
||||
%%SITE_PERL%%/auto/Statistics/Distributions/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions/.packlist
|
||||
%%PERL5_MAN3%%/Statistics::Distributions.3.gz
|
||||
@dirrm %%SITE_PERL%%/auto/Statistics/Distributions
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Distributions
|
||||
@dirrmtry %%SITE_PERL%%/auto/Statistics
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl implementation of Linear Threshold Units
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::LTU.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/Statistics/LTU.pod
|
||||
%%SITE_PERL%%/Statistics/weather.pl
|
||||
%%SITE_PERL%%/Statistics/LTU.pm
|
||||
%%PERL5_MAN3%%/Statistics::LTU.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/LTU
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module to perform weighted linear regression
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Statistics::Regression.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Regression/.packlist
|
||||
%%SITE_PERL%%/Statistics/Regression.pm
|
||||
%%PERL5_MAN3%%/Statistics::Regression.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics/Regression
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Statistics
|
||||
@dirrmtry %%SITE_PERL%%/Statistics
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl 5 modules for reading and writing PalmDoc files
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Palm::PalmDoc.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm/PalmDoc/.packlist
|
||||
%%SITE_PERL%%/Palm/PalmDoc.pm
|
||||
%%PERL5_MAN3%%/Palm::PalmDoc.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm/PalmDoc
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Palm
|
||||
@dirrmtry %%SITE_PERL%%/Palm
|
||||
|
@ -18,7 +18,4 @@ LICENSE= GPLv2
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Auth::Yubikey_Decrypter.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Auth/Yubikey_Decrypter.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Auth/Yubikey_Decrypter/.packlist
|
||||
%%PERL5_MAN3%%/Auth::Yubikey_Decrypter.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Auth/Yubikey_Decrypter
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Auth
|
||||
@dirrmtry %%SITE_PERL%%/Auth
|
||||
|
@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Authen::OATH.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Authen/OATH.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/OATH/.packlist
|
||||
%%PERL5_MAN3%%/Authen::OATH.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/OATH
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
|
||||
@dirrmtry %%SITE_PERL%%/Authen
|
||||
|
@ -13,9 +13,6 @@ COMMENT= Perl extension to authenticate against an SMB server
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Authen::Smb.3
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \
|
||||
${WRKSRC}/smbval/rfcnb-util.c \
|
||||
|
@ -3,6 +3,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Smb/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Smb/Smb.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Smb/Smb.so
|
||||
%%PERL5_MAN3%%/Authen::Smb.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Smb
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Authen
|
||||
|
@ -19,7 +19,4 @@ USE_OPENSSL= yes
|
||||
CONFIGURE_ARGS= ${OPENSSLBASE}
|
||||
USE_DOS2UNIX= yes
|
||||
|
||||
MAN3= Business::PayPal::EWP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,4 @@
|
||||
Business::PayPal::EWP - Perl extension for PayPal's Encrypted Website Payments
|
||||
|
||||
WWW: http://search.cpan.org/dist/Business-PayPal-EWP/
|
||||
with Encrypted Web Payments. It contains a single function, SignAndEncrypt
|
||||
which takes the plaintext form code, private key file, public key file, and
|
||||
PayPal's public certificate, and will return the signed and encrypted code
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP/EWP.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Business/PayPal/EWP.pm
|
||||
%%PERL5_MAN3%%/Business::PayPal::EWP.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal/EWP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business/PayPal
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Business
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.it.su.se/pub/users/leifj/ \
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= lx@FreeBSD.org
|
||||
COMMENT= A Perl tool for managing Certificate Authorities
|
||||
COMMENT= Perl tool for managing Certificate Authorities
|
||||
|
||||
BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
|
||||
p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \
|
||||
@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= CSP.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,5 +2,6 @@ bin/csp
|
||||
%%SITE_PERL%%/CSP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSP/.packlist
|
||||
%%SITE_PERL%%/auto/CSP/autosplit.ix
|
||||
%%PERL5_MAN3%%/CSP.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSP
|
||||
@dirrm %%SITE_PERL%%/auto/CSP
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for encrypting data in Cipher Feedback Mode
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::CFB.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/CFB.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CFB/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::CFB.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/CFB/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for decrypting rot-N strings
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Caesar.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/Caesar.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Caesar/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Caesar.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Caesar/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Ctr.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/Ctr.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Ctr/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Ctr.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Ctr/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module implementing the ECB encryption algorithm
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::ECB.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -11,4 +11,4 @@ Crypt::CBC meaning you can access Crypt::ECB exactly like Crypt::CBC,
|
||||
though Crypt::ECB is more flexible. For example you can change the key
|
||||
or the cipher without having to create a new crypt object.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-ECB/
|
||||
WWW: http://search.cpan.org/dist/Crypt-ECB/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/ECB.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/ECB/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::ECB.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/ECB
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for GOST Encryption Algorithm
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::GOST.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/GOST.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/GOST.so
|
||||
%%PERL5_MAN3%%/Crypt::GOST.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
|
||||
|
@ -13,9 +13,6 @@ COMMENT= Perl extension to encrypt and decrypt Imail passwords
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Imail.3
|
||||
|
||||
WRKSRC= ${WRKDIR}/Imail
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/Imail.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Imail/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Imail.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Imail/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -16,7 +16,4 @@ TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Juniper.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Crypt::Juniper - Encrypt/decrypt Juniper $9$ secrets
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Juniper/
|
||||
WWW: http://search.cpan.org/dist/Crypt-Juniper/
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%//Crypt/Juniper.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Juniper/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Juniper.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Juniper
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Lite.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite/.packlist
|
||||
%%SITE_PERL%%/Crypt/Lite.pm
|
||||
%%PERL5_MAN3%%/Crypt::Lite.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
|
@ -1,19 +1,16 @@
|
||||
# Created by: Seamus Venasse <svenasse@polaris.ca>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Crypt-RC4
|
||||
PORTVERSION= 2.02
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
PORTNAME= Crypt-RC4
|
||||
PORTVERSION= 2.02
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
MAINTAINER= skreuzer@FreeBSD.org
|
||||
COMMENT= Perl implementation of the RC4 encryption algorithm
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::RC4.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/RC4.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RC4/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::RC4.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/RC4
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for Rabbit stream cipher
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Rabbit.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/Rabbit.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/Rabbit.so
|
||||
%%PERL5_MAN3%%/Crypt::Rabbit.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt
|
||||
|
@ -22,21 +22,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-Exception>0:${PORTSDIR}/devel/p5-Test-Exception \
|
||||
p5-Test-use-ok>0:${PORTSDIR}/devel/p5-Test-use-ok
|
||||
|
||||
MAN3= Crypt::Random::Source.3 \
|
||||
Crypt::Random::Source::Base.3 \
|
||||
Crypt::Random::Source::Base::File.3 \
|
||||
Crypt::Random::Source::Base::Handle.3 \
|
||||
Crypt::Random::Source::Base::Proc.3 \
|
||||
Crypt::Random::Source::Base::RandomDevice.3 \
|
||||
Crypt::Random::Source::Factory.3 \
|
||||
Crypt::Random::Source::Strong.3 \
|
||||
Crypt::Random::Source::Strong::devrandom.3 \
|
||||
Crypt::Random::Source::Weak.3 \
|
||||
Crypt::Random::Source::Weak::devurandom.3 \
|
||||
Crypt::Random::Source::Weak::rand.3
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
Get weak or strong random data from pluggable sources
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Random-Source
|
||||
WWW: http://search.cpan.org/dist/Crypt-Random-Source/
|
||||
|
@ -11,6 +11,18 @@
|
||||
%%SITE_PERL%%/Crypt/Random/Source/Weak/devurandom.pm
|
||||
%%SITE_PERL%%/Crypt/Random/Source/Weak/rand.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Base.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Base::File.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Base::Handle.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Base::Proc.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Base::RandomDevice.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Factory.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Strong.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Strong::devrandom.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Weak.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Weak::devurandom.3.gz
|
||||
%%PERL5_MAN3%%/Crypt::Random::Source::Weak::rand.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random/Source
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Random
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
|
@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::SKey.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/SKey.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SKey/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::SKey.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/SKey/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension to generate a salt to be fed into crypt
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Salt.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/Salt.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Salt/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Salt.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Salt/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -21,7 +21,4 @@ BUILD_DEPENDS= p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Simple.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple/.packlist
|
||||
%%SITE_PERL%%/Crypt/Simple.pm
|
||||
%%PERL5_MAN3%%/Crypt::Simple.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Simple
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Solitaire encryption
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::Solitaire.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,7 @@
|
||||
%%SITE_PERL%%/Crypt/Solitaire.pm
|
||||
%%SITE_PERL%%/auto/Crypt/Solitaire/autosplit.ix
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Solitaire/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::Solitaire.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Solitaire
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrm %%SITE_PERL%%/auto/Crypt/Solitaire
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl module implementing crypt(3) function
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Crypt::UnixCrypt.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Crypt/UnixCrypt.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt/.packlist
|
||||
%%PERL5_MAN3%%/Crypt::UnixCrypt.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/UnixCrypt
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for assessing password quality
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Data::Password.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Data/Password.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Password/.packlist
|
||||
%%PERL5_MAN3%%/Data::Password.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Password
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
||||
|
@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Digest::Adler32.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Digest/Adler32.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32/.packlist
|
||||
%%PERL5_MAN3%%/Digest::Adler32.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Adler32
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/
|
||||
@dirrmtry %%SITE_PERL%%/Digest/
|
||||
|
@ -13,7 +13,4 @@ COMMENT= Perl extension for ElfHash hash algorithm
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Digest::Elf.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/Elf.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/Elf.so
|
||||
%%PERL5_MAN3%%/Digest::Elf.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Elf/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/
|
||||
|
@ -16,7 +16,4 @@ RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Digest::Haval256.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -2,6 +2,7 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Haval256/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Haval256/Haval256.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Haval256/Haval256.so
|
||||
%%PERL5_MAN3%%/Digest::Haval256.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Haval256
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/
|
||||
|
@ -15,7 +15,4 @@ RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Digest::MD5::File.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user