aboutsummaryrefslogtreecommitdiff
path: root/security/crackpkcs12
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2017-07-25 17:41:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2017-07-25 17:41:46 +0000
commitd73c1973ab24493017e375549fad8e14b2645e42 (patch)
treea407362057905b8e66c9331d670e342dad139d08 /security/crackpkcs12
parent2dcf86d79d981fbad54808a48a362bd04e25bc8d (diff)
downloadports-d73c1973ab24493017e375549fad8e14b2645e42.tar.gz
ports-d73c1973ab24493017e375549fad8e14b2645e42.zip
Add crackpkcs12 0.2.10, multithreaded program to crack PKCS#12 files.
Notes
Notes: svn path=/head/; revision=446615
Diffstat (limited to 'security/crackpkcs12')
-rw-r--r--security/crackpkcs12/Makefile23
-rw-r--r--security/crackpkcs12/distinfo3
-rw-r--r--security/crackpkcs12/pkg-descr3
3 files changed, 29 insertions, 0 deletions
diff --git a/security/crackpkcs12/Makefile b/security/crackpkcs12/Makefile
new file mode 100644
index 000000000000..5d99ca1081fa
--- /dev/null
+++ b/security/crackpkcs12/Makefile
@@ -0,0 +1,23 @@
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= crackpkcs12
+PORTVERSION= 0.2.10
+CATEGORIES= security
+MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Multithreaded program to crack PKCS#12 files
+
+LICENSE= GPLv3+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= autoreconf ssl
+GNU_CONFIGURE= yes
+
+PLIST_FILES= bin/crackpkcs12
+
+post-patch:
+ @${REINPLACE_CMD} -e '/^PKG_CHECK_MODULES/d' ${WRKSRC}/configure.in
+
+.include <bsd.port.mk>
diff --git a/security/crackpkcs12/distinfo b/security/crackpkcs12/distinfo
new file mode 100644
index 000000000000..32b2e3b01c82
--- /dev/null
+++ b/security/crackpkcs12/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1500995011
+SHA256 (crackpkcs12-0.2.10.tar.gz) = a62a7b8d9693082b5209752187ebe9101d7c15c79f5e53fb9cc4ec9533da966a
+SIZE (crackpkcs12-0.2.10.tar.gz) = 94473
diff --git a/security/crackpkcs12/pkg-descr b/security/crackpkcs12/pkg-descr
new file mode 100644
index 000000000000..7187f4adc27f
--- /dev/null
+++ b/security/crackpkcs12/pkg-descr
@@ -0,0 +1,3 @@
+Multithreaded program to crack PKCS#12 files.
+
+WWW: http://crackpkcs12.sourceforge.net/