1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

WSGIUtils is a package of standalone utility libraries that ease the development

of simple WSGI programs.

The package is divided into two main components which can be used individualy or
in combination.

wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.

wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.

WWW: http://www.owlfish.com/software/wsgiutils/

PR:		ports/99488
Submitted by:	Jordi Haarman
This commit is contained in:
Ion-Mihai Tetcu 2006-07-15 08:35:58 +00:00
parent dbdcdbd882
commit e0d879d0fe
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167880
5 changed files with 57 additions and 0 deletions

View File

@ -1627,6 +1627,7 @@
SUBDIR += py-urwid
SUBDIR += py-utils
SUBDIR += py-vmaps
SUBDIR += py-wsgiutils
SUBDIR += py-xdg
SUBDIR += py-xoltar-toolkit
SUBDIR += py-yaml

View File

@ -0,0 +1,24 @@
# New ports collection makefile for: py-wsgiutils
# Date created: 25 June 2006
# Whom: Jordi Haarman
#
# $FreeBSD$
#
PORTNAME= wsgiutils
PORTVERSION= 0.7
CATEGORIES= devel textproc www python
MASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= WSGIUtils-${PORTVERSION}
MAINTAINER= j.haarman@synantics.com
COMMENT= Utility libraries for development of simple WSGI programs
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PLIST_SUB= PORTVERSION=${PORTVERSION} \
PYTHON_VERSION_NR=${_PYTHON_PORTBRANCH}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (WSGIUtils-0.7.tar.gz) = bcb0bc3cc3a4d2be2d237ab532b1d5b8
SHA256 (WSGIUtils-0.7.tar.gz) = 5f0fb822e8c100416edc1f75f2fd4a28dcfd2b3a046aeb39ac1c761101f0a9d1
SIZE (WSGIUtils-0.7.tar.gz) = 17996

View File

@ -0,0 +1,13 @@
WSGIUtils is a package of standalone utility libraries that ease the development
of simple WSGI programs.
The package is divided into two main components which can be used individualy or
in combination.
wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
wsgiAdaptor is a simple WSGI application that provides basic authentication,
signed cookies and persistent sessions.
WWW: http://www.owlfish.com/software/wsgiutils/

View File

@ -0,0 +1,16 @@
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.py
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.pyc
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.pyo
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.py
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.pyc
%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.pyo
%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.py
%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.pyc
%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.pyo
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.py
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.pyc
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.pyo
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.py
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.pyc
%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.pyo
@dirrm %%PYTHON_SITELIBDIR%%/wsgiutils/