diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-31 01:18:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-31 01:18:34 +0800 |
commit | 9e8a529666ce39eb78ce9f4c4a88cf545c8a1466 (patch) | |
tree | 15c505c8ecf5707dc9bcc816dd79ec3365d867ae /security | |
parent | 166c85ce8037c947dfcc34d5774b42f6df30537b (diff) | |
download | freebsd-ports-gnome-9e8a529666ce39eb78ce9f4c4a88cf545c8a1466.tar.gz freebsd-ports-gnome-9e8a529666ce39eb78ce9f4c4a88cf545c8a1466.tar.zst freebsd-ports-gnome-9e8a529666ce39eb78ce9f4c4a88cf545c8a1466.zip |
- Update to 0.9.659
PR: ports/107329
Submitted by: Sergei Vyshenski <svysh@cryptocom.ru> (maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-openxpki-deployment/Makefile | 3 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/distinfo | 6 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/files/openxpki.sh.in | 30 | ||||
-rw-r--r-- | security/p5-openxpki-deployment/pkg-plist | 17 |
4 files changed, 47 insertions, 9 deletions
diff --git a/security/p5-openxpki-deployment/Makefile b/security/p5-openxpki-deployment/Makefile index c004df8a0f37..fdd8c9655fe5 100644 --- a/security/p5-openxpki-deployment/Makefile +++ b/security/p5-openxpki-deployment/Makefile @@ -6,7 +6,7 @@ # PORTNAME= openxpki-deployment -PORTVERSION= 0.9.543 +PORTVERSION= 0.9.659 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= openxpki @@ -29,6 +29,7 @@ MAN1= openxpki-configure.1 \ openxpkictl.1 USE_PERL5= yes USE_GMAKE= yes +USE_RC_SUBR= openxpki.sh HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix ${PREFIX} diff --git a/security/p5-openxpki-deployment/distinfo b/security/p5-openxpki-deployment/distinfo index 7316fc81ec40..edbc6449a07d 100644 --- a/security/p5-openxpki-deployment/distinfo +++ b/security/p5-openxpki-deployment/distinfo @@ -1,3 +1,3 @@ -MD5 (openxpki/openxpki-deployment-0.9.543.tar.gz) = 8a5975feca7510f88456595a42baaf5c -SHA256 (openxpki/openxpki-deployment-0.9.543.tar.gz) = 8e724c345cec8d4f20898f40496e3b996ad9edfa68d59eed7bcd4775c898fc8e -SIZE (openxpki/openxpki-deployment-0.9.543.tar.gz) = 42323 +MD5 (openxpki/openxpki-deployment-0.9.659.tar.gz) = d92f5105c3d733655581916beac7e551 +SHA256 (openxpki/openxpki-deployment-0.9.659.tar.gz) = 8bee14f4d8a7070dfe5aa19a263de8df5b8fc9f0ca9b227b368b994c43c54e63 +SIZE (openxpki/openxpki-deployment-0.9.659.tar.gz) = 50483 diff --git a/security/p5-openxpki-deployment/files/openxpki.sh.in b/security/p5-openxpki-deployment/files/openxpki.sh.in new file mode 100644 index 000000000000..f24aef250108 --- /dev/null +++ b/security/p5-openxpki-deployment/files/openxpki.sh.in @@ -0,0 +1,30 @@ +#!/bin/sh +# $FreeBSD$ + +# PROVIDE: openxpki +# REQUIRE: DAEMON +# BEFORE: LOGIN +# KEYWORD: shutdown + +# Define these openxpki_* variables in one of these files: +# /etc/rc.conf +# /etc/rc.conf.local +# +# DO NOT CHANGE THESE DEFAULT VALUES HERE +# +openxpki_enable="${openxpki_enable-NO}" +openxpki_flags="" +command_args="$1" +openxpki_pidfile="%%PREFIX%%/var/openxpki/openxpki.pid" + +. %%RC_SUBR%% + +name="openxpki" +rcvar=`set_rcvar` +command="%%PREFIX%%/bin/openxpkictl" + +load_rc_config $name + +pidfile="${openxpki_pidfile}" + +run_rc_command "$1" diff --git a/security/p5-openxpki-deployment/pkg-plist b/security/p5-openxpki-deployment/pkg-plist index 1b270be3c2fd..ef4e5a061cd7 100644 --- a/security/p5-openxpki-deployment/pkg-plist +++ b/security/p5-openxpki-deployment/pkg-plist @@ -13,20 +13,27 @@ share/openxpki/templates/default/token.xml share/openxpki/templates/default/workflow.xml share/openxpki/templates/default/workflow_activity.xml share/openxpki/templates/default/workflow_activity_certificate_issuance.xml +share/openxpki/templates/default/workflow_activity_certificate_revocation_request.xml share/openxpki/templates/default/workflow_activity_certificate_signing_request.xml share/openxpki/templates/default/workflow_activity_crl_issuance.xml share/openxpki/templates/default/workflow_activity_dataexchange.xml share/openxpki/templates/default/workflow_activity_null.xml +share/openxpki/templates/default/workflow_activity_scep_request.xml +share/openxpki/templates/default/workflow_activity_smartcard_personalization.xml share/openxpki/templates/default/workflow_condition.xml share/openxpki/templates/default/workflow_def_certificate_issuance.xml +share/openxpki/templates/default/workflow_def_certificate_revocation_request.xml +share/openxpki/templates/default/workflow_def_certificate_revocation_request_offline_ca.xml share/openxpki/templates/default/workflow_def_certificate_signing_request.xml share/openxpki/templates/default/workflow_def_certificate_signing_request_dataonly.xml -share/openxpki/templates/default/workflow_def_certificate_signing_request_offline.xml -share/openxpki/templates/default/workflow_def_certificate_signing_request_online.xml +share/openxpki/templates/default/workflow_def_certificate_signing_request_offline_ca.xml share/openxpki/templates/default/workflow_def_crl_issuance.xml share/openxpki/templates/default/workflow_def_dataexchange_export.xml share/openxpki/templates/default/workflow_def_dataexchange_import.xml +share/openxpki/templates/default/workflow_def_scep_request.xml +share/openxpki/templates/default/workflow_def_smartcard_personalization.xml +share/openxpki/templates/default/workflow_validator_certificate_revocation_request.xml share/openxpki/templates/default/workflow_validator_certificate_signing_request.xml -@dirrm share/openxpki/templates/default -@dirrm share/openxpki/templates -@dirrm share/openxpki +@dirrmtry share/openxpki/templates/default +@dirrmtry share/openxpki/templates +@dirrmtry share/openxpki |