diff options
Diffstat (limited to 'security')
107 files changed, 128 insertions, 213 deletions
diff --git a/security/p5-AuthCAS/Makefile b/security/p5-AuthCAS/Makefile index 76a988360130..86b7fdb71aca 100644 --- a/security/p5-AuthCAS/Makefile +++ b/security/p5-AuthCAS/Makefile @@ -22,7 +22,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= AuthCAS.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-AuthCAS/pkg-descr b/security/p5-AuthCAS/pkg-descr index 583b368ab275..98a14e212d56 100644 --- a/security/p5-AuthCAS/pkg-descr +++ b/security/p5-AuthCAS/pkg-descr @@ -2,4 +2,4 @@ AuthCAS aims at providing a Perl API to Yale's Central Authentication System (CAS). Only a basic Perl library is provided with CAS whereas AuthCAS is a full object-oriented library. -WWW: http://cpan.uwinnipeg.ca/dist/AuthCAS +WWW: http://cpan.uwinnipeg.ca/dist/AuthCAS/ diff --git a/security/p5-AuthCAS/pkg-plist b/security/p5-AuthCAS/pkg-plist index 654c73c48d41..992f2613d63c 100644 --- a/security/p5-AuthCAS/pkg-plist +++ b/security/p5-AuthCAS/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/AuthCAS.pm %%SITE_PERL%%/sampleCasClient.pl %%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS/.packlist +%%PERL5_MAN3%%/AuthCAS.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AuthCAS diff --git a/security/p5-Authen-CyrusSASL/Makefile b/security/p5-Authen-CyrusSASL/Makefile index 32c15ad124bd..042be91ecee6 100644 --- a/security/p5-Authen-CyrusSASL/Makefile +++ b/security/p5-Authen-CyrusSASL/Makefile @@ -13,9 +13,6 @@ COMMENT= Perl5 module for accessing the SASL authentication daemon USES= perl5 USE_PERL5= configure -MAN3= Authen::CyrusSASL.3 - -NO_STAGE= yes post-patch: @${MKDIR} ${WRKSRC}/lib @${RM} ${WRKSRC}/Authen/*.orig diff --git a/security/p5-Authen-CyrusSASL/pkg-plist b/security/p5-Authen-CyrusSASL/pkg-plist index ffed084228af..808865b6b875 100644 --- a/security/p5-Authen-CyrusSASL/pkg-plist +++ b/security/p5-Authen-CyrusSASL/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Authen/CyrusSASL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/CyrusSASL/.packlist %%SITE_PERL%%/auto/Authen/CyrusSASL/autosplit.ix +%%PERL5_MAN3%%/Authen::CyrusSASL.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/CyrusSASL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrm %%SITE_PERL%%/auto/Authen/CyrusSASL diff --git a/security/p5-Authen-Htpasswd/Makefile b/security/p5-Authen-Htpasswd/Makefile index 0ca4206ec01d..d9de51a2bf37 100644 --- a/security/p5-Authen-Htpasswd/Makefile +++ b/security/p5-Authen-Htpasswd/Makefile @@ -21,9 +21,4 @@ RUN_DEPENDS= ${COMMON_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Authen::Htpasswd.3 \ - Authen::Htpasswd::User.3 \ - Authen::Htpasswd::Util.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-Htpasswd/pkg-plist b/security/p5-Authen-Htpasswd/pkg-plist index b5f95b7322d9..077b44a7d62b 100644 --- a/security/p5-Authen-Htpasswd/pkg-plist +++ b/security/p5-Authen-Htpasswd/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/Authen/Htpasswd/User.pm %%SITE_PERL%%/Authen/Htpasswd/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Htpasswd/.packlist +%%PERL5_MAN3%%/Authen::Htpasswd.3.gz +%%PERL5_MAN3%%/Authen::Htpasswd::User.3.gz +%%PERL5_MAN3%%/Authen::Htpasswd::Util.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Htpasswd @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrmtry %%SITE_PERL%%/Authen/Htpasswd diff --git a/security/p5-Authen-NTLM/Makefile b/security/p5-Authen-NTLM/Makefile index cfb3c23ecd6c..271a602ffc4c 100644 --- a/security/p5-Authen-NTLM/Makefile +++ b/security/p5-Authen-NTLM/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= p5- DISTNAME= ${PORTNAME:C/.*-//}-${PORTVERSION} MAINTAINER= james@divide.org -COMMENT= An NTLM authentication module +COMMENT= Perl5 NTLM authentication module BUILD_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC @@ -17,7 +17,4 @@ RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC USES= perl5 USE_PERL5= configure -MAN3= Authen::NTLM.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-NTLM/pkg-plist b/security/p5-Authen-NTLM/pkg-plist index 77ffe185904e..8051090e3526 100644 --- a/security/p5-Authen-NTLM/pkg-plist +++ b/security/p5-Authen-NTLM/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Authen/NTLM/DES.pm %%SITE_PERL%%/Authen/NTLM/MD4.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/NTLM/.packlist +%%PERL5_MAN3%%/Authen::NTLM.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/NTLM @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrm %%SITE_PERL%%/Authen/NTLM diff --git a/security/p5-Authen-TypeKey/Makefile b/security/p5-Authen-TypeKey/Makefile index 5184a1f36a50..b3ed8ce53d67 100644 --- a/security/p5-Authen-TypeKey/Makefile +++ b/security/p5-Authen-TypeKey/Makefile @@ -19,7 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Authen::TypeKey.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Authen-TypeKey/pkg-descr b/security/p5-Authen-TypeKey/pkg-descr index e0fc87b0eb4a..40979af097aa 100644 --- a/security/p5-Authen-TypeKey/pkg-descr +++ b/security/p5-Authen-TypeKey/pkg-descr @@ -4,5 +4,4 @@ generated by TypeKey authentication. For information on the TypeKey protocol and using TypeKey in other applications, see http://www.sixapart.com/typekey/api. -Author: Six Apart Ltd, cpan@sixapart.com -WWW: http://search.cpan.org/dist/Authen-TypeKey/ +WWW: http://search.cpan.org/dist/Authen-TypeKey/ diff --git a/security/p5-Authen-TypeKey/pkg-plist b/security/p5-Authen-TypeKey/pkg-plist index ae649af1468f..cd4ed0d6b412 100644 --- a/security/p5-Authen-TypeKey/pkg-plist +++ b/security/p5-Authen-TypeKey/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Authen/TypeKey.pm +%%PERL5_MAN3%%/Authen::TypeKey.3.gz @dirrmtry %%SITE_PERL%%/Authen %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey/.packlist @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/TypeKey diff --git a/security/p5-Cisco-Hash/Makefile b/security/p5-Cisco-Hash/Makefile index 01e3221b3e3c..69d3f31ac466 100644 --- a/security/p5-Cisco-Hash/Makefile +++ b/security/p5-Cisco-Hash/Makefile @@ -13,7 +13,4 @@ COMMENT= De- and encrypts Cisco type 7 hashes USES= perl5 USE_PERL5= configure -MAN3= Cisco::Hash.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Cisco-Hash/pkg-descr b/security/p5-Cisco-Hash/pkg-descr index 2a624e94a27c..b810d07fab3d 100644 --- a/security/p5-Cisco-Hash/pkg-descr +++ b/security/p5-Cisco-Hash/pkg-descr @@ -3,4 +3,4 @@ also referred to as type 7 passwords. Further you can encrypt any given string into a encrypted hash that will be accepted by any Cisco device as an encrypted type 7 password. -WWW: http://search.cpan.org/dist/Cisco-Hash/ +WWW: http://search.cpan.org/dist/Cisco-Hash/ diff --git a/security/p5-Cisco-Hash/pkg-plist b/security/p5-Cisco-Hash/pkg-plist index 18279d5f24f4..81f39570eb61 100644 --- a/security/p5-Cisco-Hash/pkg-plist +++ b/security/p5-Cisco-Hash/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Cisco/Hash.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Hash/.packlist +%%PERL5_MAN3%%/Cisco::Hash.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Hash @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco @dirrmtry %%SITE_PERL%%/Cisco diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile index 85ec290bb96c..3a2c7fc178ba 100644 --- a/security/p5-Crypt-Anubis/Makefile +++ b/security/p5-Crypt-Anubis/Makefile @@ -13,7 +13,4 @@ COMMENT= Crypt::CBC-compliant block cipher USES= perl5 USE_PERL5= configure -MAN3= Crypt::Anubis.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Anubis/pkg-plist b/security/p5-Crypt-Anubis/pkg-plist index c32cf52fa481..48143481e3c5 100644 --- a/security/p5-Crypt-Anubis/pkg-plist +++ b/security/p5-Crypt-Anubis/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis/Anubis.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis/Anubis.bs %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Anubis.pm +%%PERL5_MAN3%%/Crypt::Anubis.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt diff --git a/security/p5-Crypt-AppleTwoFish/Makefile b/security/p5-Crypt-AppleTwoFish/Makefile index 02f471b85dfd..3466a105433c 100644 --- a/security/p5-Crypt-AppleTwoFish/Makefile +++ b/security/p5-Crypt-AppleTwoFish/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Apple iTMS internal key descrambling algorithm USES= perl5 USE_PERL5= configure -MAN3= Crypt::AppleTwoFish.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-AppleTwoFish/pkg-plist b/security/p5-Crypt-AppleTwoFish/pkg-plist index fa2365816a97..b7caa8b7ff0b 100644 --- a/security/p5-Crypt-AppleTwoFish/pkg-plist +++ b/security/p5-Crypt-AppleTwoFish/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/AppleTwoFish.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/AppleTwoFish/.packlist +%%PERL5_MAN3%%/Crypt::AppleTwoFish.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/AppleTwoFish/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-Camellia_PP/Makefile b/security/p5-Crypt-Camellia_PP/Makefile index 70492da64b91..743bd675b269 100644 --- a/security/p5-Crypt-Camellia_PP/Makefile +++ b/security/p5-Crypt-Camellia_PP/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Camellia Encryption Algorithm in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Crypt::Camellia_PP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Camellia_PP/pkg-plist b/security/p5-Crypt-Camellia_PP/pkg-plist index f50549d52ff1..17eda134bfa9 100644 --- a/security/p5-Crypt-Camellia_PP/pkg-plist +++ b/security/p5-Crypt-Camellia_PP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/Camellia_PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Camellia_PP/.packlist +%%PERL5_MAN3%%/Crypt::Camellia_PP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Camellia_PP/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-Chimera/Makefile b/security/p5-Crypt-Chimera/Makefile index 74b606d99c89..e42178b5a4e1 100644 --- a/security/p5-Crypt-Chimera/Makefile +++ b/security/p5-Crypt-Chimera/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Chimera key exchange protocol USES= perl5 USE_PERL5= configure -MAN3= Crypt::Chimera.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Chimera/pkg-plist b/security/p5-Crypt-Chimera/pkg-plist index ccaa706f2ee5..4ba3b5fffa0b 100644 --- a/security/p5-Crypt-Chimera/pkg-plist +++ b/security/p5-Crypt-Chimera/pkg-plist @@ -5,6 +5,7 @@ %%SITE_PERL%%/Crypt/Chimera/User.pm %%SITE_PERL%%/Crypt/Chimera/World.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Chimera/.packlist +%%PERL5_MAN3%%/Crypt::Chimera.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Chimera/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrm %%SITE_PERL%%/Crypt/Chimera/ diff --git a/security/p5-Crypt-DES_PP/Makefile b/security/p5-Crypt-DES_PP/Makefile index b99afb952353..7ad7dc98fd22 100644 --- a/security/p5-Crypt-DES_PP/Makefile +++ b/security/p5-Crypt-DES_PP/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for DES encryption in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Crypt::DES_PP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-DES_PP/pkg-plist b/security/p5-Crypt-DES_PP/pkg-plist index 775d6ea1d635..336c23790815 100644 --- a/security/p5-Crypt-DES_PP/pkg-plist +++ b/security/p5-Crypt-DES_PP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/DES_PP.pm %%SITE_PERL%%/Crypt/.cvsignore %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-DES_PP/.packlist +%%PERL5_MAN3%%/Crypt::DES_PP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-DES_PP/ @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-Enigma/Makefile b/security/p5-Crypt-Enigma/Makefile index 53a97091bc08..24d9d9826ada 100644 --- a/security/p5-Crypt-Enigma/Makefile +++ b/security/p5-Crypt-Enigma/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for the Enigma cipher USES= perl5 USE_PERL5= configure -MAN3= Crypt::Enigma.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Enigma/pkg-plist b/security/p5-Crypt-Enigma/pkg-plist index 1bf9fdf36a45..bb0a5725cbee 100644 --- a/security/p5-Crypt-Enigma/pkg-plist +++ b/security/p5-Crypt-Enigma/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/Enigma.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Enigma/.packlist +%%PERL5_MAN3%%/Crypt::Enigma.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Enigma/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-GCrypt/Makefile b/security/p5-Crypt-GCrypt/Makefile index e0fa72b14c88..a7e323645243 100644 --- a/security/p5-Crypt-GCrypt/Makefile +++ b/security/p5-Crypt-GCrypt/Makefile @@ -21,7 +21,4 @@ USE_PERL5= configure CONFIGURE_ARGS+= GCRYPTLIBPATH=${LOCALBASE}/lib \ GCRYPTINCPATH=${LOCALBASE}/include -MAN3= Crypt::GCrypt.3 Crypt::GCrypt::MPI.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GCrypt/pkg-plist b/security/p5-Crypt-GCrypt/pkg-plist index 11f306ac7945..4b1c8a3a7925 100644 --- a/security/p5-Crypt-GCrypt/pkg-plist +++ b/security/p5-Crypt-GCrypt/pkg-plist @@ -3,6 +3,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt/GCrypt.so +%%PERL5_MAN3%%/Crypt::GCrypt.3.gz +%%PERL5_MAN3%%/Crypt::GCrypt::MPI.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Crypt/GCrypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GCrypt diff --git a/security/p5-Crypt-GOST_PP/Makefile b/security/p5-Crypt-GOST_PP/Makefile index a17a663f1532..18195f4a0eac 100644 --- a/security/p5-Crypt-GOST_PP/Makefile +++ b/security/p5-Crypt-GOST_PP/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for GOST Encryption Algorithm in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Crypt::GOST_PP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GOST_PP/pkg-plist b/security/p5-Crypt-GOST_PP/pkg-plist index c138817a0dc6..66d98e3877a5 100644 --- a/security/p5-Crypt-GOST_PP/pkg-plist +++ b/security/p5-Crypt-GOST_PP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/GOST_PP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST_PP/.packlist +%%PERL5_MAN3%%/Crypt::GOST_PP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GOST_PP/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-GPG/Makefile b/security/p5-Crypt-GPG/Makefile index b12c9c437861..c42a91e4a20e 100644 --- a/security/p5-Crypt-GPG/Makefile +++ b/security/p5-Crypt-GPG/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS= p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \ USES= perl5 USE_PERL5= configure -MAN3= Crypt::GPG.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-GPG/pkg-plist b/security/p5-Crypt-GPG/pkg-plist index e6654833f51e..599ab6848a48 100644 --- a/security/p5-Crypt-GPG/pkg-plist +++ b/security/p5-Crypt-GPG/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/GPG.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/.packlist +%%PERL5_MAN3%%/Crypt::GPG.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/GPG/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-HCE_MD5/Makefile b/security/p5-Crypt-HCE_MD5/Makefile index d83c8d8522d7..f45ff94aa2e8 100644 --- a/security/p5-Crypt-HCE_MD5/Makefile +++ b/security/p5-Crypt-HCE_MD5/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension implementing one way hash chaining encryption using MD5 USES= perl5 USE_PERL5= configure -MAN3= Crypt::HCE_MD5.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-HCE_MD5/pkg-plist b/security/p5-Crypt-HCE_MD5/pkg-plist index 8d14cda74803..7dafe341b079 100644 --- a/security/p5-Crypt-HCE_MD5/pkg-plist +++ b/security/p5-Crypt-HCE_MD5/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Crypt/HCE_MD5.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/HCE_MD5/.packlist %%SITE_PERL%%/auto/Crypt/HCE_MD5/autosplit.ix +%%PERL5_MAN3%%/Crypt::HCE_MD5.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/HCE_MD5/ @dirrm %%SITE_PERL%%/auto/Crypt/HCE_MD5/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt diff --git a/security/p5-Crypt-HCE_SHA/Makefile b/security/p5-Crypt-HCE_SHA/Makefile index 53293c57de6b..0ee436ea6140 100644 --- a/security/p5-Crypt-HCE_SHA/Makefile +++ b/security/p5-Crypt-HCE_SHA/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::HCE_SHA.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-HCE_SHA/pkg-plist b/security/p5-Crypt-HCE_SHA/pkg-plist index 111f448abdeb..e686146d20c3 100644 --- a/security/p5-Crypt-HCE_SHA/pkg-plist +++ b/security/p5-Crypt-HCE_SHA/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Crypt/HCE_SHA.pm %%SITE_PERL%%/auto/Crypt/HCE_SHA/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA/.packlist +%%PERL5_MAN3%%/Crypt::HCE_SHA.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/HCE_SHA @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto diff --git a/security/p5-Crypt-License/Makefile b/security/p5-Crypt-License/Makefile index 6e51cd4d1b20..8c5040a723f0 100644 --- a/security/p5-Crypt-License/Makefile +++ b/security/p5-Crypt-License/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension to examine a license USES= perl5 USE_PERL5= configure -MAN3= Crypt::License.3 Crypt::License::Util.3 Crypt::License::Notice.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-License/pkg-plist b/security/p5-Crypt-License/pkg-plist index 57a3d145fcdf..84f692477ebc 100644 --- a/security/p5-Crypt-License/pkg-plist +++ b/security/p5-Crypt-License/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/Crypt/License/Notice.pm %%SITE_PERL%%/Crypt/License/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/License/.packlist +%%PERL5_MAN3%%/Crypt::License.3.gz +%%PERL5_MAN3%%/Crypt::License::Util.3.gz +%%PERL5_MAN3%%/Crypt::License::Notice.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/License/ @dirrm %%SITE_PERL%%/Crypt/License/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt diff --git a/security/p5-Crypt-Loki97/Makefile b/security/p5-Crypt-Loki97/Makefile index 02ec3068543d..508d866b3f57 100644 --- a/security/p5-Crypt-Loki97/Makefile +++ b/security/p5-Crypt-Loki97/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Loki97 block cipher USES= perl5 USE_PERL5= configure -MAN3= Crypt::Loki97.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Loki97/pkg-plist b/security/p5-Crypt-Loki97/pkg-plist index 31134f6319b8..e1cf9506edf1 100644 --- a/security/p5-Crypt-Loki97/pkg-plist +++ b/security/p5-Crypt-Loki97/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Loki97/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Loki97/Loki97.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Loki97/Loki97.so +%%PERL5_MAN3%%/Crypt::Loki97.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Loki97/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt diff --git a/security/p5-Crypt-NULL/Makefile b/security/p5-Crypt-NULL/Makefile index c7250a6b002c..7c5645196d03 100644 --- a/security/p5-Crypt-NULL/Makefile +++ b/security/p5-Crypt-NULL/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl implementation of the NULL encryption algorithm USES= perl5 USE_PERL5= configure -MAN3= Crypt::NULL.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-NULL/pkg-descr b/security/p5-Crypt-NULL/pkg-descr index 7a85fea6ed27..5c8c7f9d151b 100644 --- a/security/p5-Crypt-NULL/pkg-descr +++ b/security/p5-Crypt-NULL/pkg-descr @@ -5,4 +5,4 @@ RFC 2410 by Rob Glenn and Stephen Kent. This module implements NULL encryption. It supports the Crypt::CBC. -WWW: http://search.cpan.org/dist/Crypt-NULL/ +WWW: http://search.cpan.org/dist/Crypt-NULL/ diff --git a/security/p5-Crypt-NULL/pkg-plist b/security/p5-Crypt-NULL/pkg-plist index bd41fe24d9e2..4fdccff52118 100644 --- a/security/p5-Crypt-NULL/pkg-plist +++ b/security/p5-Crypt-NULL/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/NULL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL/.packlist +%%PERL5_MAN3%%/Crypt::NULL.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/NULL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-OFB/Makefile b/security/p5-Crypt-OFB/Makefile index 26bdf2ca6578..3f62b710f966 100644 --- a/security/p5-Crypt-OFB/Makefile +++ b/security/p5-Crypt-OFB/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::OFB.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OFB/pkg-plist b/security/p5-Crypt-OFB/pkg-plist index 7ff7041f2153..82cf396c0870 100644 --- a/security/p5-Crypt-OFB/pkg-plist +++ b/security/p5-Crypt-OFB/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/OFB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OFB/.packlist +%%PERL5_MAN3%%/Crypt::OFB.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OFB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-OICQ/Makefile b/security/p5-Crypt-OICQ/Makefile index 15614fc78c7c..5599b654fc83 100644 --- a/security/p5-Crypt-OICQ/Makefile +++ b/security/p5-Crypt-OICQ/Makefile @@ -14,7 +14,4 @@ COMMENT= Cryptographic algorithm used by OICQ protocol USES= perl5 USE_PERL5= configure -MAN3= Crypt::OICQ.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OICQ/pkg-plist b/security/p5-Crypt-OICQ/pkg-plist index 15c8bc1a8350..e69aca0fe7c9 100644 --- a/security/p5-Crypt-OICQ/pkg-plist +++ b/security/p5-Crypt-OICQ/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OICQ/.packlist %%SITE_PERL%%/Crypt/OICQ.pm +%%PERL5_MAN3%%/Crypt::OICQ.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OICQ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-OTP/Makefile b/security/p5-Crypt-OTP/Makefile index 417fab9902b5..2215f39ecacb 100644 --- a/security/p5-Crypt-OTP/Makefile +++ b/security/p5-Crypt-OTP/Makefile @@ -1,19 +1,16 @@ # Created by: Seamus Venasse <svenasse@polaris.ca> # $FreeBSD$ -PORTNAME= Crypt-OTP -PORTVERSION= 2.00 -CATEGORIES= security perl5 -MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- +PORTNAME= Crypt-OTP +PORTVERSION= 2.00 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- -MAINTAINER= skreuzer@FreeBSD.org +MAINTAINER= skreuzer@FreeBSD.org COMMENT= Perl implementation of the One Time Pad (hence, OTP) encryption method USES= perl5 USE_PERL5= configure -MAN3= Crypt::OTP.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OTP/pkg-plist b/security/p5-Crypt-OTP/pkg-plist index ea3fd561dc08..857edb4f1e89 100644 --- a/security/p5-Crypt-OTP/pkg-plist +++ b/security/p5-Crypt-OTP/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Crypt/OTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OTP/.packlist +%%PERL5_MAN3%%/Crypt::OTP.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OTP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile index b0f3fe894586..1698c4c77aa6 100644 --- a/security/p5-Crypt-OpenPGP/Makefile +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -30,23 +30,6 @@ RUN_DEPENDS= \ USES= perl5 USE_PERL5= configure -MAN3= Crypt::OpenPGP::ErrorHandler.3 Crypt::OpenPGP::Key.3 \ - Crypt::OpenPGP::CFB.3 Crypt::OpenPGP::SKSessionKey.3 \ - Crypt::OpenPGP::UserID.3 Crypt::OpenPGP::SessionKey.3 \ - Crypt::OpenPGP::Words.3 Crypt::OpenPGP::PacketFactory.3 \ - Crypt::OpenPGP::S2k.3 Crypt::OpenPGP.3 \ - Crypt::OpenPGP::Signature.3 \ - Crypt::OpenPGP::KeyBlock.3 Crypt::OpenPGP::MDC.3 \ - Crypt::OpenPGP::Compressed.3 Crypt::OpenPGP::Armour.3 \ - Crypt::OpenPGP::KeyRing.3 Crypt::OpenPGP::Plaintext.3 \ - Crypt::OpenPGP::Buffer.3 Crypt::OpenPGP::Cipher.3 \ - Crypt::OpenPGP::OnePassSig.3 Crypt::OpenPGP::Constants.3 \ - Crypt::OpenPGP::Util.3 Crypt::OpenPGP::Digest.3 \ - Crypt::OpenPGP::Ciphertext.3 Crypt::OpenPGP::Marker.3 \ - Crypt::OpenPGP::Trust.3 Crypt::OpenPGP::Certificate.3 \ - Crypt::OpenPGP::Message.3 Crypt::OpenPGP::KeyServer.3 - -NO_STAGE= yes post-patch: @${RM} -f ${WRKSRC}/lib/Crypt/OpenPGP/Ciphertext.pm.orig diff --git a/security/p5-Crypt-OpenPGP/pkg-plist b/security/p5-Crypt-OpenPGP/pkg-plist index 535cf543f4ff..d9d3e8fd06e8 100644 --- a/security/p5-Crypt-OpenPGP/pkg-plist +++ b/security/p5-Crypt-OpenPGP/pkg-plist @@ -38,6 +38,35 @@ %%SITE_PERL%%/Crypt/OpenPGP/Plaintext.pm %%SITE_PERL%%/Crypt/OpenPGP/Ciphertext.pm %%SITE_PERL%%/Crypt/OpenPGP/Signature/SubPacket.pm +%%PERL5_MAN3%%/Crypt::OpenPGP::ErrorHandler.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Key.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::CFB.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::SKSessionKey.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::UserID.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::SessionKey.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Words.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::PacketFactory.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::S2k.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Signature.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::KeyBlock.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::MDC.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Compressed.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Armour.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::KeyRing.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Plaintext.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Buffer.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Cipher.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::OnePassSig.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Constants.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Util.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Digest.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Ciphertext.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Marker.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Trust.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Certificate.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::Message.3.gz +%%PERL5_MAN3%%/Crypt::OpenPGP::KeyServer.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenPGP @dirrm %%SITE_PERL%%/Crypt/OpenPGP/Key/Secret @dirrm %%SITE_PERL%%/Crypt/OpenPGP/Key/Public diff --git a/security/p5-Crypt-OpenSSL-AES/Makefile b/security/p5-Crypt-OpenSSL-AES/Makefile index 125c791461c7..66da6e7a4916 100644 --- a/security/p5-Crypt-OpenSSL-AES/Makefile +++ b/security/p5-Crypt-OpenSSL-AES/Makefile @@ -9,12 +9,9 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= jdferrell3@yahoo.com -COMMENT= A Perl wrapper around OpenSSL's AES library +COMMENT= Perl wrapper around OpenSSL's AES library USES= perl5 USE_PERL5= configure -MAN3= Crypt::OpenSSL::AES.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-OpenSSL-AES/pkg-plist b/security/p5-Crypt-OpenSSL-AES/pkg-plist index 2a2f60af5578..abd5c3d88edc 100644 --- a/security/p5-Crypt-OpenSSL-AES/pkg-plist +++ b/security/p5-Crypt-OpenSSL-AES/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/AES/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/AES/AES.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/AES/AES.so +%%PERL5_MAN3%%/Crypt::OpenSSL::AES.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL/AES @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/OpenSSL @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt diff --git a/security/p5-Crypt-PassGen/Makefile b/security/p5-Crypt-PassGen/Makefile index af4f605a6cc9..d79b6861d4dd 100644 --- a/security/p5-Crypt-PassGen/Makefile +++ b/security/p5-Crypt-PassGen/Makefile @@ -12,7 +12,4 @@ COMMENT= Crypt::PassGen - Generate a random password that looks like a real word USES= perl5 USE_PERL5= configure -MAN3= Crypt::PassGen.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-PassGen/pkg-descr b/security/p5-Crypt-PassGen/pkg-descr index ad311f76b351..c0c7f92d3b70 100644 --- a/security/p5-Crypt-PassGen/pkg-descr +++ b/security/p5-Crypt-PassGen/pkg-descr @@ -13,5 +13,3 @@ The language of the password depends on the language used to construct the frequency table. WWW: http://search.cpan.org/dist/Crypt-PassGen/ - --Anton diff --git a/security/p5-Crypt-PassGen/pkg-plist b/security/p5-Crypt-PassGen/pkg-plist index 1b6338f4d738..3dfa4685e25e 100644 --- a/security/p5-Crypt-PassGen/pkg-plist +++ b/security/p5-Crypt-PassGen/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PassGen/.packlist %%SITE_PERL%%/Crypt/PassGenWordFreq.dat %%SITE_PERL%%/Crypt/PassGen.pm +%%PERL5_MAN3%%/Crypt::PassGen.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/PassGen @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile index e88f5f67fbe9..6f7a02560d4c 100644 --- a/security/p5-Crypt-Rijndael/Makefile +++ b/security/p5-Crypt-Rijndael/Makefile @@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-Test-Manifest>1.14:${PORTSDIR}/devel/p5-Test-Manifest USES= perl5 USE_PERL5= configure -MAN3= Crypt::Rijndael.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Rijndael/pkg-plist b/security/p5-Crypt-Rijndael/pkg-plist index 80edc6b86148..c21f45e01aa9 100644 --- a/security/p5-Crypt-Rijndael/pkg-plist +++ b/security/p5-Crypt-Rijndael/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.so +%%PERL5_MAN3%%/Crypt::Rijndael.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rijndael @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt diff --git a/security/p5-Crypt-Shark/Makefile b/security/p5-Crypt-Shark/Makefile index 0bc280b8f4d3..f31c7d585866 100644 --- a/security/p5-Crypt-Shark/Makefile +++ b/security/p5-Crypt-Shark/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Shark block cipher USES= perl5 USE_PERL5= configure -MAN3= Crypt::Shark.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Shark/pkg-plist b/security/p5-Crypt-Shark/pkg-plist index ff06c58df41a..70dc688c9138 100644 --- a/security/p5-Crypt-Shark/pkg-plist +++ b/security/p5-Crypt-Shark/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/Shark.so +%%PERL5_MAN3%%/Crypt::Shark.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Shark/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt diff --git a/security/p5-Crypt-TEA/Makefile b/security/p5-Crypt-TEA/Makefile index 6c76b433f5d8..81f41fe78adf 100644 --- a/security/p5-Crypt-TEA/Makefile +++ b/security/p5-Crypt-TEA/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension to Tiny Encryption Algorithm USES= perl5 USE_PERL5= configure -MAN3= Crypt::TEA.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-TEA/pkg-plist b/security/p5-Crypt-TEA/pkg-plist index 82cc42fd8f42..f5aa07543d15 100644 --- a/security/p5-Crypt-TEA/pkg-plist +++ b/security/p5-Crypt-TEA/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TEA/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TEA/TEA.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TEA/TEA.so +%%PERL5_MAN3%%/Crypt::TEA.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TEA/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Crypt diff --git a/security/p5-Crypt-TripleDES/Makefile b/security/p5-Crypt-TripleDES/Makefile index 7d52fe045cb3..2f2ee0c19f38 100644 --- a/security/p5-Crypt-TripleDES/Makefile +++ b/security/p5-Crypt-TripleDES/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module implementing the Triple-DES cipher USES= perl5 USE_PERL5= configure -MAN3= Crypt::TripleDES.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-TripleDES/pkg-plist b/security/p5-Crypt-TripleDES/pkg-plist index 79bf235a81e5..7c9d6cf852ea 100644 --- a/security/p5-Crypt-TripleDES/pkg-plist +++ b/security/p5-Crypt-TripleDES/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/Crypt/PPDES.pm %%SITE_PERL%%/Crypt/TripleDES.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TripleDES/.packlist +%%PERL5_MAN3%%/Crypt::TripleDES.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/TripleDES @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-Twofish_PP/Makefile b/security/p5-Crypt-Twofish_PP/Makefile index b0ddd862af7d..840def4cdbe4 100644 --- a/security/p5-Crypt-Twofish_PP/Makefile +++ b/security/p5-Crypt-Twofish_PP/Makefile @@ -18,10 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::Twofish_PP.3 \ - Crypt::Twofish_PP::Key16.3 \ - Crypt::Twofish_PP::Key24.3 \ - Crypt::Twofish_PP::Key32.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish_PP/pkg-descr b/security/p5-Crypt-Twofish_PP/pkg-descr index de66ed1ad7e9..d983063222e1 100644 --- a/security/p5-Crypt-Twofish_PP/pkg-descr +++ b/security/p5-Crypt-Twofish_PP/pkg-descr @@ -7,4 +7,4 @@ five finalists for AES. This module is written in pure Perl, it should run everywhere where Perl runs. -WWW: http://search.cpan.org/dist/Crypt-Twofish_PP/ +WWW: http://search.cpan.org/dist/Crypt-Twofish_PP/ diff --git a/security/p5-Crypt-Twofish_PP/pkg-plist b/security/p5-Crypt-Twofish_PP/pkg-plist index a7e49518f81a..288026c9890f 100644 --- a/security/p5-Crypt-Twofish_PP/pkg-plist +++ b/security/p5-Crypt-Twofish_PP/pkg-plist @@ -4,6 +4,10 @@ %%SITE_PERL%%/Crypt/Twofish_PP/Key24.pm %%SITE_PERL%%/Crypt/Twofish_PP/Key32.pm %%SITE_PERL%%/LocaleData/de/LC_MESSAGES/Crypt-Twofish_PP.mo +%%PERL5_MAN3%%/Crypt::Twofish_PP.3.gz +%%PERL5_MAN3%%/Crypt::Twofish_PP::Key16.3.gz +%%PERL5_MAN3%%/Crypt::Twofish_PP::Key24.3.gz +%%PERL5_MAN3%%/Crypt::Twofish_PP::Key32.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-Twofish_PP @dirrmtry %%SITE_PERL%%/Crypt/Twofish_PP @dirrmtry %%SITE_PERL%%/Crypt diff --git a/security/p5-Crypt-URandom/Makefile b/security/p5-Crypt-URandom/Makefile index cb10b446eb38..06c788ae56e2 100644 --- a/security/p5-Crypt-URandom/Makefile +++ b/security/p5-Crypt-URandom/Makefile @@ -12,7 +12,4 @@ COMMENT= Perl extension to provide non blocking randomness USES= perl5 USE_PERL5= configure -MAN3= Crypt::URandom.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Crypt-URandom/pkg-plist b/security/p5-Crypt-URandom/pkg-plist index bc618852e842..afff1398b411 100644 --- a/security/p5-Crypt-URandom/pkg-plist +++ b/security/p5-Crypt-URandom/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom/.packlist %%SITE_PERL%%/Crypt/URandom.pm +%%PERL5_MAN3%%/Crypt::URandom.3.gz @dirrmtry %%SITE_PERL%%/Crypt @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/URandom @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt diff --git a/security/p5-Digest-CRC/Makefile b/security/p5-Digest-CRC/Makefile index 60565fb9e965..cca025fc218a 100644 --- a/security/p5-Digest-CRC/Makefile +++ b/security/p5-Digest-CRC/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for calculating CRC checksums USES= perl5 USE_PERL5= configure -MAN3= Digest::CRC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-CRC/pkg-plist b/security/p5-Digest-CRC/pkg-plist index de7929194fbd..f2d97cd992e9 100644 --- a/security/p5-Digest-CRC/pkg-plist +++ b/security/p5-Digest-CRC/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/CRC/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/CRC/CRC.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/CRC/CRC.so +%%PERL5_MAN3%%/Digest::CRC.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/CRC @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ diff --git a/security/p5-Digest-Crc32/Makefile b/security/p5-Digest-Crc32/Makefile index a04f26f56706..99da0ef92e00 100644 --- a/security/p5-Digest-Crc32/Makefile +++ b/security/p5-Digest-Crc32/Makefile @@ -13,9 +13,6 @@ COMMENT= Perl extension for calculating 32-bit CRC checksums USES= perl5 USE_PERL5= configure -MAN3= Digest::Crc32.3 - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.//} -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Crc32/pkg-plist b/security/p5-Digest-Crc32/pkg-plist index 6ddc37113db5..64a859cfcd9a 100644 --- a/security/p5-Digest-Crc32/pkg-plist +++ b/security/p5-Digest-Crc32/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/Crc32.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Crc32/.packlist +%%PERL5_MAN3%%/Digest::Crc32.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Crc32/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/Digest/ diff --git a/security/p5-Digest-DJB/Makefile b/security/p5-Digest-DJB/Makefile index 3853209d1d77..c64e1a7b208b 100644 --- a/security/p5-Digest-DJB/Makefile +++ b/security/p5-Digest-DJB/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for D.J Bernstein's hash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::DJB.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-DJB/pkg-plist b/security/p5-Digest-DJB/pkg-plist index 1a5b57e9b0b8..5594e61f938a 100644 --- a/security/p5-Digest-DJB/pkg-plist +++ b/security/p5-Digest-DJB/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/DJB.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/DJB.so +%%PERL5_MAN3%%/Digest::DJB.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DJB/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-Digest-DMAC/Makefile b/security/p5-Digest-DMAC/Makefile index 83347ef4975d..1b395d8c2aa2 100644 --- a/security/p5-Digest-DMAC/Makefile +++ b/security/p5-Digest-DMAC/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Digest::DMAC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-DMAC/pkg-plist b/security/p5-Digest-DMAC/pkg-plist index ddf3a696ecb1..8915c1b995a4 100644 --- a/security/p5-Digest-DMAC/pkg-plist +++ b/security/p5-Digest-DMAC/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/DMAC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DMAC/.packlist +%%PERL5_MAN3%%/Digest::DMAC.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/DMAC/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/Digest/ diff --git a/security/p5-Digest-EMAC/Makefile b/security/p5-Digest-EMAC/Makefile index e7cffd646d12..ceabfb3f438d 100644 --- a/security/p5-Digest-EMAC/Makefile +++ b/security/p5-Digest-EMAC/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Digest::EMAC.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-EMAC/pkg-plist b/security/p5-Digest-EMAC/pkg-plist index e520c6764845..eb26f7eb8f87 100644 --- a/security/p5-Digest-EMAC/pkg-plist +++ b/security/p5-Digest-EMAC/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Digest/EMAC.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/EMAC/.packlist +%%PERL5_MAN3%%/Digest::EMAC.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/EMAC/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/Digest/ diff --git a/security/p5-Digest-FNV/Makefile b/security/p5-Digest-FNV/Makefile index b1ba09c8b59d..be9a3ecb988e 100644 --- a/security/p5-Digest-FNV/Makefile +++ b/security/p5-Digest-FNV/Makefile @@ -16,7 +16,4 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Digest::FNV.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-FNV/pkg-plist b/security/p5-Digest-FNV/pkg-plist index c8833e73ce49..48f8710e6a76 100644 --- a/security/p5-Digest-FNV/pkg-plist +++ b/security/p5-Digest-FNV/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/FNV.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/FNV.so +%%PERL5_MAN3%%/Digest::FNV.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/FNV/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-Digest-Hashcash/Makefile b/security/p5-Digest-Hashcash/Makefile index 98b0a6ea3a61..b2e7588216d7 100644 --- a/security/p5-Digest-Hashcash/Makefile +++ b/security/p5-Digest-Hashcash/Makefile @@ -15,7 +15,4 @@ COMMENT= Perl extension for Hashcash hash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::Hashcash.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Hashcash/pkg-plist b/security/p5-Digest-Hashcash/pkg-plist index a2a8dbe1d963..95ed09e49212 100644 --- a/security/p5-Digest-Hashcash/pkg-plist +++ b/security/p5-Digest-Hashcash/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/Hashcash.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/Hashcash.so +%%PERL5_MAN3%%/Digest::Hashcash.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Hashcash/ diff --git a/security/p5-Digest-JHash/Makefile b/security/p5-Digest-JHash/Makefile index 37a288f94fbb..738e5901b0d6 100644 --- a/security/p5-Digest-JHash/Makefile +++ b/security/p5-Digest-JHash/Makefile @@ -15,7 +15,4 @@ LICENSE= ART20 USES= perl5 USE_PERL5= configure -MAN3= Digest::JHash.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-JHash/pkg-plist b/security/p5-Digest-JHash/pkg-plist index c3548f8c3811..e65fd0a06e85 100644 --- a/security/p5-Digest-JHash/pkg-plist +++ b/security/p5-Digest-JHash/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/JHash/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/JHash/JHash.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/JHash/JHash.so +%%PERL5_MAN3%%/Digest::JHash.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/JHash/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-Digest-Nilsimsa/Makefile b/security/p5-Digest-Nilsimsa/Makefile index 970d6323c11d..57853afaee98 100644 --- a/security/p5-Digest-Nilsimsa/Makefile +++ b/security/p5-Digest-Nilsimsa/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl version of Nilsimsa code USES= perl5 USE_PERL5= configure -MAN3= Digest::Nilsimsa.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Nilsimsa/pkg-plist b/security/p5-Digest-Nilsimsa/pkg-plist index dab4f5d233aa..5467c0c6b9dd 100644 --- a/security/p5-Digest-Nilsimsa/pkg-plist +++ b/security/p5-Digest-Nilsimsa/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/Nilsimsa.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa/Nilsimsa.so +%%PERL5_MAN3%%/Digest::Nilsimsa.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Nilsimsa @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest diff --git a/security/p5-Digest-Pearson/Makefile b/security/p5-Digest-Pearson/Makefile index d3437672d107..167e619c4c55 100644 --- a/security/p5-Digest-Pearson/Makefile +++ b/security/p5-Digest-Pearson/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Peter K. Pearson's hash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::Pearson.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Pearson/pkg-plist b/security/p5-Digest-Pearson/pkg-plist index e23e76a0dad0..561fd83d36dc 100644 --- a/security/p5-Digest-Pearson/pkg-plist +++ b/security/p5-Digest-Pearson/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/Pearson.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson/Pearson.so +%%PERL5_MAN3%%/Digest::Pearson.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Pearson @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-Digest-Perl-MD4/Makefile b/security/p5-Digest-Perl-MD4/Makefile index 83a66b77caaf..1c7f27480cce 100644 --- a/security/p5-Digest-Perl-MD4/Makefile +++ b/security/p5-Digest-Perl-MD4/Makefile @@ -13,10 +13,6 @@ COMMENT= Perl extension for MD4 hash algorithm in pure Perl USES= perl5 USE_PERL5= configure -MAN3= Digest::Perl::Digest-MD4.3 \ - Digest::Perl::MD4.3 - WRKSRC= ${WRKDIR}/MD4 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Perl-MD4/pkg-plist b/security/p5-Digest-Perl-MD4/pkg-plist index 93dea3436bec..985cc8248d34 100644 --- a/security/p5-Digest-Perl-MD4/pkg-plist +++ b/security/p5-Digest-Perl-MD4/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Digest/Perl/MD4.pm %%SITE_PERL%%/Digest/Perl/Digest-MD4.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/.packlist +%%PERL5_MAN3%%/Digest::Perl::Digest-MD4.3.gz +%%PERL5_MAN3%%/Digest::Perl::MD4.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/MD4/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Perl/ @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/ diff --git a/security/p5-Digest-Tiger/Makefile b/security/p5-Digest-Tiger/Makefile index bb46e7b8722a..95d8e84bca7b 100644 --- a/security/p5-Digest-Tiger/Makefile +++ b/security/p5-Digest-Tiger/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl extension for Tiger hash algorithm USES= perl5 USE_PERL5= configure -MAN3= Digest::Tiger.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Digest-Tiger/pkg-plist b/security/p5-Digest-Tiger/pkg-plist index 46506fa3f2ae..1bedce74a9d5 100644 --- a/security/p5-Digest-Tiger/pkg-plist +++ b/security/p5-Digest-Tiger/pkg-plist @@ -3,6 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Tiger/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Tiger/Tiger.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Tiger/Tiger.so +%%PERL5_MAN3%%/Digest::Tiger.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/Tiger @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest/ diff --git a/security/p5-File-KeePass/Makefile b/security/p5-File-KeePass/Makefile index 5ff10d66abe8..3a489d9f5787 100644 --- a/security/p5-File-KeePass/Makefile +++ b/security/p5-File-KeePass/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= File::KeePass.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-File-KeePass/pkg-plist b/security/p5-File-KeePass/pkg-plist index de3c8d48639b..8889793d0725 100644 --- a/security/p5-File-KeePass/pkg-plist +++ b/security/p5-File-KeePass/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/File/KeePass.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass/.packlist +%%PERL5_MAN3%%/File::KeePass.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/KeePass @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File @dirrmtry %%SITE_PERL%%/File diff --git a/security/p5-Jifty-Plugin-OpenID/Makefile b/security/p5-Jifty-Plugin-OpenID/Makefile index e03e1f24ec94..3aa1fbe82f1d 100644 --- a/security/p5-Jifty-Plugin-OpenID/Makefile +++ b/security/p5-Jifty-Plugin-OpenID/Makefile @@ -22,13 +22,4 @@ BROKEN= does not build USES= perl5 USE_PERL5= configure -MAN3= Jifty::Plugin::OpenID::View.3 \ - Jifty::Plugin::OpenID.3 \ - Jifty::Plugin::OpenID::Action::VerifyOpenID.3 \ - Jifty::Plugin::OpenID::Action::AuthenticateOpenID.3 \ - Jifty::Plugin::OpenID::Mixin::Model::User.3 \ - Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3 \ - Jifty::Plugin::OpenID::Dispatcher.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Jifty-Plugin-OpenID/pkg-descr b/security/p5-Jifty-Plugin-OpenID/pkg-descr index 0a9a0eb2f621..5bbe1835d0f1 100644 --- a/security/p5-Jifty-Plugin-OpenID/pkg-descr +++ b/security/p5-Jifty-Plugin-OpenID/pkg-descr @@ -1,4 +1,4 @@ Jifty::Plugin::OpenID is a perl module provides OpenID authentication for your jifty app. -WWW: http://search.cpan.org/dist/Jifty-Plugin-OpenID/ +WWW: http://search.cpan.org/dist/Jifty-Plugin-OpenID/ diff --git a/security/p5-Jifty-Plugin-OpenID/pkg-plist b/security/p5-Jifty-Plugin-OpenID/pkg-plist index 62d8c8df1875..2e95999fd0b4 100644 --- a/security/p5-Jifty-Plugin-OpenID/pkg-plist +++ b/security/p5-Jifty-Plugin-OpenID/pkg-plist @@ -13,6 +13,13 @@ %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/FriendConnect.gif %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg/openid-icon-small.gif %%SITE_PERL%%/%%PERL_ARCH%%/auto/Jifty/Plugin/OpenID/.packlist +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::View.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::VerifyOpenID.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::AuthenticateOpenID.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Mixin::Model::User.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3.gz +%%PERL5_MAN3%%/Jifty::Plugin::OpenID::Dispatcher.3.gz @dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/po @dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/css @dirrm %%SITE_PERL%%/auto/share/dist/Jifty-Plugin-OpenID/web/static/oidimg diff --git a/security/p5-Net-Daemon-SSL/Makefile b/security/p5-Net-Daemon-SSL/Makefile index c81cf4029ecf..80bc6c329b53 100644 --- a/security/p5-Net-Daemon-SSL/Makefile +++ b/security/p5-Net-Daemon-SSL/Makefile @@ -18,7 +18,4 @@ BUILD_DEPENDS+= p5-Net-Daemon>=0:${PORTSDIR}/net/p5-Net-Daemon \ RUN_DEPENDS+= p5-Net-Daemon>=0:${PORTSDIR}/net/p5-Net-Daemon \ p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL -MAN3= Net::Daemon::SSL.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-Net-Daemon-SSL/pkg-plist b/security/p5-Net-Daemon-SSL/pkg-plist index b3873a6edf0f..a6fc8976182c 100644 --- a/security/p5-Net-Daemon-SSL/pkg-plist +++ b/security/p5-Net-Daemon-SSL/pkg-plist @@ -1,3 +1,4 @@ %%SITE_PERL%%/Net/Daemon/SSL.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL/.packlist +%%PERL5_MAN3%%/Net::Daemon::SSL.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Daemon/SSL diff --git a/security/p5-Net-SinFP/Makefile b/security/p5-Net-SinFP/Makefile index 04d8c81c3da6..0371f6cb9f0c 100644 --- a/security/p5-Net-SinFP/Makefile +++ b/security/p5-Net-SinFP/Makefile @@ -38,28 +38,6 @@ USES= perl5 USE_PERL5= configure INSTALL_TARGET= pure_install -MAN3= Net::SinFP.3 \ - Net::SinFP::Consts.3 \ - Net::SinFP::DB.3 \ - Net::SinFP::DB::IpVersion.3 \ - Net::SinFP::DB::Os.3 \ - Net::SinFP::DB::OsVersion.3 \ - Net::SinFP::DB::OsVersionChildren.3 \ - Net::SinFP::DB::OsVersionFamily.3 \ - Net::SinFP::DB::PatternBinary.3 \ - Net::SinFP::DB::PatternTcpFlags.3 \ - Net::SinFP::DB::PatternTcpMss.3 \ - Net::SinFP::DB::PatternTcpOptions.3 \ - Net::SinFP::DB::PatternTcpWindow.3 \ - Net::SinFP::DB::Signature.3 \ - Net::SinFP::DB::SystemClass.3 \ - Net::SinFP::DB::Vendor.3 \ - Net::SinFP::Result.3 \ - Net::SinFP::Search.3 \ - Net::SinFP::SinFP4.3 \ - Net::SinFP::SinFP6.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's/.*EXE_FILES.*//' ${WRKSRC}/${CONFIGURE_SCRIPT} diff --git a/security/p5-Net-SinFP/pkg-plist b/security/p5-Net-SinFP/pkg-plist index a96435904266..9de16e971aa0 100644 --- a/security/p5-Net-SinFP/pkg-plist +++ b/security/p5-Net-SinFP/pkg-plist @@ -19,6 +19,26 @@ %%SITE_PERL%%/Net/SinFP/SinFP4.pm %%SITE_PERL%%/Net/SinFP/SinFP6.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SinFP/.packlist +%%PERL5_MAN3%%/Net::SinFP.3.gz +%%PERL5_MAN3%%/Net::SinFP::Consts.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::IpVersion.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::Os.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::OsVersion.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::OsVersionChildren.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::OsVersionFamily.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::PatternBinary.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::PatternTcpFlags.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::PatternTcpMss.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::PatternTcpOptions.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::PatternTcpWindow.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::Signature.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::SystemClass.3.gz +%%PERL5_MAN3%%/Net::SinFP::DB::Vendor.3.gz +%%PERL5_MAN3%%/Net::SinFP::Result.3.gz +%%PERL5_MAN3%%/Net::SinFP::Search.3.gz +%%PERL5_MAN3%%/Net::SinFP::SinFP4.3.gz +%%PERL5_MAN3%%/Net::SinFP::SinFP6.3.gz @dirrmtry %%SITE_PERL%%/Net @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net @dirrm %%SITE_PERL%%/Net/SinFP/DB diff --git a/security/p5-openxpki-client-scep/Makefile b/security/p5-openxpki-client-scep/Makefile index 6375f28a7243..abd13da393eb 100644 --- a/security/p5-openxpki-client-scep/Makefile +++ b/security/p5-openxpki-client-scep/Makefile @@ -18,10 +18,7 @@ BUILD_DEPENDS= \ p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= OpenXPKI::Client::SCEP.3 -USE_GMAKE= yes -USES= perl5 +USES= perl5 gmake USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-openxpki-client-scep/pkg-plist b/security/p5-openxpki-client-scep/pkg-plist index f8cec01e1f39..4fa1db4e9fe2 100644 --- a/security/p5-openxpki-client-scep/pkg-plist +++ b/security/p5-openxpki-client-scep/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/OpenXPKI/Client/SCEP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SCEP/.packlist +%%PERL5_MAN3%%/OpenXPKI::Client::SCEP.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SCEP @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI diff --git a/security/p5-openxpki-client/Makefile b/security/p5-openxpki-client/Makefile index 8b825e4c218e..0c49b0fb4b29 100644 --- a/security/p5-openxpki-client/Makefile +++ b/security/p5-openxpki-client/Makefile @@ -16,11 +16,8 @@ BUILD_DEPENDS= \ p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki RUN_DEPENDS:= ${BUILD_DEPENDS} -MAN3= OpenXPKI::Client.3 \ - OpenXPKI::Client::API.3 USE_GMAKE= yes USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/p5-openxpki-client/pkg-plist b/security/p5-openxpki-client/pkg-plist index fd6ad66ad0bb..27392a9f2e92 100644 --- a/security/p5-openxpki-client/pkg-plist +++ b/security/p5-openxpki-client/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/OpenXPKI/Client.pm %%SITE_PERL%%/OpenXPKI/Client/API.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/.packlist +%%PERL5_MAN3%%/OpenXPKI::Client.3.gz +%%PERL5_MAN3%%/OpenXPKI::Client::API.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI @dirrmtry %%SITE_PERL%%/OpenXPKI/Client |