Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Apr 2021 07:08:35 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b1ef7f4ff311 - main - security/pecl-pkcs11: Add pecl-pkcs11 1.0
Message-ID:  <202104180708.13I78Zec093833@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b1ef7f4ff3115dc956aa05fb52580105dd377951

commit b1ef7f4ff3115dc956aa05fb52580105dd377951
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-04-18 04:55:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-04-18 05:41:49 +0000

    security/pecl-pkcs11: Add pecl-pkcs11 1.0
    
    PKCS11 bindings for PHP
    
    WWW: https://github.com/gamringer/php-pkcs11
---
 security/Makefile              |  1 +
 security/pecl-pkcs11/Makefile  | 17 +++++++++++++++++
 security/pecl-pkcs11/distinfo  |  3 +++
 security/pecl-pkcs11/pkg-descr |  3 +++
 4 files changed, 24 insertions(+)

diff --git a/security/Makefile b/security/Makefile
index 2bafb147f36d..30707bf55f4b 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -768,6 +768,7 @@
     SUBDIR += pecl-libsodium
     SUBDIR += pecl-mcrypt
     SUBDIR += pecl-pam
+    SUBDIR += pecl-pkcs11
     SUBDIR += pecl-scrypt
     SUBDIR += pecl-ssh2
     SUBDIR += peda
diff --git a/security/pecl-pkcs11/Makefile b/security/pecl-pkcs11/Makefile
new file mode 100644
index 000000000000..50fea54ca3b0
--- /dev/null
+++ b/security/pecl-pkcs11/Makefile
@@ -0,0 +1,17 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME=	pkcs11
+PORTVERSION=	1.0
+CATEGORIES=	security
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	PKCS11 bindings for PHP
+
+LICENSE=	PHP301
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		localbase php:pecl
+
+IGNORE_WITH_PHP=73
+
+.include <bsd.port.mk>
diff --git a/security/pecl-pkcs11/distinfo b/security/pecl-pkcs11/distinfo
new file mode 100644
index 000000000000..f06ce41fdc55
--- /dev/null
+++ b/security/pecl-pkcs11/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1618319918
+SHA256 (PECL/pkcs11-1.0.tgz) = 05f38651ea22812d1a46d1e8a696c51d09101bfb8817f5d08a055ff81220e2d6
+SIZE (PECL/pkcs11-1.0.tgz) = 70015
diff --git a/security/pecl-pkcs11/pkg-descr b/security/pecl-pkcs11/pkg-descr
new file mode 100644
index 000000000000..5d0e31ed55f6
--- /dev/null
+++ b/security/pecl-pkcs11/pkg-descr
@@ -0,0 +1,3 @@
+PKCS11 bindings for PHP
+
+WWW: https://github.com/gamringer/php-pkcs11



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104180708.13I78Zec093833>