svn commit: r503262 - in head/security: . rubygem-acme-client
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jun 1 22:30:29 UTC 2019
Author: sunpoet
Date: Sat Jun 1 22:30:24 2019
New Revision: 503262
URL: https://svnweb.freebsd.org/changeset/ports/503262
Log:
Add rubygem-acme-client 2.0.3
acme-client is a client implementation of the ACMEv2 protocol in Ruby.
WWW: https://github.com/unixcharles/acme-client
Added:
head/security/rubygem-acme-client/
head/security/rubygem-acme-client/Makefile (contents, props changed)
head/security/rubygem-acme-client/distinfo (contents, props changed)
head/security/rubygem-acme-client/pkg-descr (contents, props changed)
Modified:
head/security/Makefile
Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile Sat Jun 1 22:30:18 2019 (r503261)
+++ head/security/Makefile Sat Jun 1 22:30:24 2019 (r503262)
@@ -1067,6 +1067,7 @@
SUBDIR += rndpassw
SUBDIR += ruby-bitwarden
SUBDIR += ruby-camellia
+ SUBDIR += rubygem-acme-client
SUBDIR += rubygem-aes_key_wrap
SUBDIR += rubygem-airbrussh
SUBDIR += rubygem-attr_encrypted
Added: head/security/rubygem-acme-client/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-acme-client/Makefile Sat Jun 1 22:30:24 2019 (r503262)
@@ -0,0 +1,24 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= acme-client
+PORTVERSION= 2.0.3
+CATEGORIES= security rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet at FreeBSD.org
+COMMENT= Client for the ACME protocol
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-faraday>=0.9.1:www/rubygem-faraday
+
+USES= gem shebangfix
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+SHEBANG_FILES= bin/setup
+
+.include <bsd.port.mk>
Added: head/security/rubygem-acme-client/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-acme-client/distinfo Sat Jun 1 22:30:24 2019 (r503262)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1559381103
+SHA256 (rubygem/acme-client-2.0.3.gem) = 5b900281fcf407bc0deb6dc6f036c6eabb5b83ca6989c3e06691e0e6fbded1c0
+SIZE (rubygem/acme-client-2.0.3.gem) = 19968
Added: head/security/rubygem-acme-client/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/security/rubygem-acme-client/pkg-descr Sat Jun 1 22:30:24 2019 (r503262)
@@ -0,0 +1,3 @@
+acme-client is a client implementation of the ACMEv2 protocol in Ruby.
+
+WWW: https://github.com/unixcharles/acme-client
More information about the svn-ports-head
mailing list