pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/acmesh



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Nov 22 13:08:28 UTC 2018

Added Files:
        pkgsrc/security/acmesh: DESCR Makefile PLIST distinfo

Log Message:
security/acmesh: import acmesh-2.7.9

A pure Unix shell script implementing ACME client protocol

* An ACME protocol client written purely in Shell (Unix shell) language.
* Full ACME protocol implementation.
* Support ACME v1 and ACME v2
* Support ACME v2 wildcard certs
* Simple, powerful and very easy to use. You only need 3 minutes to learn it.
* Bash, dash and sh compatible.
* Simplest shell script for Let's Encrypt free certificate client.
* Purely written in Shell with no dependencies on python or the official
  Let's Encrypt client.
* Just one script to issue, renew and install your certificates automatically.
* DOES NOT require root/sudoer access.
* Docker friendly
* IPv6 support


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/acmesh/DESCR \
    pkgsrc/security/acmesh/Makefile pkgsrc/security/acmesh/PLIST \
    pkgsrc/security/acmesh/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/acmesh/DESCR
diff -u /dev/null pkgsrc/security/acmesh/DESCR:1.1
--- /dev/null   Thu Nov 22 13:08:28 2018
+++ pkgsrc/security/acmesh/DESCR        Thu Nov 22 13:08:28 2018
@@ -0,0 +1,15 @@
+A pure Unix shell script implementing ACME client protocol
+
+* An ACME protocol client written purely in Shell (Unix shell) language.
+* Full ACME protocol implementation.
+* Support ACME v1 and ACME v2
+* Support ACME v2 wildcard certs
+* Simple, powerful and very easy to use. You only need 3 minutes to learn it.
+* Bash, dash and sh compatible.
+* Simplest shell script for Let's Encrypt free certificate client.
+* Purely written in Shell with no dependencies on python or the official
+  Let's Encrypt client.
+* Just one script to issue, renew and install your certificates automatically.
+* DOES NOT require root/sudoer access.
+* Docker friendly
+* IPv6 support
Index: pkgsrc/security/acmesh/Makefile
diff -u /dev/null pkgsrc/security/acmesh/Makefile:1.1
--- /dev/null   Thu Nov 22 13:08:28 2018
+++ pkgsrc/security/acmesh/Makefile     Thu Nov 22 13:08:28 2018
@@ -0,0 +1,35 @@
+# $NetBSD: Makefile,v 1.1 2018/11/22 13:08:28 ryoon Exp $
+
+DISTNAME=      acme.sh-2.7.9
+PKGNAME=       ${DISTNAME:S/acme.sh/acmesh/}
+CATEGORIES=    security
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=Neilpang/}
+GITHUB_PROJECT=        acme.sh
+GITHUB_TAG=    ${PKGVERSION_NOREV}
+
+MAINTAINER=    ryoon%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/Neilpang/acme.sh/
+COMMENT=       Let's Encrypt ACME client in shell script
+LICENSE=       gnu-gpl-v3
+
+USE_LANGUAGES= # none
+
+DEPENDS+=      socat-[0-9]*:../../net/socat
+DEPENDS+=      mozilla-rootcerts-[0-9]*:../../security/mozilla-rootcerts
+DEPENDS+=      curl-[0-9]*:../../www/curl
+
+#NO_CONFIGURE= yes
+NO_BUILD=      yes
+
+REPLACE_SH+=   acme.sh
+
+INSTALLATION_DIRS=     sbin
+
+do-configure:
+       # empty for REPLACE_SH
+
+do-install:
+       ${INSTALL_SCRIPT} ${WRKSRC}/acme.sh \
+               ${DESTDIR}${PREFIX}/sbin/acme.sh
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/acmesh/PLIST
diff -u /dev/null pkgsrc/security/acmesh/PLIST:1.1
--- /dev/null   Thu Nov 22 13:08:28 2018
+++ pkgsrc/security/acmesh/PLIST        Thu Nov 22 13:08:28 2018
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2018/11/22 13:08:28 ryoon Exp $
+sbin/acme.sh
Index: pkgsrc/security/acmesh/distinfo
diff -u /dev/null pkgsrc/security/acmesh/distinfo:1.1
--- /dev/null   Thu Nov 22 13:08:28 2018
+++ pkgsrc/security/acmesh/distinfo     Thu Nov 22 13:08:28 2018
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/11/22 13:08:28 ryoon Exp $
+
+SHA1 (acme.sh-2.7.9.tar.gz) = 82dd82a74d1b04f55ed936293a8c5553237f32dd
+RMD160 (acme.sh-2.7.9.tar.gz) = ea3ade012fa6f330970b02baab33c466716badb1
+SHA512 (acme.sh-2.7.9.tar.gz) = 24374783ca52835b400b84316ffab5e9066805362f02082f8ef409e21ca590d837b3dd11401633947f9fcc98dc977b0e8b6076d5deecd02b38478f257500a052
+Size (acme.sh-2.7.9.tar.gz) = 110323 bytes



Home | Main Index | Thread Index | Old Index