diff options
122 files changed, 145 insertions, 227 deletions
diff --git a/converters/p5-Boulder/Makefile b/converters/p5-Boulder/Makefile index 9c9f54caa7fa..18a19a3cc83c 100644 --- a/converters/p5-Boulder/Makefile +++ b/converters/p5-Boulder/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org -COMMENT= An API for hierarchical tag/value structures +COMMENT= API for hierarchical tag/value structures BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -16,23 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Boulder.3 \ - Boulder::Blast.3 \ - Boulder::Blast::NCBI.3 \ - Boulder::Blast::WU.3 \ - Boulder::Genbank.3 \ - Boulder::Medline.3 \ - Boulder::LocusLink.3 \ - Boulder::Omim.3 \ - Boulder::Store.3 \ - Boulder::Stream.3 \ - Boulder::String.3 \ - Boulder::Swissprot.3 \ - Boulder::Unigene.3 \ - Boulder::XML.3 \ - Stone.3 \ - Stone::Cursor.3 \ - Stone::GB_Sequence.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Boulder/pkg-plist b/converters/p5-Boulder/pkg-plist index 5c36d96ceae1..e8326c970005 100644 --- a/converters/p5-Boulder/pkg-plist +++ b/converters/p5-Boulder/pkg-plist @@ -17,6 +17,23 @@ %%SITE_PERL%%/Boulder/String.pm %%SITE_PERL%%/Stone.pm %%SITE_PERL%%/Boulder.pod +%%PERL5_MAN3%%/Boulder.3.gz +%%PERL5_MAN3%%/Boulder::Blast.3.gz +%%PERL5_MAN3%%/Boulder::Blast::NCBI.3.gz +%%PERL5_MAN3%%/Boulder::Blast::WU.3.gz +%%PERL5_MAN3%%/Boulder::Genbank.3.gz +%%PERL5_MAN3%%/Boulder::Medline.3.gz +%%PERL5_MAN3%%/Boulder::LocusLink.3.gz +%%PERL5_MAN3%%/Boulder::Omim.3.gz +%%PERL5_MAN3%%/Boulder::Store.3.gz +%%PERL5_MAN3%%/Boulder::Stream.3.gz +%%PERL5_MAN3%%/Boulder::String.3.gz +%%PERL5_MAN3%%/Boulder::Swissprot.3.gz +%%PERL5_MAN3%%/Boulder::Unigene.3.gz +%%PERL5_MAN3%%/Boulder::XML.3.gz +%%PERL5_MAN3%%/Stone.3.gz +%%PERL5_MAN3%%/Stone::Cursor.3.gz +%%PERL5_MAN3%%/Stone::GB_Sequence.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Boulder @dirrm %%SITE_PERL%%/Boulder/Blast @dirrm %%SITE_PERL%%/Boulder diff --git a/converters/p5-Convert-Bencode/Makefile b/converters/p5-Convert-Bencode/Makefile index 1207e7d69303..f83afcccc32b 100644 --- a/converters/p5-Convert-Bencode/Makefile +++ b/converters/p5-Convert-Bencode/Makefile @@ -10,12 +10,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= mor@WhiteLuna.com COMMENT= Module to encode and decode bencoded strings + BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure -MAN3= Convert::Bencode.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Convert-Bencode/pkg-plist b/converters/p5-Convert-Bencode/pkg-plist index be85f76a7649..935503456e03 100644 --- a/converters/p5-Convert-Bencode/pkg-plist +++ b/converters/p5-Convert-Bencode/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Convert/Bencode.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Bencode/.packlist +%%PERL5_MAN3%%/Convert::Bencode.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Bencode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert @dirrmtry %%SITE_PERL%%/Convert diff --git a/converters/p5-Convert-Recode/Makefile b/converters/p5-Convert-Recode/Makefile index eb83d5938156..7895fce92da8 100644 --- a/converters/p5-Convert-Recode/Makefile +++ b/converters/p5-Convert-Recode/Makefile @@ -17,9 +17,6 @@ RUN_DEPENDS= recode:${PORTSDIR}/converters/recode USES= perl5 USE_PERL5= configure -MAN3= Convert::Recode.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|recode -\$$|${LOCALBASE}/bin/recode -\$$|' \ ${WRKSRC}/Recode.pm diff --git a/converters/p5-Convert-Recode/pkg-plist b/converters/p5-Convert-Recode/pkg-plist index ea11e365e1d0..2aaf53bda6cf 100644 --- a/converters/p5-Convert-Recode/pkg-plist +++ b/converters/p5-Convert-Recode/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Convert/Recode.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Recode/.packlist +%%PERL5_MAN3%%/Convert::Recode.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert/Recode @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Convert @dirrm %%SITE_PERL%%/Convert diff --git a/converters/p5-Data-AMF/Makefile b/converters/p5-Data-AMF/Makefile index b56c1f5fbb61..f19e43f9f482 100644 --- a/converters/p5-Data-AMF/Makefile +++ b/converters/p5-Data-AMF/Makefile @@ -19,21 +19,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Data::AMF.3 \ - Data::AMF::Formatter.3 \ - Data::AMF::Formatter::AMF0.3 \ - Data::AMF::Formatter::AMF3.3 \ - Data::AMF::Header.3 \ - Data::AMF::IO.3 \ - Data::AMF::Message.3 \ - Data::AMF::Packet.3 \ - Data::AMF::Parser.3 \ - Data::AMF::Parser::AMF0.3 \ - Data::AMF::Parser::AMF3.3 \ - Data::AMF::Remoting.3 \ - Data::AMF::Type::Boolean.3 \ - Data::AMF::Type::ByteArray.3 \ - Data::AMF::Type::Null.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Data-AMF/pkg-plist b/converters/p5-Data-AMF/pkg-plist index bb5c350e41ac..4cc6a43e0039 100644 --- a/converters/p5-Data-AMF/pkg-plist +++ b/converters/p5-Data-AMF/pkg-plist @@ -14,6 +14,21 @@ %%SITE_PERL%%/Data/AMF/Type/Boolean.pm %%SITE_PERL%%/Data/AMF/Type/ByteArray.pm %%SITE_PERL%%/Data/AMF/Type/Null.pm +%%PERL5_MAN3%%/Data::AMF.3.gz +%%PERL5_MAN3%%/Data::AMF::Formatter.3.gz +%%PERL5_MAN3%%/Data::AMF::Formatter::AMF0.3.gz +%%PERL5_MAN3%%/Data::AMF::Formatter::AMF3.3.gz +%%PERL5_MAN3%%/Data::AMF::Header.3.gz +%%PERL5_MAN3%%/Data::AMF::IO.3.gz +%%PERL5_MAN3%%/Data::AMF::Message.3.gz +%%PERL5_MAN3%%/Data::AMF::Packet.3.gz +%%PERL5_MAN3%%/Data::AMF::Parser.3.gz +%%PERL5_MAN3%%/Data::AMF::Parser::AMF0.3.gz +%%PERL5_MAN3%%/Data::AMF::Parser::AMF3.3.gz +%%PERL5_MAN3%%/Data::AMF::Remoting.3.gz +%%PERL5_MAN3%%/Data::AMF::Type::Boolean.3.gz +%%PERL5_MAN3%%/Data::AMF::Type::ByteArray.3.gz +%%PERL5_MAN3%%/Data::AMF::Type::Null.3.gz @dirrm %%SITE_PERL%%/Data/AMF/Type @dirrm %%SITE_PERL%%/Data/AMF/Parser @dirrm %%SITE_PERL%%/Data/AMF/Formatter diff --git a/converters/p5-Encode-DoubleEncodedUTF8/Makefile b/converters/p5-Encode-DoubleEncodedUTF8/Makefile index 6f74e6a823c0..2080df172d62 100644 --- a/converters/p5-Encode-DoubleEncodedUTF8/Makefile +++ b/converters/p5-Encode-DoubleEncodedUTF8/Makefile @@ -14,7 +14,4 @@ COMMENT= Fix double encoded UTF-8 bytes to the correct ones USES= perl5 USE_PERL5= configure -MAN3= Encode::DoubleEncodedUTF8.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-DoubleEncodedUTF8/pkg-plist b/converters/p5-Encode-DoubleEncodedUTF8/pkg-plist index 23b763a0ea2b..fdf5a967941c 100644 --- a/converters/p5-Encode-DoubleEncodedUTF8/pkg-plist +++ b/converters/p5-Encode-DoubleEncodedUTF8/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Encode/DoubleEncodedUTF8.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/DoubleEncodedUTF8/.packlist +%%PERL5_MAN3%%/Encode::DoubleEncodedUTF8.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/DoubleEncodedUTF8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode @dirrmtry %%SITE_PERL%%/Encode diff --git a/converters/p5-Encode-compat/Makefile b/converters/p5-Encode-compat/Makefile index f6a84761912f..2e4e2c228d5c 100644 --- a/converters/p5-Encode-compat/Makefile +++ b/converters/p5-Encode-compat/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Encode::compat.3 Encode::compat::Alias.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Encode-compat/pkg-plist b/converters/p5-Encode-compat/pkg-plist index db3d8a7ac623..b6395391b113 100644 --- a/converters/p5-Encode-compat/pkg-plist +++ b/converters/p5-Encode-compat/pkg-plist @@ -3,6 +3,8 @@ %%SITE_PERL%%/Encode/compat/5006001.pm %%SITE_PERL%%/Encode/compat/common.pm %%SITE_PERL%%/Encode/compat/Alias.pm +%%PERL5_MAN3%%/Encode::compat.3.gz +%%PERL5_MAN3%%/Encode::compat::Alias.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode/compat @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Encode @dirrm %%SITE_PERL%%/Encode/compat diff --git a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile index 856c66b6e3a9..822282e59dd5 100644 --- a/converters/p5-JSON-XS-VersionOneAndTwo/Makefile +++ b/converters/p5-JSON-XS-VersionOneAndTwo/Makefile @@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= JSON::XS::VersionOneAndTwo.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist b/converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist index 1a3baee77375..4cbba1bb11a1 100644 --- a/converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist +++ b/converters/p5-JSON-XS-VersionOneAndTwo/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo/.packlist %%SITE_PERL%%/JSON/XS/VersionOneAndTwo.pm +%%PERL5_MAN3%%/JSON::XS::VersionOneAndTwo.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS/VersionOneAndTwo @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/XS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON diff --git a/converters/p5-JSON1/Makefile b/converters/p5-JSON1/Makefile index 08ef4a1e7488..436e2b7489a0 100644 --- a/converters/p5-JSON1/Makefile +++ b/converters/p5-JSON1/Makefile @@ -16,9 +16,5 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} CONFLICTS= p5-JSON-2.* USES= perl5 USE_PERL5= configure -MAN3= Apache::JSONRPC.3 JSON.3 JSON::Converter.3 \ - JSON::PP.3 JSON::PP5005.3 JSON::PP56.3 JSON::Parser.3 \ - JSONRPC.3 JSONRPC::Transport::HTTP.3 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-JSON1/pkg-plist b/converters/p5-JSON1/pkg-plist index 752246868946..21271c6d6dab 100644 --- a/converters/p5-JSON1/pkg-plist +++ b/converters/p5-JSON1/pkg-plist @@ -8,6 +8,15 @@ %%SITE_PERL%%/JSONRPC.pm %%SITE_PERL%%/JSONRPC/Transport/HTTP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON/.packlist +%%PERL5_MAN3%%/Apache::JSONRPC.3.gz +%%PERL5_MAN3%%/JSON.3.gz +%%PERL5_MAN3%%/JSON::Converter.3.gz +%%PERL5_MAN3%%/JSON::PP.3.gz +%%PERL5_MAN3%%/JSON::PP5005.3.gz +%%PERL5_MAN3%%/JSON::PP56.3.gz +%%PERL5_MAN3%%/JSON::Parser.3.gz +%%PERL5_MAN3%%/JSONRPC.3.gz +%%PERL5_MAN3%%/JSONRPC::Transport::HTTP.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/JSON @dirrmtry %%SITE_PERL%%/JSONRPC/Transport @dirrmtry %%SITE_PERL%%/JSONRPC diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index b7eb06af547b..6a8162a96d26 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -17,9 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-1.02 USES= perl5 USE_PERL5= configure -MAN3= MIME::Base32.3 - -NO_STAGE= yes post-extract: @${RM} ${WRKSRC}/test1.pl diff --git a/converters/p5-MIME-Base32/pkg-plist b/converters/p5-MIME-Base32/pkg-plist index 0fd817019ab6..dab088a74a80 100644 --- a/converters/p5-MIME-Base32/pkg-plist +++ b/converters/p5-MIME-Base32/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/MIME/Base32.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base32/.packlist +%%PERL5_MAN3%%/MIME::Base32.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base32 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME @dirrmtry %%SITE_PERL%%/MIME diff --git a/converters/p5-MIME-Base64-URLSafe/Makefile b/converters/p5-MIME-Base64-URLSafe/Makefile index 8c3afd221cf6..e8ab26c686ea 100644 --- a/converters/p5-MIME-Base64-URLSafe/Makefile +++ b/converters/p5-MIME-Base64-URLSafe/Makefile @@ -18,7 +18,4 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S/00//} USES= perl5 USE_PERL5= configure -MAN3= MIME::Base64::URLSafe.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-MIME-Base64-URLSafe/pkg-plist b/converters/p5-MIME-Base64-URLSafe/pkg-plist index 58aa72a69408..e4fef32c0887 100644 --- a/converters/p5-MIME-Base64-URLSafe/pkg-plist +++ b/converters/p5-MIME-Base64-URLSafe/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/MIME/Base64/URLSafe.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64/URLSafe/.packlist +%%PERL5_MAN3%%/MIME::Base64::URLSafe.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64/URLSafe @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME/Base64 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MIME diff --git a/converters/p5-Number-Nary/Makefile b/converters/p5-Number-Nary/Makefile index b6050b1d59a4..5a38fda0dbed 100644 --- a/converters/p5-Number-Nary/Makefile +++ b/converters/p5-Number-Nary/Makefile @@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Number::Nary.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Number-Nary/pkg-plist b/converters/p5-Number-Nary/pkg-plist index e02b13f6d3a2..a0e0afc0b82c 100644 --- a/converters/p5-Number-Nary/pkg-plist +++ b/converters/p5-Number-Nary/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Number/Nary.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Nary/.packlist +%%PERL5_MAN3%%/Number::Nary.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/Nary @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number @dirrmtry %%SITE_PERL%%/Number diff --git a/converters/p5-Number-RecordLocator/Makefile b/converters/p5-Number-RecordLocator/Makefile index f3839920025d..38fb4a4e6b16 100644 --- a/converters/p5-Number-RecordLocator/Makefile +++ b/converters/p5-Number-RecordLocator/Makefile @@ -13,7 +13,4 @@ COMMENT= Encodes integers into a short locator string USES= perl5 USE_PERL5= configure -MAN3= Number::RecordLocator.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Number-RecordLocator/pkg-plist b/converters/p5-Number-RecordLocator/pkg-plist index 3a147cbad234..ed266beecb8d 100644 --- a/converters/p5-Number-RecordLocator/pkg-plist +++ b/converters/p5-Number-RecordLocator/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Number/RecordLocator.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/RecordLocator/.packlist +%%PERL5_MAN3%%/Number::RecordLocator.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number/RecordLocator @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Number @dirrmtry %%SITE_PERL%%/Number diff --git a/converters/p5-Storable-AMF/Makefile b/converters/p5-Storable-AMF/Makefile index 3575b6942d6f..1e5654cfb7be 100644 --- a/converters/p5-Storable-AMF/Makefile +++ b/converters/p5-Storable-AMF/Makefile @@ -13,10 +13,4 @@ COMMENT= Perl extension for serialize/deserialize AMF0/AMF3 data USES= perl5 USE_PERL5= configure -MAN3= Storable::AMF.3 \ - Storable::AMF0.3 \ - Storable::AMF3.3 \ - Storable::AMF::Mapper.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Storable-AMF/pkg-descr b/converters/p5-Storable-AMF/pkg-descr index 3474bf371e6c..83e5e1a568cf 100644 --- a/converters/p5-Storable-AMF/pkg-descr +++ b/converters/p5-Storable-AMF/pkg-descr @@ -1,3 +1,3 @@ Perl extension for serialize/deserialize AMF0/AMF3 data -WWW: http://search.cpan.org/dist/Storable-AMF/ +WWW: http://search.cpan.org/dist/Storable-AMF/ diff --git a/converters/p5-Storable-AMF/pkg-plist b/converters/p5-Storable-AMF/pkg-plist index 313c788af90c..090d882b0a7a 100644 --- a/converters/p5-Storable-AMF/pkg-plist +++ b/converters/p5-Storable-AMF/pkg-plist @@ -5,6 +5,10 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/AMF.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF/AMF.so +%%PERL5_MAN3%%/Storable::AMF.3.gz +%%PERL5_MAN3%%/Storable::AMF0.3.gz +%%PERL5_MAN3%%/Storable::AMF3.3.gz +%%PERL5_MAN3%%/Storable::AMF::Mapper.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable/AMF @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Storable @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Storable/AMF diff --git a/converters/p5-String-SetUTF8/Makefile b/converters/p5-String-SetUTF8/Makefile index 3982ea58891f..2ee7b4ee0284 100644 --- a/converters/p5-String-SetUTF8/Makefile +++ b/converters/p5-String-SetUTF8/Makefile @@ -13,7 +13,4 @@ COMMENT= Perl module to manipulate internal UTF-8 flag on strings USES= perl5 USE_PERL5= configure -MAN3= String::SetUTF8.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-String-SetUTF8/pkg-plist b/converters/p5-String-SetUTF8/pkg-plist index 0c5cdaa755fa..e0414fe76393 100644 --- a/converters/p5-String-SetUTF8/pkg-plist +++ b/converters/p5-String-SetUTF8/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/SetUTF8.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8/SetUTF8.so +%%PERL5_MAN3%%/String::SetUTF8.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/SetUTF8 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/String diff --git a/converters/p5-Text-Unidecode/Makefile b/converters/p5-Text-Unidecode/Makefile index 115bc34b3485..bdbd83212af0 100644 --- a/converters/p5-Text-Unidecode/Makefile +++ b/converters/p5-Text-Unidecode/Makefile @@ -13,7 +13,4 @@ COMMENT= Text::Unidecode -- US-ASCII transliterations of Unicode text USES= perl5 USE_PERL5= configure -MAN3= Text::Unidecode.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Text-Unidecode/pkg-plist b/converters/p5-Text-Unidecode/pkg-plist index 83baafde3875..20354741d554 100644 --- a/converters/p5-Text-Unidecode/pkg-plist +++ b/converters/p5-Text-Unidecode/pkg-plist @@ -180,6 +180,7 @@ %%SITE_PERL%%/Text/Unidecode/xfe.pm %%SITE_PERL%%/Text/Unidecode/xff.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Unidecode/.packlist +%%PERL5_MAN3%%/Text::Unidecode.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Unidecode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text/Unidecode diff --git a/converters/p5-Unicode-RecursiveDowngrade/Makefile b/converters/p5-Unicode-RecursiveDowngrade/Makefile index 428a8bd0933b..d5524ba2429b 100644 --- a/converters/p5-Unicode-RecursiveDowngrade/Makefile +++ b/converters/p5-Unicode-RecursiveDowngrade/Makefile @@ -11,7 +11,5 @@ COMMENT= Perl extension to turn off UTF-8 flags inside of comprex variable USES= perl5 USE_PERL5= configure -MAN3= Unicode::RecursiveDowngrade.3 -NO_STAGE= yes .include <bsd.port.mk> diff --git a/converters/p5-Unicode-RecursiveDowngrade/pkg-plist b/converters/p5-Unicode-RecursiveDowngrade/pkg-plist index 4f4b81f7e97f..0f7877e0570f 100644 --- a/converters/p5-Unicode-RecursiveDowngrade/pkg-plist +++ b/converters/p5-Unicode-RecursiveDowngrade/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Unicode/RecursiveDowngrade.pm +%%PERL5_MAN3%%/Unicode::RecursiveDowngrade.3.gz @dirrmtry %%SITE_PERL%%/Unicode %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Unicode/RecursiveDowngrade diff --git a/converters/p5-bsdconv/Makefile b/converters/p5-bsdconv/Makefile index f414bb21ffcb..b2f8fa4fbba5 100644 --- a/converters/p5-bsdconv/Makefile +++ b/converters/p5-bsdconv/Makefile @@ -19,12 +19,9 @@ GH_ACCOUNT= buganini GH_COMMIT= 75fa7e2 GH_PROJECT= perl-${PORTNAME} -NO_STAGE= yes USES= perl5 USE_PERL5= configure -MAN3= bsdconv.3 - post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/Makefile.PL diff --git a/converters/p5-bsdconv/pkg-plist b/converters/p5-bsdconv/pkg-plist index 419cfabc418b..5b35c6a60f5b 100644 --- a/converters/p5-bsdconv/pkg-plist +++ b/converters/p5-bsdconv/pkg-plist @@ -2,4 +2,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv/bsdconv.so %%SITE_PERL%%/%%PERL_ARCH%%/bsdconv.pm +%%PERL5_MAN3%%/bsdconv.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/bsdconv diff --git a/devel/p5-CPAN-Reporter/Makefile b/devel/p5-CPAN-Reporter/Makefile index 49ea432725a7..56ba477a7564 100644 --- a/devel/p5-CPAN-Reporter/Makefile +++ b/devel/p5-CPAN-Reporter/Makefile @@ -28,9 +28,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= CPAN::Reporter::API.3 CPAN::Reporter::Config.3 \ - CPAN::Reporter::History.3 CPAN::Reporter::PrereqCheck.3 \ - CPAN::Reporter.3 CPAN::Reporter::FAQ.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-CPAN-Reporter/pkg-descr b/devel/p5-CPAN-Reporter/pkg-descr index 4021438d46fe..397ed335bdc6 100644 --- a/devel/p5-CPAN-Reporter/pkg-descr +++ b/devel/p5-CPAN-Reporter/pkg-descr @@ -1,3 +1,3 @@ Adds CPAN Testers reporting to CPAN.pm -WWW: http://search.cpan.org/dist/CPAN-Reporter/ +WWW: http://search.cpan.org/dist/CPAN-Reporter/ diff --git a/devel/p5-CPAN-Reporter/pkg-plist b/devel/p5-CPAN-Reporter/pkg-plist index 0af70a547483..74a2c004f1b3 100644 --- a/devel/p5-CPAN-Reporter/pkg-plist +++ b/devel/p5-CPAN-Reporter/pkg-plist @@ -5,6 +5,12 @@ %%SITE_PERL%%/CPAN/Reporter/API.pm %%SITE_PERL%%/CPAN/Reporter.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter/.packlist +%%PERL5_MAN3%%/CPAN::Reporter::API.3.gz +%%PERL5_MAN3%%/CPAN::Reporter::Config.3.gz +%%PERL5_MAN3%%/CPAN::Reporter::History.3.gz +%%PERL5_MAN3%%/CPAN::Reporter::PrereqCheck.3.gz +%%PERL5_MAN3%%/CPAN::Reporter.3.gz +%%PERL5_MAN3%%/CPAN::Reporter::FAQ.3.gz @dirrmtry %%SITE_PERL%%/CPAN/Reporter @dirrmtry %%SITE_PERL%%/CPAN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CPAN/Reporter diff --git a/devel/p5-Class-Accessor-Constructor/Makefile b/devel/p5-Class-Accessor-Constructor/Makefile index 19144c9defec..bf3275bebe6f 100644 --- a/devel/p5-Class-Accessor-Constructor/Makefile +++ b/devel/p5-Class-Accessor-Constructor/Makefile @@ -19,8 +19,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Class::Accessor::Constructor.3 \ - Class::Accessor::Constructor::Base.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Class-Accessor-Constructor/pkg-plist b/devel/p5-Class-Accessor-Constructor/pkg-plist index cabd56db2942..90d0c892e290 100644 --- a/devel/p5-Class-Accessor-Constructor/pkg-plist +++ b/devel/p5-Class-Accessor-Constructor/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Constructor/.packlist %%SITE_PERL%%/Class/Accessor/Constructor.pm %%SITE_PERL%%/Class/Accessor/Constructor/Base.pm +%%PERL5_MAN3%%/Class::Accessor::Constructor.3.gz +%%PERL5_MAN3%%/Class::Accessor::Constructor::Base.3.gz @dirrm %%SITE_PERL%%/Class/Accessor/Constructor @comment @dirrmtry %%SITE_PERL%%/Class/Accessor @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Accessor/Constructor diff --git a/devel/p5-Class-Forward/Makefile b/devel/p5-Class-Forward/Makefile index ee12d995da89..0cc1b2093ac1 100644 --- a/devel/p5-Class-Forward/Makefile +++ b/devel/p5-Class-Forward/Makefile @@ -12,7 +12,4 @@ COMMENT= Perl extension for class dispatcher that handles namespaces like paths USES= perl5 USE_PERL5= configure -MAN3= Class::Forward.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Class-Forward/pkg-plist b/devel/p5-Class-Forward/pkg-plist index 1ac7b28accad..aa984ecf90dd 100644 --- a/devel/p5-Class-Forward/pkg-plist +++ b/devel/p5-Class-Forward/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Forward/.packlist %%SITE_PERL%%/Class/Forward.pm +%%PERL5_MAN3%%/Class::Forward.3.gz @dirrmtry %%SITE_PERL%%/Class @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Forward @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class diff --git a/devel/p5-Class-Std/Makefile b/devel/p5-Class-Std/Makefile index 8d1d5c57b59f..22e8b5f64016 100644 --- a/devel/p5-Class-Std/Makefile +++ b/devel/p5-Class-Std/Makefile @@ -16,7 +16,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Class::Std.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Class-Std/pkg-plist b/devel/p5-Class-Std/pkg-plist index 219c7e51ca39..f8833c1ddee4 100644 --- a/devel/p5-Class-Std/pkg-plist +++ b/devel/p5-Class-Std/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std/.packlist %%SITE_PERL%%/Class/Std.pm +%%PERL5_MAN3%%/Class::Std.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/Std @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class @dirrmtry %%SITE_PERL%%/Class diff --git a/devel/p5-Data-Hierarchy/Makefile b/devel/p5-Data-Hierarchy/Makefile index 08564f9c6daf..84c8b6e88b87 100644 --- a/devel/p5-Data-Hierarchy/Makefile +++ b/devel/p5-Data-Hierarchy/Makefile @@ -15,7 +15,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= Data::Hierarchy.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Data-Hierarchy/pkg-descr b/devel/p5-Data-Hierarchy/pkg-descr index 5df8af1c5a89..ef4a22eb9a3a 100644 --- a/devel/p5-Data-Hierarchy/pkg-descr +++ b/devel/p5-Data-Hierarchy/pkg-descr @@ -1,4 +1,4 @@ Data::Hierarchy provides a simple interface for manipulating inheritable data attached to a hierarchical environment (like filesystem). -WWW: http://search.cpan.org/dist/Data-Hierarchy/ +WWW: http://search.cpan.org/dist/Data-Hierarchy/ diff --git a/devel/p5-Data-Hierarchy/pkg-plist b/devel/p5-Data-Hierarchy/pkg-plist index e6fc5eb84205..8b98eb6dac05 100644 --- a/devel/p5-Data-Hierarchy/pkg-plist +++ b/devel/p5-Data-Hierarchy/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Data/Hierarchy.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy/.packlist +%%PERL5_MAN3%%/Data::Hierarchy.3.gz @dirrmtry %%SITE_PERL%%/Data @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Hierarchy @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data diff --git a/devel/p5-Data-Miscellany/Makefile b/devel/p5-Data-Miscellany/Makefile index 9a4197853f79..fa5367c502ed 100644 --- a/devel/p5-Data-Miscellany/Makefile +++ b/devel/p5-Data-Miscellany/Makefile @@ -13,7 +13,4 @@ COMMENT= Collection of miscellaneous subroutines USES= perl5 USE_PERL5= configure -MAN3= Data::Miscellany.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Data-Miscellany/pkg-descr b/devel/p5-Data-Miscellany/pkg-descr index 20794949436b..c9d9f335946a 100644 --- a/devel/p5-Data-Miscellany/pkg-descr +++ b/devel/p5-Data-Miscellany/pkg-descr @@ -5,4 +5,4 @@ person, but this particular collection should be useful in object-oriented frameworks, such as Class::Scaffold and Data::Conveyor. -WWW: http://search.cpan.org/dist/Data-Miscellany/ +WWW: http://search.cpan.org/dist/Data-Miscellany/ diff --git a/devel/p5-Data-Miscellany/pkg-plist b/devel/p5-Data-Miscellany/pkg-plist index 9f0b3e10013a..8d931f817e51 100644 --- a/devel/p5-Data-Miscellany/pkg-plist +++ b/devel/p5-Data-Miscellany/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany/.packlist %%SITE_PERL%%/Data/Miscellany.pm +%%PERL5_MAN3%%/Data::Miscellany.3.gz @dirrmtry %%SITE_PERL%%/Data @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Miscellany @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data diff --git a/devel/p5-Data-Swap/Makefile b/devel/p5-Data-Swap/Makefile index 997916a84728..433b4e1241ae 100644 --- a/devel/p5-Data-Swap/Makefile +++ b/devel/p5-Data-Swap/Makefile @@ -13,7 +13,4 @@ COMMENT= XS module to swap the contents and types of referenced variables USES= perl5 USE_PERL5= configure -MAN3= Data::Swap.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Data-Swap/pkg-plist b/devel/p5-Data-Swap/pkg-plist index 5b2694f597fb..a9148ced9dbb 100644 --- a/devel/p5-Data-Swap/pkg-plist +++ b/devel/p5-Data-Swap/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/Swap.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap/Swap.so +%%PERL5_MAN3%%/Data::Swap.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Swap @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Data diff --git a/devel/p5-DateTime-Event-Lunar/Makefile b/devel/p5-DateTime-Event-Lunar/Makefile index 371ee4a14433..f7ed71320f93 100644 --- a/devel/p5-DateTime-Event-Lunar/Makefile +++ b/devel/p5-DateTime-Event-Lunar/Makefile @@ -20,7 +20,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= DateTime::Event::Lunar.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-DateTime-Event-Lunar/pkg-descr b/devel/p5-DateTime-Event-Lunar/pkg-descr index 202171e028a0..576e92147025 100644 --- a/devel/p5-DateTime-Event-Lunar/pkg-descr +++ b/devel/p5-DateTime-Event-Lunar/pkg-descr @@ -1,5 +1,4 @@ This module calculates the time and date of certain recurring lunar events, including new moons and specific lunar phases. -Author: Daisuke Maki <dmaki@cpan.org> -WWW: http://search.cpan.org/dist/DateTime-Event-Lunar/ +WWW: http://search.cpan.org/dist/DateTime-Event-Lunar/ diff --git a/devel/p5-DateTime-Event-Lunar/pkg-plist b/devel/p5-DateTime-Event-Lunar/pkg-plist index 37810304fbfc..de3d74c44e09 100644 --- a/devel/p5-DateTime-Event-Lunar/pkg-plist +++ b/devel/p5-DateTime-Event-Lunar/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Lunar/.packlist %%SITE_PERL%%/DateTime/Event/Lunar.pm +%%PERL5_MAN3%%/DateTime::Event::Lunar.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event/Lunar @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Event @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime diff --git a/devel/p5-FileHandle-Fmode/Makefile b/devel/p5-FileHandle-Fmode/Makefile index c1fd563bd67d..edb8d7fc04f3 100644 --- a/devel/p5-FileHandle-Fmode/Makefile +++ b/devel/p5-FileHandle-Fmode/Makefile @@ -10,10 +10,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= jmohacsi@bsd.hu COMMENT= Module to determine if a filehandle is opened for reading, writing -MAN3= FileHandle::Fmode.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-FileHandle-Fmode/pkg-plist b/devel/p5-FileHandle-Fmode/pkg-plist index c77f0f6f093f..e768b2f6ddb0 100644 --- a/devel/p5-FileHandle-Fmode/pkg-plist +++ b/devel/p5-FileHandle-Fmode/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/Fmode.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode/.packlist +%%PERL5_MAN3%%/FileHandle::Fmode.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle/Fmode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/FileHandle @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/FileHandle diff --git a/devel/p5-Log-Any-Adapter-Syslog/Makefile b/devel/p5-Log-Any-Adapter-Syslog/Makefile index dec45b9b98fe..f1c7178855ba 100644 --- a/devel/p5-Log-Any-Adapter-Syslog/Makefile +++ b/devel/p5-Log-Any-Adapter-Syslog/Makefile @@ -23,7 +23,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ USES= perl5 USE_PERL5= configure -MAN3= Log::Any::Adapter::Syslog.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Log-Any-Adapter-Syslog/pkg-plist b/devel/p5-Log-Any-Adapter-Syslog/pkg-plist index 334454f42b12..277524060f73 100644 --- a/devel/p5-Log-Any-Adapter-Syslog/pkg-plist +++ b/devel/p5-Log-Any-Adapter-Syslog/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Log/Any/Adapter/Syslog.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Syslog/.packlist +%%PERL5_MAN3%%/Log::Any::Adapter::Syslog.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter/Syslog @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any/Adapter @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Log/Any diff --git a/devel/p5-MouseX-Types/Makefile b/devel/p5-MouseX-Types/Makefile index 4b2539168c40..632682f2d327 100644 --- a/devel/p5-MouseX-Types/Makefile +++ b/devel/p5-MouseX-Types/Makefile @@ -19,9 +19,4 @@ TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception USES= perl5 USE_PERL5= configure -MAN3= MouseX::Types.3 \ - MouseX::Types::Moose.3 \ - MouseX::Types::Mouse.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-MouseX-Types/pkg-plist b/devel/p5-MouseX-Types/pkg-plist index 0cb9651dfa06..07b3df690559 100644 --- a/devel/p5-MouseX-Types/pkg-plist +++ b/devel/p5-MouseX-Types/pkg-plist @@ -3,6 +3,9 @@ %%SITE_PERL%%/MouseX/Types/Mouse.pm %%SITE_PERL%%/MouseX/Types.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types/.packlist +%%PERL5_MAN3%%/MouseX::Types.3.gz +%%PERL5_MAN3%%/MouseX::Types::Moose.3.gz +%%PERL5_MAN3%%/MouseX::Types::Mouse.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX/Types @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MouseX @dirrmtry %%SITE_PERL%%/MouseX/Types diff --git a/devel/p5-POEx-Role-Streaming/Makefile b/devel/p5-POEx-Role-Streaming/Makefile index c387d48baa10..258a4de83429 100644 --- a/devel/p5-POEx-Role-Streaming/Makefile +++ b/devel/p5-POEx-Role-Streaming/Makefile @@ -22,7 +22,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= POEx::Role::Streaming.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-POEx-Role-Streaming/pkg-plist b/devel/p5-POEx-Role-Streaming/pkg-plist index ecb47ebeed28..528394642aba 100644 --- a/devel/p5-POEx-Role-Streaming/pkg-plist +++ b/devel/p5-POEx-Role-Streaming/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming/.packlist %%SITE_PERL%%/POEx/Role/Streaming.pm +%%PERL5_MAN3%%/POEx::Role::Streaming.3.gz @comment @dirrmtry %%SITE_PERL%%/POEx/Role @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POEx/Role/Streaming diff --git a/devel/p5-Parse-Win32Registry/Makefile b/devel/p5-Parse-Win32Registry/Makefile index b96817209db9..fce2879a68ed 100644 --- a/devel/p5-Parse-Win32Registry/Makefile +++ b/devel/p5-Parse-Win32Registry/Makefile @@ -8,15 +8,12 @@ MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= nobutaka@FreeBSD.org -COMMENT= A Perl extension for parsing Win32Registry +COMMENT= Perl extension for parsing Win32Registry -LICENSE_COMB= dual LICENSE= ART10 GPLv1 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure -MAN3= Parse::Win32Registry.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Parse-Win32Registry/pkg-plist b/devel/p5-Parse-Win32Registry/pkg-plist index 53d9da952ad8..17c523a83939 100644 --- a/devel/p5-Parse-Win32Registry/pkg-plist +++ b/devel/p5-Parse-Win32Registry/pkg-plist @@ -32,6 +32,7 @@ bin/wxregview.pl %%SITE_PERL%%/Parse/Win32Registry/WinNT/Security.pm %%SITE_PERL%%/Parse/Win32Registry/WinNT/Value.pm %%SITE_PERL%%/mach/auto/Parse/Win32Registry/.packlist +%%PERL5_MAN3%%/Parse::Win32Registry.3.gz @dirrm %%SITE_PERL%%/Parse/Win32Registry/Win95 @dirrm %%SITE_PERL%%/Parse/Win32Registry/WinNT @dirrm %%SITE_PERL%%/Parse/Win32Registry diff --git a/devel/p5-Qudo/Makefile b/devel/p5-Qudo/Makefile index ff972bd36f73..19925bb46a0e 100644 --- a/devel/p5-Qudo/Makefile +++ b/devel/p5-Qudo/Makefile @@ -4,7 +4,7 @@ PORTNAME= Qudo PORTVERSION= 0.0213 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../../authors/id/N/NE/NEKOKAK +MASTER_SITE_SUBDIR= CPAN:NEKOKAK PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org @@ -21,12 +21,4 @@ BUILD_DEPENDS= ${RUN_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Qudo.3 \ - Qudo::Manager.3 \ - Qudo::Manual::JA::Functions.3 \ - Qudo::Manual::JA::Intro.3 \ - Qudo::Manual::JA::Tutorial.3 \ - Qudo::Worker.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Qudo/pkg-plist b/devel/p5-Qudo/pkg-plist index 5ee60ae79912..beb608b231ba 100644 --- a/devel/p5-Qudo/pkg-plist +++ b/devel/p5-Qudo/pkg-plist @@ -19,6 +19,12 @@ bin/qudo %%SITE_PERL%%/Qudo/Plugin.pm %%SITE_PERL%%/Qudo/Test.pm %%SITE_PERL%%/Qudo/Worker.pm +%%PERL5_MAN3%%/Qudo.3.gz +%%PERL5_MAN3%%/Qudo::Manager.3.gz +%%PERL5_MAN3%%/Qudo::Manual::JA::Functions.3.gz +%%PERL5_MAN3%%/Qudo::Manual::JA::Intro.3.gz +%%PERL5_MAN3%%/Qudo::Manual::JA::Tutorial.3.gz +%%PERL5_MAN3%%/Qudo::Worker.3.gz @dirrm %%SITE_PERL%%/Qudo/Manual/JA @dirrm %%SITE_PERL%%/Qudo/Manual @dirrm %%SITE_PERL%%/Qudo/Hook/Serialize diff --git a/devel/p5-Template-Provider-Encode/Makefile b/devel/p5-Template-Provider-Encode/Makefile index 45a5bfb4e29d..b40bb9abff01 100644 --- a/devel/p5-Template-Provider-Encode/Makefile +++ b/devel/p5-Template-Provider-Encode/Makefile @@ -15,8 +15,4 @@ RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit USES= perl5 USE_PERL5= configure -MAN3= Template::Provider::Encode.3 \ - Template::Provider::Encode::Guess.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Template-Provider-Encode/pkg-descr b/devel/p5-Template-Provider-Encode/pkg-descr index 17e727b1ecde..22f2e1e1f74c 100644 --- a/devel/p5-Template-Provider-Encode/pkg-descr +++ b/devel/p5-Template-Provider-Encode/pkg-descr @@ -1,3 +1,3 @@ Encode templates for Template::Toolkit. -WWW: http://search.cpan.org/dist/Template-Provider-Encode/ +WWW: http://search.cpan.org/dist/Template-Provider-Encode/ diff --git a/devel/p5-Template-Provider-Encode/pkg-plist b/devel/p5-Template-Provider-Encode/pkg-plist index 9a0a7112236f..078aa5924e8e 100644 --- a/devel/p5-Template-Provider-Encode/pkg-plist +++ b/devel/p5-Template-Provider-Encode/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encode/.packlist %%SITE_PERL%%/Template/Provider/Encode.pm %%SITE_PERL%%/Template/Provider/Encode/Guess.pm +%%PERL5_MAN3%%/Template::Provider::Encode.3.gz +%%PERL5_MAN3%%/Template::Provider::Encode::Guess.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encode @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template diff --git a/devel/p5-Test-Timer/Makefile b/devel/p5-Test-Timer/Makefile index befee05dea19..eeb9459a3730 100644 --- a/devel/p5-Test-Timer/Makefile +++ b/devel/p5-Test-Timer/Makefile @@ -6,9 +6,10 @@ PORTVERSION= 0.05 PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org -COMMENT= A test module to test/assert response times +COMMENT= Perl test module to test/assert response times BUILD_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error @@ -16,12 +17,7 @@ RUN_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Test-Tester>=0:${PORTSDIR}/devel/p5-Test-Tester -PKGNAMEPREFIX= p5- - USES= perl5 USE_PERL5= configure -MAN3= Test::Timer.3 Test::Timer::TimeoutException.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-Test-Timer/pkg-descr b/devel/p5-Test-Timer/pkg-descr index 1ab00f2e6420..3bb991ce482b 100644 --- a/devel/p5-Test-Timer/pkg-descr +++ b/devel/p5-Test-Timer/pkg-descr @@ -1,4 +1,4 @@ Test::Timer implements a set of test primitives to test and assert test times from bodies of code. -WWW: http://search.cpan.org/dist/Test-Timer/ +WWW: http://search.cpan.org/dist/Test-Timer/ diff --git a/devel/p5-Test-Timer/pkg-plist b/devel/p5-Test-Timer/pkg-plist index 19bc313e10f4..8b80a97568ab 100644 --- a/devel/p5-Test-Timer/pkg-plist +++ b/devel/p5-Test-Timer/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/Test/Timer/TimeoutException.pm %%SITE_PERL%%/Test/Timer.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer/.packlist +%%PERL5_MAN3%%/Test::Timer.3.gz +%%PERL5_MAN3%%/Test::Timer::TimeoutException.3.gz @dirrmtry %%SITE_PERL%%/Test/Timer @dirrmtry %%SITE_PERL%%/Test @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Timer diff --git a/devel/p5-constant/Makefile b/devel/p5-constant/Makefile index c5e7252d13f6..2efe64265f9d 100644 --- a/devel/p5-constant/Makefile +++ b/devel/p5-constant/Makefile @@ -14,7 +14,4 @@ COMMENT= Perl pragma to declare constants USES= perl5 USE_PERL5= configure -MAN3= constant.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/devel/p5-constant/pkg-plist b/devel/p5-constant/pkg-plist index b2bdb7e2802d..b552121f9fc2 100644 --- a/devel/p5-constant/pkg-plist +++ b/devel/p5-constant/pkg-plist @@ -1,3 +1,4 @@ %%SITE_PERL%%/constant.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant/.packlist +%%PERL5_MAN3%%/constant.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/constant diff --git a/science/p5-Chemistry-3DBuilder/Makefile b/science/p5-Chemistry-3DBuilder/Makefile index 2be218d7d9f0..c24cc6138221 100644 --- a/science/p5-Chemistry-3DBuilder/Makefile +++ b/science/p5-Chemistry-3DBuilder/Makefile @@ -27,7 +27,4 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ USES= perl5 USE_PERL5= configure -MAN3= Chemistry::3DBuilder.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-3DBuilder/pkg-descr b/science/p5-Chemistry-3DBuilder/pkg-descr index 748d01c2f1a1..ca3195453682 100644 --- a/science/p5-Chemistry-3DBuilder/pkg-descr +++ b/science/p5-Chemistry-3DBuilder/pkg-descr @@ -2,4 +2,4 @@ Perl module which generates a three-dimensional molecular structure from a connection table, such as that obtained by a 2D representation of the molecule or from a SMILES string. -WWW: http://search.cpan.org/dist/Chemistry-3DBuilder/ +WWW: http://search.cpan.org/dist/Chemistry-3DBuilder/ diff --git a/science/p5-Chemistry-3DBuilder/pkg-plist b/science/p5-Chemistry-3DBuilder/pkg-plist index 7783faa902f0..7dcc6930b09c 100644 --- a/science/p5-Chemistry-3DBuilder/pkg-plist +++ b/science/p5-Chemistry-3DBuilder/pkg-plist @@ -1,3 +1,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/3DBuilder/.packlist %%SITE_PERL%%/Chemistry/3DBuilder.pm +%%PERL5_MAN3%%/Chemistry::3DBuilder.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/3DBuilder diff --git a/science/p5-Chemistry-Bond-Find/Makefile b/science/p5-Chemistry-Bond-Find/Makefile index 1b0b3d64f8f2..865352dad413 100644 --- a/science/p5-Chemistry-Bond-Find/Makefile +++ b/science/p5-Chemistry-Bond-Find/Makefile @@ -14,10 +14,7 @@ COMMENT= Detect bonds in a molecule and assign formal bond orders BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol -MAN3= Chemistry::Bond::Find.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-Bond-Find/pkg-descr b/science/p5-Chemistry-Bond-Find/pkg-descr index a7ecd48b85c5..f3b7465f4b27 100644 --- a/science/p5-Chemistry-Bond-Find/pkg-descr +++ b/science/p5-Chemistry-Bond-Find/pkg-descr @@ -2,4 +2,4 @@ Perl module which provides functions for detecting the bonds in a molecule from its 3D coordinates by using simple cutoffs, and for guessing the formal bond orders. -WWW: http://search.cpan.org/dist/Chemistry-Bond-Find/ +WWW: http://search.cpan.org/dist/Chemistry-Bond-Find/ diff --git a/science/p5-Chemistry-Bond-Find/pkg-plist b/science/p5-Chemistry-Bond-Find/pkg-plist index f333a8c0bf47..f91a859b3fde 100644 --- a/science/p5-Chemistry-Bond-Find/pkg-plist +++ b/science/p5-Chemistry-Bond-Find/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Chemistry/Bond/Find.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Bond/Find/.packlist +%%PERL5_MAN3%%/Chemistry::Bond::Find.3.gz @dirrmtry %%SITE_PERL%%/Chemistry @dirrmtry %%SITE_PERL%%/Chemistry/Bond @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Bond/Find diff --git a/science/p5-Chemistry-File-MDLMol/Makefile b/science/p5-Chemistry-File-MDLMol/Makefile index 025ffab4e336..726beecbdd35 100644 --- a/science/p5-Chemistry-File-MDLMol/Makefile +++ b/science/p5-Chemistry-File-MDLMol/Makefile @@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring -MAN3= Chemistry::File::MDLMol.3 Chemistry::File::SDF.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-MDLMol/pkg-descr b/science/p5-Chemistry-File-MDLMol/pkg-descr index 702f843dbd87..af27ea6efa26 100644 --- a/science/p5-Chemistry-File-MDLMol/pkg-descr +++ b/science/p5-Chemistry-File-MDLMol/pkg-descr @@ -2,4 +2,4 @@ Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification) string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. -WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ +WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ diff --git a/science/p5-Chemistry-File-MDLMol/pkg-plist b/science/p5-Chemistry-File-MDLMol/pkg-plist index 96c2c565b45c..5e0bc7dfc5f5 100644 --- a/science/p5-Chemistry-File-MDLMol/pkg-plist +++ b/science/p5-Chemistry-File-MDLMol/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/MDLMol/.packlist %%SITE_PERL%%/Chemistry/File/MDLMol.pm %%SITE_PERL%%/Chemistry/File/SDF.pm +%%PERL5_MAN3%%/Chemistry::File::MDLMol.3.gz +%%PERL5_MAN3%%/Chemistry::File::SDF.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/MDLMol @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-File-PDB/Makefile b/science/p5-Chemistry-File-PDB/Makefile index 7ce72110f96b..465b85bd7e38 100644 --- a/science/p5-Chemistry-File-PDB/Makefile +++ b/science/p5-Chemistry-File-PDB/Makefile @@ -17,7 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Chemistry::File::PDB.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-PDB/pkg-plist b/science/p5-Chemistry-File-PDB/pkg-plist index 97b228fbcc7c..c31a5d20b9fa 100644 --- a/science/p5-Chemistry-File-PDB/pkg-plist +++ b/science/p5-Chemistry-File-PDB/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/Chemistry/File/PDB.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/PDB/.packlist +%%PERL5_MAN3%%/Chemistry::File::PDB.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/PDB @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-File-SLN/Makefile b/science/p5-Chemistry-File-SLN/Makefile index bf04eae60a0e..254ea94749f6 100644 --- a/science/p5-Chemistry-File-SLN/Makefile +++ b/science/p5-Chemistry-File-SLN/Makefile @@ -22,10 +22,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Bond-Find>=0:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp -MAN3= Chemistry::File::SLN.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-SLN/pkg-descr b/science/p5-Chemistry-File-SLN/pkg-descr index 8f73416d835e..48a56ee858cf 100644 --- a/science/p5-Chemistry-File-SLN/pkg-descr +++ b/science/p5-Chemistry-File-SLN/pkg-descr @@ -1,3 +1,3 @@ SLN linear notation parser/writer -WWW: http://search.cpan.org/dist/Chemistry-File-SLN/ +WWW: http://search.cpan.org/dist/Chemistry-File-SLN/ diff --git a/science/p5-Chemistry-File-SLN/pkg-plist b/science/p5-Chemistry-File-SLN/pkg-plist index 769f57eec4b6..9f5f0a085749 100644 --- a/science/p5-Chemistry-File-SLN/pkg-plist +++ b/science/p5-Chemistry-File-SLN/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SLN/.packlist %%SITE_PERL%%/Chemistry/File/SLN/Parser.pm %%SITE_PERL%%/Chemistry/File/SLN.pm +%%PERL5_MAN3%%/Chemistry::File::SLN.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SLN @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File @dirrmtry %%SITE_PERL%%/Chemistry/File/SLN diff --git a/science/p5-Chemistry-File-SMARTS/Makefile b/science/p5-Chemistry-File-SMARTS/Makefile index 2cba1098cf00..2d08a8de9b3d 100644 --- a/science/p5-Chemistry-File-SMARTS/Makefile +++ b/science/p5-Chemistry-File-SMARTS/Makefile @@ -20,10 +20,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern \ p5-Chemistry-File-SMILES>=0:${PORTSDIR}/science/p5-Chemistry-File-SMILES -MAN3= Chemistry::File::SMARTS.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-SMARTS/pkg-descr b/science/p5-Chemistry-File-SMARTS/pkg-descr index 702f843dbd87..af27ea6efa26 100644 --- a/science/p5-Chemistry-File-SMARTS/pkg-descr +++ b/science/p5-Chemistry-File-SMARTS/pkg-descr @@ -2,4 +2,4 @@ Perl module which will parse a SMARTS (SMiles ARbitrary Target Specification) string, generating a Chemistry::Pattern object. It is a file I/O driver for the PerlMol toolkit. -WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ +WWW: http://search.cpan.org/dist/Chemistry-File-SMARTS/ diff --git a/science/p5-Chemistry-File-SMARTS/pkg-plist b/science/p5-Chemistry-File-SMARTS/pkg-plist index 36122a867719..072646216f6d 100644 --- a/science/p5-Chemistry-File-SMARTS/pkg-plist +++ b/science/p5-Chemistry-File-SMARTS/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMARTS/.packlist %%SITE_PERL%%/Chemistry/File/SMARTS.pm +%%PERL5_MAN3%%/Chemistry::File::SMARTS.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMARTS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File diff --git a/science/p5-Chemistry-File-SMILES/Makefile b/science/p5-Chemistry-File-SMILES/Makefile index e01af8440166..9e96c17b0ed3 100644 --- a/science/p5-Chemistry-File-SMILES/Makefile +++ b/science/p5-Chemistry-File-SMILES/Makefile @@ -20,10 +20,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize \ p5-Chemistry-Ring>=0:${PORTSDIR}/science/p5-Chemistry-Ring -MAN3= Chemistry::File::SMILES.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-SMILES/pkg-descr b/science/p5-Chemistry-File-SMILES/pkg-descr index 48f3fda7e54a..91d70728b841 100644 --- a/science/p5-Chemistry-File-SMILES/pkg-descr +++ b/science/p5-Chemistry-File-SMILES/pkg-descr @@ -1,4 +1,4 @@ Perl module which parses a SMILES (Simplified Molecular Input Line Entry Specification) string. -WWW: http://search.cpan.org/dist/Chemistry-File-SMILES/ +WWW: http://search.cpan.org/dist/Chemistry-File-SMILES/ diff --git a/science/p5-Chemistry-File-SMILES/pkg-plist b/science/p5-Chemistry-File-SMILES/pkg-plist index 95fd708bcb1a..88d2d0922b41 100644 --- a/science/p5-Chemistry-File-SMILES/pkg-plist +++ b/science/p5-Chemistry-File-SMILES/pkg-plist @@ -1,6 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMILES/.packlist %%SITE_PERL%%/Chemistry/File/SMILES.pm %%SITE_PERL%%/Chemistry/File/write.pl +%%PERL5_MAN3%%/Chemistry::File::SMILES.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/SMILES @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-File-VRML/Makefile b/science/p5-Chemistry-File-VRML/Makefile index a5a1b2482db7..57d90e1c0c9a 100644 --- a/science/p5-Chemistry-File-VRML/Makefile +++ b/science/p5-Chemistry-File-VRML/Makefile @@ -14,10 +14,7 @@ COMMENT= Generate VRML models for molecules BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol -MAN3= Chemistry::File::VRML.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-File-VRML/pkg-descr b/science/p5-Chemistry-File-VRML/pkg-descr index cd67645964c4..ae0b038c53bd 100644 --- a/science/p5-Chemistry-File-VRML/pkg-descr +++ b/science/p5-Chemistry-File-VRML/pkg-descr @@ -1,3 +1,3 @@ Generate VRML models for molecules -WWW: http://search.cpan.org/dist/Chemistry-File-VRML/ +WWW: http://search.cpan.org/dist/Chemistry-File-VRML/ diff --git a/science/p5-Chemistry-File-VRML/pkg-plist b/science/p5-Chemistry-File-VRML/pkg-plist index aa788f61d75a..700217923726 100644 --- a/science/p5-Chemistry-File-VRML/pkg-plist +++ b/science/p5-Chemistry-File-VRML/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/VRML/.packlist %%SITE_PERL%%/Chemistry/File/VRML.pm +%%PERL5_MAN3%%/Chemistry::File::VRML.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File/VRML @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/File diff --git a/science/p5-Chemistry-FormulaPattern/Makefile b/science/p5-Chemistry-FormulaPattern/Makefile index 9d9cab85ad59..8064f9b06636 100644 --- a/science/p5-Chemistry-FormulaPattern/Makefile +++ b/science/p5-Chemistry-FormulaPattern/Makefile @@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern -MAN3= Chemistry::FormulaPattern.3 Chemistry::File::FormulaPattern.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-FormulaPattern/pkg-descr b/science/p5-Chemistry-FormulaPattern/pkg-descr index 17d709facad7..140898419168 100644 --- a/science/p5-Chemistry-FormulaPattern/pkg-descr +++ b/science/p5-Chemistry-FormulaPattern/pkg-descr @@ -1,3 +1,3 @@ Match molecule by formula -WWW: http://search.cpan.org/dist/Chemistry-ForumulaPattern/ +WWW: http://search.cpan.org/dist/Chemistry-ForumulaPattern/ diff --git a/science/p5-Chemistry-FormulaPattern/pkg-plist b/science/p5-Chemistry-FormulaPattern/pkg-plist index db576c29b344..dc65fa11211e 100644 --- a/science/p5-Chemistry-FormulaPattern/pkg-plist +++ b/science/p5-Chemistry-FormulaPattern/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/FormulaPattern/.packlist %%SITE_PERL%%/Chemistry/File/FormulaPattern.pm %%SITE_PERL%%/Chemistry/FormulaPattern.pm +%%PERL5_MAN3%%/Chemistry::FormulaPattern.3.gz +%%PERL5_MAN3%%/Chemistry::File::FormulaPattern.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/FormulaPattern @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-InternalCoords/Makefile b/science/p5-Chemistry-InternalCoords/Makefile index affc5bfc100f..bf7dc44f77e1 100644 --- a/science/p5-Chemistry-InternalCoords/Makefile +++ b/science/p5-Chemistry-InternalCoords/Makefile @@ -18,10 +18,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-Bond-Find>=0:${PORTSDIR}/science/p5-Chemistry-Bond-Find \ p5-Chemistry-Canonicalize>=0:${PORTSDIR}/science/p5-Chemistry-Canonicalize -MAN3= Chemistry::InternalCoords.3 Chemistry::InternalCoords::Builder.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-InternalCoords/pkg-descr b/science/p5-Chemistry-InternalCoords/pkg-descr index 5c8ac06f3353..f94ba4de4834 100644 --- a/science/p5-Chemistry-InternalCoords/pkg-descr +++ b/science/p5-Chemistry-InternalCoords/pkg-descr @@ -2,4 +2,4 @@ Perl module implements an object class for representing internal coordinates and provides methods for converting them to Cartesian coordinates. -WWW: http://search.cpan.org/dist/Chemistry-InternalCoords/ +WWW: http://search.cpan.org/dist/Chemistry-InternalCoords/ diff --git a/science/p5-Chemistry-InternalCoords/pkg-plist b/science/p5-Chemistry-InternalCoords/pkg-plist index e43b10d977a9..7dfdb7245952 100644 --- a/science/p5-Chemistry-InternalCoords/pkg-plist +++ b/science/p5-Chemistry-InternalCoords/pkg-plist @@ -1,6 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/InternalCoords/.packlist %%SITE_PERL%%/Chemistry/InternalCoords/Builder.pm %%SITE_PERL%%/Chemistry/InternalCoords.pm +%%PERL5_MAN3%%/Chemistry::InternalCoords.3.gz +%%PERL5_MAN3%%/Chemistry::InternalCoords::Builder.3.gz @dirrmtry %%SITE_PERL%%/Chemistry/InternalCoords @dirrmtry %%SITE_PERL%%/Chemistry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/InternalCoords diff --git a/science/p5-Chemistry-Isotope/Makefile b/science/p5-Chemistry-Isotope/Makefile index 20957e723114..a22a183da36e 100644 --- a/science/p5-Chemistry-Isotope/Makefile +++ b/science/p5-Chemistry-Isotope/Makefile @@ -11,10 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org COMMENT= Table of the isotopes exact mass data -MAN3= Chemistry::Isotope.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-Isotope/pkg-descr b/science/p5-Chemistry-Isotope/pkg-descr index a4173ea1be64..1be6139b09e7 100644 --- a/science/p5-Chemistry-Isotope/pkg-descr +++ b/science/p5-Chemistry-Isotope/pkg-descr @@ -1,3 +1,3 @@ Perl module which contains the exact mass data from the table of the isotopes. -WWW: http://search.cpan.org/dist/Chemistry-Isotope/ +WWW: http://search.cpan.org/dist/Chemistry-Isotope/ diff --git a/science/p5-Chemistry-Isotope/pkg-plist b/science/p5-Chemistry-Isotope/pkg-plist index e2e6fc779466..304c7ee80c1a 100644 --- a/science/p5-Chemistry-Isotope/pkg-plist +++ b/science/p5-Chemistry-Isotope/pkg-plist @@ -1,5 +1,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Isotope/.packlist %%SITE_PERL%%/Chemistry/Isotope.pm +%%PERL5_MAN3%%/Chemistry::Isotope.3.gz @dirrmtry %%SITE_PERL%%/Chemistry @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Isotope @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-Pattern/Makefile b/science/p5-Chemistry-Pattern/Makefile index 0480aa5fd76e..198d68646f58 100644 --- a/science/p5-Chemistry-Pattern/Makefile +++ b/science/p5-Chemistry-Pattern/Makefile @@ -14,10 +14,7 @@ COMMENT= Chemical substructure pattern matching BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol -MAN3= Chemistry::Pattern.3 Chemistry::Pattern::Atom.3 Chemistry::Pattern::Bond.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-Pattern/pkg-descr b/science/p5-Chemistry-Pattern/pkg-descr index abdf9ad02a5f..be593aa30060 100644 --- a/science/p5-Chemistry-Pattern/pkg-descr +++ b/science/p5-Chemistry-Pattern/pkg-descr @@ -1,3 +1,3 @@ Perl module which implements basic pattern matching for molecules. -WWW: http://search.cpan.org/dist/Chemistry-Pattern/ +WWW: http://search.cpan.org/dist/Chemistry-Pattern/ diff --git a/science/p5-Chemistry-Pattern/pkg-plist b/science/p5-Chemistry-Pattern/pkg-plist index 1128c8b09a14..a87d730179e1 100644 --- a/science/p5-Chemistry-Pattern/pkg-plist +++ b/science/p5-Chemistry-Pattern/pkg-plist @@ -2,6 +2,9 @@ %%SITE_PERL%%/Chemistry/Pattern/Bond.pm %%SITE_PERL%%/Chemistry/Pattern.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Pattern/.packlist +%%PERL5_MAN3%%/Chemistry::Pattern.3.gz +%%PERL5_MAN3%%/Chemistry::Pattern::Atom.3.gz +%%PERL5_MAN3%%/Chemistry::Pattern::Bond.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Pattern @dirrmtry %%SITE_PERL%%/Chemistry/Pattern @dirrmtry %%SITE_PERL%%/Chemistry diff --git a/science/p5-Chemistry-Reaction/Makefile b/science/p5-Chemistry-Reaction/Makefile index 1174331659a1..12d4490af405 100644 --- a/science/p5-Chemistry-Reaction/Makefile +++ b/science/p5-Chemistry-Reaction/Makefile @@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:ITUB PKGNAMEPREFIX= p5- MAINTAINER= swills@FreeBSD.org -COMMENT= Represent a ring as a substructure of a molecule +COMMENT= Represent a ring as a substructure of a molecule BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Chemistry-File-SMILES>=0:${PORTSDIR}/science/p5-Chemistry-File-SMILES \ @@ -20,10 +20,7 @@ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Statistics-Regression>=0:${PORTSDIR}/math/p5-Statistics-Regression \ p5-Chemistry-Pattern>=0:${PORTSDIR}/science/p5-Chemistry-Pattern -MAN3= Chemistry::Reaction.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-Reaction/pkg-descr b/science/p5-Chemistry-Reaction/pkg-descr index 59c0905577d9..2544a6bf0bc3 100644 --- a/science/p5-Chemistry-Reaction/pkg-descr +++ b/science/p5-Chemistry-Reaction/pkg-descr @@ -1,3 +1,3 @@ Explicit chemical reactions -WWW: http://search.cpan.org/dist/Chemistry-Raction/ +WWW: http://search.cpan.org/dist/Chemistry-Raction/ diff --git a/science/p5-Chemistry-Reaction/pkg-plist b/science/p5-Chemistry-Reaction/pkg-plist index e29ce60303dc..14d56be4345d 100644 --- a/science/p5-Chemistry-Reaction/pkg-plist +++ b/science/p5-Chemistry-Reaction/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/Chemistry/Reaction.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Reaction/.packlist +%%PERL5_MAN3%%/Chemistry::Reaction.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Reaction @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry diff --git a/science/p5-Chemistry-Ring/Makefile b/science/p5-Chemistry-Ring/Makefile index f9133fb4b5e2..3564f93064f4 100644 --- a/science/p5-Chemistry-Ring/Makefile +++ b/science/p5-Chemistry-Ring/Makefile @@ -16,10 +16,7 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ RUN_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ p5-Statistics-Regression>=0:${PORTSDIR}/math/p5-Statistics-Regression -MAN3= Chemistry::Ring.3 Chemistry::Ring::Find.3 - USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Chemistry-Ring/pkg-descr b/science/p5-Chemistry-Ring/pkg-descr index 00c2eec12763..c7eb839a5d12 100644 --- a/science/p5-Chemistry-Ring/pkg-descr +++ b/science/p5-Chemistry-Ring/pkg-descr @@ -1,3 +1,3 @@ Perl module which provides some basic methods for representing a ring. -WWW: http://search.cpan.org/dist/Chemistry-Ring/ +WWW: http://search.cpan.org/dist/Chemistry-Ring/ diff --git a/science/p5-Chemistry-Ring/pkg-plist b/science/p5-Chemistry-Ring/pkg-plist index 4786e619393d..adcf3874c3e4 100644 --- a/science/p5-Chemistry-Ring/pkg-plist +++ b/science/p5-Chemistry-Ring/pkg-plist @@ -1,5 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Ring/.packlist %%SITE_PERL%%/Chemistry/Ring/Find.pm %%SITE_PERL%%/Chemistry/Ring.pm +%%PERL5_MAN3%%/Chemistry::Ring.3.gz +%%PERL5_MAN3%%/Chemistry::Ring::Find.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chemistry/Ring @dirrmtry %%SITE_PERL%%/Chemistry/Ring diff --git a/science/p5-Geo-ReadGRIB/Makefile b/science/p5-Geo-ReadGRIB/Makefile index 2c80dd29bf7a..4b9166c32961 100644 --- a/science/p5-Geo-ReadGRIB/Makefile +++ b/science/p5-Geo-ReadGRIB/Makefile @@ -13,9 +13,4 @@ COMMENT= Perl module provides read access to GRIB files USES= perl5 USE_PERL5= configure -MAN3= Geo::ReadGRIB.3 \ - Geo::ReadGRIB::Place.3 \ - Geo::ReadGRIB::PlaceIterator.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-Geo-ReadGRIB/pkg-descr b/science/p5-Geo-ReadGRIB/pkg-descr index d10001dbf642..956f5250ac1a 100644 --- a/science/p5-Geo-ReadGRIB/pkg-descr +++ b/science/p5-Geo-ReadGRIB/pkg-descr @@ -3,4 +3,4 @@ access to data distributed in GRIB files. Specifically, it is wrote to access NOAA Wavewatch III marine weather model forecasts which are packaged as GRIB. -WWW: http://search.cpan.org/dist/Geo-ReadGRIB/ +WWW: http://search.cpan.org/dist/Geo-ReadGRIB/ diff --git a/science/p5-Geo-ReadGRIB/pkg-plist b/science/p5-Geo-ReadGRIB/pkg-plist index bfec1c378d53..f4120a4ee2a3 100644 --- a/science/p5-Geo-ReadGRIB/pkg-plist +++ b/science/p5-Geo-ReadGRIB/pkg-plist @@ -5,6 +5,9 @@ %%SITE_PERL%%/Geo/Sample-GRIB/2009100900_P000.grib %%SITE_PERL%%/Geo/ReadGRIB/PlaceIterator.pm %%SITE_PERL%%/Geo/ReadGRIB/Place.pm +%%PERL5_MAN3%%/Geo::ReadGRIB.3.gz +%%PERL5_MAN3%%/Geo::ReadGRIB::Place.3.gz +%%PERL5_MAN3%%/Geo::ReadGRIB::PlaceIterator.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/ReadGRIB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo @dirrm %%SITE_PERL%%/Geo/Sample-GRIB diff --git a/science/p5-PerlMol/Makefile b/science/p5-PerlMol/Makefile index 721f3cf826af..c1b16964b3ea 100644 --- a/science/p5-PerlMol/Makefile +++ b/science/p5-PerlMol/Makefile @@ -61,7 +61,4 @@ BUILD_DEPENDS= p5-Chemistry-Mol>=0:${PORTSDIR}/science/p5-Chemistry-Mol \ USES= perl5 USE_PERL5= configure -MAN3= PerlMol.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/science/p5-PerlMol/pkg-descr b/science/p5-PerlMol/pkg-descr index c80ab5453065..a7c21e559271 100644 --- a/science/p5-PerlMol/pkg-descr +++ b/science/p5-PerlMol/pkg-descr @@ -1,3 +1,3 @@ Perl modules for molecular chemistry -WWW: http://search.cpan.org/dist/PerlMol/ +WWW: http://search.cpan.org/dist/PerlMol/ diff --git a/science/p5-PerlMol/pkg-plist b/science/p5-PerlMol/pkg-plist index 7a8805d74de3..ba6c1c3f2a70 100644 --- a/science/p5-PerlMol/pkg-plist +++ b/science/p5-PerlMol/pkg-plist @@ -1,3 +1,4 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlMol/.packlist %%SITE_PERL%%/PerlMol.pm +%%PERL5_MAN3%%/PerlMol.3.gz @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PerlMol |