mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
security/openca-tools-forked: Tools to deal with SCEP and PKCS7 messages
Tools to deal with SCEP and PKCS7 messages. This is a forked version of openca-tools changed to work with security/p5-openxpki. WWW: http://www.openxpki.org PR: 192473 Submitted by: Sergei Vyshenski (with changes)
This commit is contained in:
parent
1555070109
commit
3090845a6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364812
@ -354,6 +354,7 @@
|
||||
SUBDIR += op
|
||||
SUBDIR += openbsm
|
||||
SUBDIR += openbsm-devel
|
||||
SUBDIR += openca-tools-forked
|
||||
SUBDIR += opencdk
|
||||
SUBDIR += openconnect
|
||||
SUBDIR += opencryptoki
|
||||
|
22
security/openca-tools-forked/Makefile
Normal file
22
security/openca-tools-forked/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= openca-tools-forked
|
||||
PORTVERSION= 1.4.0
|
||||
CATEGORIES= security
|
||||
DIST_SUBDIR= openxpki
|
||||
|
||||
MAINTAINER= svysh.fbsd@gmail.com
|
||||
COMMENT= Tools to deal with SCEP and PKCS7 messages
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= openxpki
|
||||
GH_TAGNAME= ${GH_COMMIT}
|
||||
GH_COMMIT= 641e43a
|
||||
|
||||
USES= gmake perl5
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/openca-tools-forked/distinfo
Normal file
2
security/openca-tools-forked/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (openxpki/openca-tools-forked-1.4.0.tar.gz) = bca8a680055e18f302ac58161428e71f3377f43d526a6b6e2f8b8f1735368e06
|
||||
SIZE (openxpki/openca-tools-forked-1.4.0.tar.gz) = 394675
|
6
security/openca-tools-forked/pkg-descr
Normal file
6
security/openca-tools-forked/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Tools to deal with SCEP and PKCS7 messages.
|
||||
|
||||
This is a forked version of openca-tools changed to work with
|
||||
security/p5-openxpki.
|
||||
|
||||
WWW: http://www.openxpki.org
|
5
security/openca-tools-forked/pkg-plist
Normal file
5
security/openca-tools-forked/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
bin/openca-crmf
|
||||
bin/openca-scep
|
||||
bin/openca-sv
|
||||
man/man1/sign.1.gz
|
||||
man/man1/verify.1.gz
|
Loading…
Reference in New Issue
Block a user