head	1.13;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1;
locks; strict;
comment	@# @;


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

1.12
date	2012.08.03.15.54.35;	author cs;	state Exp;
branches;
next	1.11;

1.11
date	2011.05.17.20.10.51;	author stefan;	state Exp;
branches;
next	1.10;

1.10
date	2009.09.21.07.32.53;	author stefan;	state Exp;
branches;
next	1.9;

1.9
date	2009.02.16.10.45.44;	author stefan;	state Exp;
branches;
next	1.8;

1.8
date	2008.08.21.06.18.15;	author rafan;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.20.13.40.41;	author stefan;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.20.10.03.39;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.05.13.04.15.02;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2006.05.07.13.32.11;	author stefan;	state Exp;
branches;
next	1.3;

1.3
date	2005.04.12.03.26.27;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.11.08.03.59;	author obrien;	state Exp;
branches;
next	1.1;

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


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fcrackzip
# Date created:				16 Jul 2004
# Whom:					Stefan Walter <sw@@gegenunendlich.de>
#
# $FreeBSD: head/security/fcrackzip/Makefile 301960 2012-08-03 15:54:35Z cs $
#

PORTNAME=	fcrackzip
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	security archivers
MASTER_SITES=	http://oldhome.schmorp.de/data/marc/ \
		http://distfiles.macports.org/${PORTNAME}/

MAINTAINER=	stefan@@FreeBSD.org
COMMENT=	Portable, fast, and featureful ZIP password cracker

GNU_CONFIGURE=	yes
USE_PERL5_BUILD=yes

PLIST_FILES=	bin/fcrackzip bin/fcrackzipinfo
.if !defined(NOPORTDOCS)
MAN1=		fcrackzip.1
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's/zipinfo/fcrackzipinfo/g' ${WRKSRC}/zipinfo.c

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/fcrackzip ${PREFIX}/bin/
	@@${INSTALL_PROGRAM} ${WRKSRC}/zipinfo ${PREFIX}/bin/fcrackzipinfo
.if !defined(NOPORTDOCS)
	@@${INSTALL_MAN} ${WRKSRC}/fcrackzip.1 ${PREFIX}/man/man1/
.endif

.include <bsd.port.mk>
@


1.12
log
@SVN rev 301960 on 2012-08-03 15:54:35Z by cs

Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- Add patch to properly escape paths and passwords in shell calls.
- While here, remove MD5 from distinfo.

Reported by:	Keith Waters <keith@@waters.co.za>
Patch by:	Richard Corner
Obtained from:	https://bugs.launchpad.net/ubuntu/+source/fcrackzip/+bug/350640
@
text
@d16 1
a16 1
COMMENT=	Portable, fast and featureful ZIP password cracker
@


1.10
log
@Fix master site and add a mirror.

Submitted by:	pointyhat via miwi
Feature safe:	yes
@
text
@d10 1
@


1.9
log
@Chase master site/project homepage.

Noticed by:	pav/pointyhat
@
text
@d11 2
a12 1
MASTER_SITES=	http://home.schmorp.de/data/marc/
@


1.8
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.goof.com/pcg/marc/data/
@


1.7
log
@Update to 1.0.

PR:		126667
Submitted by:	"Hirohisa Yamaguchi" <umq@@ueo.co.jp>
@
text
@a16 1
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.6
log
@- Remove USE_GETOPT_LONG which is a no-op since March 2007
@
text
@d9 1
a9 1
PORTVERSION=	0.3
@


1.5
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@a17 1
USE_GETOPT_LONG=yes
@


1.4
log
@Convert MAINTAINER to my freebsd.org account.
@
text
@a19 1
USE_REINPLACE=	yes
@


1.3
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d13 1
a13 1
MAINTAINER=	sw@@gegenunendlich.de
@


1.2
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d17 1
a17 1
CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL}
@


1.1
log
@Add fcrackzip 0.3,

Fcrackzip is a fast and featureful ZIP password cracker,
written in portable C (and optional x86 assembly). It allows
the user to recover forgotten ZIP archive passwords, using
either a brute force or dictionary attack on the provided
files.

PR:		ports/69159
Submitted by:	Stefan Walter <sw@@gegenunendlich.de>
@
text
@d17 1
a17 1
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@

