aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile4
-rw-r--r--sysutils/ckl/Makefile49
-rw-r--r--sysutils/ckl/distinfo2
-rw-r--r--sysutils/ckl/files/cloudkick.conf.example2
-rw-r--r--sysutils/ckl/files/patch-src-conf.c27
-rw-r--r--sysutils/ckl/pkg-descr4
-rw-r--r--sysutils/ckl/pkg-plist7
-rw-r--r--sysutils/graphicboot/Makefile34
-rw-r--r--sysutils/graphicboot/distinfo2
-rw-r--r--sysutils/graphicboot/pkg-descr5
-rw-r--r--sysutils/graphicboot/pkg-message21
-rw-r--r--sysutils/graphicboot/pkg-plist16
-rw-r--r--sysutils/mmore/Makefile23
-rw-r--r--sysutils/mmore/distinfo2
-rw-r--r--sysutils/mmore/files/patch-mmore.c19
-rw-r--r--sysutils/mmore/pkg-descr3
-rw-r--r--sysutils/mmore/pkg-plist2
-rw-r--r--sysutils/slmon/Makefile40
-rw-r--r--sysutils/slmon/distinfo2
-rw-r--r--sysutils/slmon/files/patch-defines.h10
-rw-r--r--sysutils/slmon/files/patch-draw.c12
-rw-r--r--sysutils/slmon/pkg-descr9
22 files changed, 0 insertions, 295 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 1da7be111c67..6aee7d36640c 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -117,7 +117,6 @@
SUBDIR += chgrep
SUBDIR += ciso
SUBDIR += ck4up
- SUBDIR += ckl
SUBDIR += clean
SUBDIR += clockspeed
SUBDIR += clockspeed-conf
@@ -348,7 +347,6 @@
SUBDIR += gpte
SUBDIR += graffer
SUBDIR += graid5
- SUBDIR += graphicboot
SUBDIR += graveman
SUBDIR += grok
SUBDIR += grub2
@@ -529,7 +527,6 @@
SUBDIR += mkfwimage
SUBDIR += mkntpwd
SUBDIR += mksunbootcd
- SUBDIR += mmore
SUBDIR += modules
SUBDIR += monit
SUBDIR += monitord
@@ -871,7 +868,6 @@
SUBDIR += skill
SUBDIR += slack
SUBDIR += sleuthkit
- SUBDIR += slmon
SUBDIR += sloth
SUBDIR += slst
SUBDIR += slurm-hpc
diff --git a/sysutils/ckl/Makefile b/sysutils/ckl/Makefile
deleted file mode 100644
index 4fc31ad85d6a..000000000000
--- a/sysutils/ckl/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# Created by: Tomaz Muraus <kami@k5-storitve.net>
-# $FreeBSD$
-
-PORTNAME= ckl
-PORTVERSION= 0.9.1
-PORTREVISION= 2
-CATEGORIES= sysutils net
-MASTER_SITES= http://packages.cloudkick.com/releases/ckl/
-DISTNAME= ckl-${PORTVERSION}
-
-MAINTAINER= kami@k5-storitve.net
-COMMENT= A command line tool for noting when something was changed on a machine
-
-BROKEN= unfetchable, MASTER_SITES redirects to Rackspace
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2014-02-27
-LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
-
-USE_SCONS= yes
-USE_BZIP2= yes
-
-PORTDOCS= CHANGES LICENSE NOTICE README
-
-NO_STAGE= yes
-post-patch:
- @${REINPLACE_CMD} -e '/<curl\/types.h>/d' ${WRKSRC}/src/ckl.h
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/ckl ${PREFIX}/bin
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
- @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
-.endfor
-.endif
-
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- @${MKDIR} ${EXAMPLESDIR}/webapp
- (cd ${WRKSRC}/webapp/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/webapp)
-.endif
- ${INSTALL_DATA} ${PATCHDIR}/cloudkick.conf.example ${PREFIX}/etc/cloudkick.conf.sample
- @if [ ! -f ${PREFIX}/etc/cloudkick.conf ]; then \
- ${INSTALL_DATA} -p ${PREFIX}/etc/cloudkick.conf.sample ${PREFIX}/etc/cloudkick.conf ; \
- fi
-
-.include <bsd.port.mk>
diff --git a/sysutils/ckl/distinfo b/sysutils/ckl/distinfo
deleted file mode 100644
index db08056b1873..000000000000
--- a/sysutils/ckl/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ckl-0.9.1.tar.bz2) = 270d8de8f08ff0eeb88191527f6991467d3fee10b99c5c9319b5e027e1d3f77f
-SIZE (ckl-0.9.1.tar.bz2) = 297908
diff --git a/sysutils/ckl/files/cloudkick.conf.example b/sysutils/ckl/files/cloudkick.conf.example
deleted file mode 100644
index c518beb6d862..000000000000
--- a/sysutils/ckl/files/cloudkick.conf.example
+++ /dev/null
@@ -1,2 +0,0 @@
-ckl_endpoint http://ckl.example.com/
-secret mySuperSecret
diff --git a/sysutils/ckl/files/patch-src-conf.c b/sysutils/ckl/files/patch-src-conf.c
deleted file mode 100644
index 601facd4f690..000000000000
--- a/sysutils/ckl/files/patch-src-conf.c
+++ /dev/null
@@ -1,27 +0,0 @@
-*** src/conf.c.orig Sun Jan 24 02:46:27 2010
---- src/conf.c Tue Jun 1 07:19:59 2010
-***************
-*** 86,96 ****
- {
- int rv;
- FILE *fp;
-
- /* TODO: respect prefix */
-! fp = fopen("/etc/cloudkick.conf", "r");
- if (fp == NULL) {
- char buf[2048];
- const char *home = getenv("HOME");
-
- if (home == NULL) {
---- 86,96 ----
- {
- int rv;
- FILE *fp;
-
- /* TODO: respect prefix */
-! fp = fopen("/usr/local/etc/cloudkick.conf", "r");
- if (fp == NULL) {
- char buf[2048];
- const char *home = getenv("HOME");
-
- if (home == NULL) {
diff --git a/sysutils/ckl/pkg-descr b/sysutils/ckl/pkg-descr
deleted file mode 100644
index f6d893225717..000000000000
--- a/sysutils/ckl/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-A command line tool for noting when something was changed on a machine.
-The contents of the message are POST'ed to another server for logging.
-
-WWW: http://github.com/pquerna/ckl
diff --git a/sysutils/ckl/pkg-plist b/sysutils/ckl/pkg-plist
deleted file mode 100644
index bb2bbc598967..000000000000
--- a/sysutils/ckl/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-bin/ckl
-@unexec if cmp -s %D/etc/cloudkick.conf %D/etc/cloudkick.conf.sample; then rm -f %D/etc/cloudkick.conf; fi
-etc/cloudkick.conf.sample
-@exec if [ ! -f %D/etc/cloudkick.conf ]; then cp %B/%f %D/etc/cloudkick.conf; fi
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webapp/ckl.cgi
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webapp
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
diff --git a/sysutils/graphicboot/Makefile b/sysutils/graphicboot/Makefile
deleted file mode 100644
index a7c164e986ca..000000000000
--- a/sysutils/graphicboot/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# Created by: Matthew Holder <sixxgate@hotmail.com>
-# $FreeBSD$
-
-PORTNAME= graphicboot
-PORTVERSION= 1.1
-PORTREVISION= 8
-CATEGORIES= sysutils
-MASTER_SITES= http://matt.sixxgate.com/files/
-
-MAINTAINER= sixxgate@hotmail.com
-COMMENT= Provides graphical X Window startup to FreeBSD during 'rc'
-
-BROKEN= fails checksum
-DEPRECATED= Broken for more then 6 month
-EXPIRATION_DATE= 2014-02-27
-
-BUILD_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \
- xrdb:${PORTSDIR}/x11/xrdb \
- xsetroot:${PORTSDIR}/x11/xsetroot
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-USES= motif gmake
-USE_BZIP2= yes
-USE_XORG= x11
-GNU_CONFIGURE= yes
-
-MAN8= graphicboot.8 sendgbmsg.8
-MANCOMPRESSED= yes
-
-NO_STAGE= yes
-post-install:
- @${CAT} pkg-message
-
-.include <bsd.port.mk>
diff --git a/sysutils/graphicboot/distinfo b/sysutils/graphicboot/distinfo
deleted file mode 100644
index 0212099c46e9..000000000000
--- a/sysutils/graphicboot/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (graphicboot-1.1.tar.bz2) = abcfa4b10073e4f7fafeff58bd3f93b80ce71c11037255e45a3a86c1a66ffca8
-SIZE (graphicboot-1.1.tar.bz2) = 102726
diff --git a/sysutils/graphicboot/pkg-descr b/sysutils/graphicboot/pkg-descr
deleted file mode 100644
index e4164ad10672..000000000000
--- a/sysutils/graphicboot/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-graphicboot starts the machines local X Window and displays the messages
-echoed during boot up while the rc script is setting up the operating
-system.
-
-WWW: http://matt.sixxgate.com/
diff --git a/sysutils/graphicboot/pkg-message b/sysutils/graphicboot/pkg-message
deleted file mode 100644
index 767a60206d26..000000000000
--- a/sysutils/graphicboot/pkg-message
+++ /dev/null
@@ -1,21 +0,0 @@
-=========================================================
-WARNING: This port port will start X during the startup.
-Before adding the graphboot="YES" line to your rc.conf
-file please test the port by running it in multi-user
-mode. If you need to make any changes to the xorg.conf
-file, please remember to leave the resolution at 640x480.
-
-Please note that if you are using XDM or another display
-manager for graphical logon, please edit its startup
-script by adding the line at the beginning:
-
- sendgbmsg -e
-
-This will cause the graphicboot to end before the
-display manager starts.
-
-To use graphicboot, simply add the line to your rc.conf
-file:
-
- graphicboot="YES"
-=========================================================
diff --git a/sysutils/graphicboot/pkg-plist b/sysutils/graphicboot/pkg-plist
deleted file mode 100644
index fc5019121264..000000000000
--- a/sysutils/graphicboot/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-bin/graphicboot
-bin/sendgbmsg
-@cwd /etc/Xboot
-Xserver
-Xresources
-xorg.conf
-Xsplash.jpg
-@cwd /
-@dirrm etc/Xboot
-@cwd /etc/rc.d
-startgraphicboot
-endgraphicboot
-MSG.NETWORKING
-MSG.LOGIN
-MSG.DAEMON
-MSG.SERVER
diff --git a/sysutils/mmore/Makefile b/sysutils/mmore/Makefile
deleted file mode 100644
index a49348465e2d..000000000000
--- a/sysutils/mmore/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# Created by: Matthew Holder <sixxgate@hotmail.com>
-# $FreeBSD$
-
-PORTNAME= mmore
-PORTVERSION= 1.01
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://matt.sixxgate.com/files/
-
-MAINTAINER= sixxgate@hotmail.com
-COMMENT= Motif/X file/stream viewer
-
-BROKEN= unfetchable, MASTER_SITES is parked
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2014-02-27
-USES= imake motif
-USE_BZIP2= yes
-USE_XORG= x11 xmu xt
-MAN1= mmore.1
-MANCOMPRESSED= yes
-
-NO_STAGE= yes
-.include <bsd.port.mk>
diff --git a/sysutils/mmore/distinfo b/sysutils/mmore/distinfo
deleted file mode 100644
index 294fa5436c87..000000000000
--- a/sysutils/mmore/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (mmore-1.01.tar.bz2) = a5cd38a4675d0de6d238cefbce85694107c9a58e20ba74ab1a7776201445e591
-SIZE (mmore-1.01.tar.bz2) = 14488
diff --git a/sysutils/mmore/files/patch-mmore.c b/sysutils/mmore/files/patch-mmore.c
deleted file mode 100644
index 645ea6f59863..000000000000
--- a/sysutils/mmore/files/patch-mmore.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- mmore.c.orig Mon Jul 11 12:03:49 2005
-+++ mmore.c Mon Jul 11 20:33:52 2005
-@@ -51,6 +51,7 @@
- XtAppContext xtAppContext;
- Arg args[5]; Cardinal n;
- XmString szGeneric;
-+ XtTranslations transtable;
-
- wndMMore = XtVaAppInitialize(&xtAppContext,
- "MMore",
-@@ -68,7 +69,7 @@
- (XtEventHandler) _XEditResCheckMessages, NULL);
-
- /* Create the universal Quit key binding */
-- XtTranslations transtable = XtParseTranslationTable(translations);
-+ transtable = XtParseTranslationTable(translations);
-
- n = 0;
- XtSetArg(args[n], XmNmarginHeight, 7); n++;
diff --git a/sysutils/mmore/pkg-descr b/sysutils/mmore/pkg-descr
deleted file mode 100644
index f5320f737ff5..000000000000
--- a/sysutils/mmore/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-A file/stream viewer for Motif/X.
-
-WWW: http://matt.sixxgate.com/
diff --git a/sysutils/mmore/pkg-plist b/sysutils/mmore/pkg-plist
deleted file mode 100644
index 24af9b37a8d8..000000000000
--- a/sysutils/mmore/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/mmore
-lib/X11/app-defaults/MMore
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
deleted file mode 100644
index 7f94657f32fb..000000000000
--- a/sysutils/slmon/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: ijliao
-# $FreeBSD$
-
-PORTNAME= slmon
-PORTVERSION= 0.5.13
-PORTREVISION= 7
-CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME}/SLmon/${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= S-Lang System Monitor
-
-LIB_DEPENDS= gtop-2.0.7:${PORTSDIR}/devel/libgtop \
- slang.2:${PORTSDIR}/devel/libslang2
-
-BROKEN= Does not build
-DEPRECATED= Broken for more than 6 month
-EXPIRATION_DATE= 2014-02-27
-
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-MAN1= slmon.1
-PLIST_FILES= bin/slmon
-
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lncurses -lm
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-# For gmake>=3.82
-post-patch:
- @${REINPLACE_CMD} -e 's/^ */ /' ${WRKSRC}/Makefile.in
-
-.if ${OSVERSION} > 900007
-BROKEN= fails to build with new utmpx
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/sysutils/slmon/distinfo b/sysutils/slmon/distinfo
deleted file mode 100644
index 471b52d2ec9b..000000000000
--- a/sysutils/slmon/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (slmon-0.5.13.tar.gz) = dc38740e4e0cccb86ccf76aaad5734d7d1e42e144615ee09bc8c8c9290110b28
-SIZE (slmon-0.5.13.tar.gz) = 103826
diff --git a/sysutils/slmon/files/patch-defines.h b/sysutils/slmon/files/patch-defines.h
deleted file mode 100644
index 49cffa33a40b..000000000000
--- a/sysutils/slmon/files/patch-defines.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- defines.h.orig Mon Jun 21 00:56:47 2004
-+++ defines.h Sun May 29 21:44:41 2005
-@@ -21,6 +21,7 @@
- #ifndef SLMON_DEFINES_H
- #define SLMON_DEFINES_H
-
-+#include <sys/types.h>
- #include <stdlib.h>
- #include <time.h>
- #include <string.h>
diff --git a/sysutils/slmon/files/patch-draw.c b/sysutils/slmon/files/patch-draw.c
deleted file mode 100644
index d91c05eae2ff..000000000000
--- a/sysutils/slmon/files/patch-draw.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- draw.c.orig Mon Jun 21 00:56:48 2004
-+++ draw.c Sun May 29 21:47:00 2005
-@@ -27,7 +27,9 @@
- #include <glibtop/netload.h>
-
- #include <sys/types.h>
-+#include <sys/socket.h>
- #include <netinet/in.h>
-+#include <arpa/inet.h>
-
- /*
- * Clear screen using color n. This should be used instead of SLsmg_cls() to
diff --git a/sysutils/slmon/pkg-descr b/sysutils/slmon/pkg-descr
deleted file mode 100644
index bc54450ea6ce..000000000000
--- a/sysutils/slmon/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-SLmon is a tool for monitoring system's performance. It displays results
-using nice and (hopefully) readable text-based UI. Currently monitored are:
-
- - CPU load (SMP is supported)
- - memory (including swap)
- - uptime, date and time
- - number of logged in users
-
-WWW: http://slmon.sourceforge.net/