# Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= pkcrack PORTVERSION= 1.2.2 CATEGORIES= security MASTER_SITES= http://www.unix-ag.uni-kl.de/~conrad/krypto/pkcrack/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for breaking pkzip encryption USES= gmake WRKSRC= ${WRKDIR}/${DISTNAME}/src PLIST_FILES= bin/pkextract bin/pkfindkey bin/pkmakekey bin/pkcrack bin/zipdecrypt PORTDOCS= README pkzip.ps.gz OPTIONS_DEFINE= DOCS do-install: .for f in pkcrack zipdecrypt ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor # these file names are too generic .for f in extract findkey makekey ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/pk${f} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/doc/${f} ${STAGEDIR}${DOCSDIR} .endfor .include >
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Update to 3.3culot2013-04-212-3/+3
* In categories starting with [n-s], remove empty lines (and also few cases ofdanfe2013-03-171-15/+14
* - Update to 3.2.3culot2012-09-242-3/+3
* - update to 3.2.2jgh2012-09-152-9/+3
* Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1
* Copy over configuration file on install if not presentcrees2012-02-102-0/+8
* - Update to 3.2.1 (bugfixes)jgh2012-02-032-3/+3
* - Update to 3.2culot2012-01-083-7/+12
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* Remove %%EXAMPLESDIR%%/example/etc/make.conf duplication in plistbapt2011-04-041-1/+0
* - Get Rid MD5 supportmiwi2011-03-191-1/+0