This commit is contained in:
ziggi
2020-05-22 06:02:01 +00:00
parent a8a418c011
commit bd4f867a39
3 changed files with 34 additions and 0 deletions

26
python/py-bjoern/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD: head/www/py-bjoern/Makefile 524442 2020-01-27 20:10:50Z sunpoet $
PORTNAME= bjoern
PORTVERSION= 3.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Fast Python WSGI server
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libev.so:devel/libev
USES= localbase python
USE_PYTHON= autoplist concurrent distutils
LDFLAGS+= -lc
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1580125367
SHA256 (bjoern-3.1.0.tar.gz) = 01f3b601cf0ab0a9c7cb9c8f944ab7c738baaa6043ca82db20e9bd7a9be5767b
SIZE (bjoern-3.1.0.tar.gz) = 42061

View File

@@ -0,0 +1,5 @@
bjoern, is a fast and ultra-lightweight asynchronous HTTP/1.1 WSGI server. It
uses Marc Lehmann's hight performance libev event loop and Ryan Dahl's
http-parser.
WWW: https://github.com/jonashaag/bjoern