head	1.7;
access;
symbols
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2006.09.02.21.52.21;	author kris;	state dead;
branches;
next	1.6;

1.6
date	2006.08.04.07.39.05;	author erwin;	state Exp;
branches;
next	1.5;

1.5
date	2005.04.07.15.03.37;	author vs;	state Exp;
branches;
next	1.4;

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

1.3
date	2004.02.06.13.12.16;	author trevor;	state Exp;
branches;
next	1.2;

1.2
date	2003.06.22.08.53.33;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.02.11.04.08;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove expired ports.
@
text
@# Ports collection makefile for:  finger_mysql
# Date created:			  03 Mar 2003
# Whom:				  Yonatan <onatan@@gmail.com>
#
# $FreeBSD: ports/security/finger_mysql/Makefile,v 1.6 2006/08/04 07:39:05 erwin Exp $
#

PORTNAME=	finger_mysql
PORTVERSION=	1.0
CATEGORIES=	security
MASTER_SITES=	http://www.zone-h.org/files/49/ \
		http://downloads.securityfocus.com/vulnerabilities/exploits/
DISTNAME=	finger_mysql.c
EXTRACT_SUFX=	#none
EXTRACT_ONLY=	#none

MAINTAINER=	onatan@@gmail.com
COMMENT=	Threaded MySQL scanner

LIB_DEPENDS=	mysqlclient:${PORTSDIR}/databases/mysql323-client/

BROKEN=		does not fetch
DEPRECATED=	project has closed
EXPIRATION_DATE=	2006-09-04

NO_WRKSUBDIR=	yes
PLIST_FILES=	bin/finger_mysql

post-extract:
	${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}/

do-build:
	${CC} ${CFLAGS} -L${PREFIX}/lib/mysql -I${PREFIX}/include ${PTHREAD_LIBS} -lmysqlclient -o ${WRKSRC}/finger_mysql ${WRKSRC}/${DISTNAME}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/finger_mysql ${PREFIX}/bin

.include <bsd.port.mk>
@


1.6
log
@- Mark BROKEN [1]
- Mark DEPRECATED [2]

Submitted by:	pointyhat [1], maintainer [2]
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@Remove references to dead homepage

PR:		ports/79407
Submitted by:	maintainer
@
text
@d22 4
@


1.4
log
@- Update maintainer's email address

PR:		ports/73939
Submitted by:	Yonatan <onatan@@gmail.com> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	http://www.fsix.net/files/ \
		http://www.zone-h.org/files/49/ \
@


1.3
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d3 1
a3 1
# Whom:				  Yonatan <Yonatan@@xpert.com>
d18 1
a18 1
MAINTAINER=	Yonatan@@xpert.com
@


1.2
log
@distfile moved. Thank you Bill Fenner.

PR:		53608
Submitted by:	maintainer
@
text
@d24 1
@


1.1
log
@New port: security/finger_mysql - A threaded MySQL scanner

	This is a one-file-port of a threaded MySQL scanner. If the
	user "root" is passwordless, then this is even funnier. For
	some reason is segfaults if you feed it with Class B network,
	but I'll fix that when time permits.

PR:		ports/48924
Submitted by:	Yonatan@@xpert.com <Yonatan@@xpert.com>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.fsix.net/crew/ \
@

