mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
remove dead MASTER_SITES
install example config file & docs clean up pkg-{comment,descr} PR: 29636 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
0dae4856ab
commit
42bc72ea78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46393
8 changed files with 52 additions and 14 deletions
|
@ -9,14 +9,26 @@ PORTNAME= logsurfer
|
||||||
PORTVERSION= 1.5a
|
PORTVERSION= 1.5a
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
|
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
|
||||||
ftp://ftp.tuwien.ac.at/infosys/security/dfn/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/
|
|
||||||
EXTRACT_SUFX= .tar
|
EXTRACT_SUFX= .tar
|
||||||
|
|
||||||
MAINTAINER= shanee@augusta.de
|
MAINTAINER= shanee@augusta.de
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc
|
||||||
|
|
||||||
MAN1= logsurfer.1
|
MAN1= logsurfer.1
|
||||||
MAN4= logsurfer.conf.4
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Processes logfiles and perform certain actions
|
Process logfiles and conditionally perform certain actions
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
Logsurfer is a program that works on single textlines from
|
Logsurfer is a program that works on single textlines from
|
||||||
a logfile (or from standard input). It compares each line
|
a logfile (or from standard input). It compares each line
|
||||||
against regular expressions of a set of "rules" and per-
|
against regular expressions of a set of "rules" and per-
|
||||||
forms certain actions that are defined for this match.
|
forms certain actions that are defined for this match.
|
||||||
|
|
||||||
|
WWW: http://www.cert.dfn.de/eng/logsurf/
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
bin/logsurfer
|
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
|
||||||
|
|
|
@ -9,14 +9,26 @@ PORTNAME= logsurfer
|
||||||
PORTVERSION= 1.5a
|
PORTVERSION= 1.5a
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
|
MASTER_SITES= ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
|
||||||
ftp://ftp.tuwien.ac.at/infosys/security/dfn/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/
|
|
||||||
EXTRACT_SUFX= .tar
|
EXTRACT_SUFX= .tar
|
||||||
|
|
||||||
MAINTAINER= shanee@augusta.de
|
MAINTAINER= shanee@augusta.de
|
||||||
|
|
||||||
GNU_CONFIGURE= YES
|
GNU_CONFIGURE= YES
|
||||||
|
CONFIGURE_ARGS+= --with-etc-dir=${PREFIX}/etc
|
||||||
|
|
||||||
MAN1= logsurfer.1
|
MAN1= logsurfer.1
|
||||||
MAN4= logsurfer.conf.4
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Processes logfiles and perform certain actions
|
Process logfiles and conditionally perform certain actions
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
Logsurfer is a program that works on single textlines from
|
Logsurfer is a program that works on single textlines from
|
||||||
a logfile (or from standard input). It compares each line
|
a logfile (or from standard input). It compares each line
|
||||||
against regular expressions of a set of "rules" and per-
|
against regular expressions of a set of "rules" and per-
|
||||||
forms certain actions that are defined for this match.
|
forms certain actions that are defined for this match.
|
||||||
|
|
||||||
|
WWW: http://www.cert.dfn.de/eng/logsurf/
|
||||||
|
|
|
@ -1 +1,6 @@
|
||||||
bin/logsurfer
|
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
|
||||||
|
|
Loading…
Add table
Reference in a new issue