Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Aug 2001 23:20:32 -0400 (EDT)
From:      Pete Fritchman <petef@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        shanee@augusta.de
Subject:   ports/29636: Update misc/logsurfer to 1.5a
Message-ID:  <20010812032032.2DC28D91C@electron.databits.net>

next in thread | raw e-mail | index | archive | help

>Number:         29636
>Category:       ports
>Synopsis:       Update misc/logsurfer to 1.5a
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 11 20:30:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Pete Fritchman
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD entropy.databits.net 5.0-CURRENT FreeBSD 5.0-CURRENT #3: Wed Aug 8 12:51:05 EDT 2001 root@entropy.databits.net:/usr/obj/usr/src/sys/ENTROPY i386

>Description:

- update to version 1.5a
- remove dead MASTER_SITES
- remove files/patch-*
- install example config file & docs
- clean up pkg-{comment,descr}

>How-To-Repeat:

>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/logsurfer/Makefile,v
retrieving revision 1.7
diff -u -u -r1.7 Makefile
--- Makefile	2000/04/14 08:46:11	1.7
+++ Makefile	2001/08/12 03:11:00
@@ -6,17 +6,29 @@
 #
 
 PORTNAME=	logsurfer
-PORTVERSION=	1.41
+PORTVERSION=	1.5a
 CATEGORIES=	misc
-MASTER_SITES=	ftp://ftp.fh-rosenheim.de/pub/mirror/cert.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/
+MASTER_SITES=	ftp://ftp.cert.dfn.de/pub/tools/audit/logsurfer/ \
+		ftp://ftp.tuwien.ac.at/infosys/security/dfn/tools/audit/logsurfer/
+EXTRACT_SUFX=	.tar
 
 MAINTAINER=	shanee@augusta.de
 
-GNU_CONFIGURE=	YES
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--with-etc-dir=${PREFIX}/etc
+
 MAN1=		logsurfer.1
 MAN4=		logsurfer.conf.4
-MANCOMPRESSED=	yes
+
+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>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/misc/logsurfer/distinfo,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 distinfo
--- distinfo	1996/07/30 02:15:25	1.1.1.1
+++ distinfo	2001/08/09 04:12:30
@@ -1 +1 @@
-MD5 (logsurfer-1.41.tar.gz) = 0871a4f23d91d0e19956b19a4162992b
+MD5 (logsurfer-1.5a.tar) = 49ffbf6cfca4bb17e1f824751ed9f3f3
Index: pkg-comment
===================================================================
RCS file: /home/ncvs/ports/misc/logsurfer/pkg-comment,v
retrieving revision 1.3
diff -u -u -r1.3 pkg-comment
--- pkg-comment	1999/06/26 18:48:56	1.3
+++ pkg-comment	2001/08/09 04:22:16
@@ -1 +1 @@
-Processes logfiles and perform certain actions
+Process logfiles and conditionally perform certain actions
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/misc/logsurfer/pkg-descr,v
retrieving revision 1.1.1.1
diff -u -u -r1.1.1.1 pkg-descr
--- pkg-descr	1996/07/30 02:15:26	1.1.1.1
+++ pkg-descr	2001/08/09 04:06:41
@@ -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/
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/misc/logsurfer/pkg-plist,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-plist
--- pkg-plist	1998/10/04 22:41:23	1.2
+++ pkg-plist	2001/08/09 04:47:33
@@ -1 +1,6 @@
 bin/logsurfer
+%%PORTDOCS%%share/doc/logsurfer/ChangeLog
+%%PORTDOCS%%share/doc/logsurfer/README
+share/examples/logsurfer/README
+@dirrm share/examples/logsurfer
+%%PORTDOCS%%@dirrm share/doc/logsurfer
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010812032032.2DC28D91C>