head	1.20;
access;
symbols
	RELEASE_8_3_0:1.17
	RELEASE_9_0_0:1.17
	RELEASE_7_4_0:1.17
	RELEASE_8_2_0:1.17
	RELEASE_6_EOL:1.17
	RELEASE_8_1_0:1.17
	RELEASE_7_3_0:1.17
	RELEASE_8_0_0:1.17
	RELEASE_7_2_0:1.17
	RELEASE_7_1_0:1.17
	RELEASE_6_4_0:1.17
	RELEASE_5_EOL:1.17
	RELEASE_7_0_0:1.17
	RELEASE_6_3_0:1.17
	PRE_XORG_7:1.17
	RELEASE_4_EOL:1.17
	RELEASE_6_2_0:1.17
	RELEASE_6_1_0:1.16
	RELEASE_5_5_0:1.16
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.14
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.7
	RELEASE_5_0_0:1.6
	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.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2013.03.19.15.07.15;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2013.01.27.06.41.41;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2012.11.17.06.01.06;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2006.09.03.17.34.52;	author kris;	state Exp;
branches;
next	1.16;

1.16
date	2006.02.11.21.03.07;	author netchild;	state Exp;
branches;
next	1.15;

1.15
date	2005.11.22.07.09.31;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2004.01.22.08.05.23;	author trevor;	state Exp;
branches;
next	1.13;

1.13
date	2003.11.20.16.21.48;	author trevor;	state Exp;
branches;
next	1.12;

1.12
date	2003.11.20.15.06.09;	author trevor;	state Exp;
branches;
next	1.11;

1.11
date	2003.11.20.13.51.43;	author trevor;	state Exp;
branches;
next	1.10;

1.10
date	2003.11.13.12.54.52;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.10.12.04.16.08;	author trevor;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.31.02.09.54;	author kris;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.01.14.34.28;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2002.05.21.09.01.09;	author trevor;	state Exp;
branches;
next	1.5;

1.5
date	2002.01.29.11.58.40;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2001.06.01.15.14.44;	author trevor;	state Exp;
branches;
next	1.3;

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

1.2
date	2001.04.10.01.57.08;	author trevor;	state Exp;
branches;
next	1.1;

1.1
date	2000.11.05.01.38.50;	author trevor;	state Exp;
branches;
next	;


desc
@@


1.20
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314605
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: trevor
# $FreeBSD: head/security/l0phtcrack/Makefile 314605 2013-03-18 21:56:30Z eadler $

PORTNAME=	l0phtcrack
PORTVERSION=	1.5
CATEGORIES=	security
MASTER_SITES=	http://www.mavetju.org/download/adopted/ \
		http://www.cotse.com/sw/WinNT/
DISTNAME=	lcsrc
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Cracks SAMBA or Windows NT passwords

DOCDIR=		share/doc/${PORTNAME}
RESTRICTED=	uses GNU getopt with BSDish-licensed code from OpenSSL
NO_WRKSUBDIR=	yes
PLIST=		${WRKDIR}/pkg-plist
USE_PERL5_BUILD=yes
USE_ZIP=	yes

post-extract:
	${RM} ${WRKDIR}/*exe
	${PERL} -pi -e "s:\r::g" ${WRKDIR}/*
	${PERL} -pi -e "s:ommited:omitted:g" ${WRKDIR}/util.c

do-build:
	cd ${WRKDIR} && ${CC} ${CFLAGS} -DMPU8086 *.c -o lc_CLI

pre-install:
	${ECHO_CMD} bin/lc_CLI > ${PLIST}
.if !defined(NOPORTDOCS)
	for i in `${FIND} ${WRKDIR} -name '*txt'`; \
		do ${ECHO_CMD} ${DOCDIR}/`${BASENAME} $${i}` >> ${PLIST}; \
	done
	${ECHO_CMD} @@dirrm ${DOCDIR} >> ${PLIST}
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/lc_CLI ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/${DOCDIR}
	cd ${WRKSRC} && ${PAX} -r -w *txt ${PREFIX}/${DOCDIR}
.endif

.include <bsd.port.mk>
@


1.19
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311049
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/l0phtcrack/Makefile 311049 2013-01-27 05:55:20Z tabthorpe $
d16 1
a16 1
RESTRICTED=	"uses GNU getopt with BSDish-licensed code from OpenSSL"
@


1.18
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	l0phtcrack
# Date created:				2000-10-31
# Whom:					Trevor Johnson
#
# $FreeBSD: head/security/l0phtcrack/Makefile 300897 2012-07-14 14:29:18Z beat $
#
@


1.17
log
@RESTRICTED is intended here instead of NO_PACKAGE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@Reset maintainership to ports@@ after ~4 months without any response to any
PR.

Thanks for contributing.

Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@@ if no _active_ *committer* takes it
before the ports freeze.

While I'm here:
 - fix a little nit in the csound port (I think the intention was to
   create no backup file instead of creating one with a "-e" extension)
 - set ARCH to i386 in the amd64 case for the acroread7 port. This
   is a work-around to be able to install everything when a dependency
   is not already installed (ARCH is read-only in sub-makes, so the
   dependencies can't change it). This should be removed when the
   dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]

Not objected to by:	portmgr (explicit: krion; silence: rest)
Maintainer timeout:	~4 months
Submitted by:		Sangwoo Shim <sangwoos@@gmail.com> [1]
PR:			87985 [1]
@
text
@d20 1
a20 1
NO_PACKAGE=	"uses GNU getopt with BSDish-licensed code from OpenSSL"
@


1.15
log
@replace master for lcsrc.zip

	previously described problem with missinc loptcrack src.

	patch shoudl fix it cotse has been around for a while, md5's
	match, etc

That was optimistic, cotse.com is not available anymore.
Temporarely put it in the adopted area of my website.

Since
PR:		ports/87751
Submitted by:	Michael Scheidell <scheidell@@secnap.net>
@
text
@d16 1
a16 1
MAINTAINER=	trevor@@FreeBSD.org
@


1.14
log
@Use PAX macro.
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.atstake.com/products/lc/dist/
@


1.13
log
@Chase master site and home page.

detected by:	fenner's survey
@
text
@d46 1
a46 1
	cd ${WRKSRC} && pax -r -w *txt ${PREFIX}/${DOCDIR}
@


1.12
log
@Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:	Oliver Eikemeier
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.atstake.com/research/lc/dist/
@


1.11
log
@Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
@
text
@d22 1
a22 1
USE_PERL=	yes
@


1.10
log
@Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
@
text
@d22 1
@


1.9
log
@Fit in 80 columns.
@
text
@d35 1
a35 1
	for i in `find ${WRKDIR} -name '*txt'`; \
@


1.8
log
@Correct COMMENT whitespace
@
text
@d16 1
a16 1
COMMENT=	L0pht Heavy Industries' cracker for SAMBA or Windows NT passwords
@


1.7
log
@Retire comment file.
@
text
@d16 1
a16 1
COMMENT=L0pht Heavy Industries' cracker for SAMBA or Windows NT passwords
@


1.6
log
@Chase master site URL yet again.

Reported by:	fenner's survey
@
text
@d16 1
@


1.5
log
@Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.atstake.com/research/lc3/dist/
@


1.4
log
@Correct Mexican jumping bean error ("500 fetch doesn't follow 302
redirects").
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/l0phtcrack/Makefile,v 1.3 2001/05/02 00:54:41 trevor Exp $
d32 1
a32 1
	${ECHO} bin/lc_CLI > ${PLIST}
d35 1
a35 1
		do ${ECHO} ${DOCDIR}/`${BASENAME} $${i}` >> ${PLIST}; \
d37 1
a37 1
	${ECHO} @@dirrm ${DOCDIR} >> ${PLIST}
@


1.3
log
@Follow the master site.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/l0phtcrack/Makefile,v 1.2 2001/04/10 01:57:08 trevor Exp $
d11 1
a11 1
MASTER_SITES=	http://www.securitysoftwaretech.com/lc3/dist/
@


1.2
log
@Update master site because fetch doesn't support HTTP redirection.
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/l0phtcrack/Makefile,v 1.1 2000/11/05 01:38:50 trevor Exp $
d11 1
a11 1
MASTER_SITES=	http://www.securitysoftwaretech.com/l0phtcrack/dist/
@


1.1
log
@Add new port of l0phtcrack 1.5, L0pht Heavy Industries' cracker
for SAMBA or Windows NT passwords.
@
text
@d5 1
a5 1
# $FreeBSD$
d11 1
a11 1
MASTER_SITES=	http://www.l0pht.com/l0phtcrack/dist/
@

