mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket)
This commit is contained in:
parent
372d893b9e
commit
49056bafcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326244
19 changed files with 28 additions and 19 deletions
|
@ -16,7 +16,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \
|
|||
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
MAN8= 2ping.8 2ping6.8
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp \
|
|||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
USE_RC_SUBR= ${PORTNAME}
|
||||
NO_BUILD= yes
|
||||
HAS_CONFIGURE= yes
|
||||
|
|
|
@ -21,7 +21,7 @@ CONFIGURE_ARGS= --with-etc-dir="${ETCDIR}" \
|
|||
--with-var-dir="${NAGIOSDIR}" \
|
||||
--with-status-file="${NAGIOSDIR}/status.dat" \
|
||||
--with-nagios-data=3
|
||||
USE_PERL5= YES
|
||||
USES= perl5
|
||||
ALL_TARGET= cnagios
|
||||
|
||||
MAN1= cnagios.1
|
||||
|
|
|
@ -19,7 +19,7 @@ RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
|
|||
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
|
|
@ -17,7 +17,7 @@ MAINTAINER= ler@lerctr.org
|
|||
COMMENT= Graphs Byte Counts for switches/routers/etc
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
PLIST_SUB+= VERSION=${PORTVERSION}
|
||||
IOG_USER= iog
|
||||
IOG_GROUP= www
|
||||
|
|
|
@ -17,7 +17,8 @@ COMMENT= IPv6 prefix generator
|
|||
MAN1= ${PORTNAME}.1
|
||||
|
||||
NO_BUILD=
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
PLIST_FILES= bin/${PORTNAME} bin/check-overlap
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ DISTNAME= check_geom-${PORTVERSION}
|
|||
MAINTAINER= rea@FreeBSD.org
|
||||
COMMENT= Nagios plug-in to get geom(8) components status
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
PATCH_STRIP= -p1
|
||||
|
|
|
@ -14,7 +14,7 @@ COMMENT= Nagiostat parses performance-data from Nagios and generates graphs
|
|||
RUN_DEPENDS= rrdtool:${PORTSDIR}/databases/rrdtool \
|
||||
nagios:${PORTSDIR}/net-mgmt/nagios
|
||||
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
NAGIOSDIR?= /var/spool/nagios
|
||||
|
|
|
@ -45,7 +45,7 @@ RUN_DEPENDS+= rancid-run:${PORTSDIR}/net-mgmt/rancid \
|
|||
.endif
|
||||
|
||||
.if ${PKGNAMESUFFIX} == -metro
|
||||
USE_PERL5= yes
|
||||
USES= perl5
|
||||
|
||||
RUN_DEPENDS+= p5-DBD-Pg>0:${PORTSDIR}/databases/p5-DBD-Pg \
|
||||
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \
|
||||
|
|
|
@ -15,6 +15,7 @@ BUILD_DEPENDS= p5-Date-Calc>0:${PORTSDIR}/devel/p5-Date-Calc \
|
|||
p5-Net-Telnet>0:${PORTSDIR}/net/p5-Net-Telnet
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -21,7 +21,8 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
|
|||
p5-Config-Tiny>=0:${PORTSDIR}/devel/p5-Config-Tiny
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Nagios::Plugin.3 \
|
||||
Nagios::Plugin::Config.3 \
|
||||
|
|
|
@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= 5u623l20@gmail.com
|
||||
COMMENT= Efficiently match IP addresses against IP ranges via regexp
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::IP::Match::Regexp.3
|
||||
|
||||
|
|
|
@ -18,7 +18,8 @@ COMMENT= Manage Cisco IOS Devices
|
|||
RUN_DEPENDS= p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Net::Telnet::Cisco::IOS.3
|
||||
|
||||
|
|
|
@ -14,7 +14,8 @@ LICENSE= BSD
|
|||
|
||||
LIB_DEPENDS= netsnmp:${PORTSDIR}/net-mgmt/net-snmp
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= SNMP::Info.3 SNMP::Info::AdslLine.3 SNMP::Info::Airespace.3 \
|
||||
SNMP::Info::IPv6.3 SNMP::Info::Layer2::CiscoSB.3 \
|
||||
|
|
|
@ -14,7 +14,8 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Xymon Base Module
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Xymon.3
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@ RUN_DEPENDS= p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
|
|||
p5-Moose>=1.0:${PORTSDIR}/devel/p5-Moose \
|
||||
p5-libwww>=5.0:${PORTSDIR}/www/p5-libwww
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
MAN3= Zenoss.3 \
|
||||
Zenoss::Connector.3 \
|
||||
|
|
|
@ -17,7 +17,7 @@ COMMENT= An SNMP-based ARP watcher
|
|||
RUN_DEPENDS= p5-AppConfig>=0:${PORTSDIR}/devel/p5-AppConfig \
|
||||
p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP
|
||||
|
||||
USE_PERL5= YES
|
||||
USES= perl5
|
||||
NO_BUILD= YES
|
||||
|
||||
REMARP_SPOOL= /var/spool/remarp
|
||||
|
|
|
@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/www/routers2/routers2.cgi:${PORTSDIR}/net-mgmt/routers
|
|||
|
||||
WRKSRC= ${WRKDIR}/routers2-v${PORTVERSION}/extras
|
||||
|
||||
USE_PERL5= YES
|
||||
USES= perl5
|
||||
|
||||
NO_BUILD= YES
|
||||
|
||||
|
|
|
@ -25,7 +25,8 @@ BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool \
|
|||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GNOME= libxml2
|
||||
USE_PERL5_RUN= yes
|
||||
USES= perl5
|
||||
USE_PERL5= run
|
||||
GNU_CONFIGURE= YES
|
||||
|
||||
USERS= torrus
|
||||
|
|
Loading…
Add table
Reference in a new issue