pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/czds



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Mon Jun  6 08:46:13 UTC 2022

Added Files:
        pkgsrc/net/czds: DESCR Makefile PLIST distinfo

Log Message:
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.


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

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

Added files:

Index: pkgsrc/net/czds/DESCR
diff -u /dev/null pkgsrc/net/czds/DESCR:1.1
--- /dev/null   Mon Jun  6 08:46:13 2022
+++ pkgsrc/net/czds/DESCR       Mon Jun  6 08:46:12 2022
@@ -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.
Index: pkgsrc/net/czds/Makefile
diff -u /dev/null pkgsrc/net/czds/Makefile:1.1
--- /dev/null   Mon Jun  6 08:46:13 2022
+++ pkgsrc/net/czds/Makefile    Mon Jun  6 08:46:12 2022
@@ -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@localhost
+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"
Index: pkgsrc/net/czds/PLIST
diff -u /dev/null pkgsrc/net/czds/PLIST:1.1
--- /dev/null   Mon Jun  6 08:46:13 2022
+++ pkgsrc/net/czds/PLIST       Mon Jun  6 08:46:12 2022
@@ -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
Index: pkgsrc/net/czds/distinfo
diff -u /dev/null pkgsrc/net/czds/distinfo:1.1
--- /dev/null   Mon Jun  6 08:46:13 2022
+++ pkgsrc/net/czds/distinfo    Mon Jun  6 08:46:12 2022
@@ -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



Home | Main Index | Thread Index | Old Index