summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-02 17:39:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-02 17:39:56 +0000
commita028e9e2dc51fe11ff6533a3a0e892475d209e7f (patch)
tree719227ec0c51e179d93badec82c82085bcbddb47
parent- Rename option GNOME_KEYRING to GNOMEKEYRING which appears to (diff)
2013-01-30 net-mgmt/nagiosgrapher: Deprecated upstream. Please use net-mgmt/pnp instead
2013-02-01 x11-fm/x-files: Project has been abandoned
Notes
Notes: svn path=/head/; revision=311436
-rw-r--r--MOVED2
-rw-r--r--net-mgmt/Makefile1
-rw-r--r--net-mgmt/nagiosgrapher/Makefile42
-rw-r--r--net-mgmt/nagiosgrapher/distinfo2
-rw-r--r--net-mgmt/nagiosgrapher/files/nagiosgrapher.in29
-rw-r--r--net-mgmt/nagiosgrapher/files/patch-Makefile.in173
-rw-r--r--net-mgmt/nagiosgrapher/files/patch-configure.ac75
-rw-r--r--net-mgmt/nagiosgrapher/pkg-descr6
-rw-r--r--net-mgmt/nagiosgrapher/pkg-plist70
-rw-r--r--x11-fm/Makefile1
-rw-r--r--x11-fm/x-files/Makefile45
-rw-r--r--x11-fm/x-files/distinfo2
-rw-r--r--x11-fm/x-files/files/patch-aa11
-rw-r--r--x11-fm/x-files/pkg-descr7
-rw-r--r--x11-fm/x-files/pkg-plist26
-rw-r--r--x11-fm/x-files/scripts/mktclIndex3
16 files changed, 2 insertions, 493 deletions
diff --git a/MOVED b/MOVED
index 8e128b16529b..f556ee254e55 100644
--- a/MOVED
+++ b/MOVED
@@ -4023,3 +4023,5 @@ net/samba-pdbsql||2013-01-31|Depends from the obsoleted net/samba34
net/samba35||2013-01-31|Obsoleted by net/samba36
devel/llvm29|devel/llvm|2013-02-01|Obsolete and unmaintained
lang/llvm-gcc4|lang/dragonegg46|2013-02-01|Obsolete and unmaintained
+net-mgmt/nagiosgrapher||2013-02-02|Has expired: Deprecated upstream. Please use net-mgmt/pnp instead
+x11-fm/x-files||2013-02-02|Has expired: Project has been abandoned
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index bc0bd8dbd858..271625165935 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -140,7 +140,6 @@
SUBDIR += nagios-spamd-plugin
SUBDIR += nagiosagent
SUBDIR += nagiosgraph
- SUBDIR += nagiosgrapher
SUBDIR += nagiosql
SUBDIR += nagiostat
SUBDIR += nagircbot
diff --git a/net-mgmt/nagiosgrapher/Makefile b/net-mgmt/nagiosgrapher/Makefile
deleted file mode 100644
index e692d1dc9208..000000000000
--- a/net-mgmt/nagiosgrapher/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Cristiano Rolim <cristianorolim@hotmail.com>
-# $FreeBSD$
-
-PORTNAME= nagiosgrapher
-PORTVERSION= 1.7.1
-PORTREVISION= 6
-CATEGORIES= net-mgmt
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/NagiosGrapher-${PORTVERSION}/ \
- https://www.nagiosforge.org/gf/download/frsrelease/135/285/
-DISTNAME= NagiosGrapher-${PORTVERSION}
-
-MAINTAINER= cristianorolim@hotmail.com
-COMMENT= Collects the output from Nagios and generates graphs
-
-DEPRECATED= Deprecated upstream. Please use net-mgmt/pnp instead
-EXPIRATION_DATE=2013-01-30
-
-BUILD_DEPENDS= \
- p5-GD>=0:${PORTSDIR}/graphics/p5-GD \
- rrdtool>=0:${PORTSDIR}/databases/rrdtool \
- convert:${PORTSDIR}/graphics/ImageMagick \
- p5-URI>=0:${PORTSDIR}/net/p5-URI \
- p5-Calendar-Simple>=0:${PORTSDIR}/devel/p5-Calendar-Simple \
- ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USE_PERL5= YES
-
-USE_RC_SUBR= ${PORTNAME}
-
-SUB_LIST= NAME=${PORTNAME}
-
-USE_AUTOTOOLS= autoconf
-
-PERL_MODULES= ${SITE_PERL}
-
-CONFIGURE_ARGS+=--with-layout=FreeBSD
-
-post-patch:
- @${REINPLACE_CMD} -e 's|5.8.8|${PERL_VERSION}|g' ${WRKSRC}/config.layout
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/nagiosgrapher/distinfo b/net-mgmt/nagiosgrapher/distinfo
deleted file mode 100644
index cac5752f91c0..000000000000
--- a/net-mgmt/nagiosgrapher/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (NagiosGrapher-1.7.1.tar.gz) = 8451fafa7c2b47f560b0335eaaa24bedd202423816a97b7da6228aaeaef45fe8
-SIZE (NagiosGrapher-1.7.1.tar.gz) = 87906
diff --git a/net-mgmt/nagiosgrapher/files/nagiosgrapher.in b/net-mgmt/nagiosgrapher/files/nagiosgrapher.in
deleted file mode 100644
index 3ec61d3a3f17..000000000000
--- a/net-mgmt/nagiosgrapher/files/nagiosgrapher.in
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# PROVIDE: %%NAME%%
-# REQUIRE: NETWORKING SERVERS
-# BEFORE: DAEMON
-# KEYWORD: shutdown
-
-# Add the following line to /etc/rc.conf to enable `%%NAME%%':
-#
-# %%NAME%%_enable="YES"
-
-. /etc/rc.subr
-
-name="%%NAME%%"
-rcvar=%%NAME%%_enable
-
-pidfile="/var/spool/nagios/nagios_grapher/$name.pid"
-
-command="%%PREFIX%%/libexec/nagios/contrib/$name"
-command_interpreter="/usr/bin/perl"
-
-load_rc_config $name
-
-: ${%%NAME%%_enable="NO"}
-: ${%%NAME%%_user="nagios"}
-
-run_rc_command "$1"
diff --git a/net-mgmt/nagiosgrapher/files/patch-Makefile.in b/net-mgmt/nagiosgrapher/files/patch-Makefile.in
deleted file mode 100644
index 45f72ea0c3d3..000000000000
--- a/net-mgmt/nagiosgrapher/files/patch-Makefile.in
+++ /dev/null
@@ -1,173 +0,0 @@
---- Makefile.in.orig 2008-12-18 07:27:55.000000000 -0200
-+++ Makefile.in 2009-11-02 12:52:17.000000000 -0200
-@@ -26,14 +26,12 @@
- NG_SRVEXT_FILE = @NG_SRVEXT_FILE@
- NG_SRVEXT_DIR = @NG_SRVEXT_DIR@
-
--DESTDIR =
-+NG_CGI_GRAPH = @NAGIOS_FOLDER_CGI@/graphs.cgi
-+NG_CGI_RRD = @NAGIOS_FOLDER_CGI@/rrd2-graph.cgi
-+NG_CGI_SYSTEM = @NAGIOS_FOLDER_CGI@/rrd2-system.cgi
-
--NG_CGI_GRAPH = $(DESTDIR)/sbin/graphs.cgi
--NG_CGI_RRD = $(DESTDIR)/sbin/rrd2-graph.cgi
--NG_CGI_SYSTEM = $(DESTDIR)/sbin/rrd2-system.cgi
--
--NG_BIN_FIFO = $(DESTDIR)/contrib/fifo_write/C/fifo_write.c
--NG_BIN_UDPECHO = $(DESTDIR)/contrib/udpecho/udpecho.c
-+NG_BIN_FIFO = @NAGIOS_CONTRIBUTION@/fifo_write/C/fifo_write.c
-+NG_BIN_UDPECHO = @NAGIOS_CONTRIBUTION@/udpecho/udpecho.c
-
- NG_PERL_MOD = $(DESTDIR)/lib/NagiosGrapher.pm
- NG_PERL_ALL = $(DESTDIR)/lib
-@@ -68,7 +66,7 @@
-
- default:
-
--install: dirs config-install cgi-install bin-compile bin-install perl-install logrotate-config init-script image-install logfile all-install-messages
-+install: dirs config-install cgi-install bin-compile bin-install perl-install image-install logfile all-install-messages
-
- update: dirs cgi-install bin-compile bin-install perl-install init-script image-install update-messages file-interface-message
-
-@@ -182,55 +180,56 @@
- @exit 1
-
- dirs:
-- mkdir -p $(DESTDIR)/$(NG_SRVEXT_DIR)
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_SRVEXT_DIR)
-- mkdir -p $(DESTDIR)/$(NG_RRD)
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_RRD)
-- mkdir -p $(DESTDIR)/$(NG_INIT_SCRIPT_DIR)
-- mkdir -p `dirname $(DESTDIR)/$(NG_LOGFILE)`
-- mkdir -p $(DESTDIR)/$(NG_DAEMON)
-- mkdir -p $(DESTDIR)/$(NG_RRD)
-+ mkdir -p $(DESTDIR)$(NG_SRVEXT_DIR)
-+ chown -R $(NAGIOS_PROC_USER) $(DESTDIR)$(NG_SRVEXT_DIR)
-+ mkdir -p $(DESTDIR)$(NG_RRD)
-+ chown -R $(NAGIOS_PROC_USER) $(DESTDIR)$(NG_RRD)
-+ mkdir -p $(PREFIX)/etc/rc.d
-+ mkdir -p `dirname $(DESTDIR)$(NG_LOGFILE)`
-+ mkdir -p $(DESTDIR)$(NG_DAEMON)
-+ chown -R $(NAGIOS_PROC_USER):$(NAGIOS_PROC_GROUP) $(DESTDIR)$(NG_DAEMON)
-+ mkdir -p $(DESTDIR)$(NG_RRD)
- mkdir -p $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-- mkdir -p $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)
- mkdir -p $(DESTDIR)/$(NG_PERFFILEPATH)
-
- logfile:
-- touch $(DESTDIR)/$(NG_LOGFILE)
-- chown $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_LOGFILE)
-+ touch $(DESTDIR)$(NG_LOGFILE)
-+ chown $(NAGIOS_PROC_USER) $(DESTDIR)$(NG_LOGFILE)
-
- config-install:
-- mkdir -p $(DESTDIR)/$(NG_CONFIG)
-- mkdir -p $(DESTDIR)/$(NG_CONFIG_SUB)
-- mkdir -p $(DESTDIR)/$(NG_CONFIG_SUB)/templates/extra
-- mkdir -p $(DESTDIR)/$(NG_CONFIG_SUB)/templates/standard
--
-- cp -r cfg/ng*.ncfg $(DESTDIR)/$(NG_CONFIG)
-- cp -r cfg/nmg*.ncfg $(DESTDIR)/$(NG_CONFIG_SUB)
-- cp -r cfg/templates/extra/*.ncfg* $(DESTDIR)/$(NG_CONFIG_SUB)/templates/extra
-- cp -r cfg/templates/standard/*.ncfg* $(DESTDIR)/$(NG_CONFIG_SUB)/templates/standard
--
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NG_CONFIG)/*.ncfg*
-- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(NG_CONFIG)/*.ncfg*
-+ mkdir -p $(DESTDIR)$(NG_CONFIG)
-+ mkdir -p $(DESTDIR)$(NG_CONFIG_SUB)
-+ mkdir -p $(DESTDIR)$(NG_CONFIG_SUB)/templates/extra
-+ mkdir -p $(DESTDIR)$(NG_CONFIG_SUB)/templates/standard
-+ rm cfg/ngraph.ncfg.in
-+ mv cfg/ngraph.ncfg cfg/ngraph.ncfg-sample
-+ rm cfg/logrotate/nagios_grapher.in
-+ cp -r cfg/* $(DESTDIR)$(NG_CONFIG)
-
-+ chown -R $(NAGIOS_PROC_USER):$(NAGIOS_PROC_GROUP) $(DESTDIR)$(NG_CONFIG)/ngraph.ncfg-sample
-
- cgi-install:
-- mkdir -p $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
-- cp sbin/*.cgi $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
-- chgrp -R $(APACHE_GROUP) $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
-- chmod -R 0755 $(DESTDIR)/$(NAGIOS_FOLDER_CGI)
-+ mkdir -p $(DESTDIR)$(NAGIOS_FOLDER_CGI)
-+ cp sbin/*.cgi $(DESTDIR)$(NAGIOS_FOLDER_CGI)
-+ chown 0:0 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/graphs.cgi
-+ chown 0:0 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/rrd2-graph.cgi
-+ chown 0:0 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/rrd2-system.cgi
-+ chmod 0755 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/graphs.cgi
-+ chmod 0755 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/rrd2-graph.cgi
-+ chmod 0755 $(DESTDIR)$(NAGIOS_FOLDER_CGI)/rrd2-system.cgi
-
- bin-install:
-- mkdir -p $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-+ mkdir -p $(DESTDIR)$(NAGIOS_CONTRIBUTION)
- cp bin/collect2.pl \
- bin/fifo_write.pl \
- contrib/fifo_write/C/fifo_write \
- contrib/udpecho/udpecho \
-- $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-+ $(DESTDIR)$(NAGIOS_CONTRIBUTION)
-+ ln -sf $(DESTDIR)$(NAGIOS_CONTRIBUTION)/collect2.pl $(DESTDIR)$(NAGIOS_CONTRIBUTION)/nagiosgrapher
-
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-- chmod -R 0755 $(DESTDIR)/$(NAGIOS_CONTRIBUTION)
-+ chown -R $(NAGIOS_PROC_USER) $(DESTDIR)$(NAGIOS_CONTRIBUTION)
-+ chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)$(NAGIOS_CONTRIBUTION)
-+ chmod -R 0755 $(DESTDIR)$(NAGIOS_CONTRIBUTION)
-
- bin-compile:
- gcc contrib/fifo_write/C/fifo_write.c -o \
-@@ -240,31 +239,18 @@
- contrib/udpecho/udpecho
-
- perl-install:
-- mkdir -p $(DESTDIR)/$(PERL_INC)/NagiosGrapher/Hooks
-+ mkdir -p $(DESTDIR)$(PERL_INC)/NagiosGrapher/Hooks
-
-- cp lib/NagiosGrapher.pm $(DESTDIR)/$(PERL_INC)
-- cp lib/NagiosGrapher/*.pm $(DESTDIR)/$(PERL_INC)/NagiosGrapher
-- cp lib/NagiosGrapher/Hooks/*.pm $(DESTDIR)/$(PERL_INC)/NagiosGrapher/Hooks
--
-- chown -R $(NAGIOS_PROC_USER) $(DESTDIR)/$(PERL_INC)
-- chgrp -R $(NAGIOS_PROC_GROUP) $(DESTDIR)/$(PERL_INC)
--
--logrotate-config:
-- cp cfg/logrotate/nagios_grapher $(DESTDIR)/${NG_LOGROTATE_CONF_DIR}/
-- chown root $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
-- chgrp root $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
-- chmod 0644 $(DESTDIR)/$(NG_LOGROTATE_CONF_DIR)/nagios_grapher
--
--init-script:
-- cp nagios_grapher $(DESTDIR)/$(NG_INIT_SCRIPT_DIR)
-- chmod 0755 $(DESTDIR)/$(NG_INIT_SCRIPT_DIR)/nagios_grapher
-+ cp lib/NagiosGrapher.pm $(DESTDIR)$(PERL_INC)
-+ cp lib/NagiosGrapher/*.pm $(DESTDIR)$(PERL_INC)/NagiosGrapher
-+ cp lib/NagiosGrapher/Hooks/*.pm $(DESTDIR)$(PERL_INC)/NagiosGrapher/Hooks
-
- image-install:
-- mkdir -p $(DESTDIR)/$(NAGIOS_IMAGES)
-- mkdir -p $(DESTDIR)/$(NAGIOS_IMAGES_LOGOS)
-+ mkdir -p $(DESTDIR)$(NAGIOS_IMAGES)
-+ mkdir -p $(DESTDIR)$(NAGIOS_IMAGES_LOGOS)
-
-- cp *.png $(DESTDIR)/$(NAGIOS_IMAGES)
-- cp *.png $(DESTDIR)/$(NAGIOS_IMAGES_LOGOS)
-+ cp *.png $(DESTDIR)$(NAGIOS_IMAGES)
-+ cp *.png $(DESTDIR)$(NAGIOS_IMAGES_LOGOS)
-
- fixdeps-force:
- $(PERL) ./tools/testdeps.pl fix
-@@ -272,11 +258,6 @@
- testdeps:
- $(PERL) ./tools/testdeps.pl
-
--reconfigure:
-- autoconf
-- chmod 0755 ./configure
-- ./configure
--
- clean:
- rm -f contrib/udpecho/udpecho
- rm -f contrib/fifo_write/C/fifo_write
diff --git a/net-mgmt/nagiosgrapher/files/patch-configure.ac b/net-mgmt/nagiosgrapher/files/patch-configure.ac
deleted file mode 100644
index 00eeafdfd3dd..000000000000
--- a/net-mgmt/nagiosgrapher/files/patch-configure.ac
+++ /dev/null
@@ -1,75 +0,0 @@
---- configure.ac.orig 2008-12-18 07:27:55.000000000 -0200
-+++ configure.ac 2009-09-30 23:05:41.000000000 -0300
-@@ -26,9 +26,9 @@
- AC_ARG_WITH(layout,
- AC_HELP_STRING([--with-layout=LAYOUT],
- [Use a specific directory layout (Default: default)]),
-- LAYOUT=$withval,LAYOUT=$1)
-+ LAYOUT=$withval,,LAYOUT=default)
-
--if test "x$LAYOUT" = "x" -o "x$1" = "x"; then
-+if test "x$LAYOUT" = "x"; then
- LAYOUT="default"
- layout="default"
- else
-@@ -36,7 +36,7 @@
- fi
-
- NG_LAYOUT($srcdir/config.layout, $LAYOUT)
--AC_MSG_CHECKING(for layout)
-+AC_MSG_CHECKING(for choosen layout)
-
- if test "x$ng_layout_name" = "xno"; then
- if test "x$LAYOUT" = "xno"; then
-@@ -124,7 +124,7 @@
- NG_SUBST_EXPANDED_ARG(logrotate_conf_dir)
- ])
-
--
-+NG_ENABLE_LAYOUT
-
- # DEFINES {{{
-
-@@ -152,33 +152,6 @@
- ]
- )
-
--# try to determine distribution of target system
--AC_DEFUN([NG_DETERMINE_DISTRO],
-- [
-- distFiles=(/etc/annvix-release /etc/arch-release /etc/arklinux-release /etc/aurox-release /etc/blackcat-release /etc/cobalt-release /etc/conectiva-release /etc/debian_version /etc/fedora-release /etc/gentoo-release /etc/immunix-release /etc/knoppix_version /etc/lfs-release /etc/linuxppc-release /etc/mandrake-release /etc/mandriva-release /etc/mklinux-release /etc/nld-release /etc/pld-release /etc/redhat-release /etc/slackware-version /etc/e-smith-release /etc/release /etc/sun-release /etc/SuSE-release /etc/sles-release /etc/tinysofa-release /etc/turbolinux-release /etc/lsb-release /etc/ultrapenguin-release /etc/UnitedLinux-release /etc/va-release /etc/yellowdog-release)
-- distNames=(annvix arch_linux arklinux aurox_linux blackcat cobalt conectiva debian fedora_core gentoo_linux immunix knoppix linux-from-scratch linux-ppc mandrake mandriva mklinux novell_linux_desktop pld_linux red_hat slackware sme_server solaris_sparc sun_jds suse_linux suse_linux_es9 tiny_sofa turbolinux ubuntu_linux ultrapenguin unitedlinux va-linux yellow_dog)
-- cnt=0
-- found=
-- AC_MSG_CHECKING([distribution])
-- for currFile in ${distFiles@<:@*@:>@}; do
-- if test -e $currFile; then
-- fName=${distNames@<:@$cnt@:>@}
-- #version=`cat $currFile`
-- found="found $fName"
-- $1=$fName
-- #$2=$version
-- break
-- fi
-- ((cnt++))
-- done
-- if test -z "$found"; then
-- found="nothing found"
-- $2=default
-- fi
-- AC_MSG_RESULT([$found])
-- ]
--)
--
- # check for init script and install
- # $1 : path and prefix to init file
- # $2 : suffix of init file
-@@ -228,7 +201,7 @@
- dnl
- AC_ARG_WITH(distro,
- AC_HELP_STRING([--with-distro=DISTRO], [distribution of the system]),
-- DISTRO_NAME=$withval, NG_DETERMINE_DISTRO([DISTRO_NAME])
-+ DISTRO_NAME=$withval
- )
- # AC_SUBST(DISTRO_NAME)
-
diff --git a/net-mgmt/nagiosgrapher/pkg-descr b/net-mgmt/nagiosgrapher/pkg-descr
deleted file mode 100644
index 1eed418497e4..000000000000
--- a/net-mgmt/nagiosgrapher/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-NagiosGrapher is a full-featured RRD based charting software especially
-for Nagios. You can extract perfdata and pluginoutput with preg to define
-datasources and display it with all RRD options. NG is Template based to
-graph thousands of similar charts with one configuration.
-
-WWW: https://www.nagiosforge.org/gf/project/nagiosgrapher/
diff --git a/net-mgmt/nagiosgrapher/pkg-plist b/net-mgmt/nagiosgrapher/pkg-plist
deleted file mode 100644
index 055babb21e35..000000000000
--- a/net-mgmt/nagiosgrapher/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-etc/nagios/logrotate/nagios_grapher
-etc/nagios/ngraph.ncfg-sample
-etc/nagios/nmgraph.ncfg
-etc/nagios/nmgraph.ncfg-sample
-etc/nagios/templates/extra/check_bacula.ncfg_disabled
-etc/nagios/templates/extra/check_gsm.ncfg_disabled
-etc/nagios/templates/extra/check_hardware.ncfg_disabled
-etc/nagios/templates/extra/check_request_tracker.ncfg_disabled
-etc/nagios/templates/extra/check_snmp.ncfg_disabled
-etc/nagios/templates/extra/check_spamassassin_effectiveness.ncfg_disabled
-etc/nagios/templates/extra/check_weather.ncfg_disabled
-etc/nagios/templates/extra/check_windows.ncfg_disabled
-etc/nagios/templates/standard/check_disk.ncfg
-etc/nagios/templates/standard/check_dns.ncfg_disabled
-etc/nagios/templates/standard/check_ftp.ncfg_disabled
-etc/nagios/templates/standard/check_http.ncfg_disabled
-etc/nagios/templates/standard/check_imap.ncfg_disabled
-etc/nagios/templates/standard/check_ldap.ncfg_disabled
-etc/nagios/templates/standard/check_load.ncfg
-etc/nagios/templates/standard/check_mailq.ncfg_disabled
-etc/nagios/templates/standard/check_mysql.ncfg_disabled
-etc/nagios/templates/standard/check_nagios.ncfg_disabled
-etc/nagios/templates/standard/check_ntp.ncfg_disabled
-etc/nagios/templates/standard/check_ping.ncfg
-etc/nagios/templates/standard/check_pop.ncfg_disabled
-etc/nagios/templates/standard/check_procs.ncfg
-etc/nagios/templates/standard/check_smtp.ncfg_disabled
-etc/nagios/templates/standard/check_swap.ncfg
-etc/nagios/templates/standard/check_users.ncfg
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/HTML.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/Generic.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/ImageGraphTest.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/NG2MySQL.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/RRDUpdateTest.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/SrvExtTest.pm
-lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks/SrvExtWriteHostextInfo.pm
-libexec/nagios/contrib/collect2.pl
-libexec/nagios/contrib/fifo_write
-libexec/nagios/contrib/fifo_write.pl
-libexec/nagios/contrib/nagiosgrapher
-libexec/nagios/contrib/udpecho
-www/nagios/cgi-bin/graphs.cgi
-www/nagios/cgi-bin/rrd2-graph.cgi
-www/nagios/cgi-bin/rrd2-system.cgi
-www/nagios/images/dot.png
-www/nagios/images/graph.png
-www/nagios/images/logos/dot.png
-www/nagios/images/logos/graph.png
-@dirrmtry www/nagios/images/logos
-@dirrmtry www/nagios/images
-@dirrmtry www/nagios/cgi-bin
-@dirrmtry www/nagios
-@dirrmtry libexec/nagios/contrib
-@dirrmtry libexec/nagios
-@dirrmtry lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher/Hooks
-@dirrmtry lib/perl5/site_perl/%%PERL_VERSION%%/NagiosGrapher
-@dirrmtry lib/perl5/site_perl/%%PERL_VERSION%%
-@dirrmtry lib/perl5/site_perl
-@dirrmtry lib/perl5
-@dirrmtry etc/nagios/templates/standard
-@dirrmtry etc/nagios/templates/extra
-@dirrmtry etc/nagios/templates
-@dirrmtry etc/nagios/serviceext
-@dirrmtry etc/nagios/ngraph.d/templates/standard
-@dirrmtry etc/nagios/ngraph.d/templates/extra
-@dirrmtry etc/nagios/ngraph.d/templates
-@dirrmtry etc/nagios/ngraph.d
-@dirrmtry etc/nagios/logrotate
-@dirrmtry etc/nagios
diff --git a/x11-fm/Makefile b/x11-fm/Makefile
index e4aab173f3dc..5c63b40bca32 100644
--- a/x11-fm/Makefile
+++ b/x11-fm/Makefile
@@ -37,7 +37,6 @@
SUBDIR += twander
SUBDIR += ultracopier
SUBDIR += worker
- SUBDIR += x-files
SUBDIR += xcruise
SUBDIR += xdiskusage
SUBDIR += xfe
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
deleted file mode 100644
index 4029b9cf3ee1..000000000000
--- a/x11-fm/x-files/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# New ports collection makefile for: x-files
-# Date created: 14 April 1998
-# Whom: Donald J. Maddox <dmaddox099@yahoo.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= x-files
-PORTVERSION= 2.00b1
-PORTREVISION= 3
-CATEGORIES= x11-fm tk
-MASTER_SITES= http://users.tkk.fi/~mkivinie/X-Files/data/
-DISTNAME= X-Files-${PORTVERSION}
-
-MAINTAINER= dmaddox099@yahoo.com
-COMMENT= A nice Tk-based filemanager
-
-DEPRECATED= Project has been abandoned
-EXPIRATION_DATE=2013-02-01
-
-BUILD_DEPENDS= tclsh8.3:${PORTSDIR}/lang/tcl83
-RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
-
-WRKSRC= ${WRKDIR}/X-Files
-NO_BUILD= yes
-MAN1= X-Files.1x
-
-pre-install:
- @tclsh8.3 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
- @${RM} -f ${WRKSRC}/xfinstall.tcl
- @${SED} s#@PREFIX@#${PREFIX}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
- @${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
-
-do-install:
- @${MKDIR} ${PREFIX}/lib/X11/X-Files
-.for file in *.tcl xfiles* xflogo.gif Registration.form
- @${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/X11/X-Files
-.endfor
- @${CHMOD} 0555 ${PREFIX}/lib/X11/X-Files/X-Files.tcl
- @${LN} -s ${PREFIX}/lib/X11/X-Files/X-Files.tcl ${PREFIX}/bin/X-Files
- @${MKDIR} ${PREFIX}/include/X11/pixmaps
- @${INSTALL_DATA} ${WRKSRC}/X-Files.xpm ${PREFIX}/include/X11/pixmaps
- @${INSTALL_MAN} ${WRKSRC}/X-Files.1x ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/x11-fm/x-files/distinfo b/x11-fm/x-files/distinfo
deleted file mode 100644
index 3f9463dcf35b..000000000000
--- a/x11-fm/x-files/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (X-Files-2.00b1.tar.gz) = db045b145ba381a15834906c451fa7ccf4ac6e474df9386ae0ae6ac2311b7a75
-SIZE (X-Files-2.00b1.tar.gz) = 195242
diff --git a/x11-fm/x-files/files/patch-aa b/x11-fm/x-files/files/patch-aa
deleted file mode 100644
index a5158c732859..000000000000
--- a/x11-fm/x-files/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- X-Files.tcl.orig Thu Dec 18 13:24:33 1997
-+++ X-Files.tcl Sun Apr 19 13:22:27 1998
-@@ -1,3 +1,8 @@
-+#!/bin/sh
-+# The main file for the X-Files
-+# The next line is executed by /bin/sh, but not Tcl \
-+exec wish8.3 $0 ${1+"$@"}
-+set xf(xf_home) "@PREFIX@/lib/X11/X-Files/"
- proc MAIN {argc argv} {
- global xf xf_image env menu tk_version
-
diff --git a/x11-fm/x-files/pkg-descr b/x11-fm/x-files/pkg-descr
deleted file mode 100644
index b485f24bfc60..000000000000
--- a/x11-fm/x-files/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-This is X-Files, a very nice Tk-based filemanager for X based originally on
-the Amiga program DirWorks.
-
-WWW: http://users.tkk.fi/~mkivinie/X-Files/
-
-Donald J. Maddox
-<dmaddox099@yahoo.com>
diff --git a/x11-fm/x-files/pkg-plist b/x11-fm/x-files/pkg-plist
deleted file mode 100644
index a32fd52c2fe6..000000000000
--- a/x11-fm/x-files/pkg-plist
+++ /dev/null
@@ -1,26 +0,0 @@
-bin/X-Files
-include/X11/pixmaps/X-Files.xpm
-lib/X11/X-Files/Registration.form
-lib/X11/X-Files/X-Files.tcl
-lib/X11/X-Files/be.tcl
-lib/X11/X-Files/bgexec.tcl
-lib/X11/X-Files/ee.tcl
-lib/X11/X-Files/fae.tcl
-lib/X11/X-Files/ftpl.tcl
-lib/X11/X-Files/pkgIndex.tcl
-lib/X11/X-Files/re.tcl
-lib/X11/X-Files/vfs.tcl
-lib/X11/X-Files/xf_sel.tcl
-lib/X11/X-Files/xfiles.buttons
-lib/X11/X-Files/xfiles.extensions
-lib/X11/X-Files/xfiles.faq
-lib/X11/X-Files/xfiles.ftpbook
-lib/X11/X-Files/xfiles.headers
-lib/X11/X-Files/xfiles.main_pophelp
-lib/X11/X-Files/xfiles.manual
-lib/X11/X-Files/xfiles.tags
-lib/X11/X-Files/xfiles.user_pophelp
-lib/X11/X-Files/xfilesrc
-lib/X11/X-Files/xflogo.gif
-@dirrm lib/X11/X-Files
-@dirrmtry include/X11/pixmaps
diff --git a/x11-fm/x-files/scripts/mktclIndex b/x11-fm/x-files/scripts/mktclIndex
deleted file mode 100644
index 2ac158be992c..000000000000
--- a/x11-fm/x-files/scripts/mktclIndex
+++ /dev/null
@@ -1,3 +0,0 @@
-#!tclsh8.3
-pkg_mkIndex $argv be.tcl bgexec.tcl ee.tcl fae.tcl ftpl.tcl re.tcl vfs.tcl xf_sel.tcl
-exit