ports/103943: [New port:] security/p5-openxpki-client

Sergei Vyshenski svysh at cryptocom.ru
Tue Oct 3 15:30:36 UTC 2006


>Number:         103943
>Category:       ports
>Synopsis:       [New port:] security/p5-openxpki-client
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 03 15:30:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Sergei Vyshenski
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD panther.lan.cryptocom.ru 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sat Sep 23 03:01:24 MSD 2006 root at panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64


	
>Description:
	

This is PR 2 of 8. Please see Description section of PR# ports/103937

>How-To-Repeat:
	
>Fix:

	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	security/p5-openxpki-client
#	security/p5-openxpki-client/pkg-plist
#	security/p5-openxpki-client/distinfo
#	security/p5-openxpki-client/pkg-descr
#	security/p5-openxpki-client/Makefile
#
echo c - security/p5-openxpki-client
mkdir -p security/p5-openxpki-client > /dev/null 2>&1
echo x - security/p5-openxpki-client/pkg-plist
sed 's/^X//' >security/p5-openxpki-client/pkg-plist << 'END-of-security/p5-openxpki-client/pkg-plist'
X%%SITE_PERL%%/OpenXPKI/Client.pm
X%%SITE_PERL%%/OpenXPKI/Client/API.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/.packlist
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client
X at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI
X at dirrmtry %%SITE_PERL%%/OpenXPKI/Client
X at dirrmtry %%SITE_PERL%%/OpenXPKI
END-of-security/p5-openxpki-client/pkg-plist
echo x - security/p5-openxpki-client/distinfo
sed 's/^X//' >security/p5-openxpki-client/distinfo << 'END-of-security/p5-openxpki-client/distinfo'
XMD5 (openxpki/OpenXPKI-Client-0.9.450.tar.gz) = 7dfdbb9cca092bddeeb6a84a84a6384f
XSHA256 (openxpki/OpenXPKI-Client-0.9.450.tar.gz) = 1383280e9d7630782c0e33372a713d937b41ad509062248b5c88a09b7de11d5a
XSIZE (openxpki/OpenXPKI-Client-0.9.450.tar.gz) = 12482
END-of-security/p5-openxpki-client/distinfo
echo x - security/p5-openxpki-client/pkg-descr
sed 's/^X//' >security/p5-openxpki-client/pkg-descr << 'END-of-security/p5-openxpki-client/pkg-descr'
XA collection of ports for the OpenXPKI suite - Perl based trustcenter 
Xsoftware for PKI: server and client parts along with deployment tools.
X
Xp5-openxpki: core for server part
Xp5-openxpki-client: base class for actual clients
Xp5-openxpki-i18n: internationalization of the user interface
Xp5-openxpki-client-cli: command line interface to local OpenXPKI daemon
Xp5-openxpki-client-html-mason: web interface to local OpenXPKI daemon
Xp5-openxpki-client-scep: set of SCEP tools
Xp5-openxpki-client-soap-lite: set of SOAP-Lite tools
Xp5-openxpki-deployment: set or deployment tools
X
XDependencies of OpenXPKI ports ("A --> B" means that port B depends on port A):
X
X p5-openxpki-client  <--  p5-openxpki (server)  -->  p5-openxpki-i18n
X           \
X            \     |  p5-openxpki-client-cli, p5-openxpki-client-html-mason,
X             \--> |  p5-openxpki-client-scep, p5-openxpki-client-soap-lite, 
X                  |  p5-openxpki-deployment.
XNotes: 
XI18n is needed for the English interface too. For effective use of deployment,
Xit is recommended to install at least one of the clients: ...-cli or ...-mason.
X
XWWW: http://www.openxpki.org/
END-of-security/p5-openxpki-client/pkg-descr
echo x - security/p5-openxpki-client/Makefile
sed 's/^X//' >security/p5-openxpki-client/Makefile << 'END-of-security/p5-openxpki-client/Makefile'
X# New ports collection makefile for:	p5-openxpki-client
X# Date created:				03 Oct 2006
X# Whom:					svysh
X#
X# $FreeBSD$
X#
X
XPORTNAME=	openxpki-client
XPORTVERSION=	0.9.450
XCATEGORIES=	security perl5
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	openxpki
XPKGNAMEPREFIX=	p5-
XDISTNAME=	OpenXPKI-Client-${PORTVERSION}
XDIST_SUBDIR=	openxpki
X
XMAINTAINER=	svysh at cryptocom.ru
XCOMMENT=	Perl based trustcenter software for PKI: base class for actual clients
X
XBUILD_DEPENDS=	\
X	${SITE_PERL}/${PERL_ARCH}/OpenXPKI.pm:${PORTSDIR}/security/p5-openxpki
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XMAN3=	OpenXPKI::Client.3 \
X	OpenXPKI::Client::API.3
XUSE_PERL5=	yes
XUSE_GMAKE=	yes
XPERL_CONFIGURE=	yes
XMAN3PREFIX=	${TARGETDIR}/lib/perl5/${PERL_VERSION}
X
X.include <bsd.port.mk>
END-of-security/p5-openxpki-client/Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list