mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add p5-openxpki-client-soap-lite 0.9.421, SOAP-Lite toolkit for
openxpki. PR: ports/103947 Submitted by: Sergei Vyshenski <svysh at cryptocom.ru>
This commit is contained in:
parent
c0e007caa7
commit
ab27869dd7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174766
@ -468,6 +468,7 @@
|
||||
SUBDIR += p5-openxpki-client-cli
|
||||
SUBDIR += p5-openxpki-client-html-mason
|
||||
SUBDIR += p5-openxpki-client-scep
|
||||
SUBDIR += p5-openxpki-client-soap-lite
|
||||
SUBDIR += pad
|
||||
SUBDIR += pam-mysql
|
||||
SUBDIR += pam-pgsql
|
||||
|
30
security/p5-openxpki-client-soap-lite/Makefile
Normal file
30
security/p5-openxpki-client-soap-lite/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-openxpki-client-soap-lite
|
||||
# Date created: 03 Oct 2006
|
||||
# Whom: svysh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openxpki-client-soap-lite
|
||||
PORTVERSION= 0.9.421
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= openxpki
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= OpenXPKI-Client-SOAP-Lite-${PORTVERSION}
|
||||
DIST_SUBDIR= openxpki
|
||||
|
||||
MAINTAINER= svysh@cryptocom.ru
|
||||
COMMENT= SOAP-Lite toolkit for openxpki
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client \
|
||||
${SITE_PERL}/SOAP/Lite.pm:${PORTSDIR}/net/p5-SOAP-Lite
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= OpenXPKI::Client::SOAP::Lite.3
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-openxpki-client-soap-lite/distinfo
Normal file
3
security/p5-openxpki-client-soap-lite/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (openxpki/OpenXPKI-Client-SOAP-Lite-0.9.421.tar.gz) = c8dfbede0b8170d21d770ad14651ae36
|
||||
SHA256 (openxpki/OpenXPKI-Client-SOAP-Lite-0.9.421.tar.gz) = aa19111c4765c2e730feb1e440e291dbff024108944a106ffd532a92caefa0fe
|
||||
SIZE (openxpki/OpenXPKI-Client-SOAP-Lite-0.9.421.tar.gz) = 4438
|
24
security/p5-openxpki-client-soap-lite/pkg-descr
Normal file
24
security/p5-openxpki-client-soap-lite/pkg-descr
Normal file
@ -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/
|
9
security/p5-openxpki-client-soap-lite/pkg-plist
Normal file
9
security/p5-openxpki-client-soap-lite/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
%%SITE_PERL%%/OpenXPKI/Client/SOAP/Lite.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SOAP/Lite/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SOAP/Lite
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
|
||||
@dirrmtry %%SITE_PERL%%/OpenXPKI/Client/SOAP
|
||||
@dirrmtry %%SITE_PERL%%/OpenXPKI/Client
|
||||
@dirrmtry %%SITE_PERL%%/OpenXPKI
|
Loading…
Reference in New Issue
Block a user