diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-01-13 21:35:06 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-01-13 21:35:06 +0000 |
commit | f094e1198da3179fc054f5ebf854b69875d38082 (patch) | |
tree | 8102ec2337c70614e5f4d86111556a71c12bb94d /security/easy-rsa | |
parent | 5d2a35702ab4d545dfcda627f86097874166be95 (diff) | |
download | ports-f094e1198da3179fc054f5ebf854b69875d38082.tar.gz ports-f094e1198da3179fc054f5ebf854b69875d38082.zip |
Notes
Diffstat (limited to 'security/easy-rsa')
-rw-r--r-- | security/easy-rsa/Makefile | 18 | ||||
-rw-r--r-- | security/easy-rsa/distinfo | 2 | ||||
-rw-r--r-- | security/easy-rsa/pkg-descr | 7 | ||||
-rw-r--r-- | security/easy-rsa/pkg-plist | 25 |
4 files changed, 52 insertions, 0 deletions
diff --git a/security/easy-rsa/Makefile b/security/easy-rsa/Makefile new file mode 100644 index 000000000000..cfbace5f0de1 --- /dev/null +++ b/security/easy-rsa/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= easy-rsa +DISTVERSION= 2.2.0_master +CATEGORIES= security net-mgmt +MASTER_SITES= http://swupdate.openvpn.net/community/releases/ \ + http://build.openvpn.net/downloads/releases/ + +# Eric F. Crist <ecrist@secure-computing.net> does not require my +# approval for changes to this package. -- mandree@FreeBSD.org +MAINTAINER= mandree@FreeBSD.org +COMMENT= A small RSA key management package based on openssl + +LICENSE= GPLv2 + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/security/easy-rsa/distinfo b/security/easy-rsa/distinfo new file mode 100644 index 000000000000..91ffc77e8842 --- /dev/null +++ b/security/easy-rsa/distinfo @@ -0,0 +1,2 @@ +SHA256 (easy-rsa-2.2.0_master.tar.gz) = d23ddc3a764b40d03ada76f387c92ae4dcf4f5266da54c2bae130325b05eebe2 +SIZE (easy-rsa-2.2.0_master.tar.gz) = 80460 diff --git a/security/easy-rsa/pkg-descr b/security/easy-rsa/pkg-descr new file mode 100644 index 000000000000..388651550e82 --- /dev/null +++ b/security/easy-rsa/pkg-descr @@ -0,0 +1,7 @@ +Easy-RSA is a small RSA key management package, based on the openssl +command line tool, that can be found in the easy-rsa subdirectory of the +OpenVPN distribution. While this tool is primary concerned with key +management for the SSL VPN application space, it can also be used for +building web certificates. + +WWW: https://community.openvpn.net/openvpn/wiki/GettingEasyRsa diff --git a/security/easy-rsa/pkg-plist b/security/easy-rsa/pkg-plist new file mode 100644 index 000000000000..e380006101a2 --- /dev/null +++ b/security/easy-rsa/pkg-plist @@ -0,0 +1,25 @@ +%%DOCSDIR%%/README-2.0 +%%DOCSDIR%%/COPYRIGHT.GPL +%%DOCSDIR%%/COPYING +share/easy-rsa/build-ca +share/easy-rsa/vars +share/easy-rsa/sign-req +share/easy-rsa/revoke-full +share/easy-rsa/pkitool +share/easy-rsa/openssl-1.0.0.cnf +share/easy-rsa/openssl-0.9.8.cnf +share/easy-rsa/openssl-0.9.6.cnf +share/easy-rsa/list-crl +share/easy-rsa/inherit-inter +share/easy-rsa/clean-all +share/easy-rsa/build-req-pass +share/easy-rsa/build-req +share/easy-rsa/build-key-server +share/easy-rsa/build-key-pkcs12 +share/easy-rsa/build-key-pass +share/easy-rsa/build-key +share/easy-rsa/build-inter +share/easy-rsa/build-dh +share/easy-rsa/whichopensslcnf +@dirrm share/easy-rsa +@dirrm %%DOCSDIR%% |