head	1.14;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.13
	RELEASE_7_1_0:1.13
	RELEASE_6_4_0:1.13
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.13
	RELEASE_4_EOL:1.13
	RELEASE_6_2_0:1.13
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.12
	RELEASE_5_4_0:1.12
	RELEASE_4_11_0:1.12
	RELEASE_5_3_0:1.12
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.01.22;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2006.05.13.04.15.18;	author edwin;	state Exp;
branches;
next	1.12;

1.12
date	2004.08.22.15.25.35;	author kris;	state Exp;
branches;
next	1.11;

1.11
date	2004.08.20.19.50.44;	author kris;	state Exp;
branches;
next	1.10;

1.10
date	2004.08.16.05.33.05;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2004.05.26.14.38.28;	author krion;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.05.20.37.48;	author trevor;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.16.05.27.13;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.16.05.20.26;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.16.01.30.41;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.21.13.26.57;	author knu;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.05.01.55.55;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.04.05.46.35;	author edwin;	state Exp;
branches;
next	1.1;

1.1
date	2002.04.02.12.58.21;	author markp;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Switch exporter over
@
text
@# New ports collection makefile for:   vlog
# Date created:                31 March 2002
# Whom:                        hannes sowa <satbran@@web.de>
#
# $FreeBSD: head/security/vlog/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	vlog
PORTVERSION=	1.1f
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://inc2.com/download/
DISTNAME=	vlog-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A curses based real-time logfile viewer esp. useful for ipflog

ALL_TARGET=	it
MAKE_ARGS=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
		LIBS="${PTHREAD_LIBS} -lcurses"
WRKSRC=		${WRKDIR}/vlog
USE_PERL5=	yes

MAN1=		vlog.1
MANCOMPRESSED=	no
PLIST_FILES=	bin/vlog

post-patch:
	${REINPLACE_CMD} -e "s@@/usr/local@@${PREFIX}@@g" ${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.13
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.12
log
@Revert previous commit, I lost the race with arved who fixed the port.

Pointy hat to:	kris
@
text
@a22 1
USE_REINPLACE=	yes
@


1.11
log
@BROKEN on 5.x: Does not compile with gcc 3.4.2
@
text
@a28 5
.include <bsd.port.pre.mk>

.if ${OSVERSION} > 502125
BROKEN=		"Does not compile with gcc 3.4.2"
.endif
d33 1
a33 1
.include <bsd.port.post.mk>
@


1.10
log
@The distfile is now fetchable again, so rescue this port from death row.
@
text
@d29 5
d38 1
a38 1
.include <bsd.port.mk>
@


1.9
log
@- Mark BROKEN: Unfetchable
- Project was closed, so set EXPIRATION_DATE and DEPRICATED
  knobs

PR:		ports/67214
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@a18 4
BROKEN=		"Unfetchable"
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2004-07-14

@


1.8
log
@Use PLIST_FILES.

Reviewed by:	marcus
@
text
@d19 4
@


1.7
log
@Reset maintainer:

    <satbran@@web.de>: host mx-ha01.web.de[217.72.192.149] said: 550
	<satbran@@web.de> Benutzer nicht bekannt/User unknown (in reply to RCPT TO
	command)
@
text
@d28 1
@


1.6
log
@Unbreak port by adding lots of \n\'s
Informed maintainer.
@
text
@d16 1
a16 1
MAINTAINER=	satbran@@web.de
@


1.5
log
@BROKEN on 5.x: does not compile
@
text
@d10 1
a28 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=		"Does not compile"
.endif

d32 1
a32 1
.include <bsd.port.post.mk>
@


1.4
log
@De-pkg-comment.
@
text
@d28 6
d37 1
a37 1
.include <bsd.port.mk>
@


1.3
log
@vlog requires pod2man -> USE_PERL5=yes
Noticed on: bento
@
text
@d16 1
@


1.2
log
@PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
@
text
@d22 1
@


1.1
log
@Add vlog 1.1f, a curses based real-time logfile viewer.

PR:		36616
Submitted by:	hannes sowa <satbran@@web.de>
@
text
@d21 1
d27 1
a27 1
	${PERL} -pi -e "s@@/usr/local@@${PREFIX}@@g" ${WRKSRC}/Makefile
@

