diff options
Diffstat (limited to 'net/czds')
-rw-r--r-- | net/czds/DESCR | 3 | ||||
-rw-r--r-- | net/czds/Makefile | 21 | ||||
-rw-r--r-- | net/czds/PLIST | 6 | ||||
-rw-r--r-- | net/czds/distinfo | 5 |
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 |