diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-08-18 02:46:28 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-08-18 02:46:28 +0800 |
commit | aa7d1d0df3dca6194e06283d2c9c8855a778f1c6 (patch) | |
tree | ac4a71d826bbee923ed40bacc51eea6dd1ccd30b /misc/logsurfer | |
parent | dbb12f5dca42508a6b2130bc9ecb148d52161126 (diff) | |
download | freebsd-ports-gnome-aa7d1d0df3dca6194e06283d2c9c8855a778f1c6.tar.gz freebsd-ports-gnome-aa7d1d0df3dca6194e06283d2c9c8855a778f1c6.tar.zst freebsd-ports-gnome-aa7d1d0df3dca6194e06283d2c9c8855a778f1c6.zip |
remove dead MASTER_SITES
install example config file & docs
clean up pkg-{comment,descr}
PR: 29636
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'misc/logsurfer')
-rw-r--r-- | misc/logsurfer/Makefile | 16 | ||||
-rw-r--r-- | misc/logsurfer/pkg-comment | 2 | ||||
-rw-r--r-- | misc/logsurfer/pkg-descr | 10 | ||||
-rw-r--r-- | misc/logsurfer/pkg-plist | 5 |
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 |