head	1.9;
access;
symbols
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2;
locks; strict;
comment	@# @;


1.9
date	2004.06.20.23.40.37;	author kris;	state dead;
branches;
next	1.8;

1.8
date	2004.05.20.11.25.44;	author eik;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.21.21.36.45;	author kris;	state Exp;
branches;
next	1.6;

1.6
date	2003.08.16.16.02.39;	author petef;	state Exp;
branches;
next	1.5;

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

1.4
date	2003.03.07.06.10.49;	author ade;	state Exp;
branches;
next	1.3;

1.3
date	2001.07.21.22.18.15;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2000.06.02.03.18.45;	author will;	state Exp;
branches;
next	1.1;

1.1
date	2000.05.06.22.51.31;	author kris;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove expired ports, plus the three ports that depended on them.
@
text
@# Ports collection makefile for:  siphon
# Date created:			  6 May 2000
# Whom:				  Kris Kennaway <kris@@FreeBSD.org>
#
# $FreeBSD: ports/security/siphon/Makefile,v 1.8 2004/05/20 11:25:44 eik Exp $
#

PORTNAME=	siphon
PORTVERSION=	0.666
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.man.szczecin.pl/pub7/security/network-mapping/siphon/ \
		ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/ \
		${MASTER_SITE_PACKETSTORM}
MASTER_SITE_SUBDIR=	UNIX/utilities
# http://www.subterrain.net/projects/siphon/
DISTFILES=	siphon-v.666.tar.gz siphon-report.pl
EXTRACT_ONLY=	siphon-v.666.tar.gz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Passive host OS identifier using characteristics of sniffed traffic

BROKEN=		"Does not fetch"
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2004-06-18

WRKSRC=		${WRKDIR}/siphon-v.666

do-install:
	${MKDIR} ${PREFIX}/share/siphon
	${INSTALL_PROGRAM} ${WRKSRC}/siphon ${PREFIX}/bin
	${INSTALL_SCRIPT} ${DISTDIR}/siphon-report.pl ${PREFIX}/bin/siphon-report
	${INSTALL_DATA} ${WRKSRC}/osprints.conf ${PREFIX}/share/siphon

.include <bsd.port.mk>
@


1.8
log
@Mark this port deprecated, with an expiration date of 2004-06-18, so
it'll be removed during the next ports tree cleanup.

As mentioned on ports@@, the project has been dead for quite a while now,
and there are better and more up to date tools in the ports tree.

PR:		66872
Submitted by:	Stefan Walter <sw@@gegenunendlich.de>
Reviewed by:	kris
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@BROKEN: Does not fetch
@
text
@d23 2
@


1.6
log
@Add MASTER_SITE_PACKETSTORM as an additional mirror.

PR:		52109
Submitted by:	Jim Geovedi <jim@@corebsd.or.id>
Approved by:	various maintainers, timeouts
@
text
@d22 2
@


1.5
log
@Drop maintainership

PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from:
MFC after:
@
text
@d12 3
a14 1
		ftp://the.ausmac.net/sd3a/security/network-mapping/siphon/
@


1.4
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d17 1
a17 1
MAINTAINER=	kris@@FreeBSD.org
@


1.3
log
@Add a couple of MASTER_SITES and remove the main site which seems to
currently be down.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/siphon/Makefile,v 1.2 2000/06/02 03:18:45 will Exp $
d18 1
@


1.2
log
@Remove redundant/inappropriate CATEGORIES.  People need to start reading
the Porter's Handbook.  :-)
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/siphon/Makefile,v 1.1 2000/05/06 22:51:31 kris Exp $
d11 3
a13 1
MASTER_SITES=	http://www.subterrain.net/projects/siphon/
@


1.1
log
@Siphon-0.666 is a passive OS fingerprinter, which sniffs TCP connections
and uses characteristics of the TCP stream to guess the OS running on
the endpoints.
@
text
@d5 1
a5 1
# $FreeBSD$
d10 1
a10 1
CATEGORIES=	security net
@

