Received: by mail.netbsd.org (Postfix, from userid 605) id 6131E84E93; Mon, 6 Jun 2022 08:44:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C43984E91 for ; Mon, 6 Jun 2022 08:44:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QMF2HOcVJnra for ; Mon, 6 Jun 2022 08:44:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1141284E90 for ; Mon, 6 Jun 2022 08:44:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26B64FB19; Mon, 6 Jun 2022 08:46:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165450517367960" MIME-Version: 1.0 Date: Mon, 6 Jun 2022 08:46:13 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/net/czds To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20220606084613.26B64FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165450517367960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_165450517367960 Content-Disposition: inline Content-Length: 2017 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_165450517367960--