aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2014-03-30 08:46:52 +0800
committerrene <rene@FreeBSD.org>2014-03-30 08:46:52 +0800
commitae87c1f930e81d51167d168b62080176803f6184 (patch)
tree38b29530f87043f10118751da43b671f1c62f338 /sysutils
parent4b482b53daf2358ad58b5b4ebce9298ae4dc2a3f (diff)
downloadfreebsd-ports-gnome-ae87c1f930e81d51167d168b62080176803f6184.tar.gz
freebsd-ports-gnome-ae87c1f930e81d51167d168b62080176803f6184.tar.zst
freebsd-ports-gnome-ae87c1f930e81d51167d168b62080176803f6184.zip
Remove expired ports:
2014-03-07 emulators/gxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/pyxmame: Depends on deprecated emulators/xmame 2014-03-07 emulators/xmess: No more public distfiles 2014-03-07 benchmarks/xdd: No more public distfiles 2014-03-07 chinese/srecite: No more public distfiles 2014-03-07 games/hlstats: No more public distfiles 2014-03-07 audio/teamspeak_server: No more public distfiles 2014-03-07 games/utserver: No more public distfiles 2014-03-07 databases/p5-hp200lx-db: No more public distfiles 2014-03-07 audio/teamspeak_client: No more public distfiles 2014-03-10 german/vtiger: Depends on expiring www/vtiger 2014-03-10 www/gallery: No more public distfiles 2014-03-10 www/vtiger: No more public distfiles 2014-03-10 net/linux-nx-client: No more public distfiles 2014-03-10 emulators/extract-xiso: No more public distfiles 2014-03-10 www/trac-wantedpages: No more public distfiles 2014-03-10 www/trac-ldap: No more public distfiles 2014-03-10 www/trac-codetags: No more public distfiles 2014-03-10 www/trac-addcomment: No more public distfiles 2014-03-10 www/trac-nav: No more public distfiles 2014-03-10 www/baikal: No more public distfiles 2014-03-10 www/trac-pagetopdf: No more public distfiles 2014-03-10 sysutils/logmon: No more public distfiles 2014-03-10 www/trac-simpleticket: No more public distfiles 2014-03-10 www/trac-wikinegotiator: No more public distfiles 2014-03-10 www/trac-pagelist: No more public distfiles 2014-03-10 www/trac-remind: No more public distfiles 2014-03-10 www/trac-macropost: No more public distfiles 2014-03-10 mail/vexim: No more public distfiles 2014-03-10 lang/rscheme: No more public distfiles
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/logmon/Makefile29
-rw-r--r--sysutils/logmon/distinfo2
-rw-r--r--sysutils/logmon/files/patch-LineManip.cc10
-rw-r--r--sysutils/logmon/pkg-descr9
-rw-r--r--sysutils/logmon/pkg-plist3
6 files changed, 0 insertions, 54 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 30343dd89dd8..01e7fe9d8201 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -470,7 +470,6 @@
SUBDIR += lmon
SUBDIR += log_analysis
SUBDIR += loganalyzer
- SUBDIR += logmon
SUBDIR += logrotate
SUBDIR += logstalgia
SUBDIR += logstash
diff --git a/sysutils/logmon/Makefile b/sysutils/logmon/Makefile
deleted file mode 100644
index e42b9872b2d9..000000000000
--- a/sysutils/logmon/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
-# $FreeBSD$
-
-PORTNAME= logmon
-PORTVERSION= 0.4.4
-CATEGORIES= sysutils
-MASTER_SITES= http://www.edespot.com/code/LogMon/
-DISTNAME= LogMon-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ncurses-based split window log monitoring program
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-10
-
-LICENSE= ART10
-
-USES= ncurses
-USE_BZIP2= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-
-.include <bsd.port.options.mk>
-
-post-install:
- @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/logmon.conf.example ${STAGEDIR}${EXAMPLESDIR}
-
-.include <bsd.port.mk>
diff --git a/sysutils/logmon/distinfo b/sysutils/logmon/distinfo
deleted file mode 100644
index 6f57f087756e..000000000000
--- a/sysutils/logmon/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (LogMon-0.4.4.tar.bz2) = 9b7192c651069cc7d98508b25841610b2cd7a318cbf3b1b55564ae6f0d5468f2
-SIZE (LogMon-0.4.4.tar.bz2) = 65975
diff --git a/sysutils/logmon/files/patch-LineManip.cc b/sysutils/logmon/files/patch-LineManip.cc
deleted file mode 100644
index c2d3213c731d..000000000000
--- a/sysutils/logmon/files/patch-LineManip.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- LineManip.cc.orig 2013-11-15 21:52:28.000000000 +0800
-+++ LineManip.cc 2013-11-15 21:52:51.000000000 +0800
-@@ -2,6 +2,7 @@
- // $Id: LineManip.cc 72 2005-07-12 00:46:02Z amackenz $
- //
-
-+#include <stdlib.h>
- #include <unistd.h>
- #include <ncurses.h>
- #include <ctype.h>
diff --git a/sysutils/logmon/pkg-descr b/sysutils/logmon/pkg-descr
deleted file mode 100644
index 0325345fade4..000000000000
--- a/sysutils/logmon/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This program will monitor one or more log files, updating when more data
-is available ala 'tail -f', within a common terminal window via a "split
-window". User can scroll up/down/left/right through all the windows. A
-header displays each frames file name, and number of lines in the file.
-Very usefull when watching several log files at the same time. I've
-tested this under Linux, but it should work under other Unices. Please
-let me know if you get it working on another OS.
-
-WWW: http://www.edespot.com/logmon
diff --git a/sysutils/logmon/pkg-plist b/sysutils/logmon/pkg-plist
deleted file mode 100644
index 479e89eecbbb..000000000000
--- a/sysutils/logmon/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/logmon
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logmon.conf.example
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%