aboutsummaryrefslogtreecommitdiff
path: root/misc/logsurfer
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-17 18:46:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-17 18:46:28 +0000
commit42bc72ea78b186f3a9c59c3b85442bad2f86c8fb (patch)
treee0125bf6e6ac5e8f002b57bd75e10960a696077f /misc/logsurfer
parent0dae4856ab0f2ece20fff322ce1d96c614c761e4 (diff)
downloadports-42bc72ea78b186f3a9c59c3b85442bad2f86c8fb.tar.gz
ports-42bc72ea78b186f3a9c59c3b85442bad2f86c8fb.zip
remove dead MASTER_SITES
install example config file & docs clean up pkg-{comment,descr} PR: 29636 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=46393
Diffstat (limited to 'misc/logsurfer')
-rw-r--r--misc/logsurfer/Makefile16
-rw-r--r--misc/logsurfer/pkg-comment2
-rw-r--r--misc/logsurfer/pkg-descr10
-rw-r--r--misc/logsurfer/pkg-plist5
4 files changed, 26 insertions, 7 deletions
diff --git a/misc/logsurfer/Makefile b/misc/logsurfer/Makefile
index 5b2078a4fac4..0b762bc76ba7 100644
--- a/misc/logsurfer/Makefile
+++ b/misc/logsurfer/Makefile
@@ -9,14 +9,26 @@ PORTNAME= logsurfer
PORTVERSION= 1.5a
CATEGORIES= misc
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
- ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/ \
- ftp://ftp.uni-magdeburg.de/pub/mirror/ftp.cert.dfn.de/tools/audit/logsurfer/
+ ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/
EXTRACT_SUFX= .tar
MAINTAINER= shanee@augusta.de
GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc
+
MAN1= logsurfer.1
MAN4= logsurfer.conf.4
+post-install:
+ @${MKDIR} ${PREFIX}/share/examples/logsurfer
+ ${INSTALL_DATA} ${WRKSRC}/config-examples/README \
+ ${PREFIX}/share/examples/logsurfer
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for file in ChangeLog README
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+.endfor
+.endif
+
.include <bsd.port.mk>
diff --git a/misc/logsurfer/pkg-comment b/misc/logsurfer/pkg-comment
index 178cd87b7e34..eaa5a76f1d83 100644
--- a/misc/logsurfer/pkg-comment
+++ b/misc/logsurfer/pkg-comment
@@ -1 +1 @@
-Processes logfiles and perform certain actions
+Process logfiles and conditionally perform certain actions
diff --git a/misc/logsurfer/pkg-descr b/misc/logsurfer/pkg-descr
index ddbb46156be6..55333f8a7359 100644
--- a/misc/logsurfer/pkg-descr
+++ b/misc/logsurfer/pkg-descr
@@ -1,4 +1,6 @@
- Logsurfer is a program that works on single textlines from
- a logfile (or from standard input). It compares each line
- against regular expressions of a set of "rules" and per-
- forms certain actions that are defined for this match.
+Logsurfer is a program that works on single textlines from
+a logfile (or from standard input). It compares each line
+against regular expressions of a set of "rules" and per-
+forms certain actions that are defined for this match.
+
+WWW: http://www.cert.dfn.de/eng/logsurf/
diff --git a/misc/logsurfer/pkg-plist b/misc/logsurfer/pkg-plist
index 560c091feee7..8d527a7b5130 100644
--- a/misc/logsurfer/pkg-plist
+++ b/misc/logsurfer/pkg-plist
@@ -1 +1,6 @@
bin/logsurfer
+%%PORTDOCS%%share/doc/logsurfer/ChangeLog
+%%PORTDOCS%%share/doc/logsurfer/README
+%%PORTDOCS%%@dirrm share/doc/logsurfer
+share/examples/logsurfer/README
+@dirrm share/examples/logsurfer