diff options
author | jgh <jgh@FreeBSD.org> | 2012-06-19 05:59:45 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-06-19 05:59:45 +0800 |
commit | baabdea4a3b6554370744402054f871117225b00 (patch) | |
tree | 43f0ba7c747a431b0cb71708423f8740160b35ec /net-mgmt | |
parent | ea68d50294a9e60fa4768ade4a038ed6ec0fafb4 (diff) | |
download | freebsd-ports-gnome-baabdea4a3b6554370744402054f871117225b00.tar.gz freebsd-ports-gnome-baabdea4a3b6554370744402054f871117225b00.tar.zst freebsd-ports-gnome-baabdea4a3b6554370744402054f871117225b00.zip |
- remove pkg-plist in favor of PLIST_FILES and PLIST_DIRS
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/zenpack-apachemonitor/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/zenpack-apachemonitor/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-checkping/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-checkping/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmon/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmonitor/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-dellmonitor/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-deviceadvdetail/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-deviceadvdetail/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-devicesearch/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-devicesearch/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-graphportlet/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-graphportlet/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-interfacegraphs/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-interfacegraphs/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-libvirt/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-libvirt/pkg-plist | 2 | ||||
-rw-r--r-- | net-mgmt/zenpack-macreport/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/zenpack-macreport/pkg-plist | 2 |
20 files changed, 31 insertions, 20 deletions
diff --git a/net-mgmt/zenpack-apachemonitor/Makefile b/net-mgmt/zenpack-apachemonitor/Makefile index 9b4d3a5858d6..00009fa5318c 100644 --- a/net-mgmt/zenpack-apachemonitor/Makefile +++ b/net-mgmt/zenpack-apachemonitor/Makefile @@ -13,6 +13,10 @@ DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides performance monitoring of the Apache HTTP Server + +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + USE_ZIP= yes ZPACKGROUP= core WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/ diff --git a/net-mgmt/zenpack-apachemonitor/pkg-plist b/net-mgmt/zenpack-apachemonitor/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-apachemonitor/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-checkping/Makefile b/net-mgmt/zenpack-checkping/Makefile index f7216e7ea3b9..0988230c4b0f 100644 --- a/net-mgmt/zenpack-checkping/Makefile +++ b/net-mgmt/zenpack-checkping/Makefile @@ -14,6 +14,9 @@ DISTFILES= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides nagios ping check for Zenoss monitoring +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKPREFIX= ZenPacks.Nagios. ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-checkping/pkg-plist b/net-mgmt/zenpack-checkping/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-checkping/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-dellmon/Makefile b/net-mgmt/zenpack-dellmon/Makefile index c0037e53eb84..9341ff2ad9e0 100644 --- a/net-mgmt/zenpack-dellmon/Makefile +++ b/net-mgmt/zenpack-dellmon/Makefile @@ -15,6 +15,9 @@ DISTNAME= epuzanov-${ZPACKPREFIX}${PORTNAME}-dellmon-2.4-0-g9697659 MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides additional monitoring options for Dell machines +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKGROUP= community WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-a4ae347 ZPACKPREFIX= ZenPacks.community. diff --git a/net-mgmt/zenpack-dellmon/pkg-plist b/net-mgmt/zenpack-dellmon/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-dellmon/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-dellmonitor/Makefile b/net-mgmt/zenpack-dellmonitor/Makefile index 6e93e6171a24..0a66062b543a 100644 --- a/net-mgmt/zenpack-dellmonitor/Makefile +++ b/net-mgmt/zenpack-dellmonitor/Makefile @@ -14,6 +14,9 @@ DISTFILES= ${ZPACKPREFIX}${PORTNAME}?old_path=%2F\&format=zip MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides Zenoss monitoring options for Dell machines +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + USE_ZIP= yes ZPACKGROUP= core WRKSRC= ${WRKDIR}/tags/zenoss-3.1.0/zenpacks/${ZPACKPREFIX}${PORTNAME}/ diff --git a/net-mgmt/zenpack-dellmonitor/pkg-plist b/net-mgmt/zenpack-dellmonitor/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-dellmonitor/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-deviceadvdetail/Makefile b/net-mgmt/zenpack-deviceadvdetail/Makefile index dc2896be2787..c41a05b8c9c5 100644 --- a/net-mgmt/zenpack-deviceadvdetail/Makefile +++ b/net-mgmt/zenpack-deviceadvdetail/Makefile @@ -14,6 +14,9 @@ DISTNAME= epuzanov-${ZPACKPREFIX}${PORTNAME}-deviceadvdetail-2.7-0-g4cc7c48 MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides additional hardware details for Zenoss +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKGROUP= community WRKSRC= ${WRKDIR}/epuzanov-${ZPACKPREFIX}${PORTNAME}-cfbd596 diff --git a/net-mgmt/zenpack-deviceadvdetail/pkg-plist b/net-mgmt/zenpack-deviceadvdetail/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-deviceadvdetail/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-devicesearch/Makefile b/net-mgmt/zenpack-devicesearch/Makefile index f3c15821a37f..74f320ed17c6 100644 --- a/net-mgmt/zenpack-devicesearch/Makefile +++ b/net-mgmt/zenpack-devicesearch/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.glenbarber.us/ports/net-mgmt/zenpack-${PORTNAME}/ MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides the ability to quickly search for devices in Zenoss +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKGROUP= core .include <bsd.port.pre.mk> diff --git a/net-mgmt/zenpack-devicesearch/pkg-plist b/net-mgmt/zenpack-devicesearch/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-devicesearch/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-graphportlet/Makefile b/net-mgmt/zenpack-graphportlet/Makefile index 061fd814bdd9..b2c2ee0b39e6 100644 --- a/net-mgmt/zenpack-graphportlet/Makefile +++ b/net-mgmt/zenpack-graphportlet/Makefile @@ -14,6 +14,9 @@ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Enables users to show any graph/multi graph reports on their dashboard +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKGROUP= community ZPACKPREFIX= ZenPacks.SCC. WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-graphportlet/pkg-plist b/net-mgmt/zenpack-graphportlet/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-graphportlet/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-interfacegraphs/Makefile b/net-mgmt/zenpack-interfacegraphs/Makefile index 3467e48c457c..cce3b74832f9 100644 --- a/net-mgmt/zenpack-interfacegraphs/Makefile +++ b/net-mgmt/zenpack-interfacegraphs/Makefile @@ -14,6 +14,9 @@ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Provides a link that graphs all network interfaces for a device +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKGROUP= community ZPACKPREFIX= ZenPacks.community. WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-interfacegraphs/pkg-plist b/net-mgmt/zenpack-interfacegraphs/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-interfacegraphs/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-libvirt/Makefile b/net-mgmt/zenpack-libvirt/Makefile index fe19bee3c988..2b70dbbf27fb 100644 --- a/net-mgmt/zenpack-libvirt/Makefile +++ b/net-mgmt/zenpack-libvirt/Makefile @@ -18,6 +18,9 @@ LICENSE= GPLv2 RUN_DEPENDS= libvirt>=0.9.1:${PORTSDIR}/devel/libvirt +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + ZPACKPREFIX= ZenPacks.community. ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-libvirt/pkg-plist b/net-mgmt/zenpack-libvirt/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-libvirt/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack diff --git a/net-mgmt/zenpack-macreport/Makefile b/net-mgmt/zenpack-macreport/Makefile index c3a205393195..fab09b1ec3f1 100644 --- a/net-mgmt/zenpack-macreport/Makefile +++ b/net-mgmt/zenpack-macreport/Makefile @@ -14,6 +14,9 @@ DISTNAME= zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} MAINTAINER= zenoss@experts-exchange.com COMMENT= Lists MAC address and the Device and Interface associated info +PLIST_FILES= zenoss/ZenPack/${ZPACK} +PLIST_DIRS= zenoss/ZenPack + USE_ZIP= yes ZPACKGROUP= community WRKSRC= ${WRKDIR}/zenoss-${ZPACKPREFIX}${PORTNAME}-${TAG} diff --git a/net-mgmt/zenpack-macreport/pkg-plist b/net-mgmt/zenpack-macreport/pkg-plist deleted file mode 100644 index 52307ea0055e..000000000000 --- a/net-mgmt/zenpack-macreport/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -zenoss/ZenPack/%%ZPACK%% -@dirrmtry zenoss/ZenPack |