Received: by mail.netbsd.org (Postfix, from userid 605) id 59BA5850A3; Tue, 31 Jul 2018 16:44:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3956785090 for ; Tue, 31 Jul 2018 16:44:22 +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 eZpLRHWFdG9o for ; Tue, 31 Jul 2018 16:44:21 +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 6893984D45 for ; Tue, 31 Jul 2018 16:44:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 586FDFBEC; Tue, 31 Jul 2018 16:44:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533055461114220" MIME-Version: 1.0 Date: Tue, 31 Jul 2018 16:44:21 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20180731164421.586FDFBEC@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. --_----------=_1533055461114220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Jul 31 16:44:21 UTC 2018 Modified Files: pkgsrc/www: Makefile Added Files: pkgsrc/www/py-http_ece: DESCR Makefile PLIST distinfo Log Message: www/py-http_ece: Import http_ece-1.0.5 py-http_ece is a simple implementation of the HTTP encrypted content-encoding (RFC 8188). To generate a diff of this commit: cvs rdiff -u -r1.1336 -r1.1337 pkgsrc/www/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-http_ece/DESCR \ pkgsrc/www/py-http_ece/Makefile pkgsrc/www/py-http_ece/PLIST \ pkgsrc/www/py-http_ece/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533055461114220 Content-Disposition: inline Content-Length: 2883 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/Makefile diff -u pkgsrc/www/Makefile:1.1336 pkgsrc/www/Makefile:1.1337 --- pkgsrc/www/Makefile:1.1336 Tue Jul 31 10:20:38 2018 +++ pkgsrc/www/Makefile Tue Jul 31 16:44:21 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1336 2018/07/31 10:20:38 wen Exp $ +# $NetBSD: Makefile,v 1.1337 2018/07/31 16:44:21 nia Exp $ # COMMENT= Packages related to the World Wide Web @@ -704,6 +704,7 @@ SUBDIR+= py-grappelli_safe SUBDIR+= py-gunicorn SUBDIR+= py-h11 SUBDIR+= py-h2 +SUBDIR+= py-http_ece SUBDIR+= py-http-parser SUBDIR+= py-httpbin SUBDIR+= py-httpie Added files: Index: pkgsrc/www/py-http_ece/DESCR diff -u /dev/null pkgsrc/www/py-http_ece/DESCR:1.1 --- /dev/null Tue Jul 31 16:44:21 2018 +++ pkgsrc/www/py-http_ece/DESCR Tue Jul 31 16:44:21 2018 @@ -0,0 +1,2 @@ +py-http_ece is a simple implementation of the HTTP encrypted +content-encoding (RFC 8188). Index: pkgsrc/www/py-http_ece/Makefile diff -u /dev/null pkgsrc/www/py-http_ece/Makefile:1.1 --- /dev/null Tue Jul 31 16:44:21 2018 +++ pkgsrc/www/py-http_ece/Makefile Tue Jul 31 16:44:21 2018 @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2018/07/31 16:44:21 nia Exp $ + +DISTNAME= http_ece-1.0.5 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www security python +MASTER_SITES= ${MASTER_SITE_PYPI:=h/http-ece/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/web-push-libs/encrypted-content-encoding +COMMENT= Python support for the encryped Content-Encoding (RFC 8188) +LICENSE= mit + +USE_LANGUAGES= # none + +DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography + +.include "../../lang/python/egg.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-http_ece/PLIST diff -u /dev/null pkgsrc/www/py-http_ece/PLIST:1.1 --- /dev/null Tue Jul 31 16:44:21 2018 +++ pkgsrc/www/py-http_ece/PLIST Tue Jul 31 16:44:21 2018 @@ -0,0 +1,9 @@ +@comment $NetBSD: PLIST,v 1.1 2018/07/31 16:44:21 nia Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt +${PYSITELIB}/http_ece/__init__.py +${PYSITELIB}/http_ece/__init__.pyo +${PYSITELIB}/http_ece/__init__.pyc Index: pkgsrc/www/py-http_ece/distinfo diff -u /dev/null pkgsrc/www/py-http_ece/distinfo:1.1 --- /dev/null Tue Jul 31 16:44:21 2018 +++ pkgsrc/www/py-http_ece/distinfo Tue Jul 31 16:44:21 2018 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2018/07/31 16:44:21 nia Exp $ + +SHA1 (http_ece-1.0.5.tar.gz) = 6c09c77b8415607163a4d5ff85fbad8dcf00ee33 +RMD160 (http_ece-1.0.5.tar.gz) = a8fd466375ccb706b83ad53228a6750aaab51241 +SHA512 (http_ece-1.0.5.tar.gz) = 3ef8f85a76c68574eedcff76f817d71f861971fbbc70b3bb6e8538c4d0db17cbbda26b71fd7b9b879b5427820296f87ea165b1f0359ed5b2a80bf3e6e09937e9 +Size (http_ece-1.0.5.tar.gz) = 4841 bytes --_----------=_1533055461114220--