diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-07 12:29:03 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-07 12:29:03 +0000 |
commit | 84542c0a32ded4b5c1b1c2dda5d5ff08aaf2a451 (patch) | |
tree | ee293b28ce7dec4e5920fc2a921d1df366b82351 /security/p5-openxpki-client/pkg-descr | |
parent | 63973baf98142d3175ac6dcd8d73263455df42e2 (diff) | |
download | ports-84542c0a32ded4b5c1b1c2dda5d5ff08aaf2a451.tar.gz ports-84542c0a32ded4b5c1b1c2dda5d5ff08aaf2a451.zip |
Notes
Diffstat (limited to 'security/p5-openxpki-client/pkg-descr')
-rw-r--r-- | security/p5-openxpki-client/pkg-descr | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/p5-openxpki-client/pkg-descr b/security/p5-openxpki-client/pkg-descr new file mode 100644 index 000000000000..dccf2ae39cd6 --- /dev/null +++ b/security/p5-openxpki-client/pkg-descr @@ -0,0 +1,24 @@ +A collection of ports for the OpenXPKI suite - Perl based trustcenter +software for PKI: server and client parts along with deployment tools. + +p5-openxpki: core for server part +p5-openxpki-client: base class for actual clients +p5-openxpki-i18n: internationalization of the user interface +p5-openxpki-client-cli: command line interface to local OpenXPKI daemon +p5-openxpki-client-html-mason: web interface to local OpenXPKI daemon +p5-openxpki-client-scep: set of SCEP tools +p5-openxpki-client-soap-lite: set of SOAP-Lite tools +p5-openxpki-deployment: set or deployment tools + +Dependencies of OpenXPKI ports ("A --> B" means that port B depends on port A): + + p5-openxpki-client <-- p5-openxpki (server) --> p5-openxpki-i18n + \ + \ | p5-openxpki-client-cli, p5-openxpki-client-html-mason, + \--> | p5-openxpki-client-scep, p5-openxpki-client-soap-lite, + | p5-openxpki-deployment. +Notes: +I18n is needed for the English interface too. For effective use of deployment, +it is recommended to install at least one of the clients: ...-cli or ...-mason. + +WWW: http://www.openxpki.org/ |