pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Package acme-client 0.1.11
Module Name: pkgsrc-wip
Committed By: Pierre Pronchery <khorben%defora.org@localhost>
Pushed By: khorben
Date: Tue Sep 20 16:22:20 2016 +0200
Changeset: cf330c1ef4de3ca9bbddafa9d28d496768ab7cdd
Modified Files:
Makefile
Added Files:
acme-client/DESCR
acme-client/Makefile
acme-client/PLIST
acme-client/distinfo
Log Message:
Package acme-client 0.1.11
acme-client is a client for Let's Encrypt users, but one designed for
security. No Python. No Ruby. No Bash. A straightforward, open source
implementation in C that isolates each step of the sequence.
This is the portable version of acme-client.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cf330c1ef4de3ca9bbddafa9d28d496768ab7cdd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
acme-client/DESCR | 3 +++
acme-client/Makefile | 21 +++++++++++++++++++++
acme-client/PLIST | 3 +++
acme-client/distinfo | 6 ++++++
5 files changed, 34 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 427a30e..6ea3376 100644
--- a/Makefile
+++ b/Makefile
@@ -70,6 +70,7 @@ SUBDIR+= WEPCrack
SUBDIR+= a2ps-sharatype
SUBDIR+= abduco
SUBDIR+= accountsservice
+SUBDIR+= acme-client
SUBDIR+= acpiclient
SUBDIR+= acpid
SUBDIR+= adamem
diff --git a/acme-client/DESCR b/acme-client/DESCR
new file mode 100644
index 0000000..d1b6cca
--- /dev/null
+++ b/acme-client/DESCR
@@ -0,0 +1,3 @@
+acme-client is a client for Let's Encrypt users, but one designed for
+security. No Python. No Ruby. No Bash. A straightforward, open source
+implementation in C that isolates each step of the sequence.
diff --git a/acme-client/Makefile b/acme-client/Makefile
new file mode 100644
index 0000000..fbd9a6f
--- /dev/null
+++ b/acme-client/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+GITHUB_PROJECT= acme-client-portable
+DISTNAME= VERSION_0_1_11
+PKGNAME= acme-client-0.1.11
+CATEGORIES= wip
+MASTER_SITES= ${MASTER_SITE_GITHUB:=kristapsdz/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= khorben%defora.org@localhost
+HOMEPAGE= ${MASTER_SITE_GITHUB:=kristapsdz/acme-client-portable/}
+COMMENT= "A secure Let's Encrypt client"
+LICENSE= modified-bsd
+
+USE_TOOLS= gmake
+MAKE_FILE= GNUmakefile
+
+WRKSRC= ${WRKDIR}/acme-client-portable-VERSION_0_1_11
+
+.include "../../security/libressl/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/acme-client/PLIST b/acme-client/PLIST
new file mode 100644
index 0000000..64e4eec
--- /dev/null
+++ b/acme-client/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD$
+bin/acme-client
+man/man1/acme-client.1
diff --git a/acme-client/distinfo b/acme-client/distinfo
new file mode 100644
index 0000000..ceb7688
--- /dev/null
+++ b/acme-client/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (acme-client-portable/VERSION_0_1_11.tar.gz) = 4f84c09f737eafbf94db7ac8bc0399614d438415
+RMD160 (acme-client-portable/VERSION_0_1_11.tar.gz) = 2748d40a9d2e113da49989a3de65c12f11ce9ec3
+SHA512 (acme-client-portable/VERSION_0_1_11.tar.gz) = 8fb0a73076ddcfd6a0a8da9a810d2f65e1cace051a8841fca7f466c9a6488307239be669a951c95481a2bb1c703e9e53e3149c4369a9fd71cfe6af4f5a31736f
+Size (acme-client-portable/VERSION_0_1_11.tar.gz) = 43232 bytes
Home |
Main Index |
Thread Index |
Old Index