mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Add p5-openxpki-client-scep 0.9.421, client for SCEP requests to
openxpki server. PR: ports/103946 Submitted by: Sergei Vyshenski <svysh at cryptocom.ru>
This commit is contained in:
parent
2259b7c0e8
commit
e240e8975b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174763
@ -467,6 +467,7 @@
|
||||
SUBDIR += p5-openxpki-client
|
||||
SUBDIR += p5-openxpki-client-cli
|
||||
SUBDIR += p5-openxpki-client-html-mason
|
||||
SUBDIR += p5-openxpki-client-scep
|
||||
SUBDIR += pad
|
||||
SUBDIR += pam-mysql
|
||||
SUBDIR += pam-pgsql
|
||||
|
30
security/p5-openxpki-client-scep/Makefile
Normal file
30
security/p5-openxpki-client-scep/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: p5-openxpki-client-scep
|
||||
# Date created: 03 Oct 2006
|
||||
# Whom: svysh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openxpki-client-scep
|
||||
PORTVERSION= 0.9.421
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= openxpki
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= OpenXPKI-Client-SCEP-${PORTVERSION}
|
||||
DIST_SUBDIR= openxpki
|
||||
|
||||
MAINTAINER= svysh@cryptocom.ru
|
||||
COMMENT= Client for SCEP requests to openxpki server
|
||||
|
||||
BUILD_DEPENDS= \
|
||||
${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \
|
||||
${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
MAN3= OpenXPKI::Client::SCEP.3
|
||||
USE_PERL5= yes
|
||||
USE_GMAKE= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-openxpki-client-scep/distinfo
Normal file
3
security/p5-openxpki-client-scep/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (openxpki/OpenXPKI-Client-SCEP-0.9.421.tar.gz) = 70e28aeddcc7b13b0918e806ca765295
|
||||
SHA256 (openxpki/OpenXPKI-Client-SCEP-0.9.421.tar.gz) = c3c89bcc69cb9e131a353f0eb228090e9abc4bdc1c453812bf89d4cc54f97753
|
||||
SIZE (openxpki/OpenXPKI-Client-SCEP-0.9.421.tar.gz) = 8052
|
24
security/p5-openxpki-client-scep/pkg-descr
Normal file
24
security/p5-openxpki-client-scep/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/
|
7
security/p5-openxpki-client-scep/pkg-plist
Normal file
7
security/p5-openxpki-client-scep/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
%%SITE_PERL%%/OpenXPKI/Client/SCEP.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SCEP/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/SCEP
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
|
||||
@dirrmtry %%SITE_PERL%%/OpenXPKI/Client
|
||||
@dirrmtry %%SITE_PERL%%/OpenXPKI
|
Loading…
Reference in New Issue
Block a user