aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2014-01-05 23:44:11 +0800
committeraz <az@FreeBSD.org>2014-01-05 23:44:11 +0800
commit13a7449669c20213f9094a413fc2873047772316 (patch)
tree306ed8b4d823acb98aadcd72b9c3d6efdbcfc45b /net-mgmt
parente1f03af1a1a6a4c4234d6a8783451ea0b0ee16aa (diff)
downloadfreebsd-ports-gnome-13a7449669c20213f9094a413fc2873047772316.tar.gz
freebsd-ports-gnome-13a7449669c20213f9094a413fc2873047772316.tar.zst
freebsd-ports-gnome-13a7449669c20213f9094a413fc2873047772316.zip
- stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/p5-BigIP-iControl/Makefile3
-rw-r--r--net-mgmt/p5-BigIP-iControl/pkg-plist1
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/Makefile3
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/pkg-descr2
-rw-r--r--net-mgmt/p5-Cisco-Reconfig/pkg-plist1
-rw-r--r--net-mgmt/p5-MRTG-Parse/Makefile3
-rw-r--r--net-mgmt/p5-MRTG-Parse/pkg-descr2
-rw-r--r--net-mgmt/p5-MRTG-Parse/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-ACL/Makefile13
-rw-r--r--net-mgmt/p5-Net-ACL/pkg-descr2
-rw-r--r--net-mgmt/p5-Net-ACL/pkg-plist24
-rw-r--r--net-mgmt/p5-Net-ILO/Makefile3
-rw-r--r--net-mgmt/p5-Net-ILO/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-IP-Match-XS/Makefile3
-rw-r--r--net-mgmt/p5-Net-IP-Match-XS/pkg-plist1
-rw-r--r--net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile3
-rw-r--r--net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist1
-rw-r--r--net-mgmt/p5-NetAddr-IP-Lite/Makefile3
-rw-r--r--net-mgmt/p5-NetAddr-IP-Lite/pkg-descr5
-rw-r--r--net-mgmt/p5-NetAddr-IP-Lite/pkg-plist3
-rw-r--r--net-mgmt/p5-SNMP-Trapinfo/Makefile3
-rw-r--r--net-mgmt/p5-SNMP-Trapinfo/pkg-plist1
22 files changed, 38 insertions, 44 deletions
diff --git a/net-mgmt/p5-BigIP-iControl/Makefile b/net-mgmt/p5-BigIP-iControl/Makefile
index 4e577f90e8c3..63060d28407f 100644
--- a/net-mgmt/p5-BigIP-iControl/Makefile
+++ b/net-mgmt/p5-BigIP-iControl/Makefile
@@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= BigIP::iControl.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-BigIP-iControl/pkg-plist b/net-mgmt/p5-BigIP-iControl/pkg-plist
index e2ed76d41ed5..22f7bde8e621 100644
--- a/net-mgmt/p5-BigIP-iControl/pkg-plist
+++ b/net-mgmt/p5-BigIP-iControl/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/BigIP/iControl.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl/.packlist
+%%PERL5_MAN3%%/BigIP::iControl.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP/iControl
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BigIP
@dirrmtry %%SITE_PERL%%/BigIP
diff --git a/net-mgmt/p5-Cisco-Reconfig/Makefile b/net-mgmt/p5-Cisco-Reconfig/Makefile
index 91057706e324..d5ed58e41589 100644
--- a/net-mgmt/p5-Cisco-Reconfig/Makefile
+++ b/net-mgmt/p5-Cisco-Reconfig/Makefile
@@ -16,7 +16,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Cisco::Reconfig.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-descr b/net-mgmt/p5-Cisco-Reconfig/pkg-descr
index 51e663be74fe..ba8e604bbe49 100644
--- a/net-mgmt/p5-Cisco-Reconfig/pkg-descr
+++ b/net-mgmt/p5-Cisco-Reconfig/pkg-descr
@@ -12,4 +12,4 @@ Cisco::Reconfig can be used to modify configurations. The set() method
will check the current configruation and return commands to change it
if it is other than what is wanted (as passed to the set() method).
-WWW: http://search.cpan.org/dist/Cisco-Reconfig/
+WWW: http://search.cpan.org/dist/Cisco-Reconfig/
diff --git a/net-mgmt/p5-Cisco-Reconfig/pkg-plist b/net-mgmt/p5-Cisco-Reconfig/pkg-plist
index a1f06fa396d0..d42843effa35 100644
--- a/net-mgmt/p5-Cisco-Reconfig/pkg-plist
+++ b/net-mgmt/p5-Cisco-Reconfig/pkg-plist
@@ -1,6 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig/.packlist
%%SITE_PERL%%/Cisco/Reconfig.pm
%%SITE_PERL%%/Cisco/Reconfig.pod
+%%PERL5_MAN3%%/Cisco::Reconfig.3.gz
@dirrmtry %%SITE_PERL%%/Cisco
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco/Reconfig
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Cisco
diff --git a/net-mgmt/p5-MRTG-Parse/Makefile b/net-mgmt/p5-MRTG-Parse/Makefile
index 561e3722c76c..e206fbaff5b1 100644
--- a/net-mgmt/p5-MRTG-Parse/Makefile
+++ b/net-mgmt/p5-MRTG-Parse/Makefile
@@ -14,7 +14,4 @@ COMMENT= Parsing and utilizing logfiles generated by MRTG Tool
USES= perl5
USE_PERL5= configure
-MAN3= MRTG::Parse.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-MRTG-Parse/pkg-descr b/net-mgmt/p5-MRTG-Parse/pkg-descr
index b3cbdde9bf15..e7c737dd6671 100644
--- a/net-mgmt/p5-MRTG-Parse/pkg-descr
+++ b/net-mgmt/p5-MRTG-Parse/pkg-descr
@@ -2,4 +2,4 @@ This perl extension enables its users to parse and utilize the
logfiles that are generated by the famous MRTG (Multi Router Traffic
Grapher) tool.
-WWW: http://search.cpan.org/dist/MRTG-Parse/
+WWW: http://search.cpan.org/dist/MRTG-Parse/
diff --git a/net-mgmt/p5-MRTG-Parse/pkg-plist b/net-mgmt/p5-MRTG-Parse/pkg-plist
index 46dcb8621af8..6954843c9429 100644
--- a/net-mgmt/p5-MRTG-Parse/pkg-plist
+++ b/net-mgmt/p5-MRTG-Parse/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse/.packlist
%%SITE_PERL%%/MRTG/Parse.pm
+%%PERL5_MAN3%%/MRTG::Parse.3.gz
@dirrmtry %%SITE_PERL%%/MRTG
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG/Parse
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MRTG
diff --git a/net-mgmt/p5-Net-ACL/Makefile b/net-mgmt/p5-Net-ACL/Makefile
index 5958d69feeae..7a179b0ee1f6 100644
--- a/net-mgmt/p5-Net-ACL/Makefile
+++ b/net-mgmt/p5-Net-ACL/Makefile
@@ -20,17 +20,4 @@ TEST_DEPENDS= p5-Test-Signature>=1.04:${PORTSDIR}/devel/p5-Test-Signature
USES= perl5
USE_PERL5= configure
-MAN3= Net::ACL.3 Net::ACL::Bootstrap.3 Net::ACL::File.3 \
- Net::ACL::File::ASPath.3 Net::ACL::File::Community.3 \
- Net::ACL::File::IPAccess.3 Net::ACL::File::IPAccessExt.3 \
- Net::ACL::File::Prefix.3 Net::ACL::File::RouteMap.3 \
- Net::ACL::File::Standard.3 Net::ACL::IPAccessExtRule.3 \
- Net::ACL::Match.3 Net::ACL::Match::IP.3 \
- Net::ACL::Match::List.3 Net::ACL::Match::Member.3 \
- Net::ACL::Match::Prefix.3 Net::ACL::Match::Regexp.3 \
- Net::ACL::Match::Scalar.3 Net::ACL::RouteMapRule.3 \
- Net::ACL::Rule.3 Net::ACL::Set.3 Net::ACL::Set::Add.3 \
- Net::ACL::Set::Scalar.3 Net::ACL::Set::Union.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-ACL/pkg-descr b/net-mgmt/p5-Net-ACL/pkg-descr
index 937d1bfc8d97..86c16eaac78d 100644
--- a/net-mgmt/p5-Net-ACL/pkg-descr
+++ b/net-mgmt/p5-Net-ACL/pkg-descr
@@ -1,4 +1,4 @@
This module represents a generic access-list and route-map. It uses
the Net::ACL::Rule object to represent the rules.
-WWW: http://search.cpan.org/dist/Net-ACL/
+WWW: http://search.cpan.org/dist/Net-ACL/
diff --git a/net-mgmt/p5-Net-ACL/pkg-plist b/net-mgmt/p5-Net-ACL/pkg-plist
index b53eba08e07d..e1243ea3bb7e 100644
--- a/net-mgmt/p5-Net-ACL/pkg-plist
+++ b/net-mgmt/p5-Net-ACL/pkg-plist
@@ -23,6 +23,30 @@
%%SITE_PERL%%/Net/ACL/Set/Add.pm
%%SITE_PERL%%/Net/ACL/Set/Scalar.pm
%%SITE_PERL%%/Net/ACL/Set/Union.pm
+%%PERL5_MAN3%%/Net::ACL.3.gz
+%%PERL5_MAN3%%/Net::ACL::Bootstrap.3.gz
+%%PERL5_MAN3%%/Net::ACL::File.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::ASPath.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::Community.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::IPAccess.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::IPAccessExt.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::Prefix.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::RouteMap.3.gz
+%%PERL5_MAN3%%/Net::ACL::File::Standard.3.gz
+%%PERL5_MAN3%%/Net::ACL::IPAccessExtRule.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::IP.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::List.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::Member.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::Prefix.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::Regexp.3.gz
+%%PERL5_MAN3%%/Net::ACL::Match::Scalar.3.gz
+%%PERL5_MAN3%%/Net::ACL::RouteMapRule.3.gz
+%%PERL5_MAN3%%/Net::ACL::Rule.3.gz
+%%PERL5_MAN3%%/Net::ACL::Set.3.gz
+%%PERL5_MAN3%%/Net::ACL::Set::Add.3.gz
+%%PERL5_MAN3%%/Net::ACL::Set::Scalar.3.gz
+%%PERL5_MAN3%%/Net::ACL::Set::Union.3.gz
@dirrmtry %%SITE_PERL%%/Net/ACL/Set
@dirrmtry %%SITE_PERL%%/Net/ACL/Match
@dirrmtry %%SITE_PERL%%/Net/ACL/File
diff --git a/net-mgmt/p5-Net-ILO/Makefile b/net-mgmt/p5-Net-ILO/Makefile
index 125814bf4fa1..34af5abe4922 100644
--- a/net-mgmt/p5-Net-ILO/Makefile
+++ b/net-mgmt/p5-Net-ILO/Makefile
@@ -22,7 +22,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USES= perl5
USE_PERL5= configure
-MAN3= Net::ILO.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-ILO/pkg-plist b/net-mgmt/p5-Net-ILO/pkg-plist
index f427b4efa46b..43399cd38fe1 100644
--- a/net-mgmt/p5-Net-ILO/pkg-plist
+++ b/net-mgmt/p5-Net-ILO/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/ILO.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ILO/.packlist
+%%PERL5_MAN3%%/Net::ILO.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/ILO
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net
diff --git a/net-mgmt/p5-Net-IP-Match-XS/Makefile b/net-mgmt/p5-Net-IP-Match-XS/Makefile
index b7402e40435c..49e7cba497e9 100644
--- a/net-mgmt/p5-Net-IP-Match-XS/Makefile
+++ b/net-mgmt/p5-Net-IP-Match-XS/Makefile
@@ -13,7 +13,4 @@ COMMENT= Efficiently match IP addresses against IP ranges
USES= perl5
USE_PERL5= configure
-MAN3= Net::IP::Match::XS.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-IP-Match-XS/pkg-plist b/net-mgmt/p5-Net-IP-Match-XS/pkg-plist
index 09cbd2e7d227..9c99a5764584 100644
--- a/net-mgmt/p5-Net-IP-Match-XS/pkg-plist
+++ b/net-mgmt/p5-Net-IP-Match-XS/pkg-plist
@@ -2,6 +2,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/XS/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/XS/XS.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/XS/XS.so
+%%PERL5_MAN3%%/Net::IP::Match::XS.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match/XS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IP/Match
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/IP/Match
diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
index 0f95b7b569c4..c7bc63115089 100644
--- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
+++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile
@@ -17,7 +17,4 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5
USE_PERL5= configure
-MAN3= Net::Telnet::Cisco::IOS.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist
index 0ee143f2aa85..c4834d443bd1 100644
--- a/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist
+++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/Net/Telnet/Cisco/IOS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS/.packlist
+%%PERL5_MAN3%%/Net::Telnet::Cisco::IOS.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet
diff --git a/net-mgmt/p5-NetAddr-IP-Lite/Makefile b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
index fe0f408420d7..7c573b7ddd65 100644
--- a/net-mgmt/p5-NetAddr-IP-Lite/Makefile
+++ b/net-mgmt/p5-NetAddr-IP-Lite/Makefile
@@ -15,7 +15,4 @@ USE_PERL5= configure
CONFIGURE_ARGS= -noxs
-MAN3= NetAddr::IP::UtilPP.3 NetAddr::IP::Util.3 NetAddr::IP::Lite.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr b/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr
index b4cb0fde3081..6ef7c5eda4da 100644
--- a/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr
+++ b/net-mgmt/p5-NetAddr-IP-Lite/pkg-descr
@@ -1,6 +1,3 @@
NetAddr::IP::Lite - Manages IPv4 and IPv6 addresses and subnets
-Author: Luis E. Munoz <luismunoz@cpan.org>
- Michael Robinton <michael@bizsystems.com>
-
-WWW: http://search.cpan.org/dist/NetAddr-IP-Lite/
+WWW: http://search.cpan.org/dist/NetAddr-IP-Lite/
diff --git a/net-mgmt/p5-NetAddr-IP-Lite/pkg-plist b/net-mgmt/p5-NetAddr-IP-Lite/pkg-plist
index 28c9e4dd59e1..5bb703f9056b 100644
--- a/net-mgmt/p5-NetAddr-IP-Lite/pkg-plist
+++ b/net-mgmt/p5-NetAddr-IP-Lite/pkg-plist
@@ -38,6 +38,9 @@
%%SITE_PERL%%/auto/NetAddr/IP/UtilPP/simple_pack.al
%%SITE_PERL%%/auto/NetAddr/IP/UtilPP/autosplit.ix
%%SITE_PERL%%/%%PERL_ARCH%%/auto/NetAddr/IP/Lite/.packlist
+%%PERL5_MAN3%%/NetAddr::IP::UtilPP.3.gz
+%%PERL5_MAN3%%/NetAddr::IP::Util.3.gz
+%%PERL5_MAN3%%/NetAddr::IP::Lite.3.gz
@dirrm %%SITE_PERL%%/NetAddr/IP
@dirrm %%SITE_PERL%%/auto/NetAddr/IP/UtilPP
@dirrm %%SITE_PERL%%/auto/NetAddr/IP/Util
diff --git a/net-mgmt/p5-SNMP-Trapinfo/Makefile b/net-mgmt/p5-SNMP-Trapinfo/Makefile
index 09c02aedd297..889f0aa6d87b 100644
--- a/net-mgmt/p5-SNMP-Trapinfo/Makefile
+++ b/net-mgmt/p5-SNMP-Trapinfo/Makefile
@@ -13,7 +13,4 @@ COMMENT= Process an SNMP trap with perl
USES= perl5
USE_PERL5= configure
-MAN3= SNMP::Trapinfo.3
-
-NO_STAGE= yes
.include <bsd.port.mk>
diff --git a/net-mgmt/p5-SNMP-Trapinfo/pkg-plist b/net-mgmt/p5-SNMP-Trapinfo/pkg-plist
index 7238dacea3d0..6fd625341273 100644
--- a/net-mgmt/p5-SNMP-Trapinfo/pkg-plist
+++ b/net-mgmt/p5-SNMP-Trapinfo/pkg-plist
@@ -1,5 +1,6 @@
%%SITE_PERL%%/SNMP/Trapinfo.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Trapinfo/.packlist
+%%PERL5_MAN3%%/SNMP::Trapinfo.3.gz
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP/Trapinfo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SNMP
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%