pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cacti-plugin-hostinfo,cacti-plugin-tools: remove
Module Name: pkgsrc-wip
Committed By: miwarin <miwarin%gmail.com@localhost>
Pushed By: miwarin
Date: Fri May 25 00:11:33 2018 +0900
Changeset: ad3972c16fc03f1c37ff5cabb324649e7a0c05b3
Modified Files:
Makefile
Removed Files:
cacti-plugin-hostinfo/DESCR
cacti-plugin-hostinfo/MESSAGE
cacti-plugin-hostinfo/Makefile
cacti-plugin-hostinfo/PLIST
cacti-plugin-hostinfo/distinfo
cacti-plugin-tools/DESCR
cacti-plugin-tools/MESSAGE
cacti-plugin-tools/Makefile
cacti-plugin-tools/PLIST
cacti-plugin-tools/distinfo
Log Message:
cacti-plugin-hostinfo,cacti-plugin-tools: remove
MASTER_SITE not found
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ad3972c16fc03f1c37ff5cabb324649e7a0c05b3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 2 --
cacti-plugin-hostinfo/DESCR | 3 ---
cacti-plugin-hostinfo/MESSAGE | 8 --------
cacti-plugin-hostinfo/Makefile | 34 ----------------------------------
cacti-plugin-hostinfo/PLIST | 5 -----
cacti-plugin-hostinfo/distinfo | 5 -----
cacti-plugin-tools/DESCR | 2 --
cacti-plugin-tools/MESSAGE | 8 --------
cacti-plugin-tools/Makefile | 38 --------------------------------------
cacti-plugin-tools/PLIST | 6 ------
cacti-plugin-tools/distinfo | 5 -----
11 files changed, 116 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index f40afebbe1..3fe8d1a116 100644
--- a/Makefile
+++ b/Makefile
@@ -300,13 +300,11 @@ SUBDIR+= c-news
SUBDIR+= c2hs
SUBDIR+= cabal-install
SUBDIR+= cacti-plugin-aggregate
-SUBDIR+= cacti-plugin-hostinfo
SUBDIR+= cacti-plugin-monitor
SUBDIR+= cacti-plugin-realtime
SUBDIR+= cacti-plugin-rrdclean
SUBDIR+= cacti-plugin-settings
SUBDIR+= cacti-plugin-thold
-SUBDIR+= cacti-plugin-tools
SUBDIR+= cacti-plugin-weathermap
SUBDIR+= cairo-dingbat-ttf
SUBDIR+= cairo-dock
diff --git a/cacti-plugin-hostinfo/DESCR b/cacti-plugin-hostinfo/DESCR
deleted file mode 100644
index bf0d2e23b1..0000000000
--- a/cacti-plugin-hostinfo/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-Host info is a small but neat plugin to cacti, that shows helpful info
-about the host that cacti is running on. It shows all packages and
-versions that cacti relys on.
diff --git a/cacti-plugin-hostinfo/MESSAGE b/cacti-plugin-hostinfo/MESSAGE
deleted file mode 100644
index 1b99e19837..0000000000
--- a/cacti-plugin-hostinfo/MESSAGE
+++ /dev/null
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2008/09/28 11:41:11 pettai Exp $
-
-To activate the plugin, add this to ${CACTIDIR}/include/global.php:
-
- $plugins[] = 'hostinfo';
-
-===========================================================================
diff --git a/cacti-plugin-hostinfo/Makefile b/cacti-plugin-hostinfo/Makefile
deleted file mode 100644
index 65ef8299c0..0000000000
--- a/cacti-plugin-hostinfo/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2012/09/24 18:26:51 asau Exp $
-
-DISTNAME= hostinfo-0.2
-PKGNAME= cacti-plugin-${DISTNAME}
-CATEGORIES= net
-MASTER_SITES= http://mirror.cactiusers.org/downloads/plugins/
-
-MAINTAINER= pettai%nordu.net@localhost
-HOMEPAGE= http://cactiusers.org/
-COMMENT= Host info plugin for cacti
-
-USE_LANGUAGES= # none
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/hostinfo
-
-BUILD_DEPENDS+= gtar-[0-9]*:../../archivers/gtar
-DEPENDS+= cacti>=0.8.7h:../../net/cacti
-
-USE_TOOLS+= gtar
-
-CACTIDIR= ${PREFIX}/share/cacti
-PLUGINDIR= ${CACTIDIR}/plugins/hostinfo
-
-MESSAGE_SUBST+= CACTIDIR=${CACTIDIR}
-
-INSTALLATION_DIRS+= ${PLUGINDIR}
-
-do-extract:
- ${GTAR} xzf ${DISTDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
-
-do-install:
- ${CP} -R ${WRKSRC}/* ${DESTDIR}${PLUGINDIR}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-hostinfo/PLIST b/cacti-plugin-hostinfo/PLIST
deleted file mode 100644
index fca0864922..0000000000
--- a/cacti-plugin-hostinfo/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:30 thomasklausner Exp $
-share/cacti/plugins/hostinfo/LICENSE
-share/cacti/plugins/hostinfo/hostinfo.php
-share/cacti/plugins/hostinfo/index.php
-share/cacti/plugins/hostinfo/setup.php
diff --git a/cacti-plugin-hostinfo/distinfo b/cacti-plugin-hostinfo/distinfo
deleted file mode 100644
index 5f93111afc..0000000000
--- a/cacti-plugin-hostinfo/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/28 11:41:11 pettai Exp $
-
-SHA1 (hostinfo-0.2.tar.gz) = 0d004bb660441d6256b49e4d22c36957debb8901
-RMD160 (hostinfo-0.2.tar.gz) = c0d227e40c4704f28c116168d78fe72ec5f69bf0
-Size (hostinfo-0.2.tar.gz) = 8011 bytes
diff --git a/cacti-plugin-tools/DESCR b/cacti-plugin-tools/DESCR
deleted file mode 100644
index 0d89764289..0000000000
--- a/cacti-plugin-tools/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-This is a few simple Network Tools that you can use from within Cacti.
-Currently allowes a few web service checks, and SNMP Walking.
diff --git a/cacti-plugin-tools/MESSAGE b/cacti-plugin-tools/MESSAGE
deleted file mode 100644
index 7fa6c88dbf..0000000000
--- a/cacti-plugin-tools/MESSAGE
+++ /dev/null
@@ -1,8 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.2 2008/10/05 17:10:10 pettai Exp $
-
-To activate the plugin, add this to ${CACTIDIR}/include/global.php:
-
- $plugins[] = 'tools';
-
-===========================================================================
diff --git a/cacti-plugin-tools/Makefile b/cacti-plugin-tools/Makefile
deleted file mode 100644
index 3aa0d2576c..0000000000
--- a/cacti-plugin-tools/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2012/09/24 18:26:51 asau Exp $
-#
-
-DISTNAME= tools-0.3
-PKGNAME= cacti-plugin-${DISTNAME}
-CATEGORIES= net
-MASTER_SITES= http://mirror.cactiusers.org/downloads/plugins/
-
-MAINTAINER= pettai%nordu.net@localhost
-HOMEPAGE= http://mirror.cactiusers.org/downloads/plugins/
-COMMENT= Tools plugin to cacti
-
-USE_LANGUAGES= # none
-NO_BUILD= yes
-WRKSRC= ${WRKDIR}/tools
-
-BUILD_DEPENDS+= gtar-[0-9]*:../../archivers/gtar
-DEPENDS+= cacti>=0.8.7h:../../net/cacti
-
-USE_TOOLS+= gtar
-
-CACTIDIR= ${PREFIX}/share/cacti
-PLUGINDIR= ${CACTIDIR}/plugins/tools
-
-MESSAGE_SUBST+= CACTIDIR=${CACTIDIR}
-
-INSTALLATION_DIRS+= ${PLUGINDIR}
-
-do-extract:
- ${GTAR} xzf ${DISTDIR}/${DISTNAME}.tar.gz -C ${WRKDIR}
-
-do-install:
- ${CP} -R ${WRKSRC}/* ${DESTDIR}${PLUGINDIR}
-
-WRKSRC= ${WRKDIR}/tools
-USE_LANGUAGES= # none
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/cacti-plugin-tools/PLIST b/cacti-plugin-tools/PLIST
deleted file mode 100644
index 88d7f62f0d..0000000000
--- a/cacti-plugin-tools/PLIST
+++ /dev/null
@@ -1,6 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/10/11 10:44:31 thomasklausner Exp $
-share/cacti/plugins/tools/LICENSE
-share/cacti/plugins/tools/README
-share/cacti/plugins/tools/index.php
-share/cacti/plugins/tools/setup.php
-share/cacti/plugins/tools/tools.php
diff --git a/cacti-plugin-tools/distinfo b/cacti-plugin-tools/distinfo
deleted file mode 100644
index e8f7f3fdc6..0000000000
--- a/cacti-plugin-tools/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/09/29 23:44:14 pettai Exp $
-
-SHA1 (tools-0.3.tar.gz) = dfc691e5cc972197f54d9f6a0e3e977dff60d430
-RMD160 (tools-0.3.tar.gz) = 293db37021eea0de9d2cfd3fcdb0d4451d0ceda2
-Size (tools-0.3.tar.gz) = 9151 bytes
Home |
Main Index |
Thread Index |
Old Index