diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-07 12:31:50 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-10-07 12:31:50 +0000 |
commit | 0ffdd411b17e9c84cd4cf1c3cb580848eaaa63be (patch) | |
tree | ba4e2d08a1c03d5effb3f5308be4aabf3f7df3bc /security/p5-openxpki-i18n | |
parent | ab27869dd7ad3819892c1595d3dc3c7c780af4ee (diff) | |
download | ports-0ffdd411b17e9c84cd4cf1c3cb580848eaaa63be.tar.gz ports-0ffdd411b17e9c84cd4cf1c3cb580848eaaa63be.zip |
Notes
Diffstat (limited to 'security/p5-openxpki-i18n')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 30 | ||||
-rw-r--r-- | security/p5-openxpki-i18n/distinfo | 3 | ||||
-rw-r--r-- | security/p5-openxpki-i18n/pkg-descr | 24 | ||||
-rw-r--r-- | security/p5-openxpki-i18n/pkg-plist | 7 |
4 files changed, 64 insertions, 0 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile new file mode 100644 index 000000000000..96d3f02cf3e1 --- /dev/null +++ b/security/p5-openxpki-i18n/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-openxpki-i18n +# Date created: 03 Oct 2006 +# Whom: svysh +# +# $FreeBSD$ +# + +PORTNAME= openxpki-i18n +PORTVERSION= 0.9.538 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openxpki +PKGNAMEPREFIX= p5- +DIST_SUBDIR= openxpki + +MAINTAINER= svysh@cryptocom.ru +COMMENT= Perl based trustcenter software for PKI: i18n tools + +BUILD_DEPENDS= \ + ${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki +RUN_DEPENDS= ${BUILD_DEPENDS} + +USE_PERL5= yes +USE_GETTEXT= yes +### We can not go WITHOUT_NLS. Internationalization is needed +### even to use English language. +USE_GMAKE= yes +ALL_TARGET= default + +.include <bsd.port.mk> diff --git a/security/p5-openxpki-i18n/distinfo b/security/p5-openxpki-i18n/distinfo new file mode 100644 index 000000000000..6e5508f888b3 --- /dev/null +++ b/security/p5-openxpki-i18n/distinfo @@ -0,0 +1,3 @@ +MD5 (openxpki/openxpki-i18n-0.9.538.tar.gz) = 013427d8cdee1ebe0c0725d49383efc6 +SHA256 (openxpki/openxpki-i18n-0.9.538.tar.gz) = 802d7a82150a504b65fce74b27ea2e2f10b7376af37ad2a39268bfe84b16c61b +SIZE (openxpki/openxpki-i18n-0.9.538.tar.gz) = 73386 diff --git a/security/p5-openxpki-i18n/pkg-descr b/security/p5-openxpki-i18n/pkg-descr new file mode 100644 index 000000000000..dccf2ae39cd6 --- /dev/null +++ b/security/p5-openxpki-i18n/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/ diff --git a/security/p5-openxpki-i18n/pkg-plist b/security/p5-openxpki-i18n/pkg-plist new file mode 100644 index 000000000000..6ec2b0be2757 --- /dev/null +++ b/security/p5-openxpki-i18n/pkg-plist @@ -0,0 +1,7 @@ +share/locale/de_DE/LC_MESSAGES/openxpki.mo +share/locale/en_GB/LC_MESSAGES/openxpki.mo +share/locale/ru_RU/LC_MESSAGES/openxpki.mo +@dirrmtry share/locale/ru_RU/LC_MESSAGES +@dirrmtry share/locale/ru_RU +@dirrmtry share/locale/de_DE/LC_MESSAGES +@dirrmtry share/locale/de_DE |