aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-03-20 14:28:43 +0800
committerjgh <jgh@FreeBSD.org>2013-03-20 14:28:43 +0800
commita7cc8795db34b01c4adb43dd52b923e87a24989e (patch)
treea0e0a49b6032d2e8832a99ae9ee7a5cfd5bcbcfb /net-mgmt
parent2d9f53ed2d082115d93a77309cae82c80c73c92f (diff)
downloadfreebsd-ports-graphics-a7cc8795db34b01c4adb43dd52b923e87a24989e.tar.gz
freebsd-ports-graphics-a7cc8795db34b01c4adb43dd52b923e87a24989e.tar.zst
freebsd-ports-graphics-a7cc8795db34b01c4adb43dd52b923e87a24989e.zip
- Add New USES macro to handle support for Zenoss ports and Zenpacks:
USES= zenoss -trim historical headers Convert net-mgmt/zenpack family to new framework PR: 176723 Approved by: maintainer timeout ( 14 days )
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/zenpack-apachemonitor/Makefile5
-rw-r--r--net-mgmt/zenpack-checkping/Makefile11
-rw-r--r--net-mgmt/zenpack-dellmon/Makefile11
-rw-r--r--net-mgmt/zenpack-dellmonitor/Makefile5
-rw-r--r--net-mgmt/zenpack-deviceadvdetail/Makefile11
-rw-r--r--net-mgmt/zenpack-devicesearch/Makefile11
-rw-r--r--net-mgmt/zenpack-graphportlet/Makefile11
-rw-r--r--net-mgmt/zenpack-interfacegraphs/Makefile11
-rw-r--r--net-mgmt/zenpack-libvirt/Makefile5
-rw-r--r--net-mgmt/zenpack-macreport/Makefile11
-rw-r--r--net-mgmt/zenpack-ntpmonitor/Makefile5
11 files changed, 29 insertions, 68 deletions
diff --git a/net-mgmt/zenpack-apachemonitor/Makefile b/net-mgmt/zenpack-apachemonitor/Makefile
index bbd815f6859..9714aecef20 100644
--- a/net-mgmt/zenpack-apachemonitor/Makefile
+++ b/net-mgmt/zenpack-apachemonitor/Makefile
@@ -12,6 +12,7 @@ COMMENT= Provides performance monitoring of the Apache HTTP Server
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
BROKEN= fails to fetch
@@ -19,6 +20,4 @@ USE_ZIP= yes
ZPACKGROUP= core
WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-checkping/Makefile b/net-mgmt/zenpack-checkping/Makefile
index 0988230c4b0..17cc71bd0a3 100644
--- a/net-mgmt/zenpack-checkping/Makefile
+++ b/net-mgmt/zenpack-checkping/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: CheckPing
-# Date created: 08 June 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= CheckPing
PORTVERSION= 1.0
@@ -16,12 +12,11 @@ COMMENT= Provides nagios ping check for Zenoss monitoring
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKPREFIX= ZenPacks.Nagios.
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 0088e17
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-dellmon/Makefile b/net-mgmt/zenpack-dellmon/Makefile
index 9341ff2ad9e..17628284cf7 100644
--- a/net-mgmt/zenpack-dellmon/Makefile
+++ b/net-mgmt/zenpack-dellmon/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DellMon
-# Date created: 13 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= DellMon
PORTVERSION= 2.4
@@ -17,11 +13,10 @@ COMMENT= Provides additional monitoring options for Dell machines
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347
ZPACKPREFIX= ZenPacks.community.
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-dellmonitor/Makefile b/net-mgmt/zenpack-dellmonitor/Makefile
index 55feb24e297..955675b96cd 100644
--- a/net-mgmt/zenpack-dellmonitor/Makefile
+++ b/net-mgmt/zenpack-dellmonitor/Makefile
@@ -12,6 +12,7 @@ COMMENT= Provides Zenoss monitoring options for Dell machines
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
BROKEN= fails to fetch
@@ -19,6 +20,4 @@ USE_ZIP= yes
ZPACKGROUP= core
WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-deviceadvdetail/Makefile b/net-mgmt/zenpack-deviceadvdetail/Makefile
index c41a05b8c9c..f7622894c05 100644
--- a/net-mgmt/zenpack-deviceadvdetail/Makefile
+++ b/net-mgmt/zenpack-deviceadvdetail/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: deviceAdvDetail
-# Date created: 11 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= deviceAdvDetail
PORTVERSION= 2.7.3
@@ -16,6 +12,7 @@ COMMENT= Provides additional hardware details for Zenoss
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-cfbd596
@@ -23,6 +20,4 @@ WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-cfbd596
ZPACK= ${ZPACKPREFIX}${PORTNAME}-2.7-${PYTHON_VERSION:S/thon//}.egg
ZPACKPREFIX= ZenPacks.community.
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-devicesearch/Makefile b/net-mgmt/zenpack-devicesearch/Makefile
index 74f320ed17c..c2c929b9d4d 100644
--- a/net-mgmt/zenpack-devicesearch/Makefile
+++ b/net-mgmt/zenpack-devicesearch/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DeviceSearch
-# Date created: 26 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= DeviceSearch
PORTVERSION= 1.0.0
@@ -15,9 +11,8 @@ COMMENT= Provides the ability to quickly search for devices in Zenoss
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKGROUP= core
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-graphportlet/Makefile b/net-mgmt/zenpack-graphportlet/Makefile
index b2c2ee0b39e..98e6f3d206e 100644
--- a/net-mgmt/zenpack-graphportlet/Makefile
+++ b/net-mgmt/zenpack-graphportlet/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: ShowGraphPortlet
-# Date created: 12 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= ShowGraphPortlet
PORTVERSION= 1.03
@@ -16,12 +12,11 @@ COMMENT= Enables users to show any graph/multi graph reports on their dashboard
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.SCC.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 0cf7678
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-interfacegraphs/Makefile b/net-mgmt/zenpack-interfacegraphs/Makefile
index cce3b74832f..3fdb5cab7e0 100644
--- a/net-mgmt/zenpack-interfacegraphs/Makefile
+++ b/net-mgmt/zenpack-interfacegraphs/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: InterfaceGraphs
-# Date created: 26 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= InterfaceGraphs
PORTVERSION= 1.0
@@ -16,12 +12,11 @@ COMMENT= Provides a link that graphs all network interfaces for a device
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKGROUP= community
ZPACKPREFIX= ZenPacks.community.
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 7ed2d7d
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile
index a6095798f3c..02d7d8d72eb 100644
--- a/net-mgmt/zenpack-libvirt/Makefile
+++ b/net-mgmt/zenpack-libvirt/Makefile
@@ -17,12 +17,11 @@ RUN_DEPENDS= libvirt>=0.9.1:${PORTSDIR}/devel/libvirt
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
ZPACKPREFIX= ZenPacks.community.
ZPACKGROUP= community
WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG}
TAG= 4113cfe
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile
index fab09b1ec3f..58516da4d35 100644
--- a/net-mgmt/zenpack-macreport/Makefile
+++ b/net-mgmt/zenpack-macreport/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: MACReport
-# Date created: 13 May 2011
-# Whom: Zenoss <zenoss@experts-exchange.com>
-#
+# Created by: Zenoss <zenoss@experts-exchange.com>
# $FreeBSD$
-#
PORTNAME= MACReport
PORTVERSION= 1.0.1
@@ -16,6 +12,7 @@ COMMENT= Lists MAC address and the Device and Interface associated info
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
USE_ZIP= yes
ZPACKGROUP= community
@@ -24,6 +21,4 @@ TAG= b345f53
ZPACKPREFIX= ZenPacks.sodonnell.
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/net-mgmt/zenpack-ntpmonitor/Makefile b/net-mgmt/zenpack-ntpmonitor/Makefile
index 35cc2c121cc..60cd8833983 100644
--- a/net-mgmt/zenpack-ntpmonitor/Makefile
+++ b/net-mgmt/zenpack-ntpmonitor/Makefile
@@ -12,6 +12,7 @@ COMMENT= Monitors the offset between system time and a target NTP servers time
PLIST_FILES= zenoss/ZenPack/${ZPACK}
PLIST_DIRS= zenoss/ZenPack
+USES= zenoss
BROKEN= fails to fetch
@@ -19,6 +20,4 @@ USE_ZIP= yes
ZPACKGROUP= core
WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/Mk/bsd.zenoss.mk"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>