pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/czds net/czds: import czds-1.0.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b8fd227a13e
branches:  trunk
changeset: 380398:5b8fd227a13e
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Mon Jun 06 08:46:12 2022 +0000

description:
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:

 net/czds/DESCR    |   3 +++
 net/czds/Makefile |  21 +++++++++++++++++++++
 net/czds/PLIST    |   6 ++++++
 net/czds/distinfo |   5 +++++
 4 files changed, 35 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 13ebd0024d8a -r 5b8fd227a13e net/czds/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/czds/DESCR    Mon Jun 06 08:46:12 2022 +0000
@@ -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 -r 13ebd0024d8a -r 5b8fd227a13e net/czds/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/czds/Makefile Mon Jun 06 08:46:12 2022 +0000
@@ -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"
diff -r 13ebd0024d8a -r 5b8fd227a13e net/czds/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/czds/PLIST    Mon Jun 06 08:46:12 2022 +0000
@@ -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 -r 13ebd0024d8a -r 5b8fd227a13e net/czds/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/czds/distinfo Mon Jun 06 08:46:12 2022 +0000
@@ -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