summaryrefslogtreecommitdiff
path: root/net/czds
diff options
context:
space:
mode:
authorfcambus <fcambus@pkgsrc.org>2022-06-06 08:46:12 +0000
committerfcambus <fcambus@pkgsrc.org>2022-06-06 08:46:12 +0000
commitc27cf7129aa51be04eb6df1f96b19545a1f0c71f (patch)
tree050f63739ae2066960c7eb948905cde4d5cf456c /net/czds
parent5a56bfd8fbe7a377308e6f03dcc875105c2679f9 (diff)
downloadpkgsrc-c27cf7129aa51be04eb6df1f96b19545a1f0c71f.tar.gz
net/czds: import czds-1.0.6.
Client to ICANN's Centralized Zone Data Service (CZDS) REST API using both the documented and undocumented API endpoints. Should allow you to perform almost any action you can in the web interface via this API.
Diffstat (limited to 'net/czds')
-rw-r--r--net/czds/DESCR3
-rw-r--r--net/czds/Makefile21
-rw-r--r--net/czds/PLIST6
-rw-r--r--net/czds/distinfo5
4 files changed, 35 insertions, 0 deletions
diff --git a/net/czds/DESCR b/net/czds/DESCR
new file mode 100644
index 00000000000..ca28f033d24
--- /dev/null
+++ b/net/czds/DESCR
@@ -0,0 +1,3 @@
+Client to ICANN's Centralized Zone Data Service (CZDS) REST API using
+both the documented and undocumented API endpoints. Should allow you
+to perform almost any action you can in the web interface via this API.
diff --git a/net/czds/Makefile b/net/czds/Makefile
new file mode 100644
index 00000000000..0b744570f67
--- /dev/null
+++ b/net/czds/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/06/06 08:46:12 fcambus Exp $
+
+DISTNAME= czds-1.0.6
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=lanrat/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= fcambus@NetBSD.org
+HOMEPAGE= https://github.com/lanrat/czds
+COMMENT= Client to the CZDS REST API
+LICENSE= gnu-gpl-v3
+
+DOCDIR= share/doc/czds
+
+INSTALLATION_DIRS+= ${DOCDIR}
+
+post-install:
+ ${RUN}${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/${DOCDIR}
+
+.include "../../lang/go/go-module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/czds/PLIST b/net/czds/PLIST
new file mode 100644
index 00000000000..5411ff8fb3d
--- /dev/null
+++ b/net/czds/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1 2022/06/06 08:46:12 fcambus Exp $
+bin/czds-dl
+bin/czds-report
+bin/czds-request
+bin/czds-status
+share/doc/czds/README.md
diff --git a/net/czds/distinfo b/net/czds/distinfo
new file mode 100644
index 00000000000..84dfeb466ba
--- /dev/null
+++ b/net/czds/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/06/06 08:46:12 fcambus Exp $
+
+BLAKE2s (czds-1.0.6.tar.gz) = 2305eef9c70252ddac7896038a67679d0566fea6177b0c293fb9dd3365cfa78d
+SHA512 (czds-1.0.6.tar.gz) = 7a57827cd71cd5d42099012495169a023df6e7b3f9df2de60c17c0cbc4db0ca410279f4dfefdb67c62263758b6dfaad0321cba987d1bcc833781ce58f3d9ab57
+Size (czds-1.0.6.tar.gz) = 25843 bytes