svn commit: r338909 - in head/devel: p5-AnyEvent-Graphite p5-Badger p5-Data-Inherited p5-Devel-LeakTrace-Fast p5-Event-Join p5-Event-Lib p5-File-LibMagic p5-File-Slurp-Tree p5-File-Tempdir p5-File-...

Andrej Zverev az at FreeBSD.org
Mon Jan 6 17:28:22 UTC 2014


Author: az
Date: Mon Jan  6 17:28:12 2014
New Revision: 338909
URL: http://svnweb.freebsd.org/changeset/ports/338909

Log:
  - add stage support
  
  Approved by:	portmgr (blanket infrastructure)

Modified:
  head/devel/p5-AnyEvent-Graphite/Makefile
  head/devel/p5-AnyEvent-Graphite/pkg-plist   (contents, props changed)
  head/devel/p5-Badger/Makefile
  head/devel/p5-Badger/pkg-plist
  head/devel/p5-Data-Inherited/Makefile
  head/devel/p5-Data-Inherited/pkg-plist   (contents, props changed)
  head/devel/p5-Devel-LeakTrace-Fast/Makefile
  head/devel/p5-Devel-LeakTrace-Fast/pkg-plist   (contents, props changed)
  head/devel/p5-Event-Join/Makefile
  head/devel/p5-Event-Join/pkg-plist   (contents, props changed)
  head/devel/p5-Event-Lib/Makefile
  head/devel/p5-Event-Lib/pkg-plist   (contents, props changed)
  head/devel/p5-File-LibMagic/Makefile
  head/devel/p5-File-LibMagic/pkg-plist   (contents, props changed)
  head/devel/p5-File-Slurp-Tree/Makefile
  head/devel/p5-File-Slurp-Tree/pkg-descr   (contents, props changed)
  head/devel/p5-File-Slurp-Tree/pkg-plist   (contents, props changed)
  head/devel/p5-File-Tempdir/Makefile
  head/devel/p5-File-Tempdir/pkg-descr   (contents, props changed)
  head/devel/p5-File-Tempdir/pkg-plist   (contents, props changed)
  head/devel/p5-File-pushd/Makefile
  head/devel/p5-File-pushd/pkg-plist   (contents, props changed)
  head/devel/p5-Find-Lib/Makefile
  head/devel/p5-Find-Lib/pkg-plist   (contents, props changed)
  head/devel/p5-Gtk2-Spell/Makefile
  head/devel/p5-Gtk2-Spell/pkg-descr   (contents, props changed)
  head/devel/p5-Gtk2-Spell/pkg-plist   (contents, props changed)
  head/devel/p5-IO-All-LWP/Makefile
  head/devel/p5-IO-All-LWP/pkg-descr   (contents, props changed)
  head/devel/p5-IO-All-LWP/pkg-plist   (contents, props changed)
  head/devel/p5-IO-Digest/Makefile
  head/devel/p5-IO-Digest/pkg-plist   (contents, props changed)
  head/devel/p5-IPC-PubSub/Makefile
  head/devel/p5-IPC-PubSub/pkg-plist   (contents, props changed)
  head/devel/p5-Moose-Autobox/Makefile
  head/devel/p5-Moose-Autobox/pkg-plist   (contents, props changed)
  head/devel/p5-MooseX-Traits-Pluggable/Makefile
  head/devel/p5-MooseX-Traits-Pluggable/pkg-plist   (contents, props changed)
  head/devel/p5-Tie-Simple/Makefile
  head/devel/p5-Tie-Simple/pkg-descr   (contents, props changed)
  head/devel/p5-Tie-Simple/pkg-plist   (contents, props changed)
  head/devel/p5-ZML/Makefile
  head/devel/p5-ZML/pkg-plist   (contents, props changed)
  head/devel/p5-mocked/Makefile
  head/devel/p5-mocked/pkg-plist   (contents, props changed)

Modified: head/devel/p5-AnyEvent-Graphite/Makefile
==============================================================================
--- head/devel/p5-AnyEvent-Graphite/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-AnyEvent-Graphite/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -8,7 +8,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	skreuzer at FreeBSD.org
-COMMENT=	A non-blocking Graphite client
+COMMENT=	Non-blocking Graphite client
 
 RUN_DEPENDS=	p5-AnyEvent>=4.15:${PORTSDIR}/devel/p5-AnyEvent \
 		p5-AnyEvent-SNMP>=1.0:${PORTSDIR}/net-mgmt/p5-AnyEvent-SNMP
@@ -17,8 +17,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		AnyEvent::Graphite.3 \
-		AnyEvent::Graphite::SNMPAgent.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-AnyEvent-Graphite/pkg-plist
==============================================================================
--- head/devel/p5-AnyEvent-Graphite/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-AnyEvent-Graphite/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -2,6 +2,8 @@ bin/graphite_client
 %%SITE_PERL%%/AnyEvent/Graphite/SNMPAgent.pm
 %%SITE_PERL%%/AnyEvent/Graphite.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Graphite/.packlist
+%%PERL5_MAN3%%/AnyEvent::Graphite.3.gz
+%%PERL5_MAN3%%/AnyEvent::Graphite::SNMPAgent.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/Graphite
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent
 @dirrm %%SITE_PERL%%/AnyEvent/Graphite

Modified: head/devel/p5-Badger/Makefile
==============================================================================
--- head/devel/p5-Badger/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Badger/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -14,55 +14,4 @@ COMMENT=	Perl Application Programming To
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Badger.3 \
-	Badger::Base.3 \
-	Badger::Class.3 \
-	Badger::Class::Config.3 \
-	Badger::Class::Methods.3 \
-	Badger::Class::Vars.3 \
-	Badger::Codec.3 \
-	Badger::Codec::Base64.3 \
-	Badger::Codec::Chain.3 \
-	Badger::Codec::Encode.3 \
-	Badger::Codec::Encoding.3 \
-	Badger::Codec::JSON.3 \
-	Badger::Codec::Storable.3 \
-	Badger::Codec::URI.3 \
-	Badger::Codec::URL.3 \
-	Badger::Codec::Unicode.3 \
-	Badger::Codec::YAML.3 \
-	Badger::Codecs.3 \
-	Badger::Config.3 \
-	Badger::Constants.3 \
-	Badger::Debug.3 \
-	Badger::Exception.3 \
-	Badger::Exporter.3 \
-	Badger::Factory.3 \
-	Badger::Factory::Class.3 \
-	Badger::Filesystem.3 \
-	Badger::Filesystem::Base.3 \
-	Badger::Filesystem::Directory.3 \
-	Badger::Filesystem::File.3 \
-	Badger::Filesystem::Path.3 \
-	Badger::Filesystem::Virtual.3 \
-	Badger::Filesystem::Visitor.3 \
-	Badger::Hub.3 \
-	Badger::Log.3 \
-	Badger::Log::File.3 \
-	Badger::Logic.3 \
-	Badger::Mixin.3 \
-	Badger::Prototype.3 \
-	Badger::Rainbow.3 \
-	Badger::Test.3 \
-	Badger::Test::Manager.3 \
-	Badger::Timestamp.3 \
-	Badger::Utils.3 \
-	Badger::App.3 \
-	Badger::Apps.3 \
-	Badger::Codec::HTML.3 \
-	Badger::Codec::TT.3 \
-	Badger::Hub::Badger.3 \
-	Badger::URL.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Badger/pkg-plist
==============================================================================
--- head/devel/p5-Badger/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Badger/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -52,6 +52,55 @@
 %%SITE_PERL%%/Badger/URL.pm
 %%SITE_PERL%%/Badger/Utils.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Badger/.packlist
+%%PERL5_MAN3%%/Badger.3.gz
+%%PERL5_MAN3%%/Badger::Base.3.gz
+%%PERL5_MAN3%%/Badger::Class.3.gz
+%%PERL5_MAN3%%/Badger::Class::Config.3.gz
+%%PERL5_MAN3%%/Badger::Class::Methods.3.gz
+%%PERL5_MAN3%%/Badger::Class::Vars.3.gz
+%%PERL5_MAN3%%/Badger::Codec.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Base64.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Chain.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Encode.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Encoding.3.gz
+%%PERL5_MAN3%%/Badger::Codec::JSON.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Storable.3.gz
+%%PERL5_MAN3%%/Badger::Codec::URI.3.gz
+%%PERL5_MAN3%%/Badger::Codec::URL.3.gz
+%%PERL5_MAN3%%/Badger::Codec::Unicode.3.gz
+%%PERL5_MAN3%%/Badger::Codec::YAML.3.gz
+%%PERL5_MAN3%%/Badger::Codecs.3.gz
+%%PERL5_MAN3%%/Badger::Config.3.gz
+%%PERL5_MAN3%%/Badger::Constants.3.gz
+%%PERL5_MAN3%%/Badger::Debug.3.gz
+%%PERL5_MAN3%%/Badger::Exception.3.gz
+%%PERL5_MAN3%%/Badger::Exporter.3.gz
+%%PERL5_MAN3%%/Badger::Factory.3.gz
+%%PERL5_MAN3%%/Badger::Factory::Class.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::Base.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::Directory.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::File.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::Path.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::Virtual.3.gz
+%%PERL5_MAN3%%/Badger::Filesystem::Visitor.3.gz
+%%PERL5_MAN3%%/Badger::Hub.3.gz
+%%PERL5_MAN3%%/Badger::Log.3.gz
+%%PERL5_MAN3%%/Badger::Log::File.3.gz
+%%PERL5_MAN3%%/Badger::Logic.3.gz
+%%PERL5_MAN3%%/Badger::Mixin.3.gz
+%%PERL5_MAN3%%/Badger::Prototype.3.gz
+%%PERL5_MAN3%%/Badger::Rainbow.3.gz
+%%PERL5_MAN3%%/Badger::Test.3.gz
+%%PERL5_MAN3%%/Badger::Test::Manager.3.gz
+%%PERL5_MAN3%%/Badger::Timestamp.3.gz
+%%PERL5_MAN3%%/Badger::Utils.3.gz
+%%PERL5_MAN3%%/Badger::App.3.gz
+%%PERL5_MAN3%%/Badger::Apps.3.gz
+%%PERL5_MAN3%%/Badger::Codec::HTML.3.gz
+%%PERL5_MAN3%%/Badger::Codec::TT.3.gz
+%%PERL5_MAN3%%/Badger::Hub::Badger.3.gz
+%%PERL5_MAN3%%/Badger::URL.3.gz
 @dirrmtry %%SITE_PERL%%/Badger/Reporter
 @dirrmtry %%SITE_PERL%%/Badger/Log
 @dirrmtry %%SITE_PERL%%/Badger/Hub

Modified: head/devel/p5-Data-Inherited/Makefile
==============================================================================
--- head/devel/p5-Data-Inherited/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Data-Inherited/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -12,7 +12,4 @@ COMMENT=	Perl extension for hierarchy-wi
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Data::Inherited.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Data-Inherited/pkg-plist
==============================================================================
--- head/devel/p5-Data-Inherited/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Data-Inherited/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited/.packlist
 %%SITE_PERL%%/Data/Inherited.pm
+%%PERL5_MAN3%%/Data::Inherited.3.gz
 @dirrmtry %%SITE_PERL%%/Data
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Inherited
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data

Modified: head/devel/p5-Devel-LeakTrace-Fast/Makefile
==============================================================================
--- head/devel/p5-Devel-LeakTrace-Fast/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Devel-LeakTrace-Fast/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,9 +13,6 @@ COMMENT=	Indicate where leaked variables
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Devel::LeakTrace::Fast.3
-
 BROKEN=		does not compile under perl >= 5.12, see https://rt.cpan.org/Public/Bug/Display.html?id=56079
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Devel-LeakTrace-Fast/pkg-plist
==============================================================================
--- head/devel/p5-Devel-LeakTrace-Fast/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Devel-LeakTrace-Fast/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LeakTrace/Fast/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LeakTrace/Fast/Fast.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LeakTrace/Fast/Fast.so
+%%PERL5_MAN3%%/Devel::LeakTrace::Fast.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LeakTrace/Fast
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/LeakTrace
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel

Modified: head/devel/p5-Event-Join/Makefile
==============================================================================
--- head/devel/p5-Event-Join/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Event-Join/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -22,7 +22,4 @@ TEST_DEPENDS=	p5-Test-Exception>0:${PORT
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Event::Join.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Event-Join/pkg-plist
==============================================================================
--- head/devel/p5-Event-Join/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Event-Join/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Join/.packlist
+%%PERL5_MAN3%%/Event::Join.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Join
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event
 %%SITE_PERL%%/Event/Join.pm

Modified: head/devel/p5-Event-Lib/Makefile
==============================================================================
--- head/devel/p5-Event-Lib/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Event-Lib/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -11,12 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	fk at fabiankeil.de
 COMMENT=	Makes libevent(3) accessible with Perl
 
-LIB_DEPENDS=	event-1.4:${PORTSDIR}/devel/libevent
+LIB_DEPENDS=	libevent-1.4.so:${PORTSDIR}/devel/libevent
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Event::Lib.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Event-Lib/pkg-plist
==============================================================================
--- head/devel/p5-Event-Lib/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Event-Lib/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Lib/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Lib/Lib.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Lib/Lib.so
+%%PERL5_MAN3%%/Event::Lib.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event/Lib
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Event
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Event

Modified: head/devel/p5-File-LibMagic/Makefile
==============================================================================
--- head/devel/p5-File-LibMagic/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-LibMagic/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,7 +13,4 @@ COMMENT=	Nice wrapper for libmagic
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		File::LibMagic.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-File-LibMagic/pkg-plist
==============================================================================
--- head/devel/p5-File-LibMagic/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-LibMagic/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -3,6 +3,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/LibMagic/LibMagic.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/LibMagic/autosplit.ix
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/LibMagic/.packlist
+%%PERL5_MAN3%%/File::LibMagic.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/LibMagic
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/File

Modified: head/devel/p5-File-Slurp-Tree/Makefile
==============================================================================
--- head/devel/p5-File-Slurp-Tree/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Slurp-Tree/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -17,7 +17,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		File::Slurp::Tree.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-File-Slurp-Tree/pkg-descr
==============================================================================
--- head/devel/p5-File-Slurp-Tree/pkg-descr	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Slurp-Tree/pkg-descr	Mon Jan  6 17:28:12 2014	(r338909)
@@ -11,4 +11,4 @@ The tree data structure is a hash of has
 names of directories or files. Directories have hash references as
 their value, files have a scalar which holds the contents of the file.
 
-WWW:	http://search.cpan.org/dist/File-Slurp-Tree/
+WWW: http://search.cpan.org/dist/File-Slurp-Tree/

Modified: head/devel/p5-File-Slurp-Tree/pkg-plist
==============================================================================
--- head/devel/p5-File-Slurp-Tree/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Slurp-Tree/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree/.packlist
 %%SITE_PERL%%/File/Slurp/Tree.pm
+%%PERL5_MAN3%%/File::Slurp::Tree.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp/Tree
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Slurp
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

Modified: head/devel/p5-File-Tempdir/Makefile
==============================================================================
--- head/devel/p5-File-Tempdir/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Tempdir/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,7 +13,4 @@ COMMENT=	Perl5 module to provide an obje
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		File::Tempdir.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-File-Tempdir/pkg-descr
==============================================================================
--- head/devel/p5-File-Tempdir/pkg-descr	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Tempdir/pkg-descr	Mon Jan  6 17:28:12 2014	(r338909)
@@ -3,5 +3,4 @@ tempdir() from File::Temp. This allow to
 as soon you don't need it anymore using the magic DESTROY() function
 automatically call be perl when the object is no longer reference.
 
-Author: Olivier Thauvin <nanardon at nanardon.zarb.org>
 WWW: http://search.cpan.org/dist/File-Tempdir/

Modified: head/devel/p5-File-Tempdir/pkg-plist
==============================================================================
--- head/devel/p5-File-Tempdir/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-Tempdir/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/File/Tempdir.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tempdir/.packlist
+%%PERL5_MAN3%%/File::Tempdir.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tempdir
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
 @dirrmtry %%SITE_PERL%%/File

Modified: head/devel/p5-File-pushd/Makefile
==============================================================================
--- head/devel/p5-File-pushd/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-pushd/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -12,7 +12,4 @@ COMMENT=	File::pushd - temporary chdir f
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	File::pushd.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-File-pushd/pkg-plist
==============================================================================
--- head/devel/p5-File-pushd/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-File-pushd/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/File/pushd.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/pushd/.packlist
+%%PERL5_MAN3%%/File::pushd.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/pushd
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
 @dirrmtry %%SITE_PERL%%/File

Modified: head/devel/p5-Find-Lib/Makefile
==============================================================================
--- head/devel/p5-Find-Lib/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Find-Lib/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,7 +13,4 @@ COMMENT=	Helper to smartly find libs to 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Find::Lib.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Find-Lib/pkg-plist
==============================================================================
--- head/devel/p5-Find-Lib/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Find-Lib/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Find/Lib.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Find/Lib/.packlist
+%%PERL5_MAN3%%/Find::Lib.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Find/Lib
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Find
 @dirrmtry %%SITE_PERL%%/Find

Modified: head/devel/p5-Gtk2-Spell/Makefile
==============================================================================
--- head/devel/p5-Gtk2-Spell/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Gtk2-Spell/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -15,14 +15,11 @@ BUILD_DEPENDS=	p5-Cairo>=0:${PORTSDIR}/g
 		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
 		p5-Glib2>=1.001:${PORTSDIR}/devel/p5-Glib2 \
 		p5-Gtk2>=1.001:${PORTSDIR}/x11-toolkits/p5-Gtk2
-LIB_DEPENDS=	gtkspell.0:${PORTSDIR}/textproc/gtkspell
+LIB_DEPENDS=	libgtkspell.so:${PORTSDIR}/textproc/gtkspell
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Gtk2::Spell.3
-
-NO_STAGE=	yes
 post-patch:
 		@${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL
 

Modified: head/devel/p5-Gtk2-Spell/pkg-descr
==============================================================================
--- head/devel/p5-Gtk2-Spell/pkg-descr	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Gtk2-Spell/pkg-descr	Mon Jan  6 17:28:12 2014	(r338909)
@@ -2,4 +2,4 @@ Perl bindings to the 2.x series of the G
 library.  This module allows you to write perl applications that utilize the
 GtkSpell library for mis-spelled word highlighting.
 
-WWW:	http://gtk2-perl.sourceforge.net/
+WWW: http://gtk2-perl.sourceforge.net/

Modified: head/devel/p5-Gtk2-Spell/pkg-plist
==============================================================================
--- head/devel/p5-Gtk2-Spell/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Gtk2-Spell/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -5,6 +5,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/Spell.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell/Spell.so
+%%PERL5_MAN3%%/Gtk2::Spell.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2/Spell
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Gtk2
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Gtk2/Spell/Install

Modified: head/devel/p5-IO-All-LWP/Makefile
==============================================================================
--- head/devel/p5-IO-All-LWP/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IO-All-LWP/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -17,10 +17,4 @@ RUN_DEPENDS=	p5-IO-All>=0.30:${PORTSDIR}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		IO::All::FTP.3 \
-		IO::All::HTTP.3 \
-		IO::All::HTTPS.3 \
-		IO::All::LWP.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-IO-All-LWP/pkg-descr
==============================================================================
--- head/devel/p5-IO-All-LWP/pkg-descr	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IO-All-LWP/pkg-descr	Mon Jan  6 17:28:12 2014	(r338909)
@@ -5,4 +5,4 @@ IO::All, which knows when to autoload IO
 IO::All::FTP, or IO::All::Gopher, which implement the specific
 protocols based on IO::All::LWP.
 
-WWW:	http://search.cpan.org/dist/IO-All-LWP/
+WWW: http://search.cpan.org/dist/IO-All-LWP/

Modified: head/devel/p5-IO-All-LWP/pkg-plist
==============================================================================
--- head/devel/p5-IO-All-LWP/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IO-All-LWP/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -4,6 +4,10 @@
 %%SITE_PERL%%/IO/All/HTTPS.pm
 %%SITE_PERL%%/IO/All/LWP.pm
 %%SITE_PERL%%/IO/All/iocp.pl
+%%PERL5_MAN3%%/IO::All::FTP.3.gz
+%%PERL5_MAN3%%/IO::All::HTTP.3.gz
+%%PERL5_MAN3%%/IO::All::HTTPS.3.gz
+%%PERL5_MAN3%%/IO::All::LWP.3.gz
 @dirrmtry %%SITE_PERL%%/IO/All
 @dirrmtry %%SITE_PERL%%/IO
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/All/LWP

Modified: head/devel/p5-IO-Digest/Makefile
==============================================================================
--- head/devel/p5-IO-Digest/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IO-Digest/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -17,7 +17,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		IO::Digest.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-IO-Digest/pkg-plist
==============================================================================
--- head/devel/p5-IO-Digest/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IO-Digest/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/IO/Digest.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest/.packlist
+%%PERL5_MAN3%%/IO::Digest.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Digest
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
 @dirrmtry %%SITE_PERL%%/IO

Modified: head/devel/p5-IPC-PubSub/Makefile
==============================================================================
--- head/devel/p5-IPC-PubSub/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IPC-PubSub/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -19,7 +19,4 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	IPC::PubSub.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-IPC-PubSub/pkg-plist
==============================================================================
--- head/devel/p5-IPC-PubSub/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-IPC-PubSub/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -11,6 +11,7 @@
 %%SITE_PERL%%/IPC/PubSub/Publisher.pm
 %%SITE_PERL%%/IPC/PubSub/Subscriber.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/PubSub/.packlist
+%%PERL5_MAN3%%/IPC::PubSub.3.gz
 @dirrmtry %%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI/Stash
 @dirrmtry %%SITE_PERL%%/IPC/PubSub/Cache/JiftyDBI
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/PubSub

Modified: head/devel/p5-Moose-Autobox/Makefile
==============================================================================
--- head/devel/p5-Moose-Autobox/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Moose-Autobox/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -22,20 +22,4 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Moose::Autobox.3 \
-	Moose::Autobox::Array.3 \
-	Moose::Autobox::Code.3 \
-	Moose::Autobox::Defined.3 \
-	Moose::Autobox::Hash.3 \
-	Moose::Autobox::Indexed.3 \
-	Moose::Autobox::Item.3 \
-	Moose::Autobox::List.3 \
-	Moose::Autobox::Number.3 \
-	Moose::Autobox::Ref.3 \
-	Moose::Autobox::Scalar.3 \
-	Moose::Autobox::String.3 \
-	Moose::Autobox::Undef.3 \
-	Moose::Autobox::Value.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Moose-Autobox/pkg-plist
==============================================================================
--- head/devel/p5-Moose-Autobox/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Moose-Autobox/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,6 +13,20 @@
 %%SITE_PERL%%/Moose/Autobox/Undef.pm
 %%SITE_PERL%%/Moose/Autobox/Value.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moose/Autobox/.packlist
+%%PERL5_MAN3%%/Moose::Autobox.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Array.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Code.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Defined.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Hash.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Indexed.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Item.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::List.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Number.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Ref.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Scalar.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::String.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Undef.3.gz
+%%PERL5_MAN3%%/Moose::Autobox::Value.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moose/Autobox
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Moose
 @dirrmtry %%SITE_PERL%%/Moose/Autobox

Modified: head/devel/p5-MooseX-Traits-Pluggable/Makefile
==============================================================================
--- head/devel/p5-MooseX-Traits-Pluggable/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-MooseX-Traits-Pluggable/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -9,7 +9,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	bill.brinzer at gmail.com
-COMMENT=	An extension to MooseX::Traits
+COMMENT=	Extension to MooseX::Traits
 
 BUILD_DEPENDS=	\
 	p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
@@ -21,7 +21,4 @@ TEST_DEPENDS=	p5-Test-Exception>=0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	MooseX::Traits::Pluggable.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-MooseX-Traits-Pluggable/pkg-plist
==============================================================================
--- head/devel/p5-MooseX-Traits-Pluggable/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-MooseX-Traits-Pluggable/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/MooseX/Traits/Pluggable.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Traits/Pluggable/.packlist
+%%PERL5_MAN3%%/MooseX::Traits::Pluggable.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Traits/Pluggable
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX/Traits
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MooseX

Modified: head/devel/p5-Tie-Simple/Makefile
==============================================================================
--- head/devel/p5-Tie-Simple/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Tie-Simple/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -13,7 +13,4 @@ COMMENT=	Variable ties made easier: much
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Tie::Simple.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Tie-Simple/pkg-descr
==============================================================================
--- head/devel/p5-Tie-Simple/pkg-descr	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Tie-Simple/pkg-descr	Mon Jan  6 17:28:12 2014	(r338909)
@@ -11,4 +11,4 @@ I've tried to make this as intuitive as 
 other bits of Perl where I can to minimize the need for documentation
 and to make this extra, extra spiffy.
 
-WWW:	http://search.cpan.org/dist/Tie-Simple/
+WWW: http://search.cpan.org/dist/Tie-Simple/

Modified: head/devel/p5-Tie-Simple/pkg-plist
==============================================================================
--- head/devel/p5-Tie-Simple/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-Tie-Simple/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -5,6 +5,7 @@
 %%SITE_PERL%%/Tie/Simple/Hash.pm
 %%SITE_PERL%%/Tie/Simple/Scalar.pm
 %%SITE_PERL%%/Tie/Simple/Util.pm
+%%PERL5_MAN3%%/Tie::Simple.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
 @dirrmtry %%SITE_PERL%%/Tie/Simple

Modified: head/devel/p5-ZML/Makefile
==============================================================================
--- head/devel/p5-ZML/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-ZML/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR=	CPAN:VVELOX
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	vvelox at vvelox.net
-COMMENT=	A simple, fast, and easy to read binary data storage format
+COMMENT=	Simple, fast, and easy to read binary data storage format
 
 BUILD_DEPENDS=	p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
 RUN_DEPENDS=	p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
@@ -17,7 +17,4 @@ RUN_DEPENDS=	p5-Error-Helper>=0:${PORTSD
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		ZML.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-ZML/pkg-plist
==============================================================================
--- head/devel/p5-ZML/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-ZML/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,3 +1,4 @@
 %%SITE_PERL%%/ZML.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZML/.packlist
+%%PERL5_MAN3%%/ZML.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZML

Modified: head/devel/p5-mocked/Makefile
==============================================================================
--- head/devel/p5-mocked/Makefile	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-mocked/Makefile	Mon Jan  6 17:28:12 2014	(r338909)
@@ -19,8 +19,4 @@ TEST_DEPENDS=	p5-Test-Exception>0:${PORT
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	mocked.3 \
-	unmocked.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-mocked/pkg-plist
==============================================================================
--- head/devel/p5-mocked/pkg-plist	Mon Jan  6 17:17:09 2014	(r338908)
+++ head/devel/p5-mocked/pkg-plist	Mon Jan  6 17:28:12 2014	(r338909)
@@ -1,4 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/mocked/.packlist
 %%SITE_PERL%%/mocked.pm
 %%SITE_PERL%%/unmocked.pm
+%%PERL5_MAN3%%/mocked.3.gz
+%%PERL5_MAN3%%/unmocked.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/mocked


More information about the svn-ports-all mailing list