head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	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.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.10
	RELEASE_4_EOL:1.10
	RELEASE_6_2_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.10
	RELEASE_5_1_0:1.10
	RELEASE_4_8_0:1.9
	RELEASE_5_0_0:1.8
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.5
	RELEASE_4_5_0:1.5
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.4
	RELEASE_4_2_0:1.4
	RELEASE_4_1_1:1.3
	RELEASE_4_1_0:1.3
	RELEASE_3_5_0:1.3
	RELEASE_4_0_0:1.1.1.1
	slurpie_2_0b_import:1.1.1.1
	OBRIEN:1.1.1;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.20;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2007.07.02.08.52.35;	author danfe;	state Exp;
branches;
next	1.10;

1.10
date	2003.03.23.15.26.11;	author foxfair;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.20.18.59.11;	author knu;	state Exp;
branches;
next	1.8;

1.8
date	2002.11.10.16.47.57;	author lioux;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.06.22.46.56;	author adamw;	state Exp;
branches;
next	1.6;

1.6
date	2002.05.08.21.32.37;	author obrien;	state Exp;
branches;
next	1.5;

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

1.4
date	2000.11.06.00.09.26;	author obrien;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.21.08.18.57;	author mharo;	state Exp;
branches;
next	1.2;

1.2
date	2000.04.09.18.30.28;	author cpiazza;	state Exp;
branches;
next	1.1;

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

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


desc
@@


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

PORTNAME=	slurpie
PORTVERSION=	2.0b
CATEGORIES=	security
MASTER_SITES=	ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \
		http://people.FreeBSD.org/~foxfair/distfiles/
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A passwd file cracker (supports distributed nodes)

PLIST_FILES=	sbin/slurp sbin/slurpie
PORTDOCS=	README

post-patch:
# Fix for GCC 4.2
	@@${REINPLACE_CMD} -e \
		's,(u_char)cfg.ptask_level = ,cfg.ptask_level = (u_int),' \
		${WRKSRC}/src/slurpie.c

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

.include <bsd.port.mk>
@


1.11
log
@- Fix the build with GCC 4.2 [1]
- Clean up Makefile
- Kill unnecessary pkg-plist

Reported by:	pointyhat (logs) [1]
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.10
log
@Submitted by:	Yonatan@@xpert.com <Yonatan@@xpert.com>
Fetch the source from OpenBSD distfiles repository.
@
text
@d20 9
d30 1
a30 2
	${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin
	${INSTALL_PROGRAM} ${WRKSRC}/slurpie ${PREFIX}/sbin
d32 2
a33 2
	${MKDIR} ${PREFIX}/share/doc/slurpie
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/slurpie/README
@


1.9
log
@De-pkg-comment.
@
text
@d12 2
a13 1
MASTER_SITES=	http://www.jps.net/coati/archives/
@


1.8
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.7
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a17 2
PORTCOMMENT=	A passwd file cracker (supports distributed nodes)

@


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


1.5
log
@Allow package builds and correct the plist.

Approved by:	maintainer
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/slurpie/Makefile,v 1.4 2000/11/06 00:09:26 obrien Exp $
d16 1
a16 1
MAINTAINER=	obrien@@FreeBSD.org
@


1.4
log
@Need to escape the ()'s.

Submitted by:	steve
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/slurpie/Makefile,v 1.3 2000/04/21 08:18:57 mharo Exp $
a16 2

NO_PACKAGE=	"links against crypt\(\) [thus is crypto in package form]"
@


1.3
log
@Correct whitespace introduced during PORTNAME conversion and portlint
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/slurpie/Makefile,v 1.2 2000/04/09 18:30:28 cpiazza Exp $
d18 1
a18 1
NO_PACKAGE=	"links against crypt() [thus is crypto in package form]"
@


1.2
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/slurpie/Makefile,v 1.1.1.1 2000/02/14 03:24:01 obrien Exp $
d10 1
a10 1
PORTVERSION= 	2.0b
@


1.1
log
@Initial revision
@
text
@a2 1
# Version required:		  2.0b
d6 1
a6 1
# $FreeBSD$
d9 2
a10 2
DISTNAME=	slurpie
PKGNAME=	slurpie-2.0b
d13 1
@


1.1.1.1
log
@Slurpie is a passwd file cracker similar to CrackerJack and John the Ripper
except that it can be run in a distributed environment (multiple computers
aka nodes).
@
text
@@
