head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	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.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	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.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.5
	RELEASE_4_6_1:1.5
	RELEASE_4_6_0:1.5
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.1.1.1
	dds_1_6_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.03;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2008.06.23.08.19.13;	author itetcu;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.18.59.04;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.10.16.47.49;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.06.22.46.47;	author adamw;	state Exp;
branches;
next	1.5;

1.5
date	2002.05.08.21.32.36;	author obrien;	state Exp;
branches;
next	1.4;

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

1.3
date	2000.03.22.00.26.47;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.20.02.36.15;	author obrien;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.14.01.58.37;	author obrien;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2000.02.14.01.58.37;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:  ddos_scan
# Date created:			  Sun Feb 12, 2000
# Whom:				  David O'Brien (obrien@@NUXI.com)
#
# $FreeBSD: head/security/ddos_scan/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ddos_scan
PORTVERSION=	1.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://staff.washington.edu/dittrich/misc/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tar

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Scans for a limited set of distributed denial of service agents

ALL_TARGET=	dds

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/dds ${PREFIX}/sbin
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.9
log
@- use DOCSDIR
- fix plist for -DNOPORTDOCS
- bump PORTREVISION

Submitted by:	QA Tindy run
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@De-pkg-comment.
@
text
@d11 1
d25 2
a26 2
	@@${MKDIR} ${PREFIX}/share/doc/ddos_scan
	@@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ddos_scan
@


1.7
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d17 1
@


1.6
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	Scans for a limited set of distributed denial of service agents

@


1.5
log
@To ports@@freebsd.org.
@
text
@d18 2
@


1.4
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/ddos_scan/Makefile,v 1.3 2000/03/22 00:26:47 obrien Exp $
d16 1
a16 1
MAINTAINER=	obrien@@FreeBSD.org
@


1.3
log
@Restore useless version required comments.
@
text
@a2 1
# Version required: 0.0
d6 1
a6 1
# $FreeBSD: ports/security/ddos_scan/Makefile,v 1.2 2000/03/20 02:36:15 obrien Exp $
d9 2
a10 2
DISTNAME=	ddos_scan
PKGNAME=	ddos_scan-1.6
d13 1
@


1.2
log
@Remove the "version required" line.
@
text
@d3 1
d7 1
a7 1
# $FreeBSD: ports/security/ddos_scan/Makefile,v 1.1.1.1 2000/02/14 01:58:37 obrien Exp $
@


1.1
log
@Initial revision
@
text
@a2 1
# Version required:		  1.6
d6 1
a6 1
# $FreeBSD$
@


1.1.1.1
log
@"dds" is a program to scan for a limited set of distributed denial of
service (ddos) agents.

At present, it scans for active instances of "trinoo", "Tribe Flood
Network" ("TFN") and "stacheldraht" agents, which were compiled
using the default values in known source distributions.
It will *not* detect TFN2K agents.
@
text
@@
