head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.9
	RELEASE_6_3_0:1.9
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.9
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	pktsuckers_1_2:1.1.1.1
	WKT:1.1.1;
locks; strict;
comment	@# @;


1.13
date	2012.12.10.05.36.29;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.25.14.42.00;	author culot;	state Exp;
branches;
next	1.10;

1.10
date	2011.08.02.17.03.51;	author bapt;	state Exp;
branches;
next	1.9;

1.9
date	2006.05.25.01.58.01;	author mnag;	state Exp;
branches;
next	1.8;

1.8
date	2005.10.09.15.39.55;	author fenner;	state Exp;
branches;
next	1.7;

1.7
date	2003.02.21.13.26.54;	author knu;	state Exp;
branches;
next	1.6;

1.6
date	2001.10.07.22.42.00;	author fenner;	state Exp;
branches;
next	1.5;

1.5
date	2000.06.02.03.18.43;	author will;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.21.08.18.48;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.09.18.30.20;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	99.08.31.01.51.36;	author peter;	state Exp;
branches;
next	1.1;

1.1
date	99.06.01.20.29.11;	author mharo;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.06.01.20.29.11;	author mharo;	state Exp;
branches;
next	;


desc
@@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308586
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308586 | ak | 2012-12-10 05:32:00 +0000 (Mon, 10 Dec 2012) | 8 lines
## SVN ##
## SVN ## - Convert Makefile headers to new style
## SVN ## - Don't hardcode PORTVERSION in DISTNAME
## SVN ## - Convert to PLIST_FILES
## SVN ## - Fix build with clang
## SVN ##
## SVN ## PR:	ports/174205 (based on)
## SVN ## Submitted by:	KATO Tsuguru <tkato432@@yahoo.com>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Warren Toomey <wkt@@cs.adfa.edu.au>
# $FreeBSD: head/security/pktsuckers/Makefile 308586 2012-12-10 05:32:00Z ak $

PORTNAME=	pktsuckers
PORTVERSION=	1.2
CATEGORIES=	security
MASTER_SITES=	ftp://minnie.tuhs.org/pub/NetSecurity/
DISTNAME=	${PORTNAME}${PORTVERSION:S/./_/}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Log contents of unwanted UDP packets and TCP connections

PLIST_FILES=	libexec/tcpsuck libexec/udpsuck

post-patch:
	@@${REINPLACE_CMD} -e \
		's|^void main|int main|' ${WRKSRC}/tcpsuck.c ${WRKSRC}/udpsuck.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tcpsuck ${PREFIX}/libexec
	${INSTALL_PROGRAM} ${WRKSRC}/udpsuck ${PREFIX}/libexec
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pktsuckers
# Date created:		31 May 1999
# Whom:			Warren Toomey <wkt@@cs.adfa.edu.au>
#
# $FreeBSD: head/security/pktsuckers/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d8 1
a8 1
DISTNAME=	${PORTNAME}1_2
d13 6
@


1.11
log
@- Update MASTER_SITES
- Undeprecate (distfile fetchable again)

PR:		ports/160144
Submitted by:	Kato Tsuguru <tkato432@@yahoo.com>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Deprecate some ports where I can't find distfiles and upstream
@
text
@d11 1
a11 2
MASTER_SITES=	http://mirror2.unixfreunde.de/ \
		http://freebsd.unixfreunde.de/sources/
a16 3
DEPRECATED=	No more public distfiles
EXPIRATION_DATE=	2011-09-01

@


1.9
log
@- Fix master sites

PR:		97811
Submitted by:	Martin Wilke <freebsd___unixfreunde.de>
@
text
@d18 3
@


1.8
log
@Warren requested that this port be removed.  I've just un-MAINTAINER-ized
 it to avoid slush troubles.
@
text
@d11 2
a12 1
MASTER_SITES=	ftp://minnie.cs.adfa.edu.au/pub/NetSecurity/
@


1.7
log
@De-pkg-comment.
@
text
@d14 1
a14 1
MAINTAINER=	wkt@@tuhs.org
@


1.6
log
@Update MAINTAINER's email address.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pktsuckers/Makefile,v 1.5 2000/06/02 03:18:43 will Exp $
d15 1
@


1.5
log
@Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pktsuckers/Makefile,v 1.4 2000/04/21 08:18:48 mharo Exp $
d14 1
a14 1
MAINTAINER=	wkt@@cs.adfa.edu.au
@


1.4
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pktsuckers/Makefile,v 1.3 2000/04/09 18:30:20 cpiazza Exp $
d10 1
a10 1
CATEGORIES=	security net
@


1.3
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/pktsuckers/Makefile,v 1.2 1999/08/31 01:51:36 peter Exp $
d9 1
a9 1
PORTVERSION= 	1.2
@


1.2
log
@$Id$ -> $FreeBSD$
@
text
@a1 1
# Version required:	1.2
d5 1
a5 1
# $FreeBSD$
d8 2
a9 2
DISTNAME=	pktsuckers1_2
PKGNAME=	pktsuckers-1.2
d12 1
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
@


1.1.1.1
log
@Log the contents of unwanted tcp and udp connections.

PR:		11973
Submitted by:	Warren Toomey
@
text
@@
