Date: Tue, 3 Oct 2006 19:28:30 +0400 (MSD) From: Sergei Vyshenski <svysh@cryptocom.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/103944: [New port:] security/p5-openxpki-cli Message-ID: <200610031528.k93FSU8g084407@panther1.lan.cryptocom.ru> Resent-Message-ID: <200610031530.k93FUMHb061124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 103944 >Category: ports >Synopsis: [New port:] security/p5-openxpki-cli >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:22 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@panther.lan.cryptocom.ru:/usr/obj/usr/src/sys/PANTHER amd64 >Description: This is PR 3 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-cli # security/p5-openxpki-client-cli/pkg-plist # security/p5-openxpki-client-cli/distinfo # security/p5-openxpki-client-cli/pkg-descr # security/p5-openxpki-client-cli/Makefile # echo c - security/p5-openxpki-client-cli mkdir -p security/p5-openxpki-client-cli > /dev/null 2>&1 echo x - security/p5-openxpki-client-cli/pkg-plist sed 's/^X//' >security/p5-openxpki-client-cli/pkg-plist << 'END-of-security/p5-openxpki-client-cli/pkg-plist' X%%SITE_PERL%%/OpenXPKI/Client/CLI.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/CLI/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client/CLI X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI/Client X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/OpenXPKI X@dirrmtry %%SITE_PERL%%/OpenXPKI/Client X@dirrmtry %%SITE_PERL%%/OpenXPKI END-of-security/p5-openxpki-client-cli/pkg-plist echo x - security/p5-openxpki-client-cli/distinfo sed 's/^X//' >security/p5-openxpki-client-cli/distinfo << 'END-of-security/p5-openxpki-client-cli/distinfo' XMD5 (openxpki/OpenXPKI-Client-CLI-0.9.459.tar.gz) = 5156f2863e22dbe35dadc52dbb648443 XSHA256 (openxpki/OpenXPKI-Client-CLI-0.9.459.tar.gz) = 7609bf5d3837a47b81435f11ddd2202853ff7051901e974bbdf7c741d6480fef XSIZE (openxpki/OpenXPKI-Client-CLI-0.9.459.tar.gz) = 10496 END-of-security/p5-openxpki-client-cli/distinfo echo x - security/p5-openxpki-client-cli/pkg-descr sed 's/^X//' >security/p5-openxpki-client-cli/pkg-descr << 'END-of-security/p5-openxpki-client-cli/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-cli/pkg-descr echo x - security/p5-openxpki-client-cli/Makefile sed 's/^X//' >security/p5-openxpki-client-cli/Makefile << 'END-of-security/p5-openxpki-client-cli/Makefile' X# New ports collection makefile for: p5-openxpki-client-cli X# Date created: 03 Oct 2006 X# Whom: svysh X# X# $FreeBSD$ X# X XPORTNAME= openxpki-client-cli XPORTVERSION= 0.9.459 XCATEGORIES= security perl5 XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= openxpki XPKGNAMEPREFIX= p5- XDISTNAME= OpenXPKI-Client-CLI-${PORTVERSION} XDIST_SUBDIR= openxpki X XMAINTAINER= svysh@cryptocom.ru XCOMMENT= Command line interface for local openxpki daemon X XBUILD_DEPENDS= \ X ${SITE_PERL}/Config/Std.pm:${PORTSDIR}/devel/p5-Config-Std \ X ${SITE_PERL}/OpenXPKI/Client.pm:${PORTSDIR}/security/p5-openxpki-client XRUN_DEPENDS= ${BUILD_DEPENDS} X XMAN3= OpenXPKI::Client::CLI.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-cli/Makefile exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610031528.k93FSU8g084407>