aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/logtool-devel/Makefile48
-rw-r--r--sysutils/logtool-devel/distinfo3
-rw-r--r--sysutils/logtool-devel/files/patch-ab10
-rw-r--r--sysutils/logtool-devel/pkg-descr18
-rw-r--r--sysutils/logtool-devel/pkg-message9
-rw-r--r--sysutils/logtool-devel/pkg-plist32
8 files changed, 1 insertions, 121 deletions
diff --git a/MOVED b/MOVED
index a412dec63fcf..b13a5cf5ff43 100644
--- a/MOVED
+++ b/MOVED
@@ -4510,3 +4510,4 @@ chinese/gcin-devel||2010-08-31|Older than stable port, broken and unmaintained
graphics/xfractint-devel||2010-08-31|Older than stable port and unmaintained
misc/kcd-devel||2010-08-31|Older than stable port and unmaintained
net/Sockets-devel||2010-08-31|Older than stable port and unmaintained
+sysutils/logtool-devel||2010-08-31|Older than stable port and unmaintained
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 7323e0de2ae7..d6d09cd20ab5 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -462,7 +462,6 @@
SUBDIR += logrotate
SUBDIR += logserial
SUBDIR += logtool
- SUBDIR += logtool-devel
SUBDIR += logwatch
SUBDIR += lookat
SUBDIR += lookupd
diff --git a/sysutils/logtool-devel/Makefile b/sysutils/logtool-devel/Makefile
deleted file mode 100644
index cf17955ccc54..000000000000
--- a/sysutils/logtool-devel/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: logtool
-# Date created: Dec 30, 2000
-# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
-#
-# $FreeBSD$
-#
-
-PORTNAME= logtool
-PORTVERSION= 1.3.1
-PORTREVISION= 1
-CATEGORIES= sysutils
-MASTER_SITES= http://xjack.org/logtool/download/
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Parse ASCII logfiles into ANSI, CSV, HTML formats
-
-CONFLICTS= logtool-1.2*
-
-USE_GMAKE= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CFLAGS="${CFLAGS}"
-CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/${PORTNAME} --without-resolver
-
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
-MAN1= logtool.1
-DOCS= CHANGES CREDITS Changes README TODO doc/logtool.txt
-
-do-build:
- cd ${WRKSRC}/src && ${GMAKE} INCLUDES="${CPPFLAGS}"
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/logtool ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/logtool.1 ${MANPREFIX}/man/man1
- @${MKDIR} ${EXAMPLESDIR} ${EXAMPLESDIR}/scripts
- ${INSTALL_DATA} ${WRKSRC}/conf/* ${EXAMPLESDIR}
- @${RM} ${EXAMPLESDIR}/logtool.conf.in
- ${INSTALL_DATA} ${WRKSRC}/scripts/* ${EXAMPLESDIR}/scripts
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
-.endif
- @${SED} -e 's!PREFIX!${PREFIX}!' ${.CURDIR}/pkg-message > ${PKGMESSAGE}
- ${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff --git a/sysutils/logtool-devel/distinfo b/sysutils/logtool-devel/distinfo
deleted file mode 100644
index f4bd272d608d..000000000000
--- a/sysutils/logtool-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (logtool-1.3.1.tar.gz) = 7da0564dc0fea4f0470d61168871f9c2
-SHA256 (logtool-1.3.1.tar.gz) = 478080f5f61d848390445d8c2a125013880bb2a0644da79d034292525f8e973e
-SIZE (logtool-1.3.1.tar.gz) = 90012
diff --git a/sysutils/logtool-devel/files/patch-ab b/sysutils/logtool-devel/files/patch-ab
deleted file mode 100644
index 251d4cee729d..000000000000
--- a/sysutils/logtool-devel/files/patch-ab
+++ /dev/null
@@ -1,10 +0,0 @@
---- logtool/includes.h.orig Wed Jan 10 04:18:00 2001
-+++ src/includes.h Wed Jan 10 04:20:00 2001
-@@ -22,6 +22,7 @@
- #include<stdio.h>
- #include<stdlib.h>
- #include<string.h>
-+#include<unistd.h>
- #include<regex.h>
- #include<errno.h>
-
diff --git a/sysutils/logtool-devel/pkg-descr b/sysutils/logtool-devel/pkg-descr
deleted file mode 100644
index eefdb39f7bdb..000000000000
--- a/sysutils/logtool-devel/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Logtool is a command line program that will parse ASCII logfiles into a more
-palatable format. It will take anything resembling a standard syslog file
-(this includes syslog-ng, multilog, and probably most of the other variantse),
-and crunch it into one of the following formats for your viewing pleasure:
-
- - ANSI (colorized for easy "at a glance" viewing)
- - ASCII (for e-mail'ed reports, and term's that don't support color)
- - CSV (for importing into your favorite spreadsheet/database)
- - HTML (for generating web pages)
- - RAW (for no good reason)
-
-It can be configured to parse the data any one of several ways, including
-suppressing duplicate messages, stripping the host, and/or program fields,
-and modifying the time display format (supports TAI64 timestamps produced
-by DJB's multilog) of the log entries.
-
-Author: A.L.Lambert
-WWW: http://xjack.org/logtool/
diff --git a/sysutils/logtool-devel/pkg-message b/sysutils/logtool-devel/pkg-message
deleted file mode 100644
index fa963277f72b..000000000000
--- a/sysutils/logtool-devel/pkg-message
+++ /dev/null
@@ -1,9 +0,0 @@
-###########################################################################
-#
-# Sample configuration files are installed in
-#
-# PREFIX/share/examples/logtool
-#
-# Please copy them to PREFIX/etc/logtool and edit to suit your needs.
-#
-###########################################################################
diff --git a/sysutils/logtool-devel/pkg-plist b/sysutils/logtool-devel/pkg-plist
deleted file mode 100644
index 155f20f14087..000000000000
--- a/sysutils/logtool-devel/pkg-plist
+++ /dev/null
@@ -1,32 +0,0 @@
-@comment $FreeBSD$
-bin/logtool
-%%PORTDOCS%%%%DOCSDIR%%/CHANGES
-%%PORTDOCS%%%%DOCSDIR%%/CREDITS
-%%PORTDOCS%%%%DOCSDIR%%/Changes
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/logtool.txt
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%EXAMPLESDIR%%/scripts/README
-%%EXAMPLESDIR%%/scripts/cronjob.emailreport.sh
-%%EXAMPLESDIR%%/scripts/cronjob.genwebpage.sh
-%%EXAMPLESDIR%%/scripts/logtool_logcheck.sh
-%%EXAMPLESDIR%%/scripts/monitor.logs.sh
-@dirrm %%EXAMPLESDIR%%/scripts
-%%EXAMPLESDIR%%/blue
-%%EXAMPLESDIR%%/brightblue
-%%EXAMPLESDIR%%/brightcyan
-%%EXAMPLESDIR%%/brightgreen
-%%EXAMPLESDIR%%/brightmagenta
-%%EXAMPLESDIR%%/brightred
-%%EXAMPLESDIR%%/brightwhite
-%%EXAMPLESDIR%%/brightyellow
-%%EXAMPLESDIR%%/cyan
-%%EXAMPLESDIR%%/exclude
-%%EXAMPLESDIR%%/green
-%%EXAMPLESDIR%%/include
-%%EXAMPLESDIR%%/logtool.conf
-%%EXAMPLESDIR%%/magenta
-%%EXAMPLESDIR%%/white
-%%EXAMPLESDIR%%/yellow
-@dirrm %%EXAMPLESDIR%%