head	1.15;
access;
symbols
	RELEASE_8_3_0:1.12
	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.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	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.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2;
locks; strict;
comment	@# @;


1.15
date	2013.01.09.20.05.07;	author svnexp;	state Exp;
branches;
next	1.14;

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

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

1.12
date	2012.02.14.12.45.28;	author mm;	state Exp;
branches;
next	1.11;

1.11
date	2008.06.26.13.42.31;	author gahr;	state Exp;
branches;
next	1.10;

1.10
date	2007.10.04.06.00.20;	author edwin;	state Exp;
branches;
next	1.9;

1.9
date	2006.03.28.15.02.40;	author ehaupt;	state Exp;
branches;
next	1.8;

1.8
date	2005.01.14.08.27.28;	author vs;	state Exp;
branches;
next	1.7;

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

1.6
date	2004.02.23.16.40.57;	author krion;	state Exp;
branches;
next	1.5;

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

1.4
date	2004.02.04.05.08.44;	author marcus;	state Exp;
branches;
next	1.3;

1.3
date	2003.12.18.12.10.02;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2003.11.04.10.35.17;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.25.11.20.15;	author krion;	state Exp;
branches;
next	;


desc
@@


1.15
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310162
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310162 | tabthorpe | 2013-01-09 19:50:06 +0000 (Wed, 09 Jan 2013) | 4 lines
## SVN ##
## SVN ## - Change MAINTAINER address
## SVN ## - Trim headers while I am here
## SVN ## - Clean up some trailing whitespace
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Janos.Mohacsi@@bsd.hu
# $FreeBSD: head/security/doscan/Makefile 310162 2013-01-09 19:50:06Z tabthorpe $

PORTNAME=	doscan
PORTVERSION=	0.3.1
PORTREVISION=	3
CATEGORIES=	security net
MASTER_SITES=	http://static.enyo.de/fw/releases/doscan/

MAINTAINER=	jmohacsi@@bsd.hu
COMMENT=	Tool to quickly scan your network for machines listening on a TCP port

LIB_DEPENDS=	pcre.3:${PORTSDIR}/devel/pcre

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
PORTDOCS=	README
MAN1=		doscan.1

PLIST_FILES=	bin/doscan

post-patch:
	${REINPLACE_CMD} -e 's|ony o|on yo|' \
	    ${WRKSRC}/doc/doscan.1

post-install:
.ifndef(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
	@@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308630
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308630 | mm | 2012-12-10 19:11:11 +0000 (Mon, 10 Dec 2012) | 4 lines
## SVN ##
## SVN ## Update PCRE to 8.32
## SVN ## Introduces the UTF-32 library pcre32
## SVN ## Bump PORTREVISION in dependent ports
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 2
a2 6
# New ports collection makefile for:	doscan
# Date created:		24 Sept 2003
# Whom:			Janos.Mohacsi@@bsd.hu
#
# $FreeBSD: head/security/doscan/Makefile 308630 2012-12-10 19:11:11Z mm $
#
d10 1
a10 1
MAINTAINER=	janos.mohacsi@@bsd.hu
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/doscan/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
a10 1
PORTREVISION=	2
d17 1
a17 1
LIB_DEPENDS=	pcre.1:${PORTSDIR}/devel/pcre
@


1.12
log
@Bump pcre library dependency due to 8.30 update
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Remove unneeded dependency on GCC 3.4 [1]
- Remove NOT_FOR_ARCH for sparc64	[1]
- Fix small typo in man page

PR:		124518 [1]
Submitted by:	yours truly
Approved by:	maintainer timeout
@
text
@d10 1
a10 1
PORTREVISION=	1
d17 1
a17 1
LIB_DEPENDS=	pcre.0:${PORTSDIR}/devel/pcre
@


1.10
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d10 1
a20 1
USE_GCC=	3.4
a22 1
NOT_FOR_ARCHS=	sparc64
d26 4
@


1.9
log
@Update to 0.3.1

PR:		95035
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu> (maintainer)
@
text
@a26 6
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
EXTRA_PATCHES=	${PATCHDIR}/freebsd4.diff
.endif

d35 1
a35 1
.include <bsd.port.post.mk>
@


1.8
log
@- Update to 0.2.9
- mark non-working on sparc64 architecture
- nuke plist while here

PR:		ports/76037
Submittd by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.2.9
@


1.7
log
@Increase USE_GCC to 3.4 for those ports which compile with it.

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.2.6
d13 1
a13 1
MAINTAINER=	Janos.Mohacsi@@bsd.hu
d21 1
a21 1
DOC_FILES=	README
d23 3
d36 1
a36 1
.for file in ${DOC_FILES}
@


1.6
log
@- Update to version 0.2.6
- Fix build on 4.x

PR:		ports/63269
Submitted by:	maintainer
@
text
@d20 1
a20 1
USE_GCC=	3.3
@


1.5
log
@BROKEN on 4.x: does not compile
@
text
@d9 1
a9 2
PORTVERSION=	0.2.5
PORTREVISION=	1
d27 1
a27 1
BROKEN=		"Does not compile"
@


1.4
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d25 6
d39 1
a39 1
.include <bsd.port.mk>
@


1.3
log
@Update to 0.2.5

PR:		59871
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d10 1
@


1.2
log
@- Update to version 0.2.3

PR:		58916
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.2.3
@


1.1
log
@Doscan is a tool to quickly scan network for machines listening
on a TCP port. It can scan for Microsoft DCOM vulnerability.

PR:		57161
Submitted by:	Janos Mohacsi <janos.mohacsi@@bsd.hu>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.6
d20 1
@

