aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2014-01-06 13:26:14 +0000
committerAndrej Zverev <az@FreeBSD.org>2014-01-06 13:26:14 +0000
commit5010cb0edae2b52ece6974f69407f274bef83d8a (patch)
treec6021ae220d71cfb16c01e03d000324b00f70aef
parent3f2e8c051c162ee6be004a73f8be9d3d110ee8a2 (diff)
downloadports-5010cb0edae2b52ece6974f69407f274bef83d8a.tar.gz
ports-5010cb0edae2b52ece6974f69407f274bef83d8a.zip
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes: svn path=/head/; revision=338875
-rw-r--r--devel/p5-Algorithm-Permute/Makefile3
-rw-r--r--devel/p5-Algorithm-Permute/pkg-descr1
-rw-r--r--devel/p5-Algorithm-Permute/pkg-plist1
-rw-r--r--devel/p5-Data-Range-Compare/Makefile8
-rw-r--r--devel/p5-Data-Range-Compare/pkg-descr2
-rw-r--r--devel/p5-Data-Range-Compare/pkg-plist6
-rw-r--r--devel/p5-Data-Throttler-Memcached/Makefile4
-rw-r--r--devel/p5-Data-Throttler-Memcached/pkg-descr2
-rw-r--r--devel/p5-Data-Throttler-Memcached/pkg-plist2
-rw-r--r--devel/p5-DateTime-Calendar-Japanese/Makefile3
-rw-r--r--devel/p5-DateTime-Calendar-Japanese/pkg-descr3
-rw-r--r--devel/p5-DateTime-Calendar-Japanese/pkg-plist1
-rw-r--r--devel/p5-Directory-Scratch/Makefile3
-rw-r--r--devel/p5-Directory-Scratch/pkg-plist1
-rw-r--r--devel/p5-ExtUtils-Install/Makefile5
-rw-r--r--devel/p5-ExtUtils-Install/pkg-plist3
-rw-r--r--devel/p5-File-Attributes-Recursive/Makefile3
-rw-r--r--devel/p5-File-Attributes-Recursive/pkg-plist1
-rw-r--r--devel/p5-File-Tail/Makefile3
-rw-r--r--devel/p5-File-Tail/pkg-plist1
-rw-r--r--devel/p5-Hash-WithDefaults/Makefile3
-rw-r--r--devel/p5-Hash-WithDefaults/pkg-descr2
-rw-r--r--devel/p5-Hash-WithDefaults/pkg-plist1
-rw-r--r--devel/p5-IO-MultiPipe/Makefile3
-rw-r--r--devel/p5-IO-MultiPipe/pkg-plist1
-rw-r--r--devel/p5-Locale-gettext/Makefile3
-rw-r--r--devel/p5-Locale-gettext/pkg-descr2
-rw-r--r--devel/p5-Locale-gettext/pkg-plist1
-rw-r--r--devel/p5-MooseX-HasDefaults/Makefile2
-rw-r--r--devel/p5-MooseX-HasDefaults/pkg-plist1
-rw-r--r--devel/p5-Parallel-Prefork/Makefile5
-rw-r--r--devel/p5-Parallel-Prefork/pkg-plist2
-rw-r--r--devel/p5-SVN-Notify-Filter-Watchers/Makefile3
-rw-r--r--devel/p5-SVN-Notify-Filter-Watchers/pkg-descr2
-rw-r--r--devel/p5-SVN-Notify-Filter-Watchers/pkg-plist1
-rw-r--r--devel/p5-Test-Block/Makefile3
-rw-r--r--devel/p5-Test-Block/pkg-plist1
-rw-r--r--devel/p5-Test-Data/Makefile7
-rw-r--r--devel/p5-Test-Data/pkg-plist5
-rw-r--r--devel/p5-Test-InDistDir/Makefile3
-rw-r--r--devel/p5-Test-InDistDir/pkg-plist1
-rw-r--r--devel/p5-Tie-DB_FileLock/Makefile3
-rw-r--r--devel/p5-Tie-DB_FileLock/pkg-descr2
-rw-r--r--devel/p5-Tie-DB_FileLock/pkg-plist1
-rw-r--r--devel/p5-UUID/Makefile3
-rw-r--r--devel/p5-UUID/pkg-plist1
-rw-r--r--devel/p5-capitalization/Makefile3
-rw-r--r--devel/p5-capitalization/pkg-descr2
-rw-r--r--devel/p5-capitalization/pkg-plist1
49 files changed, 45 insertions, 79 deletions
diff --git a/devel/p5-Algorithm-Permute/Makefile b/devel/p5-Algorithm-Permute/Makefile
index 15ffd6cb5e6a..74b22ae07f10 100644
--- a/devel/p5-Algorithm-Permute/Makefile
+++ b/devel/p5-Algorithm-Permute/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl interface to handy and fast permutation
USES= perl5
USE_PERL5= configure
-MAN3= Algorithm::Permute.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Algorithm-Permute/pkg-descr b/devel/p5-Algorithm-Permute/pkg-descr
index d36a043b3686..9be4c587563f 100644
--- a/devel/p5-Algorithm-Permute/pkg-descr
+++ b/devel/p5-Algorithm-Permute/pkg-descr
@@ -2,5 +2,4 @@ Algorithm::Permute provides a handy and fast permutation with an OO interface,
although its algorithm is perhaps not the fastest available. Currently it only
supports permutation n of n objects.
-Author: Edwin Pratomo <ed.pratomo@computer.org>
WWW: http://search.cpan.org/dist/Algorithm-Permute/
diff --git a/devel/p5-Algorithm-Permute/pkg-plist b/devel/p5-Algorithm-Permute/pkg-plist
index 9cfdc02d9e23..72e80261ab7b 100644
--- a/devel/p5-Algorithm-Permute/pkg-plist
+++ b/devel/p5-Algorithm-Permute/pkg-plist
@@ -3,6 +3,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/Permute.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute/autosplit.ix
+%%PERL5_MAN3%%/Algorithm::Permute.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Permute
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Algorithm
diff --git a/devel/p5-Data-Range-Compare/Makefile b/devel/p5-Data-Range-Compare/Makefile
index 5d6818f4b7cb..c06ee6b20a29 100644
--- a/devel/p5-Data-Range-Compare/Makefile
+++ b/devel/p5-Data-Range-Compare/Makefile
@@ -13,12 +13,4 @@ COMMENT= Find gaps & intersections in lists of ranges
USES= perl5
USE_PERL5= configure
-MAN3= Data::Range::Compare.3 \
- Data::Range::Compare::Cookbook.3 \
- Data::Range::Compare::Cookbook::Instance_and_Constants.3 \
- Data::Range::Compare::Cookbook::Recipe_DateTime.3 \
- Data::Range::Compare::Cookbook::Recipe_a_to_z.3 \
- Data::Range::Compare::Cookbook::Recipe_subclass_a_to_z.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Data-Range-Compare/pkg-descr b/devel/p5-Data-Range-Compare/pkg-descr
index 09a83a36bfbe..97b68bb1d286 100644
--- a/devel/p5-Data-Range-Compare/pkg-descr
+++ b/devel/p5-Data-Range-Compare/pkg-descr
@@ -1,4 +1,4 @@
This package provides a universal framework for calculating the
intersections and gaps in/of 2 dimensional ranges.
-WWW: http://search.cpan.org/dist/Data-Range-Compare/
+WWW: http://search.cpan.org/dist/Data-Range-Compare/
diff --git a/devel/p5-Data-Range-Compare/pkg-plist b/devel/p5-Data-Range-Compare/pkg-plist
index 92b0e26dec15..dcd1a8f645df 100644
--- a/devel/p5-Data-Range-Compare/pkg-plist
+++ b/devel/p5-Data-Range-Compare/pkg-plist
@@ -6,6 +6,12 @@
%%SITE_PERL%%/Data/Range/Compare/Cookbook/Recipe_DateTime.pod
%%SITE_PERL%%/Data/Range/Compare/Cookbook/Recipe_a_to_z.pod
%%SITE_PERL%%/Data/Range/Compare/Cookbook/Recipe_subclass_a_to_z.pod
+%%PERL5_MAN3%%/Data::Range::Compare.3.gz
+%%PERL5_MAN3%%/Data::Range::Compare::Cookbook.3.gz
+%%PERL5_MAN3%%/Data::Range::Compare::Cookbook::Instance_and_Constants.3.gz
+%%PERL5_MAN3%%/Data::Range::Compare::Cookbook::Recipe_DateTime.3.gz
+%%PERL5_MAN3%%/Data::Range::Compare::Cookbook::Recipe_a_to_z.3.gz
+%%PERL5_MAN3%%/Data::Range::Compare::Cookbook::Recipe_subclass_a_to_z.3.gz
@dirrmtry %%SITE_PERL%%/Data/Range/Compare/Cookbook
@dirrmtry %%SITE_PERL%%/Data/Range/Compare
@dirrmtry %%SITE_PERL%%/Data/Range
diff --git a/devel/p5-Data-Throttler-Memcached/Makefile b/devel/p5-Data-Throttler-Memcached/Makefile
index 92f0572885fa..c108a475237e 100644
--- a/devel/p5-Data-Throttler-Memcached/Makefile
+++ b/devel/p5-Data-Throttler-Memcached/Makefile
@@ -21,8 +21,4 @@ RUN_DEPENDS= p5-Cache-Memcached-Managed>=0:${PORTSDIR}/databases/p5-Cache-Memcac
USES= perl5
USE_PERL5= configure
-MAN3= Data::Throttler::Memcached.3 \
- Data::Throttler::BucketChain::Memcached.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Data-Throttler-Memcached/pkg-descr b/devel/p5-Data-Throttler-Memcached/pkg-descr
index cb922a305e0a..2461650b4eea 100644
--- a/devel/p5-Data-Throttler-Memcached/pkg-descr
+++ b/devel/p5-Data-Throttler-Memcached/pkg-descr
@@ -2,4 +2,4 @@ Data::Throttler::Memcached accepts the same arguments as Data::Throttler,
plus the "cache" argument. The cache argument must be a hashref, which contains
the arguments passed to the cache backend.
-WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/
+WWW: http://search.cpan.org/dist/Data-Throttler-Memcached/
diff --git a/devel/p5-Data-Throttler-Memcached/pkg-plist b/devel/p5-Data-Throttler-Memcached/pkg-plist
index 56daa493093d..dd721761efff 100644
--- a/devel/p5-Data-Throttler-Memcached/pkg-plist
+++ b/devel/p5-Data-Throttler-Memcached/pkg-plist
@@ -1,6 +1,8 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached/.packlist
%%SITE_PERL%%/Data/Throttler/Memcached.pm
%%SITE_PERL%%/Data/Throttler/BucketChain/Memcached.pm
+%%PERL5_MAN3%%/Data::Throttler::Memcached.3.gz
+%%PERL5_MAN3%%/Data::Throttler::BucketChain::Memcached.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler/Memcached
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Throttler
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
diff --git a/devel/p5-DateTime-Calendar-Japanese/Makefile b/devel/p5-DateTime-Calendar-Japanese/Makefile
index ddf4563d8a1f..8ba919c5abe6 100644
--- a/devel/p5-DateTime-Calendar-Japanese/Makefile
+++ b/devel/p5-DateTime-Calendar-Japanese/Makefile
@@ -30,7 +30,4 @@ RUN_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
USES= perl5
USE_PERL5= configure
-MAN3= DateTime::Calendar::Japanese.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-Calendar-Japanese/pkg-descr b/devel/p5-DateTime-Calendar-Japanese/pkg-descr
index c1f5a3c0deb1..9a5c072c6e58 100644
--- a/devel/p5-DateTime-Calendar-Japanese/pkg-descr
+++ b/devel/p5-DateTime-Calendar-Japanese/pkg-descr
@@ -1,4 +1,3 @@
DateTime Extension for Traditional Japanese Calendars
-Author: Daisuke Maki <dmaki@cpan.org>
-WWW: http://search.cpan.org/dist/DateTime-Calendar-Japanese/
+WWW: http://search.cpan.org/dist/DateTime-Calendar-Japanese/
diff --git a/devel/p5-DateTime-Calendar-Japanese/pkg-plist b/devel/p5-DateTime-Calendar-Japanese/pkg-plist
index 016a4017bba1..83bdf2e00617 100644
--- a/devel/p5-DateTime-Calendar-Japanese/pkg-plist
+++ b/devel/p5-DateTime-Calendar-Japanese/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Japanese/.packlist
%%SITE_PERL%%/DateTime/Calendar/Japanese.pm
+%%PERL5_MAN3%%/DateTime::Calendar::Japanese.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar/Japanese
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Calendar
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
diff --git a/devel/p5-Directory-Scratch/Makefile b/devel/p5-Directory-Scratch/Makefile
index 8a4c6d0dc518..ed474e33495d 100644
--- a/devel/p5-Directory-Scratch/Makefile
+++ b/devel/p5-Directory-Scratch/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Directory::Scratch.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Directory-Scratch/pkg-plist b/devel/p5-Directory-Scratch/pkg-plist
index 937175eff381..e3ed30cd3f14 100644
--- a/devel/p5-Directory-Scratch/pkg-plist
+++ b/devel/p5-Directory-Scratch/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Directory/Scratch.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Scratch/.packlist
+%%PERL5_MAN3%%/Directory::Scratch.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory/Scratch
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Directory
@dirrmtry %%SITE_PERL%%/Directory
diff --git a/devel/p5-ExtUtils-Install/Makefile b/devel/p5-ExtUtils-Install/Makefile
index 68b8e0674e8f..65b2a1eaee30 100644
--- a/devel/p5-ExtUtils-Install/Makefile
+++ b/devel/p5-ExtUtils-Install/Makefile
@@ -13,9 +13,4 @@ COMMENT= Perl extension to install files from here to there
USES= perl5
USE_PERL5= configure
-MAN3= ExtUtils::Install.3 \
- ExtUtils::Installed.3 \
- ExtUtils::Packlist.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-ExtUtils-Install/pkg-plist b/devel/p5-ExtUtils-Install/pkg-plist
index 3155f1fb9bca..6ee07b41d794 100644
--- a/devel/p5-ExtUtils-Install/pkg-plist
+++ b/devel/p5-ExtUtils-Install/pkg-plist
@@ -2,6 +2,9 @@
%%SITE_PERL%%/ExtUtils/Install.pm
%%SITE_PERL%%/ExtUtils/Installed.pm
%%SITE_PERL%%/ExtUtils/Packlist.pm
+%%PERL5_MAN3%%/ExtUtils::Install.3.gz
+%%PERL5_MAN3%%/ExtUtils::Installed.3.gz
+%%PERL5_MAN3%%/ExtUtils::Packlist.3.gz
@dirrmtry %%SITE_PERL%%/ExtUtils
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils/Install
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ExtUtils
diff --git a/devel/p5-File-Attributes-Recursive/Makefile b/devel/p5-File-Attributes-Recursive/Makefile
index 764a76f7e4ed..6485308423a6 100644
--- a/devel/p5-File-Attributes-Recursive/Makefile
+++ b/devel/p5-File-Attributes-Recursive/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= File::Attributes::Recursive.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-File-Attributes-Recursive/pkg-plist b/devel/p5-File-Attributes-Recursive/pkg-plist
index 05448e918102..297bdafd9b21 100644
--- a/devel/p5-File-Attributes-Recursive/pkg-plist
+++ b/devel/p5-File-Attributes-Recursive/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/File/Attributes/Recursive.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes/Recursive/.packlist
+%%PERL5_MAN3%%/File::Attributes::Recursive.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes/Recursive
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Attributes
@dirrmtry %%SITE_PERL%%/File/Attributes
diff --git a/devel/p5-File-Tail/Makefile b/devel/p5-File-Tail/Makefile
index 40487573b96b..a5fc8e579831 100644
--- a/devel/p5-File-Tail/Makefile
+++ b/devel/p5-File-Tail/Makefile
@@ -13,7 +13,4 @@ COMMENT= Perl Module to read the end of a file as it\'s appended to
USES= perl5
USE_PERL5= configure
-MAN3= File::Tail.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-File-Tail/pkg-plist b/devel/p5-File-Tail/pkg-plist
index 1370e35e9be8..8acfa808a1fd 100644
--- a/devel/p5-File-Tail/pkg-plist
+++ b/devel/p5-File-Tail/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/File/Tail.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/.packlist
+%%PERL5_MAN3%%/File::Tail.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
@dirrmtry %%SITE_PERL%%/File
diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile
index b3b91a283461..75fe3966d92a 100644
--- a/devel/p5-Hash-WithDefaults/Makefile
+++ b/devel/p5-Hash-WithDefaults/Makefile
@@ -13,7 +13,4 @@ COMMENT= Class for hashes with key-casing requirements supporting defaults
USES= perl5
USE_PERL5= configure
-MAN3= Hash::WithDefaults.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Hash-WithDefaults/pkg-descr b/devel/p5-Hash-WithDefaults/pkg-descr
index 4e023f285372..8706631a3fc0 100644
--- a/devel/p5-Hash-WithDefaults/pkg-descr
+++ b/devel/p5-Hash-WithDefaults/pkg-descr
@@ -2,4 +2,4 @@ This module implements hashes that support "defaults". That is you may
specify several more hashes in which the data will be looked up in
case it is not found in the current hash.
-WWW: http://search.cpan.org/dist/Hash-WithDefaults/
+WWW: http://search.cpan.org/dist/Hash-WithDefaults/
diff --git a/devel/p5-Hash-WithDefaults/pkg-plist b/devel/p5-Hash-WithDefaults/pkg-plist
index 5312365f0148..667bac682723 100644
--- a/devel/p5-Hash-WithDefaults/pkg-plist
+++ b/devel/p5-Hash-WithDefaults/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults/.packlist
%%SITE_PERL%%/Hash/WithDefaults.pm
+%%PERL5_MAN3%%/Hash::WithDefaults.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
@dirrmtry %%SITE_PERL%%/Hash
diff --git a/devel/p5-IO-MultiPipe/Makefile b/devel/p5-IO-MultiPipe/Makefile
index 5c6c654dbbf5..0da550add46e 100644
--- a/devel/p5-IO-MultiPipe/Makefile
+++ b/devel/p5-IO-MultiPipe/Makefile
@@ -14,7 +14,4 @@ COMMENT= Check for errors when running a command through multiple pipes
USES= perl5
USE_PERL5= configure
-MAN3= IO::MultiPipe.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-IO-MultiPipe/pkg-plist b/devel/p5-IO-MultiPipe/pkg-plist
index 26b0d3bebd76..5cf900b5c133 100644
--- a/devel/p5-IO-MultiPipe/pkg-plist
+++ b/devel/p5-IO-MultiPipe/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/IO/MultiPipe.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/MultiPipe/.packlist
+%%PERL5_MAN3%%/IO::MultiPipe.3.gz
@dirrmtry %%SITE_PERL%%/IO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/MultiPipe
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
diff --git a/devel/p5-Locale-gettext/Makefile b/devel/p5-Locale-gettext/Makefile
index 8d74efc7128b..9ef8d9155635 100644
--- a/devel/p5-Locale-gettext/Makefile
+++ b/devel/p5-Locale-gettext/Makefile
@@ -16,7 +16,4 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
USES= gettext perl5
USE_PERL5= configure
-MAN3= Locale::gettext.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Locale-gettext/pkg-descr b/devel/p5-Locale-gettext/pkg-descr
index 159c4178eef4..29108e885e3e 100644
--- a/devel/p5-Locale-gettext/pkg-descr
+++ b/devel/p5-Locale-gettext/pkg-descr
@@ -1,3 +1,5 @@
This module permits from perl to the gettext() family of functions
for retrieving message strings from databases constructed to
internationalize software.
+
+WWW: http://search.cpan.org/dist/gettext/
diff --git a/devel/p5-Locale-gettext/pkg-plist b/devel/p5-Locale-gettext/pkg-plist
index 199f9bd4a136..42b0d6f0be28 100644
--- a/devel/p5-Locale-gettext/pkg-plist
+++ b/devel/p5-Locale-gettext/pkg-plist
@@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext/gettext.so
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext/gettext.bs
%%SITE_PERL%%/%%PERL_ARCH%%/Locale/gettext.pm
+%%PERL5_MAN3%%/Locale::gettext.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale/gettext
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Locale
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Locale
diff --git a/devel/p5-MooseX-HasDefaults/Makefile b/devel/p5-MooseX-HasDefaults/Makefile
index 2eb36dd350bd..c42aab1893f5 100644
--- a/devel/p5-MooseX-HasDefaults/Makefile
+++ b/devel/p5-MooseX-HasDefaults/Makefile
@@ -16,7 +16,5 @@ BUILD_DEPENDS= p5-Moose>2:${PORTSDIR}/devel/p5-Moose \
USES= perl5
USE_PERL5= configure
-MAN3= MooseX::HasDefaults.3
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-MooseX-HasDefaults/pkg-plist b/devel/p5-MooseX-HasDefaults/pkg-plist
index fade327bdb40..eaa8dffcdaa5 100644
--- a/devel/p5-MooseX-HasDefaults/pkg-plist
+++ b/devel/p5-MooseX-HasDefaults/pkg-plist
@@ -4,6 +4,7 @@
%%SITE_PERL%%/MooseX/HasDefaults/RW.pm
%%SITE_PERL%%/MooseX/HasDefaults/RO.pm
%%SITE_PERL%%/MooseX/HasDefaults.pm
+%%PERL5_MAN3%%/MooseX::HasDefaults.3.gz
@dirrm %%SITE_PERL%%/mach/auto/MooseX/HasDefaults
@dirrmtry %%SITE_PERL%%/mach/auto/MooseX
@dirrm %%SITE_PERL%%/MooseX/HasDefaults/Meta
diff --git a/devel/p5-Parallel-Prefork/Makefile b/devel/p5-Parallel-Prefork/Makefile
index 1f77098fd3ce..d61a6a934851 100644
--- a/devel/p5-Parallel-Prefork/Makefile
+++ b/devel/p5-Parallel-Prefork/Makefile
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= CPAN:KAZUHO
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-COMMENT= A simple prefork server framework
+COMMENT= Simple prefork server framework
BUILD_DEPENDS= p5-Proc-Wait3>=0.03:${PORTSDIR}/devel/p5-Proc-Wait3 \
p5-Class-Accessor-Lite>=0.04:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
@@ -23,7 +23,4 @@ TEST_DEPENDS= p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires \
USES= perl5
USE_PERL5= configure
-MAN3= Parallel::Prefork.3 Parallel::Prefork::SpareWorkers.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Parallel-Prefork/pkg-plist b/devel/p5-Parallel-Prefork/pkg-plist
index 9f130986e207..5c8dab134257 100644
--- a/devel/p5-Parallel-Prefork/pkg-plist
+++ b/devel/p5-Parallel-Prefork/pkg-plist
@@ -2,6 +2,8 @@
%%SITE_PERL%%/Parallel/Prefork.pm
%%SITE_PERL%%/Parallel/Prefork/SpareWorkers.pm
%%SITE_PERL%%/Parallel/Prefork/SpareWorkers/Scoreboard.pm
+%%PERL5_MAN3%%/Parallel::Prefork.3.gz
+%%PERL5_MAN3%%/Parallel::Prefork::SpareWorkers.3.gz
@dirrmtry %%SITE_PERL%%/Parallel/Prefork/SpareWorkers
@dirrmtry %%SITE_PERL%%/Parallel/Prefork
@dirrmtry %%SITE_PERL%%/Parallel
diff --git a/devel/p5-SVN-Notify-Filter-Watchers/Makefile b/devel/p5-SVN-Notify-Filter-Watchers/Makefile
index 203ea9dc36ef..a61ca703577b 100644
--- a/devel/p5-SVN-Notify-Filter-Watchers/Makefile
+++ b/devel/p5-SVN-Notify-Filter-Watchers/Makefile
@@ -16,7 +16,4 @@ BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify
USES= perl5
USE_PERL5= configure
-MAN3= SVN::Notify::Filter::Watchers.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr b/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr
index 9e6c8794ba5b..7ef7c6041b32 100644
--- a/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr
+++ b/devel/p5-SVN-Notify-Filter-Watchers/pkg-descr
@@ -1,4 +1,4 @@
This Perl module implements a Subversion property to control
SVN::Notify commit message subscriptions.
-WWW: http://search.cpan.org/dist/SVN-Notify-Filter-Watchers/
+WWW: http://search.cpan.org/dist/SVN-Notify-Filter-Watchers/
diff --git a/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist b/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist
index 668d6dd84f23..5bc8f9b3fc70 100644
--- a/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist
+++ b/devel/p5-SVN-Notify-Filter-Watchers/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/SVN/Notify/Filter/Watchers.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/Watchers/.packlist
+%%PERL5_MAN3%%/SVN::Notify::Filter::Watchers.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter/Watchers
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify/Filter
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SVN/Notify
diff --git a/devel/p5-Test-Block/Makefile b/devel/p5-Test-Block/Makefile
index 05b36b9ef038..30cab0743aa9 100644
--- a/devel/p5-Test-Block/Makefile
+++ b/devel/p5-Test-Block/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Test::Block.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Test-Block/pkg-plist b/devel/p5-Test-Block/pkg-plist
index d306a488aa3e..e91b341a52de 100644
--- a/devel/p5-Test-Block/pkg-plist
+++ b/devel/p5-Test-Block/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Test/Block.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Block/.packlist
+%%PERL5_MAN3%%/Test::Block.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Block
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test
diff --git a/devel/p5-Test-Data/Makefile b/devel/p5-Test-Data/Makefile
index 72988de97b34..05bb4ce04b41 100644
--- a/devel/p5-Test-Data/Makefile
+++ b/devel/p5-Test-Data/Makefile
@@ -17,11 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Test::Data.3 \
- Test::Data::Array.3 \
- Test::Data::Function.3 \
- Test::Data::Hash.3 \
- Test::Data::Scalar.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Test-Data/pkg-plist b/devel/p5-Test-Data/pkg-plist
index c4c1a5edc859..f483d77b68ca 100644
--- a/devel/p5-Test-Data/pkg-plist
+++ b/devel/p5-Test-Data/pkg-plist
@@ -4,6 +4,11 @@
%%SITE_PERL%%/Test/Data/Hash.pm
%%SITE_PERL%%/Test/Data/Scalar.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Data/.packlist
+%%PERL5_MAN3%%/Test::Data.3.gz
+%%PERL5_MAN3%%/Test::Data::Array.3.gz
+%%PERL5_MAN3%%/Test::Data::Function.3.gz
+%%PERL5_MAN3%%/Test::Data::Hash.3.gz
+%%PERL5_MAN3%%/Test::Data::Scalar.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Data
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test/Data
diff --git a/devel/p5-Test-InDistDir/Makefile b/devel/p5-Test-InDistDir/Makefile
index 3a813b643081..039f81ff29b8 100644
--- a/devel/p5-Test-InDistDir/Makefile
+++ b/devel/p5-Test-InDistDir/Makefile
@@ -14,10 +14,7 @@ COMMENT= Test environment setup for development with IDE
USES= perl5
USE_PERL5= configure
-MAN3= Test::InDistDir.3
-
regression-test: build
cd ${WRKSRC}/ && ${MAKE} test
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Test-InDistDir/pkg-plist b/devel/p5-Test-InDistDir/pkg-plist
index 21c8cf23836b..766958ab9e4a 100644
--- a/devel/p5-Test-InDistDir/pkg-plist
+++ b/devel/p5-Test-InDistDir/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Test/InDistDir.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/InDistDir/.packlist
+%%PERL5_MAN3%%/Test::InDistDir.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/InDistDir
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test
diff --git a/devel/p5-Tie-DB_FileLock/Makefile b/devel/p5-Tie-DB_FileLock/Makefile
index 6647dc235b2b..091c68830b2b 100644
--- a/devel/p5-Tie-DB_FileLock/Makefile
+++ b/devel/p5-Tie-DB_FileLock/Makefile
@@ -13,7 +13,4 @@ COMMENT= Locking access to Berkeley DB v1.x
USES= perl5
USE_PERL5= configure
-MAN3= Tie::DB_FileLock.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-Tie-DB_FileLock/pkg-descr b/devel/p5-Tie-DB_FileLock/pkg-descr
index e53e07a35df1..f3fada70742e 100644
--- a/devel/p5-Tie-DB_FileLock/pkg-descr
+++ b/devel/p5-Tie-DB_FileLock/pkg-descr
@@ -5,3 +5,5 @@ Unlike Tie::DB_Lock, Tie::DB_FileLock does not duplicate files to
allow concurrent access for readers and writers. Tie::DB_FileLock
is therefore suitable for large dbms with relatively short locking
periods.
+
+WWW: http://search.cpan.org/dist/Tie-DB_FileLock/
diff --git a/devel/p5-Tie-DB_FileLock/pkg-plist b/devel/p5-Tie-DB_FileLock/pkg-plist
index b2c0cfa143b1..0417cdeeaa5c 100644
--- a/devel/p5-Tie-DB_FileLock/pkg-plist
+++ b/devel/p5-Tie-DB_FileLock/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Tie/DB_FileLock.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_FileLock/.packlist
+%%PERL5_MAN3%%/Tie::DB_FileLock.3.gz
@dirrm %%SITE_PERL%%/Tie
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DB_FileLock
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
diff --git a/devel/p5-UUID/Makefile b/devel/p5-UUID/Makefile
index cea0af165b2d..e51669550378 100644
--- a/devel/p5-UUID/Makefile
+++ b/devel/p5-UUID/Makefile
@@ -17,7 +17,4 @@ USES= perl5
USE_PERL5= configure
CFLAGS+= -I${LOCALBASE}/include
-MAN3= UUID.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-UUID/pkg-plist b/devel/p5-UUID/pkg-plist
index 889101010f1c..0ccb8332ca2a 100644
--- a/devel/p5-UUID/pkg-plist
+++ b/devel/p5-UUID/pkg-plist
@@ -2,4 +2,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/UUID.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID/UUID.so
+%%PERL5_MAN3%%/UUID.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/UUID
diff --git a/devel/p5-capitalization/Makefile b/devel/p5-capitalization/Makefile
index 44f6ccaac57e..77c6808a3871 100644
--- a/devel/p5-capitalization/Makefile
+++ b/devel/p5-capitalization/Makefile
@@ -18,7 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= capitalization.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/devel/p5-capitalization/pkg-descr b/devel/p5-capitalization/pkg-descr
index b497dd279ca8..0a5b16b3a9c1 100644
--- a/devel/p5-capitalization/pkg-descr
+++ b/devel/p5-capitalization/pkg-descr
@@ -1 +1,3 @@
Perl module which allows you to use familiar style on method naming.
+
+WWW: http://search.cpan.org/dist/capitalization/
diff --git a/devel/p5-capitalization/pkg-plist b/devel/p5-capitalization/pkg-plist
index d334b52f0aba..4a07c35bb750 100644
--- a/devel/p5-capitalization/pkg-plist
+++ b/devel/p5-capitalization/pkg-plist
@@ -1,3 +1,4 @@
%%SITE_PERL%%/capitalization.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/capitalization/.packlist
+%%PERL5_MAN3%%/capitalization.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/capitalization