head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.11.19.15.53.01;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2011.10.13.20.03.29;	author tabthorpe;	state Exp;
branches;
next	1.4;

1.4
date	2011.01.26.12.11.13;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2008.09.24.07.20.12;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2008.02.14.15.32.54;	author tabthorpe;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.07.16.57.28;	author rafan;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	sqlninja
# Date created:				2007-10-17
# Whom:					Valerio Daelli <valerio.daelli@@gmail.com>
#
# $FreeBSD: head/security/sqlninja/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	sqlninja
DISTVERSION=	0.2.6
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Sql Server exploit toolkit

LICENSE=	GPLv2

RUN_DEPENDS=	p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
		p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
		p5-Net-Pcap>=0:${PORTSDIR}/net/p5-Net-Pcap \
		p5-Net-RawIP>=0:${PORTSDIR}/net/p5-Net-RawIP \
		p5-NetPacket>=0:${PORTSDIR}/net/p5-NetPacket

USE_PERL5=	yes

NO_BUILD=	yes

do-install:
	${MKDIR} ${ETCDIR}
	${MKDIR} ${ETCDIR}/scripts
	${MKDIR} ${ETCDIR}/apps
.	for i in sqlninja
		${INSTALL_SCRIPT} ${WRKSRC}/${i} ${PREFIX}/bin
.	endfor
.	for i in churrasco.scr dnstun.scr nc.scr
		${INSTALL_SCRIPT} ${WRKSRC}/scripts/${i} ${ETCDIR}/scripts
.	endfor
.	for i in churrasco.exe dnstun.exe nc.exe
		${INSTALL_SCRIPT} ${WRKSRC}/apps/${i} ${ETCDIR}/apps
.	endfor
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.	for i in sqlninja-howto.html sqlninja.conf.example
		${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.	endfor
.endif

.include <bsd.port.mk>
@


1.6
log
@- Update to 0.2.6

PR:		162629
Submitted by:	Armin Pirkovitsch <armin@@frozen-zone.org>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Reassign to the heap
@
text
@d9 1
a9 1
DISTVERSION=	0.2.5
d11 1
a11 1
MASTER_SITES=	SF
d17 2
a24 2
LICENSE=	GPLv2

d44 1
a44 1
.	for i in sqlninja-howto.html sqlninja.conf
@


1.4
log
@- Update to 0.2.5

PR:		ports/153912
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Approved by:	maintainer timeout (15 days)
Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	valerio.daelli@@gmail.com
@


1.3
log
@- Update to 0.2.3.
- Don't create DOCSDIR in NOPORTDOCS is defined

PR:		127579
Submitted by:	valerio dot daelli at gmail dot com (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.2.3
d23 2
d32 1
a32 1
	${MKDIR} ${ETCDIR}/dnstun
d36 1
a36 1
.	for i in dnstun.scr nc.scr
d39 2
a40 2
.	for i in dnstun.c dnstun.exe
		${INSTALL_SCRIPT} ${WRKSRC}/dnstun/${i} ${ETCDIR}/dnstun
@


1.2
log
@- Update to 0.2.2

PR:		ports/120611
Submitted by:	valerio.daelli gmail.com (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	0.2.2
a30 1
	${MKDIR} ${DOCSDIR}
d41 2
a42 1
.	for i in sqlninja-howto.html sqlninja.conf.example
@


1.1
log
@Sqlninja is a tool targeted to exploit SQL Injection vulnerabilities on
a web application that uses Microsoft SQL Server as its back-end.

Its main goal is to provide a remote shell on the vulnerable DB server,
even in a very hostile environment. It should be used by penetration
testers to help and automate the process of taking over a DB Server when
a SQL Injection vulnerability has been discovered.

WWW: http://sqlninja.sourceforge.net/

PR:		ports/117276
Submitted by:	Valerio Daelli <valerio.daelli at gmail.com>
@
text
@d9 1
a9 1
DISTVERSION=	0.2.1-r1
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@

