Received: by mail.netbsd.org (Postfix, from userid 605) id D6B4C84EB4; Tue, 26 May 2020 21:28:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5B69384EB3 for ; Tue, 26 May 2020 21:28:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id uUxy2HfQ2PZA for ; Tue, 26 May 2020 21:28:37 +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 B78EF84EA6 for ; Tue, 26 May 2020 21:28:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A66FAFB27; Tue, 26 May 2020 21:28:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1590528517158030" MIME-Version: 1.0 Date: Tue, 26 May 2020 21:28:37 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/net/py-ipcalc To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20200526212837.A66FAFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1590528517158030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Tue May 26 21:28:37 UTC 2020 Added Files: pkgsrc/net/py-ipcalc: DESCR Makefile PLIST distinfo Log Message: py-ipcalc: package version 1.99.0 This module allows you to perform IP subnet calculations, there is support for both IPv4 and IPv6 CIDR notation. This is required by dane(1) from security/sshfp. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/net/py-ipcalc/DESCR \ pkgsrc/net/py-ipcalc/Makefile pkgsrc/net/py-ipcalc/PLIST \ pkgsrc/net/py-ipcalc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1590528517158030 Content-Disposition: inline Content-Length: 2014 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/net/py-ipcalc/DESCR diff -u /dev/null pkgsrc/net/py-ipcalc/DESCR:1.1 --- /dev/null Tue May 26 21:28:37 2020 +++ pkgsrc/net/py-ipcalc/DESCR Tue May 26 21:28:37 2020 @@ -0,0 +1,2 @@ +This module allows you to perform IP subnet calculations, there is support for +both IPv4 and IPv6 CIDR notation. Index: pkgsrc/net/py-ipcalc/Makefile diff -u /dev/null pkgsrc/net/py-ipcalc/Makefile:1.1 --- /dev/null Tue May 26 21:28:37 2020 +++ pkgsrc/net/py-ipcalc/Makefile Tue May 26 21:28:37 2020 @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1 2020/05/26 21:28:37 khorben Exp $ + +DISTNAME= ipcalc-1.99.0 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= net python +MASTER_SITES= https://files.pythonhosted.org/packages/8f/14/bb4034c87b4b2a47b381a52051138c3aeb87515a498185e275d40585deeb/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/tehmaze/ipcalc/ +COMMENT= IP subnet calculator +LICENSE= 2-clause-bsd + +USE_LANGUAGES= # none + +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/py-ipcalc/PLIST diff -u /dev/null pkgsrc/net/py-ipcalc/PLIST:1.1 --- /dev/null Tue May 26 21:28:37 2020 +++ pkgsrc/net/py-ipcalc/PLIST Tue May 26 21:28:37 2020 @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2020/05/26 21:28:37 khorben Exp $ +${PYSITELIB}/ipcalc.pyo +${PYSITELIB}/ipcalc.pyc +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/ipcalc.py Index: pkgsrc/net/py-ipcalc/distinfo diff -u /dev/null pkgsrc/net/py-ipcalc/distinfo:1.1 --- /dev/null Tue May 26 21:28:37 2020 +++ pkgsrc/net/py-ipcalc/distinfo Tue May 26 21:28:37 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/05/26 21:28:37 khorben Exp $ + +SHA1 (ipcalc-1.99.0.tar.gz) = a9841397166cce456f02e0226c0b97cbbdaf300a +RMD160 (ipcalc-1.99.0.tar.gz) = f00d23a978bc69671b5939cdee64130de6050de1 +SHA512 (ipcalc-1.99.0.tar.gz) = 14317b10775e7169633419ff46caf8da693efb0b46e3baced31adf1e7ed389cba9f8c265cc515b20062bf992bcf8e931fffe12d6656dad11585444d6e445b224 +Size (ipcalc-1.99.0.tar.gz) = 9827 bytes --_----------=_1590528517158030--