svn commit: r364812 - in head/security: . openca-tools-forked
William Grzybowski
wg at FreeBSD.org
Wed Aug 13 21:41:24 UTC 2014
Author: wg
Date: Wed Aug 13 21:41:22 2014
New Revision: 364812
URL: http://svnweb.freebsd.org/changeset/ports/364812
QAT: https://qat.redports.org/buildarchive/r364812/
Log:
security/openca-tools-forked: Tools to deal with SCEP and PKCS7 messages
Tools to deal with SCEP and PKCS7 messages.
This is a forked version of openca-tools changed to work with
security/p5-openxpki.
WWW: http://www.openxpki.org
PR: 192473
Submitted by: Sergei Vyshenski (with changes)
Added:
head/security/openca-tools-forked/
head/security/openca-tools-forked/Makefile (contents, props changed)
head/security/openca-tools-forked/distinfo (contents, props changed)
head/security/openca-tools-forked/pkg-descr (contents, props changed)
head/security/openca-tools-forked/pkg-plist (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Wed Aug 13 21:36:55 2014 (r364811)
+++ head/security/Makefile Wed Aug 13 21:41:22 2014 (r364812)
@@ -354,6 +354,7 @@
SUBDIR += op
SUBDIR += openbsm
SUBDIR += openbsm-devel
+ SUBDIR += openca-tools-forked
SUBDIR += opencdk
SUBDIR += openconnect
SUBDIR += opencryptoki
Added: head/security/openca-tools-forked/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/openca-tools-forked/Makefile Wed Aug 13 21:41:22 2014 (r364812)
@@ -0,0 +1,22 @@
+# Created by: Sergei Vyshenski <svysh.fbsd at gmail.com>
+# $FreeBSD$
+
+PORTNAME= openca-tools-forked
+PORTVERSION= 1.4.0
+CATEGORIES= security
+DIST_SUBDIR= openxpki
+
+MAINTAINER= svysh.fbsd at gmail.com
+COMMENT= Tools to deal with SCEP and PKCS7 messages
+
+LICENSE= APACHE20
+
+USE_GITHUB= yes
+GH_ACCOUNT= openxpki
+GH_TAGNAME= ${GH_COMMIT}
+GH_COMMIT= 641e43a
+
+USES= gmake perl5
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
Added: head/security/openca-tools-forked/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/openca-tools-forked/distinfo Wed Aug 13 21:41:22 2014 (r364812)
@@ -0,0 +1,2 @@
+SHA256 (openxpki/openca-tools-forked-1.4.0.tar.gz) = bca8a680055e18f302ac58161428e71f3377f43d526a6b6e2f8b8f1735368e06
+SIZE (openxpki/openca-tools-forked-1.4.0.tar.gz) = 394675
Added: head/security/openca-tools-forked/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/openca-tools-forked/pkg-descr Wed Aug 13 21:41:22 2014 (r364812)
@@ -0,0 +1,6 @@
+Tools to deal with SCEP and PKCS7 messages.
+
+This is a forked version of openca-tools changed to work with
+security/p5-openxpki.
+
+WWW: http://www.openxpki.org
Added: head/security/openca-tools-forked/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/openca-tools-forked/pkg-plist Wed Aug 13 21:41:22 2014 (r364812)
@@ -0,0 +1,5 @@
+bin/openca-crmf
+bin/openca-scep
+bin/openca-sv
+man/man1/sign.1.gz
+man/man1/verify.1.gz
More information about the svn-ports-all
mailing list