diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-30 09:42:48 +0000 |
commit | 9ec58fca2181e62f9f6895c8e5c2fbc76efbb374 (patch) | |
tree | 12a1e32f5b1fc0e7932c9e7498c464d4d03204cb | |
parent | 8c5545d0d298c104fd91204c8df219c3c1be0c14 (diff) | |
download | ports-9ec58fca2181e62f9f6895c8e5c2fbc76efbb374.tar.gz ports-9ec58fca2181e62f9f6895c8e5c2fbc76efbb374.zip |
Notes
109 files changed, 118 insertions, 217 deletions
diff --git a/math/p5-Algorithm-Munkres/Makefile b/math/p5-Algorithm-Munkres/Makefile index bb10e3f68655..16712accbd17 100644 --- a/math/p5-Algorithm-Munkres/Makefile +++ b/math/p5-Algorithm-Munkres/Makefile @@ -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> diff --git a/math/p5-Algorithm-Munkres/pkg-descr b/math/p5-Algorithm-Munkres/pkg-descr index a5360ad0d70a..5c3a0eccb5c5 100644 --- a/math/p5-Algorithm-Munkres/pkg-descr +++ b/math/p5-Algorithm-Munkres/pkg-descr @@ -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/ diff --git a/math/p5-Algorithm-Munkres/pkg-plist b/math/p5-Algorithm-Munkres/pkg-plist index 3f0f91de4055..445f4882ed29 100644 --- a/math/p5-Algorithm-Munkres/pkg-plist +++ b/math/p5-Algorithm-Munkres/pkg-plist @@ -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 diff --git a/math/p5-Bit-Vector/Makefile b/math/p5-Bit-Vector/Makefile index d504cda72bfc..941eab8d9f57 100644 --- a/math/p5-Bit-Vector/Makefile +++ b/math/p5-Bit-Vector/Makefile @@ -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> diff --git a/math/p5-Bit-Vector/pkg-plist b/math/p5-Bit-Vector/pkg-plist index 82b4cdd57980..894bb0d8be96 100644 --- a/math/p5-Bit-Vector/pkg-plist +++ b/math/p5-Bit-Vector/pkg-plist @@ -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 diff --git a/math/p5-GIS-Distance-Fast/Makefile b/math/p5-GIS-Distance-Fast/Makefile index 5255dee07903..560dc6a520cb 100644 --- a/math/p5-GIS-Distance-Fast/Makefile +++ b/math/p5-GIS-Distance-Fast/Makefile @@ -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> diff --git a/math/p5-GIS-Distance-Fast/pkg-plist b/math/p5-GIS-Distance-Fast/pkg-plist index 4410c1327ed1..70149e72d7bb 100644 --- a/math/p5-GIS-Distance-Fast/pkg-plist +++ b/math/p5-GIS-Distance-Fast/pkg-plist @@ -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 diff --git a/math/p5-GIS-Distance-Lite/Makefile b/math/p5-GIS-Distance-Lite/Makefile index ef82d0660f4e..ac5787c85102 100644 --- a/math/p5-GIS-Distance-Lite/Makefile +++ b/math/p5-GIS-Distance-Lite/Makefile @@ -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> diff --git a/math/p5-GIS-Distance-Lite/pkg-descr b/math/p5-GIS-Distance-Lite/pkg-descr index c47cbcd1945c..ab1638c6548b 100644 --- a/math/p5-GIS-Distance-Lite/pkg-descr +++ b/math/p5-GIS-Distance-Lite/pkg-descr @@ -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/ diff --git a/math/p5-GIS-Distance-Lite/pkg-plist b/math/p5-GIS-Distance-Lite/pkg-plist index 77d29db2502b..cbe0930c39a8 100644 --- a/math/p5-GIS-Distance-Lite/pkg-plist +++ b/math/p5-GIS-Distance-Lite/pkg-plist @@ -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 diff --git a/math/p5-Graph/Makefile b/math/p5-Graph/Makefile index 0c8eecf7a751..5cfd4a01fd33 100644 --- a/math/p5-Graph/Makefile +++ b/math/p5-Graph/Makefile @@ -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> diff --git a/math/p5-Graph/pkg-plist b/math/p5-Graph/pkg-plist index f2bb1369c737..9a1350cf2520 100644 --- a/math/p5-Graph/pkg-plist +++ b/math/p5-Graph/pkg-plist @@ -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 diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index a43bf5b4988d..1787f03b7a62 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -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> diff --git a/math/p5-Math-Base36/pkg-plist b/math/p5-Math-Base36/pkg-plist index 648df0fa8f37..0e5c90f7db87 100644 --- a/math/p5-Math-Base36/pkg-plist +++ b/math/p5-Math-Base36/pkg-plist @@ -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 diff --git a/math/p5-Math-BigInt/Makefile b/math/p5-Math-BigInt/Makefile index 4b5c75b02838..4290a3f78c00 100644 --- a/math/p5-Math-BigInt/Makefile +++ b/math/p5-Math-BigInt/Makefile @@ -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> diff --git a/math/p5-Math-BigInt/pkg-plist b/math/p5-Math-BigInt/pkg-plist index 2618f50a7d38..de5ef98837f9 100644 --- a/math/p5-Math-BigInt/pkg-plist +++ b/math/p5-Math-BigInt/pkg-plist @@ -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 diff --git a/math/p5-Math-ConvexHull/Makefile b/math/p5-Math-ConvexHull/Makefile index dec394c68b4c..126dc4a3c0da 100644 --- a/math/p5-Math-ConvexHull/Makefile +++ b/math/p5-Math-ConvexHull/Makefile @@ -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> diff --git a/math/p5-Math-ConvexHull/pkg-plist b/math/p5-Math-ConvexHull/pkg-plist index 85ee09bc97ef..03a9c0559f8f 100644 --- a/math/p5-Math-ConvexHull/pkg-plist +++ b/math/p5-Math-ConvexHull/pkg-plist @@ -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 diff --git a/math/p5-Math-Random-ISAAC/Makefile b/math/p5-Math-Random-ISAAC/Makefile index 1d5d573a5eeb..5c5f07bc1768 100644 --- a/math/p5-Math-Random-ISAAC/Makefile +++ b/math/p5-Math-Random-ISAAC/Makefile @@ -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> diff --git a/math/p5-Math-Random-ISAAC/pkg-plist b/math/p5-Math-Random-ISAAC/pkg-plist index 3ef309e433d2..76cf458693c9 100644 --- a/math/p5-Math-Random-ISAAC/pkg-plist +++ b/math/p5-Math-Random-ISAAC/pkg-plist @@ -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 diff --git a/math/p5-Math-Random-Secure/Makefile b/math/p5-Math-Random-Secure/Makefile index 2cce34dcd11a..aff79113ed3b 100644 --- a/math/p5-Math-Random-Secure/Makefile +++ b/math/p5-Math-Random-Secure/Makefile @@ -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> diff --git a/math/p5-Math-Random-Secure/pkg-descr b/math/p5-Math-Random-Secure/pkg-descr index 1f3d8852adeb..19ea6ec3906a 100644 --- a/math/p5-Math-Random-Secure/pkg-descr +++ b/math/p5-Math-Random-Secure/pkg-descr @@ -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/ diff --git a/math/p5-Math-Random-Secure/pkg-plist b/math/p5-Math-Random-Secure/pkg-plist index 8b11a83bb726..5215ddd02d05 100644 --- a/math/p5-Math-Random-Secure/pkg-plist +++ b/math/p5-Math-Random-Secure/pkg-plist @@ -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 diff --git a/math/p5-Math-SigFigs/Makefile b/math/p5-Math-SigFigs/Makefile index 75e406122edb..b97cb483f207 100644 --- a/math/p5-Math-SigFigs/Makefile +++ b/math/p5-Math-SigFigs/Makefile @@ -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> diff --git a/math/p5-Math-SigFigs/pkg-descr b/math/p5-Math-SigFigs/pkg-descr index 582267fcd3a6..4f9a030a070a 100644 --- a/math/p5-Math-SigFigs/pkg-descr +++ b/math/p5-Math-SigFigs/pkg-descr @@ -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/ diff --git a/math/p5-Math-SigFigs/pkg-plist b/math/p5-Math-SigFigs/pkg-plist index e81e85a67e09..8afd7d22d5f8 100644 --- a/math/p5-Math-SigFigs/pkg-plist +++ b/math/p5-Math-SigFigs/pkg-plist @@ -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 diff --git a/math/p5-Number-Fraction/Makefile b/math/p5-Number-Fraction/Makefile index 35092aca5e74..034f341ebbc4 100644 --- a/math/p5-Number-Fraction/Makefile +++ b/math/p5-Number-Fraction/Makefile @@ -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> diff --git a/math/p5-Number-Fraction/pkg-descr b/math/p5-Number-Fraction/pkg-descr index 22199ef8c59d..2f4f8152b95a 100644 --- a/math/p5-Number-Fraction/pkg-descr +++ b/math/p5-Number-Fraction/pkg-descr @@ -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/ diff --git a/math/p5-Number-Fraction/pkg-plist b/math/p5-Number-Fraction/pkg-plist index ef55dc1ca01a..3e7b64335a67 100644 --- a/math/p5-Number-Fraction/pkg-plist +++ b/math/p5-Number-Fraction/pkg-plist @@ -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 diff --git a/math/p5-Set-Window/Makefile b/math/p5-Set-Window/Makefile index 102993422ee5..2fa298ef2d64 100644 --- a/math/p5-Set-Window/Makefile +++ b/math/p5-Set-Window/Makefile @@ -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 diff --git a/math/p5-Set-Window/pkg-plist b/math/p5-Set-Window/pkg-plist index a0d9705cb40d..9787b8ded149 100644 --- a/math/p5-Set-Window/pkg-plist +++ b/math/p5-Set-Window/pkg-plist @@ -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 diff --git a/math/p5-Statistics-Basic/Makefile b/math/p5-Statistics-Basic/Makefile index a591fa73e9fb..8c4fe4cd06e6 100644 --- a/math/p5-Statistics-Basic/Makefile +++ b/math/p5-Statistics-Basic/Makefile @@ -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> diff --git a/math/p5-Statistics-Basic/pkg-plist b/math/p5-Statistics-Basic/pkg-plist index 4fadbb13bb7f..10c554fad6d5 100644 --- a/math/p5-Statistics-Basic/pkg-plist +++ b/math/p5-Statistics-Basic/pkg-plist @@ -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 diff --git a/math/p5-Statistics-Benford/Makefile b/math/p5-Statistics-Benford/Makefile index 4d3e4a35edd4..270b9ea7bc90 100644 --- a/math/p5-Statistics-Benford/Makefile +++ b/math/p5-Statistics-Benford/Makefile @@ -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> diff --git a/math/p5-Statistics-Benford/pkg-plist b/math/p5-Statistics-Benford/pkg-plist index c65c52a958ae..49eef41c0338 100644 --- a/math/p5-Statistics-Benford/pkg-plist +++ b/math/p5-Statistics-Benford/pkg-plist @@ -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 diff --git a/math/p5-Statistics-Descriptive/Makefile b/math/p5-Statistics-Descriptive/Makefile index df1b51aee6ce..cd367c7f8c32 100644 --- a/math/p5-Statistics-Descriptive/Makefile +++ b/math/p5-Statistics-Descriptive/Makefile @@ -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> diff --git a/math/p5-Statistics-Descriptive/pkg-plist b/math/p5-Statistics-Descriptive/pkg-plist index bdaf70f32831..621fc204131e 100644 --- a/math/p5-Statistics-Descriptive/pkg-plist +++ b/math/p5-Statistics-Descriptive/pkg-plist @@ -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 diff --git a/math/p5-Statistics-Distributions/Makefile b/math/p5-Statistics-Distributions/Makefile index a962028f249d..4d7a4901476c 100644 --- a/math/p5-Statistics-Distributions/Makefile +++ b/math/p5-Statistics-Distributions/Makefile @@ -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> diff --git a/math/p5-Statistics-Distributions/pkg-plist b/math/p5-Statistics-Distributions/pkg-plist index 9bf93fc55759..cc291a518fd7 100644 --- a/math/p5-Statistics-Distributions/pkg-plist +++ b/math/p5-Statistics-Distributions/pkg-plist @@ -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 diff --git a/math/p5-Statistics-LTU/Makefile b/math/p5-Statistics-LTU/Makefile index ef23e0e76faf..a29323eb0e53 100644 --- a/math/p5-Statistics-LTU/Makefile +++ b/math/p5-Statistics-LTU/Makefile @@ -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> diff --git a/math/p5-Statistics-LTU/pkg-plist b/math/p5-Statistics-LTU/pkg-plist index 5a04463d81c8..454a258d333e 100644 --- a/math/p5-Statistics-LTU/pkg-plist +++ b/math/p5-Statistics-LTU/pkg-plist @@ -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 diff --git a/math/p5-Statistics-Regression/Makefile b/math/p5-Statistics-Regression/Makefile index e0c42c90ba23..f2cd9844aa87 100644 --- a/math/p5-Statistics-Regression/Makefile +++ b/math/p5-Statistics-Regression/Makefile @@ -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> diff --git a/math/p5-Statistics-Regression/pkg-plist b/math/p5-Statistics-Regression/pkg-plist index 3998a1c4fc0e..c637b72c671d 100644 --- a/math/p5-Statistics-Regression/pkg-plist +++ b/math/p5-Statistics-Regression/pkg-plist @@ -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 diff --git a/palm/p5-Palm-PalmDoc/Makefile b/palm/p5-Palm-PalmDoc/Makefile index fe18ba07f590..385e772b4465 100644 --- a/palm/p5-Palm-PalmDoc/Makefile +++ b/palm/p5-Palm-PalmDoc/Makefile @@ -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> diff --git a/palm/p5-Palm-PalmDoc/pkg-plist b/palm/p5-Palm-PalmDoc/pkg-plist index 96504bc21338..44975cf8fdd5 100644 --- a/palm/p5-Palm-PalmDoc/pkg-plist +++ b/palm/p5-Palm-PalmDoc/pkg-plist @@ -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 diff --git a/security/p5-Auth-YubikeyDecrypter/Makefile b/security/p5-Auth-YubikeyDecrypter/Makefile index 999607da69ca..9c0499c2f8e1 100644 --- a/security/p5-Auth-YubikeyDecrypter/Makefile +++ b/security/p5-Auth-YubikeyDecrypter/Makefile @@ -18,7 +18,4 @@ LICENSE= GPLv2 USES= perl5 USE_PERL5= configure -MAN3= Auth::Yubikey_Decrypter.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Auth-YubikeyDecrypter/pkg-plist b/security/p5-Auth-YubikeyDecrypter/pkg-plist index bf53dde2144f..c605307c63ea 100644 --- a/security/p5-Auth-YubikeyDecrypter/pkg-plist +++ b/security/p5-Auth-YubikeyDecrypter/pkg-plist @@ -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 diff --git a/security/p5-Authen-OATH/Makefile b/security/p5-Authen-OATH/Makefile index 6dd868070236..f7317c28f8a5 100644 --- a/security/p5-Authen-OATH/Makefile +++ b/security/p5-Authen-OATH/Makefile @@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Authen::OATH.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-OATH/pkg-plist b/security/p5-Authen-OATH/pkg-plist index 4c3927f7c8c1..06205e3aa808 100644 --- a/security/p5-Authen-OATH/pkg-plist +++ b/security/p5-Authen-OATH/pkg-plist @@ -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 diff --git a/security/p5-Authen-Smb/Makefile b/security/p5-Authen-Smb/Makefile index 9baed540f79e..1625aa84092e 100644 --- a/security/p5-Authen-Smb/Makefile +++ b/security/p5-Authen-Smb/Makefile @@ -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 \ diff --git a/security/p5-Authen-Smb/pkg-plist b/security/p5-Authen-Smb/pkg-plist index 9c6e93101b83..c435caff9703 100644 --- a/security/p5-Authen-Smb/pkg-plist +++ b/security/p5-Authen-Smb/pkg-plist @@ -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 diff --git a/security/p5-Business-PayPal-EWP/Makefile b/security/p5-Business-PayPal-EWP/Makefile index b6302d2f4f65..76f1eba07369 100644 --- a/security/p5-Business-PayPal-EWP/Makefile +++ b/security/p5-Business-PayPal-EWP/Makefile @@ -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> diff --git a/security/p5-Business-PayPal-EWP/pkg-descr b/security/p5-Business-PayPal-EWP/pkg-descr index 2f58813a01c6..63635034949c 100644 --- a/security/p5-Business-PayPal-EWP/pkg-descr +++ b/security/p5-Business-PayPal-EWP/pkg-descr @@ -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 diff --git a/security/p5-Business-PayPal-EWP/pkg-plist b/security/p5-Business-PayPal-EWP/pkg-plist index 42dd7056cf32..fbbdb56a5a1e 100644 --- a/security/p5-Business-PayPal-EWP/pkg-plist +++ b/security/p5-Business-PayPal-EWP/pkg-plist @@ -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 diff --git a/security/p5-CSP/Makefile b/security/p5-CSP/Makefile index 47f84dc7fe28..9ee76603a7fb 100644 --- a/security/p5-CSP/Makefile +++ b/security/p5-CSP/Makefile @@ -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> diff --git a/security/p5-CSP/pkg-plist b/security/p5-CSP/pkg-plist index 3ad48bc5d76d..b57fc95afdbb 100644 --- a/security/p5-CSP/pkg-plist +++ b/security/p5-CSP/pkg-plist @@ -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 diff --git a/security/p5-Crypt-CFB/Makefile b/security/p5-Crypt-CFB/Makefile index f20198df27ee..f532480967cb 100644 --- a/security/p5-Crypt-CFB/Makefile +++ b/security/p5-Crypt-CFB/Makefile @@ -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> diff --git a/security/p5-Crypt-CFB/pkg-plist b/security/p5-Crypt-CFB/pkg-plist index 7393bb8dde69..1899a6af5834 100644 --- a/security/p5-Crypt-CFB/pkg-plist +++ b/security/p5-Crypt-CFB/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Caesar/Makefile b/security/p5-Crypt-Caesar/Makefile index 425d568f0c83..960ccf274d1d 100644 --- a/security/p5-Crypt-Caesar/Makefile +++ b/security/p5-Crypt-Caesar/Makefile @@ -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> diff --git a/security/p5-Crypt-Caesar/pkg-plist b/security/p5-Crypt-Caesar/pkg-plist index e8e6faabb213..580bcbefe6cd 100644 --- a/security/p5-Crypt-Caesar/pkg-plist +++ b/security/p5-Crypt-Caesar/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Ctr/Makefile b/security/p5-Crypt-Ctr/Makefile index 748bb021327f..64fe722046b5 100644 --- a/security/p5-Crypt-Ctr/Makefile +++ b/security/p5-Crypt-Ctr/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::Ctr.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Ctr/pkg-plist b/security/p5-Crypt-Ctr/pkg-plist index 5b91f7aaff1b..5c087b9653d3 100644 --- a/security/p5-Crypt-Ctr/pkg-plist +++ b/security/p5-Crypt-Ctr/pkg-plist @@ -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 diff --git a/security/p5-Crypt-ECB/Makefile b/security/p5-Crypt-ECB/Makefile index f486e8149899..d550a6d848a1 100644 --- a/security/p5-Crypt-ECB/Makefile +++ b/security/p5-Crypt-ECB/Makefile @@ -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> diff --git a/security/p5-Crypt-ECB/pkg-descr b/security/p5-Crypt-ECB/pkg-descr index aeacd0f5b958..9aec56546143 100644 --- a/security/p5-Crypt-ECB/pkg-descr +++ b/security/p5-Crypt-ECB/pkg-descr @@ -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/ diff --git a/security/p5-Crypt-ECB/pkg-plist b/security/p5-Crypt-ECB/pkg-plist index f62db0771196..ec2ab5005c5a 100644 --- a/security/p5-Crypt-ECB/pkg-plist +++ b/security/p5-Crypt-ECB/pkg-plist @@ -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 diff --git a/security/p5-Crypt-GOST/Makefile b/security/p5-Crypt-GOST/Makefile index 0846e98605dd..8a16876e2b58 100644 --- a/security/p5-Crypt-GOST/Makefile +++ b/security/p5-Crypt-GOST/Makefile @@ -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> diff --git a/security/p5-Crypt-GOST/pkg-plist b/security/p5-Crypt-GOST/pkg-plist index bc36cac4b460..4c54c772323c 100644 --- a/security/p5-Crypt-GOST/pkg-plist +++ b/security/p5-Crypt-GOST/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Imail/Makefile b/security/p5-Crypt-Imail/Makefile index 1b7a5ea8c058..cc3bc5cde43b 100644 --- a/security/p5-Crypt-Imail/Makefile +++ b/security/p5-Crypt-Imail/Makefile @@ -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> diff --git a/security/p5-Crypt-Imail/pkg-plist b/security/p5-Crypt-Imail/pkg-plist index 2fa6fafff715..e72937f75796 100644 --- a/security/p5-Crypt-Imail/pkg-plist +++ b/security/p5-Crypt-Imail/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Juniper/Makefile b/security/p5-Crypt-Juniper/Makefile index acfaed819600..380c29c135a4 100644 --- a/security/p5-Crypt-Juniper/Makefile +++ b/security/p5-Crypt-Juniper/Makefile @@ -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> diff --git a/security/p5-Crypt-Juniper/pkg-descr b/security/p5-Crypt-Juniper/pkg-descr index f64b70f5385b..860ce69c0ff3 100644 --- a/security/p5-Crypt-Juniper/pkg-descr +++ b/security/p5-Crypt-Juniper/pkg-descr @@ -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/ diff --git a/security/p5-Crypt-Juniper/pkg-plist b/security/p5-Crypt-Juniper/pkg-plist index 6575c6dd8e63..92195d021b7b 100644 --- a/security/p5-Crypt-Juniper/pkg-plist +++ b/security/p5-Crypt-Juniper/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Lite/Makefile b/security/p5-Crypt-Lite/Makefile index 08c7a248a59a..aec378bc89b4 100644 --- a/security/p5-Crypt-Lite/Makefile +++ b/security/p5-Crypt-Lite/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::Lite.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Lite/pkg-plist b/security/p5-Crypt-Lite/pkg-plist index 61d53c8ee89a..4a22a23c3b61 100644 --- a/security/p5-Crypt-Lite/pkg-plist +++ b/security/p5-Crypt-Lite/pkg-plist @@ -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 diff --git a/security/p5-Crypt-RC4/Makefile b/security/p5-Crypt-RC4/Makefile index c6773e5203b4..2d018556b83c 100644 --- a/security/p5-Crypt-RC4/Makefile +++ b/security/p5-Crypt-RC4/Makefile @@ -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> diff --git a/security/p5-Crypt-RC4/pkg-plist b/security/p5-Crypt-RC4/pkg-plist index bc99edce44bd..ff50ed32d40b 100644 --- a/security/p5-Crypt-RC4/pkg-plist +++ b/security/p5-Crypt-RC4/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Rabbit/Makefile b/security/p5-Crypt-Rabbit/Makefile index ac170c7dbcd4..b44911bd92f0 100644 --- a/security/p5-Crypt-Rabbit/Makefile +++ b/security/p5-Crypt-Rabbit/Makefile @@ -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> diff --git a/security/p5-Crypt-Rabbit/pkg-plist b/security/p5-Crypt-Rabbit/pkg-plist index 697a0be59e2a..2b6b1583754d 100644 --- a/security/p5-Crypt-Rabbit/pkg-plist +++ b/security/p5-Crypt-Rabbit/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Random-Source/Makefile b/security/p5-Crypt-Random-Source/Makefile index c86b775b4ade..159f43862b57 100644 --- a/security/p5-Crypt-Random-Source/Makefile +++ b/security/p5-Crypt-Random-Source/Makefile @@ -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> diff --git a/security/p5-Crypt-Random-Source/pkg-descr b/security/p5-Crypt-Random-Source/pkg-descr index 231de3f7d6f5..e06cc7397acc 100644 --- a/security/p5-Crypt-Random-Source/pkg-descr +++ b/security/p5-Crypt-Random-Source/pkg-descr @@ -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/ diff --git a/security/p5-Crypt-Random-Source/pkg-plist b/security/p5-Crypt-Random-Source/pkg-plist index 0f83a3725094..c41e2d52318a 100644 --- a/security/p5-Crypt-Random-Source/pkg-plist +++ b/security/p5-Crypt-Random-Source/pkg-plist @@ -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 diff --git a/security/p5-Crypt-SKey/Makefile b/security/p5-Crypt-SKey/Makefile index dacf92c2c97b..1f3b32a3828d 100644 --- a/security/p5-Crypt-SKey/Makefile +++ b/security/p5-Crypt-SKey/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::SKey.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-SKey/pkg-plist b/security/p5-Crypt-SKey/pkg-plist index 5ebb5bf73927..be199587cc4a 100644 --- a/security/p5-Crypt-SKey/pkg-plist +++ b/security/p5-Crypt-SKey/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Salt/Makefile b/security/p5-Crypt-Salt/Makefile index b099ed48a3d6..34f909e12d27 100644 --- a/security/p5-Crypt-Salt/Makefile +++ b/security/p5-Crypt-Salt/Makefile @@ -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> diff --git a/security/p5-Crypt-Salt/pkg-plist b/security/p5-Crypt-Salt/pkg-plist index 8d99606fb21f..ae4a05ee3da1 100644 --- a/security/p5-Crypt-Salt/pkg-plist +++ b/security/p5-Crypt-Salt/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Simple/Makefile b/security/p5-Crypt-Simple/Makefile index d436fa52db1e..b7618d5aaba7 100644 --- a/security/p5-Crypt-Simple/Makefile +++ b/security/p5-Crypt-Simple/Makefile @@ -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> diff --git a/security/p5-Crypt-Simple/pkg-plist b/security/p5-Crypt-Simple/pkg-plist index b7151f873d3f..d9f0aa24363f 100644 --- a/security/p5-Crypt-Simple/pkg-plist +++ b/security/p5-Crypt-Simple/pkg-plist @@ -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 diff --git a/security/p5-Crypt-Solitaire/Makefile b/security/p5-Crypt-Solitaire/Makefile index 7666ed5dbc86..0a2f056c315a 100644 --- a/security/p5-Crypt-Solitaire/Makefile +++ b/security/p5-Crypt-Solitaire/Makefile @@ -13,7 +13,4 @@ COMMENT= Solitaire encryption USES= perl5 USE_PERL5= configure -MAN3= Crypt::Solitaire.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Solitaire/pkg-plist b/security/p5-Crypt-Solitaire/pkg-plist index f2c4370de768..f2baa0f4203c 100644 --- a/security/p5-Crypt-Solitaire/pkg-plist +++ b/security/p5-Crypt-Solitaire/pkg-plist @@ -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 diff --git a/security/p5-Crypt-UnixCrypt/Makefile b/security/p5-Crypt-UnixCrypt/Makefile index 58de5a85badb..1bb516acafc3 100644 --- a/security/p5-Crypt-UnixCrypt/Makefile +++ b/security/p5-Crypt-UnixCrypt/Makefile @@ -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> diff --git a/security/p5-Crypt-UnixCrypt/pkg-plist b/security/p5-Crypt-UnixCrypt/pkg-plist index 465eaa9b521d..8547d0281086 100644 --- a/security/p5-Crypt-UnixCrypt/pkg-plist +++ b/security/p5-Crypt-UnixCrypt/pkg-plist @@ -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 diff --git a/security/p5-Data-Password/Makefile b/security/p5-Data-Password/Makefile index 7639d9abb0c2..b4dd180932d1 100644 --- a/security/p5-Data-Password/Makefile +++ b/security/p5-Data-Password/Makefile @@ -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> diff --git a/security/p5-Data-Password/pkg-plist b/security/p5-Data-Password/pkg-plist index 4342ed05e70e..49d5e302b771 100644 --- a/security/p5-Data-Password/pkg-plist +++ b/security/p5-Data-Password/pkg-plist @@ -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 diff --git a/security/p5-Digest-Adler32/Makefile b/security/p5-Digest-Adler32/Makefile index 1c61bb56dc76..05f2ee7c5346 100644 --- a/security/p5-Digest-Adler32/Makefile +++ b/security/p5-Digest-Adler32/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Digest::Adler32.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Adler32/pkg-plist b/security/p5-Digest-Adler32/pkg-plist index e0093be90b27..dbd750dbf3fb 100644 --- a/security/p5-Digest-Adler32/pkg-plist +++ b/security/p5-Digest-Adler32/pkg-plist @@ -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/ diff --git a/security/p5-Digest-Elf/Makefile b/security/p5-Digest-Elf/Makefile index 4f3fb6e2a9e4..aa749ea0fb8c 100644 --- a/security/p5-Digest-Elf/Makefile +++ b/security/p5-Digest-Elf/Makefile @@ -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> diff --git a/security/p5-Digest-Elf/pkg-plist b/security/p5-Digest-Elf/pkg-plist index 730f04750298..4f1dcff66d1a 100644 --- a/security/p5-Digest-Elf/pkg-plist +++ b/security/p5-Digest-Elf/pkg-plist @@ -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/ diff --git a/security/p5-Digest-Haval256/Makefile b/security/p5-Digest-Haval256/Makefile index 447dc7c2f6a5..a8d8d8d8fdeb 100644 --- a/security/p5-Digest-Haval256/Makefile +++ b/security/p5-Digest-Haval256/Makefile @@ -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> diff --git a/security/p5-Digest-Haval256/pkg-plist b/security/p5-Digest-Haval256/pkg-plist index 517a6ed9156b..5251780853f9 100644 --- a/security/p5-Digest-Haval256/pkg-plist +++ b/security/p5-Digest-Haval256/pkg-plist @@ -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/ diff --git a/security/p5-Digest-MD5-File/Makefile b/security/p5-Digest-MD5-File/Makefile index b2a1f9be232f..ffe47a063d8d 100644 --- a/security/p5-Digest-MD5-File/Makefile +++ b/security/p5-Digest-MD5-File/Makefile @@ -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> diff --git a/security/p5-Digest-MD5-File/pkg-plist b/security/p5-Digest-MD5-File/pkg-plist index e994828cd062..077fb3c64e8d 100644 --- a/security/p5-Digest-MD5-File/pkg-plist +++ b/security/p5-Digest-MD5-File/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/MD5/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/File/.packlist +%%PERL5_MAN3%%/Digest::MD5::File.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5/File/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MD5 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ diff --git a/security/p5-Digest-ManberHash/Makefile b/security/p5-Digest-ManberHash/Makefile index f4b99223bf45..40fd8a705d5b 100644 --- a/security/p5-Digest-ManberHash/Makefile +++ b/security/p5-Digest-ManberHash/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for ManberHash hash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::ManberHash.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-ManberHash/pkg-plist b/security/p5-Digest-ManberHash/pkg-plist index 2fb1a571cdaf..ca973b7fe7fa 100644 --- a/security/p5-Digest-ManberHash/pkg-plist +++ b/security/p5-Digest-ManberHash/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash/ManberHash.so +%%PERL5_MAN3%%/Digest::ManberHash.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ManberHash @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-Digest-MurmurHash/Makefile b/security/p5-Digest-MurmurHash/Makefile index 96527cec93e5..5e8ed085a023 100644 --- a/security/p5-Digest-MurmurHash/Makefile +++ b/security/p5-Digest-MurmurHash/Makefile @@ -12,7 +12,4 @@ COMMENT= Perl extension for XS interface to the MurmurHash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::MurmurHash.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-MurmurHash/pkg-plist b/security/p5-Digest-MurmurHash/pkg-plist index 6fcecb71e673..38d3094137f1 100644 --- a/security/p5-Digest-MurmurHash/pkg-plist +++ b/security/p5-Digest-MurmurHash/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MurmurHash/MurmurHash.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MurmurHash/MurmurHash.so %%SITE_PERL%%/%%PERL_ARCH%%/Digest/MurmurHash.pm +%%PERL5_MAN3%%/Digest::MurmurHash.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/MurmurHash @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest diff --git a/security/p5-Digest-Pearson-PurePerl/Makefile b/security/p5-Digest-Pearson-PurePerl/Makefile index b03e2a14deaf..c0147aa45af4 100644 --- a/security/p5-Digest-Pearson-PurePerl/Makefile +++ b/security/p5-Digest-Pearson-PurePerl/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Peter K. Pearson's hash algorithm in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Digest::Pearson::PurePerl.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Pearson-PurePerl/pkg-plist b/security/p5-Digest-Pearson-PurePerl/pkg-plist index d5e2148d4a73..ec37479cdb55 100644 --- a/security/p5-Digest-Pearson-PurePerl/pkg-plist +++ b/security/p5-Digest-Pearson-PurePerl/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/Pearson/PurePerl.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/PurePerl/.packlist +%%PERL5_MAN3%%/Digest::Pearson::PurePerl.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/PurePerl/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ diff --git a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile index 856378e780b7..f2b41c5cfee6 100644 --- a/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile +++ b/security/p5-Net-Server-Mail-ESMTP-AUTH/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Net::Server::Mail::ESMTP::AUTH.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-plist b/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-plist index 65bda0cf672c..64453b29ef6d 100644 --- a/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-plist +++ b/security/p5-Net-Server-Mail-ESMTP-AUTH/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail/ESMTP/AUTH/.packlist %%SITE_PERL%%/Net/Server/Mail/ESMTP/AUTH.pm +%%PERL5_MAN3%%/Net::Server::Mail::ESMTP::AUTH.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail/ESMTP/AUTH @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail/ESMTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Server/Mail |