svn commit: r338850 - in head: net/p5-BBS-UserInfo net/p5-Net-Rsh net/p5-Net-Twitter-Lite sysutils/p5-File-Log sysutils/p5-File-Tee sysutils/p5-Filesys-DfPortable sysutils/p5-Filesys-DiskSpace sysu...

Andrej Zverev az at FreeBSD.org
Mon Jan 6 09:24:34 UTC 2014


Author: az
Date: Mon Jan  6 09:24:24 2014
New Revision: 338850
URL: http://svnweb.freebsd.org/changeset/ports/338850

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

Modified:
  head/net/p5-BBS-UserInfo/Makefile
  head/net/p5-BBS-UserInfo/pkg-descr   (contents, props changed)
  head/net/p5-BBS-UserInfo/pkg-plist   (contents, props changed)
  head/net/p5-Net-Rsh/Makefile
  head/net/p5-Net-Rsh/pkg-plist   (contents, props changed)
  head/net/p5-Net-Twitter-Lite/Makefile
  head/net/p5-Net-Twitter-Lite/pkg-plist   (contents, props changed)
  head/sysutils/p5-File-Log/Makefile
  head/sysutils/p5-File-Log/pkg-plist   (contents, props changed)
  head/sysutils/p5-File-Tee/Makefile
  head/sysutils/p5-File-Tee/pkg-descr   (contents, props changed)
  head/sysutils/p5-File-Tee/pkg-plist   (contents, props changed)
  head/sysutils/p5-Filesys-DfPortable/Makefile
  head/sysutils/p5-Filesys-DfPortable/pkg-descr   (contents, props changed)
  head/sysutils/p5-Filesys-DfPortable/pkg-plist   (contents, props changed)
  head/sysutils/p5-Filesys-DiskSpace/Makefile
  head/sysutils/p5-Filesys-DiskSpace/pkg-descr   (contents, props changed)
  head/sysutils/p5-Filesys-DiskSpace/pkg-plist   (contents, props changed)
  head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile
  head/sysutils/p5-Plugtools-Plugins-HomeOU/pkg-plist   (contents, props changed)
  head/sysutils/p5-Probe-Perl/Makefile
  head/sysutils/p5-Probe-Perl/pkg-descr   (contents, props changed)
  head/sysutils/p5-Probe-Perl/pkg-plist   (contents, props changed)
  head/sysutils/p5-Samba-SIDhelper/Makefile
  head/sysutils/p5-Samba-SIDhelper/pkg-plist
  head/sysutils/p5-Stat-lsMode/Makefile
  head/sysutils/p5-Stat-lsMode/pkg-descr   (contents, props changed)
  head/sysutils/p5-Stat-lsMode/pkg-plist   (contents, props changed)
  head/sysutils/p5-Sys-Group-GIDhelper/Makefile
  head/sysutils/p5-Sys-Group-GIDhelper/pkg-plist   (contents, props changed)
  head/sysutils/p5-Sys-HostIP/Makefile
  head/sysutils/p5-Sys-HostIP/pkg-descr   (contents, props changed)
  head/sysutils/p5-Sys-HostIP/pkg-plist   (contents, props changed)
  head/sysutils/p5-Sys-Hostname-FQDN/Makefile
  head/sysutils/p5-Sys-Hostname-FQDN/pkg-descr   (contents, props changed)
  head/sysutils/p5-Sys-Hostname-FQDN/pkg-plist   (contents, props changed)
  head/sysutils/p5-Sys-Load/Makefile
  head/sysutils/p5-Sys-Load/pkg-plist   (contents, props changed)
  head/sysutils/p5-Sys-Syslog/Makefile
  head/sysutils/p5-Sys-Syslog/pkg-plist   (contents, props changed)
  head/sysutils/p5-ZConf-Cron/Makefile
  head/sysutils/p5-ZConf-Cron/pkg-plist   (contents, props changed)

Modified: head/net/p5-BBS-UserInfo/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-BBS-UserInfo/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -14,7 +14,4 @@ COMMENT=	Base class of BBS::UserInfo::XX
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		BBS::UserInfo.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-BBS-UserInfo/pkg-descr
==============================================================================
--- head/net/p5-BBS-UserInfo/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-BBS-UserInfo/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,3 +1,3 @@
 Base class of BBS::UserInfo::XXX.
 
-WWW:	http://search.cpan.org/dist/BBS-UserInfo/
+WWW: http://search.cpan.org/dist/BBS-UserInfo/

Modified: head/net/p5-BBS-UserInfo/pkg-plist
==============================================================================
--- head/net/p5-BBS-UserInfo/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-BBS-UserInfo/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/.packlist
 %%SITE_PERL%%/BBS/UserInfo.pm
+%%PERL5_MAN3%%/BBS::UserInfo.3.gz
 @dirrmtry %%SITE_PERL%%/BBS
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS

Modified: head/net/p5-Net-Rsh/Makefile
==============================================================================
--- head/net/p5-Net-Rsh/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-Net-Rsh/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -13,7 +13,4 @@ COMMENT=	Perl5 module to access and use 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Net::Rsh.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Rsh/pkg-plist
==============================================================================
--- head/net/p5-Net-Rsh/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-Net-Rsh/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Net/Rsh.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rsh/.packlist
+%%PERL5_MAN3%%/Net::Rsh.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Rsh
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
 @dirrmtry %%SITE_PERL%%/Net

Modified: head/net/p5-Net-Twitter-Lite/Makefile
==============================================================================
--- head/net/p5-Net-Twitter-Lite/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-Net-Twitter-Lite/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -9,7 +9,7 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	max at FreeBSD.org
-COMMENT=	A perl interface to the Twitter API
+COMMENT=	Perl interface to the Twitter API
 
 BUILD_DEPENDS=	p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON \
 		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
@@ -28,9 +28,5 @@ RUN_DEPENDS=	p5-JSON>=2.02:${PORTSDIR}/c
 
 USES=		perl5
 USE_PERL5=	configure
-MAN3=		Net::Twitter::Lite.3 Net::Twitter::Lite::API::V1.3 \
-		Net::Twitter::Lite::API::V1_1.3 Net::Twitter::Lite::Error.3 \
-		Net::Twitter::Lite::WithAPIv1_1.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/net/p5-Net-Twitter-Lite/pkg-plist
==============================================================================
--- head/net/p5-Net-Twitter-Lite/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/net/p5-Net-Twitter-Lite/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -6,6 +6,11 @@
 %%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pm
 %%SITE_PERL%%/Net/Twitter/Lite/WithAPIv1_1.pod
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Twitter/Lite/.packlist
+%%PERL5_MAN3%%/Net::Twitter::Lite.3.gz
+%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1.3.gz
+%%PERL5_MAN3%%/Net::Twitter::Lite::API::V1_1.3.gz
+%%PERL5_MAN3%%/Net::Twitter::Lite::Error.3.gz
+%%PERL5_MAN3%%/Net::Twitter::Lite::WithAPIv1_1.3.gz
 @dirrmtry %%SITE_PERL%%/Net/Twitter/Lite/API
 @dirrmtry %%SITE_PERL%%/Net/Twitter/Lite
 @dirrmtry %%SITE_PERL%%/Net/Twitter

Modified: head/sysutils/p5-File-Log/Makefile
==============================================================================
--- head/sysutils/p5-File-Log/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-File-Log/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -8,12 +8,9 @@ MASTER_SITES=		CPAN
 PKGNAMEPREFIX=		p5-
 
 MAINTAINER=		tj at FreeBSD.org
-COMMENT=		A simple Object Orientated Logger
+COMMENT=		Simple Object Orientated Logger
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=			File::Log.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-File-Log/pkg-plist
==============================================================================
--- head/sysutils/p5-File-Log/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-File-Log/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/File/Log.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log/.packlist
+%%PERL5_MAN3%%/File::Log.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Log
 @dirrmtry %%SITE_PERL%%/File
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

Modified: head/sysutils/p5-File-Tee/Makefile
==============================================================================
--- head/sysutils/p5-File-Tee/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-File-Tee/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -14,7 +14,4 @@ COMMENT=	Replicate data sent to a Perl s
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	File::Tee.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-File-Tee/pkg-descr
==============================================================================
--- head/sysutils/p5-File-Tee/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-File-Tee/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -3,4 +3,4 @@ Perl stream into another streams.
 
 It is the Perl equivalent of the shell utility tee(1)
 
-WWW:	http://search.cpan.org/dist/File-Tee/
+WWW: http://search.cpan.org/dist/File-Tee/

Modified: head/sysutils/p5-File-Tee/pkg-plist
==============================================================================
--- head/sysutils/p5-File-Tee/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-File-Tee/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee/.packlist
 %%SITE_PERL%%/File/Tee.pm
+%%PERL5_MAN3%%/File::Tee.3.gz
 @dirrmtry %%SITE_PERL%%/File
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tee
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File

Modified: head/sysutils/p5-Filesys-DfPortable/Makefile
==============================================================================
--- head/sysutils/p5-Filesys-DfPortable/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DfPortable/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -9,12 +9,9 @@ MASTER_SITE_SUBDIR=	Filesys
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	lth at FreeBSD.org
-COMMENT=	Filesys::DfPortable - Perl extension for filesystem disk space information.
+COMMENT=	Perl extension for filesystem disk space information
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Filesys::DfPortable.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Filesys-DfPortable/pkg-descr
==============================================================================
--- head/sysutils/p5-Filesys-DfPortable/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DfPortable/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,4 +1,4 @@
-This module provides a portable way to obtain filesystem disk space
-information. 
+Filesys::DfPortable module provides a portable way to obtain filesystem disk
+space information. 
 
 WWW: http://search.cpan.org/dist/Filesys-DfPortable/

Modified: head/sysutils/p5-Filesys-DfPortable/pkg-plist
==============================================================================
--- head/sysutils/p5-Filesys-DfPortable/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DfPortable/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/DfPortable.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable/DfPortable.so
+%%PERL5_MAN3%%/Filesys::DfPortable.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DfPortable
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Filesys

Modified: head/sysutils/p5-Filesys-DiskSpace/Makefile
==============================================================================
--- head/sysutils/p5-Filesys-DiskSpace/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DiskSpace/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -13,9 +13,6 @@ COMMENT=	Perl equivalent of statfs(2)
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Filesys::DiskSpace.3
-
-NO_STAGE=	yes
 post-patch:
 	@${FIND} ${WRKSRC} -name "*\.orig" -delete
 

Modified: head/sysutils/p5-Filesys-DiskSpace/pkg-descr
==============================================================================
--- head/sysutils/p5-Filesys-DiskSpace/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DiskSpace/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -5,5 +5,4 @@ of inodes.
 It tries C<syscall(SYS_statfs)> and C<syscall(SYS_statvfs)> in several
 ways. If all fails, it C<croak>s.
 
--Anton
-<tobez at FreeBSD.org>
+WWW: http://search.cpan.org/dist/Filesys-DiskSpace/

Modified: head/sysutils/p5-Filesys-DiskSpace/pkg-plist
==============================================================================
--- head/sysutils/p5-Filesys-DiskSpace/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Filesys-DiskSpace/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace/.packlist
 %%SITE_PERL%%/Filesys/DiskSpace.pm
+%%PERL5_MAN3%%/Filesys::DiskSpace.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys/DiskSpace
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Filesys
 @dirrm %%SITE_PERL%%/Filesys

Modified: head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile
==============================================================================
--- head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Plugtools-Plugins-HomeOU/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -16,8 +16,4 @@ RUN_DEPENDS=	p5-Plugtools>=0:${PORTSDIR}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Plugtools::Plugins::HomeOU.3 \
-		Plugtools::Plugins::HomeOUremove.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Plugtools-Plugins-HomeOU/pkg-plist
==============================================================================
--- head/sysutils/p5-Plugtools-Plugins-HomeOU/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Plugtools-Plugins-HomeOU/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,6 +1,8 @@
 %%SITE_PERL%%/Plugtools/Plugins/HomeOU.pm
 %%SITE_PERL%%/Plugtools/Plugins/HomeOUremove.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/Plugins/HomeOU/.packlist
+%%PERL5_MAN3%%/Plugtools::Plugins::HomeOU.3.gz
+%%PERL5_MAN3%%/Plugtools::Plugins::HomeOUremove.3.gz
 @dirrmtry %%SITE_PERL%%/Plugtools/Plugins/
 @dirrmtry %%SITE_PERL%%/Plugtools/
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Plugtools/Plugins/HomeOU

Modified: head/sysutils/p5-Probe-Perl/Makefile
==============================================================================
--- head/sysutils/p5-Probe-Perl/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Probe-Perl/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -14,7 +14,4 @@ COMMENT=	Information about the currently
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Probe::Perl.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Probe-Perl/pkg-descr
==============================================================================
--- head/sysutils/p5-Probe-Perl/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Probe-Perl/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,3 +1,3 @@
 Probe::Perl - Information about the currently running perl.
 
-WWW:	http://search.cpan.org/dist/Probe-Perl/
+WWW: http://search.cpan.org/dist/Probe-Perl/

Modified: head/sysutils/p5-Probe-Perl/pkg-plist
==============================================================================
--- head/sysutils/p5-Probe-Perl/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Probe-Perl/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl/.packlist
 %%SITE_PERL%%/Probe/Perl.pm
+%%PERL5_MAN3%%/Probe::Perl.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe/Perl
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Probe
 @dirrmtry %%SITE_PERL%%/Probe

Modified: head/sysutils/p5-Samba-SIDhelper/Makefile
==============================================================================
--- head/sysutils/p5-Samba-SIDhelper/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Samba-SIDhelper/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -15,7 +15,4 @@ COMMENT=	Create SIDs based on G/UIDs
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Samba::SIDhelper.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Samba-SIDhelper/pkg-plist
==============================================================================
--- head/sysutils/p5-Samba-SIDhelper/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Samba-SIDhelper/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Samba/SIDhelper.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/SIDhelper/.packlist
+%%PERL5_MAN3%%/Samba::SIDhelper.3.gz
 @dirrmtry %%SITE_PERL%%/Samba/
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/SIDhelper/
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Samba/

Modified: head/sysutils/p5-Stat-lsMode/Makefile
==============================================================================
--- head/sysutils/p5-Stat-lsMode/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Stat-lsMode/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -13,7 +13,4 @@ COMMENT=	Stat::lsMode - format file mode
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Stat::lsMode.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Stat-lsMode/pkg-descr
==============================================================================
--- head/sysutils/p5-Stat-lsMode/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Stat-lsMode/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -5,5 +5,4 @@ owner has the mode string -rw-r--r--.  S
 examine the file and produce the right mode string for you, or you
 can pass it the mode that you get back from Perl's stat call.
 
--Anton
-<tobez at FreeBSD.org>
+WWW: http://search.cpan.org/dist/Stat-lsMode/

Modified: head/sysutils/p5-Stat-lsMode/pkg-plist
==============================================================================
--- head/sysutils/p5-Stat-lsMode/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Stat-lsMode/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode/.packlist
 %%SITE_PERL%%/Stat/lsMode.pm
+%%PERL5_MAN3%%/Stat::lsMode.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat/lsMode
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Stat
 @dirrmtry %%SITE_PERL%%/Stat

Modified: head/sysutils/p5-Sys-Group-GIDhelper/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Group-GIDhelper/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Group-GIDhelper/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -14,7 +14,4 @@ COMMENT=	Helps for locating free GIDs
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Sys::Group::GIDhelper.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Sys-Group-GIDhelper/pkg-plist
==============================================================================
--- head/sysutils/p5-Sys-Group-GIDhelper/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Group-GIDhelper/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/Sys/Group/GIDhelper.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/GIDhelper/.packlist
+%%PERL5_MAN3%%/Sys::Group::GIDhelper.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/GIDhelper
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Group/
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/

Modified: head/sysutils/p5-Sys-HostIP/Makefile
==============================================================================
--- head/sysutils/p5-Sys-HostIP/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-HostIP/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -9,12 +9,9 @@ PKGNAMEPREFIX=	p5-
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
 
 MAINTAINER=	mopsfelder at gmail.com
-COMMENT=	A Perl module to get IP address related info
+COMMENT=	Perl module to get IP address related info
 
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Sys::HostIP.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Sys-HostIP/pkg-descr
==============================================================================
--- head/sysutils/p5-Sys-HostIP/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-HostIP/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -2,4 +2,4 @@ Sys::HostIP does what it can to determin
 of your machine. This module was tested on Irix, OpenBSD,
 FreeBSD, NetBSD, Solaris, Linux, OSX, Win32, and Cygwin.
 
-WWW:	http://search.cpan.org/dist/Sys-HostIP/
+WWW: http://search.cpan.org/dist/Sys-HostIP/

Modified: head/sysutils/p5-Sys-HostIP/pkg-plist
==============================================================================
--- head/sysutils/p5-Sys-HostIP/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-HostIP/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -1,5 +1,6 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP/.packlist
 %%SITE_PERL%%/Sys/HostIP.pm
+%%PERL5_MAN3%%/Sys::HostIP.3.gz
 @dirrm    %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/HostIP
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
 @dirrmtry %%SITE_PERL%%/Sys

Modified: head/sysutils/p5-Sys-Hostname-FQDN/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Hostname-FQDN/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Hostname-FQDN/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -15,7 +15,4 @@ LICENSE=	ART20
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		Sys::Hostname::FQDN.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Sys-Hostname-FQDN/pkg-descr
==============================================================================
--- head/sysutils/p5-Sys-Hostname-FQDN/pkg-descr	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Hostname-FQDN/pkg-descr	Mon Jan  6 09:24:24 2014	(r338850)
@@ -6,5 +6,4 @@ The results from gethostbyname are expor
 and asciihostinfo as a convenience since they are available. 
 Similarly, the 'C' library functions inet_ntoa and inet_aton are exported.
 
-Author:	Michael Robinton <michael at bizsystems.com>
-WWW:	http://search.cpan.org/dist/Sys-Hostname-FQDN/
+WWW: http://search.cpan.org/dist/Sys-Hostname-FQDN/

Modified: head/sysutils/p5-Sys-Hostname-FQDN/pkg-plist
==============================================================================
--- head/sysutils/p5-Sys-Hostname-FQDN/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Hostname-FQDN/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/FQDN.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN/FQDN.so
+%%PERL5_MAN3%%/Sys::Hostname::FQDN.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname/FQDN
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Hostname
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys

Modified: head/sysutils/p5-Sys-Load/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Load/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Load/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -14,7 +14,4 @@ COMMENT=	Getting the current system load
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=	Sys::Load.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Sys-Load/pkg-plist
==============================================================================
--- head/sysutils/p5-Sys-Load/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Load/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/mach/auto/Sys/Load/Load.so
 %%SITE_PERL%%/mach/auto/Sys/Load/Load.bs
 %%SITE_PERL%%/mach/Sys/Load.pm
+%%PERL5_MAN3%%/Sys::Load.3.gz
 @dirrmtry %%SITE_PERL%%/mach/auto/Sys/Load
 @dirrmtry %%SITE_PERL%%/mach/auto/Sys
 @dirrmtry %%SITE_PERL%%/mach/Sys

Modified: head/sysutils/p5-Sys-Syslog/Makefile
==============================================================================
--- head/sysutils/p5-Sys-Syslog/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Syslog/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -11,9 +11,7 @@ COMMENT=	Perl interface to the UNIX sysl
 
 USES=		perl5
 USE_PERL5=	configure
-MAKE_JOBS_UNSAFE=	yes
 
-MAN3=	Sys::Syslog.3
+MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Sys-Syslog/pkg-plist
==============================================================================
--- head/sysutils/p5-Sys-Syslog/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-Sys-Syslog/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -2,6 +2,7 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/.packlist
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog/Syslog.so
+%%PERL5_MAN3%%/Sys::Syslog.3.gz
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys/Syslog
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sys
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Sys

Modified: head/sysutils/p5-ZConf-Cron/Makefile
==============================================================================
--- head/sysutils/p5-ZConf-Cron/Makefile	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-ZConf-Cron/Makefile	Mon Jan  6 09:24:24 2014	(r338850)
@@ -25,8 +25,4 @@ RUN_DEPENDS:=	p5-DateTime-Event-Cron>=0:
 USES=		perl5
 USE_PERL5=	configure
 
-MAN3=		ZConf::Cron.3 \
-		ZConf::Cron::GUI.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-ZConf-Cron/pkg-plist
==============================================================================
--- head/sysutils/p5-ZConf-Cron/pkg-plist	Mon Jan  6 09:14:19 2014	(r338849)
+++ head/sysutils/p5-ZConf-Cron/pkg-plist	Mon Jan  6 09:24:24 2014	(r338850)
@@ -4,6 +4,8 @@ bin/gzccrontab
 %%SITE_PERL%%/ZConf/Cron.pm
 %%SITE_PERL%%/ZConf/Cron/GUI.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron/.packlist
+%%PERL5_MAN3%%/ZConf::Cron.3.gz
+%%PERL5_MAN3%%/ZConf::Cron::GUI.3.gz
 @dirrmtry %%SITE_PERL%%/ZConf/Cron
 @dirrmtry %%SITE_PERL%%/ZConf
 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/ZConf/Cron


More information about the svn-ports-all mailing list