From owner-dev-commits-ports-all@freebsd.org Wed Apr 14 12:37:18 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7D28E5D73C0; Wed, 14 Apr 2021 12:37:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FL26k39Qtz3CwG; Wed, 14 Apr 2021 12:37:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 601241DCEE; Wed, 14 Apr 2021 12:37:18 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13ECbIPo078890; Wed, 14 Apr 2021 12:37:18 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13ECbIRZ078889; Wed, 14 Apr 2021 12:37:18 GMT (envelope-from git) Date: Wed, 14 Apr 2021 12:37:18 GMT Message-Id: <202104141237.13ECbIRZ078889@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Ruslan Makhmatkhanov Subject: git: 750a7aee3b08 - main - www/py-http-parser: re-add removed port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: rm X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 750a7aee3b08f4fededd76a75dfe36c438227399 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Apr 2021 12:37:18 -0000 The branch main has been updated by rm: URL: https://cgit.FreeBSD.org/ports/commit/?id=750a7aee3b08f4fededd76a75dfe36c438227399 commit 750a7aee3b08f4fededd76a75dfe36c438227399 Author: Ruslan Makhmatkhanov AuthorDate: 2021-04-14 12:37:09 +0000 Commit: Ruslan Makhmatkhanov CommitDate: 2021-04-14 12:37:09 +0000 www/py-http-parser: re-add removed port --- MOVED | 1 - www/Makefile | 1 + www/py-http-parser/Makefile | 25 +++++++++++++++++++++++++ www/py-http-parser/distinfo | 2 ++ www/py-http-parser/pkg-descr | 5 +++++ 5 files changed, 33 insertions(+), 1 deletion(-) diff --git a/MOVED b/MOVED index 6446b415827b..8fbe233fd1a0 100644 --- a/MOVED +++ b/MOVED @@ -13915,7 +13915,6 @@ www/ljdump||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/monast||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-django-paging||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-fcgi||2020-01-27|Has expired: Unmaintained, uses EOLed python27 -www/py-http-parser||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-meld||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-mt||2020-01-27|Has expired: Unmaintained, uses EOLed python27 www/py-rhodecode||2020-01-27|Has expired: Unmaintained, uses EOLed python27 diff --git a/www/Makefile b/www/Makefile index bc23553302fa..7c26afb37097 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1635,6 +1635,7 @@ SUBDIR += py-html5-parser SUBDIR += py-html5lib SUBDIR += py-httmock + SUBDIR += py-http-parser SUBDIR += py-httpbin SUBDIR += py-httpcore SUBDIR += py-httpie diff --git a/www/py-http-parser/Makefile b/www/py-http-parser/Makefile new file mode 100644 index 000000000000..7ab9c564847a --- /dev/null +++ b/www/py-http-parser/Makefile @@ -0,0 +1,25 @@ +# Created by: Veniamin Gvozdikov +# $FreeBSD$ + +PORTNAME= http-parser +PORTVERSION= 0.8.3 +CATEGORIES= www +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= python@FreeBSD.org +COMMENT= HTTP request/response parser for python in C + +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:-3.6 +USE_PYTHON= autoplist distutils + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/http_parser/parser.so + +.include diff --git a/www/py-http-parser/distinfo b/www/py-http-parser/distinfo new file mode 100644 index 000000000000..c1dbca95893e --- /dev/null +++ b/www/py-http-parser/distinfo @@ -0,0 +1,2 @@ +SHA256 (http-parser-0.8.3.tar.gz) = e2aff90a60def3e476bd71694d8757c0f95ebf2fedf0a8ae34ee306e0b20db83 +SIZE (http-parser-0.8.3.tar.gz) = 83040 diff --git a/www/py-http-parser/pkg-descr b/www/py-http-parser/pkg-descr new file mode 100644 index 000000000000..6352f28069a7 --- /dev/null +++ b/www/py-http-parser/pkg-descr @@ -0,0 +1,5 @@ +HTTP request/response parser for Python compatible with Python 2.x (>=2.6), +Python 3 and Pypy. If possible a C parser based on http-parser +from Ryan Dahl will be used. + +WWW: https://github.com/benoitc/http-parser/