head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	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.9
	RELEASE_5_5_0:1.9
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	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.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_1:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.1.1.1
	RELEASE_3_1_0:1.1.1.1
	v1_0:1.1.1.1
	ADMIN:1.1.1;
locks; strict;
comment	@# @;


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

1.11
date	2009.07.14.07.13.29;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2009.07.07.12.49.24;	author skreuzer;	state Exp;
branches;
next	1.9;

1.9
date	2005.11.14.02.14.59;	author kris;	state Exp;
branches;
next	1.8;

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

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

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

1.5
date	2000.04.21.08.19.00;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	2000.04.09.18.30.31;	author cpiazza;	state Exp;
branches;
next	1.3;

1.3
date	2000.03.22.15.49.25;	author fenner;	state Exp;
branches;
next	1.2;

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

1.1
date	98.12.24.20.49.06;	author jseger;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.12.24.20.49.06;	author jseger;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sniff
# Date created:		7 December 1998
# Whom:			Rick & Samu
#
# $FreeBSD: head/security/sniff/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=		sniff
PORTVERSION=		1.0
CATEGORIES=		security
MASTER_SITES=		LOCAL/fenner

MAINTAINER=		ports@@FreeBSD.org
COMMENT=		Program to sniff logins and passwords

MAN1=			sniff.1

HAS_CONFIGURE=		yes
CONFIGURE_SCRIPT=	configure

PLIST_FILES=		sbin/sniff

post-patch:
	@@${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile.in

.include <bsd.port.mk>
@


1.11
log
@- Fix build with custom PREFIX

while here some minor cleanups

Reported by:    QATty
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.10
log
@Fix with custom LOCALBASE / PREFIX

Reported by:	QAT
Approved by:	wxs (mentor)
@
text
@d11 1
a11 2
MASTER_SITES=		${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=	fenner
d17 1
a17 1
PLIST_FILES=		sbin/sniff
d21 2
d24 1
a24 2
	@@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|g' \
	${WRKSRC}/Makefile.in
@


1.9
log
@Reset undeliverable maintainer address (past 1 month):

<veraldi@@cs.unibo.it>: cannot access mailbox /var/mail/veraldi for user
    veraldi. error writing message: Disk quota exceeded

Reindent COMMENT
@
text
@d22 4
@


1.8
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d14 2
a15 2
MAINTAINER=		veraldi@@cs.unibo.it
COMMENT=	Program to sniff logins and passwords
@


1.7
log
@De-pkg-comment.
@
text
@d18 1
@


1.6
log
@Move local distfiles to ${MASTER_SITE_LOCAL}/fenner .
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sniff/Makefile,v 1.5 2000/04/21 08:19:00 mharo Exp $
d15 1
@


1.5
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sniff/Makefile,v 1.4 2000/04/09 18:30:31 cpiazza Exp $
d11 2
a12 1
MASTER_SITES=		http://people.FreeBSD.org/~fenner/distfiles/
@


1.4
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/sniff/Makefile,v 1.3 2000/03/22 15:49:25 fenner Exp $
d8 4
a11 4
PORTNAME=	sniff
PORTVERSION= 	1.0
CATEGORIES=	security
MASTER_SITES=   http://people.FreeBSD.org/~fenner/distfiles/
d13 1
a13 1
MAINTAINER=	veraldi@@cs.unibo.it
d15 3
a17 3
MAN1=		sniff.1
HAS_CONFIGURE=          yes
CONFIGURE_SCRIPT=       configure
@


1.3
log
@Move a couple of orphaned distfiles to ~fenner
@
text
@a1 1
# Version required:	1.0
d5 1
a5 1
# $FreeBSD: ports/security/sniff/Makefile,v 1.2 1999/08/31 01:51:45 peter Exp $
d8 2
a9 1
DISTNAME=	sniff-1.0
@


1.2
log
@$Id$ -> $FreeBSD$
@
text
@d6 1
a6 1
# $FreeBSD$
d11 1
a11 1
MASTER_SITES=   ftp://righi.df.unibo.it/pub/sniff/
@


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


1.1.1.1
log
@Import of sniff v1.0

This program filters the tcpump raw packet data looking for logins and
passwords on the most commonly used tcp ports (ftp telnet pop3 ...).
It dumps sniffed data to a file named sniff.log

PR:		9039
Submitted by:	admin@@righi.ml.org
@
text
@@
