summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-09 22:36:58 +0000
committermiwi <miwi@FreeBSD.org>2007-10-09 22:36:58 +0000
commit2e4607ba5c6d08773100d49a5ce98831b613d696 (patch)
tree78a227cc0a2df9dc0714f330deb23740218cba2d
parent217fe9c9d82c748e04af1ecbef77fbae98da2fcf (diff)
downloadFreeBSD-ports-2e4607ba5c6d08773100d49a5ce98831b613d696.zip
FreeBSD-ports-2e4607ba5c6d08773100d49a5ce98831b613d696.tar.gz
- Update to 0.9.1084
PR: 116859 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru> (maintainer)
-rw-r--r--security/p5-openxpki/Makefile7
-rw-r--r--security/p5-openxpki/distinfo6
-rw-r--r--security/p5-openxpki/pkg-descr5
-rw-r--r--security/p5-openxpki/pkg-plist4
4 files changed, 14 insertions, 8 deletions
diff --git a/security/p5-openxpki/Makefile b/security/p5-openxpki/Makefile
index 3602dff2..dc592d9 100644
--- a/security/p5-openxpki/Makefile
+++ b/security/p5-openxpki/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= openxpki
-PORTVERSION= 0.9.914
+PORTVERSION= 0.9.1084
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,7 +18,7 @@ MAINTAINER= svysh@pn.sinp.msu.ru
COMMENT= Perl based trustcenter software for PKI: core for server
BUILD_DEPENDS= \
- p5-Workflow>=0.26:${PORTSDIR}/devel/p5-Workflow \
+ p5-Workflow>=0.31:${PORTSDIR}/devel/p5-Workflow \
${SITE_PERL}/CGI/Session.pm:${PORTSDIR}/www/p5-CGI-Session \
${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/Locale/Recode.pm:${PORTSDIR}/devel/p5-Locale-libintl \
@@ -125,6 +125,7 @@ MAN3= OpenXPKI.3 \
OpenXPKI::Debug.3 \
OpenXPKI::Exception.3 \
OpenXPKI::FileUtils.3 \
+ OpenXPKI::LdapUtils.3 \
OpenXPKI::Serialization::JSON.3 \
OpenXPKI::Serialization::Simple.3 \
OpenXPKI::Server.3 \
@@ -233,6 +234,7 @@ MAN3= OpenXPKI.3 \
OpenXPKI::Server::Workflow::Condition::ValidCSRSerialPresent.3 \
OpenXPKI::Server::Workflow::Condition::WorkflowChildrenFailure.3 \
OpenXPKI::Server::Workflow::Condition::WorkflowChildrenSuccessfullyFinished.3 \
+ OpenXPKI::Server::Workflow::Condition::WorkflowCreator.3 \
OpenXPKI::Server::Workflow::Observer::Debug.3 \
OpenXPKI::Server::Workflow::Observer::Log.3 \
OpenXPKI::Server::Workflow::Persister::DBI.3 \
@@ -263,6 +265,7 @@ MAN3= OpenXPKI.3 \
OpenXPKI::Tests.3 \
OpenXPKI::Transport::Simple.3 \
OpenXPKI::VERSION.3 \
+ OpenXPKI::Workflow::Factory.3 \
OpenXPKI::XML::Cache.3 \
OpenXPKI::XML::Config.3 \
OpenXPKI::i18n.3
diff --git a/security/p5-openxpki/distinfo b/security/p5-openxpki/distinfo
index d525fdd..858b010 100644
--- a/security/p5-openxpki/distinfo
+++ b/security/p5-openxpki/distinfo
@@ -1,3 +1,3 @@
-MD5 (openxpki/OpenXPKI-0.9.914.tar.gz) = 94a543aba4caa908b7fb1f436716eeba
-SHA256 (openxpki/OpenXPKI-0.9.914.tar.gz) = 90260b3f4f598d45a49295db447517d26763c8b4304c392a4005fbb734e1d8a2
-SIZE (openxpki/OpenXPKI-0.9.914.tar.gz) = 339967
+MD5 (openxpki/OpenXPKI-0.9.1084.tar.gz) = 766b2cca84f1805f7b8b3973a82dd294
+SHA256 (openxpki/OpenXPKI-0.9.1084.tar.gz) = 9b93d98738d37a496edf284581189d045cbcd0782069a5d750a8a4005e5c14a1
+SIZE (openxpki/OpenXPKI-0.9.1084.tar.gz) = 483694
diff --git a/security/p5-openxpki/pkg-descr b/security/p5-openxpki/pkg-descr
index 4c88d1c..7236c84 100644
--- a/security/p5-openxpki/pkg-descr
+++ b/security/p5-openxpki/pkg-descr
@@ -4,7 +4,6 @@ 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-deployment: set or deployment tools
@@ -13,10 +12,10 @@ 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-html-mason,
\--> | p5-openxpki-client-scep, 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.
+it is recommended to install p5-openxpki-client-html-mason.
WWW: http://www.openxpki.org/download/freebsd.html
diff --git a/security/p5-openxpki/pkg-plist b/security/p5-openxpki/pkg-plist
index bfb029e..6aab9ec 100644
--- a/security/p5-openxpki/pkg-plist
+++ b/security/p5-openxpki/pkg-plist
@@ -88,6 +88,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Debug.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Exception.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/FileUtils.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/LdapUtils.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Serialization/JSON.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Serialization/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server.pm
@@ -196,6 +197,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/ValidCSRSerialPresent.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowChildrenFailure.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowChildrenSuccessfullyFinished.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Condition/WorkflowCreator.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/AddExecuteHistory.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/Debug.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Server/Workflow/Observer/Log.pm
@@ -227,6 +229,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Tests.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Transport/Simple.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/VERSION.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Workflow/Factory.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML/Cache.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML/Config.pm
%%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/i18n.pm
@@ -235,6 +238,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/OpenXPKI.so
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/XML
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Workflow
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Transport
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template/Plugin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/OpenXPKI/Template
OpenPOWER on IntegriCloud