Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2006 11:33:34 GMT
From:      Jordi Haarman <j.haarman@synantics.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/99488: New port:devel/py-wsgiutils
Message-ID:  <200606261133.k5QBXYUk089676@www.freebsd.org>
Resent-Message-ID: <200606261210.k5QCALZk049387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         99488
>Category:       ports
>Synopsis:       New port:devel/py-wsgiutils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 26 12:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jordi Haarman
>Release:        
>Organization:
Synantics
>Environment:
FreeBSD angelite 6.0-RELEASE-p5 FreeBSD 6.0-RELEASE-p5 #0: Tue Mar 21 14:13:31 CET 2006     jhaarman@estro.adam.synantics.net:/usr/obj/usr/src/sys/freebsd60  i386
>Description:

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       .
#       ./pkg-descr
#       ./Makefile
#       ./distinfo
#       ./port
#       ./pkg-plist
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./pkg-descr
sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XWSGIUtils is a package of standalone utility libraries that ease the development
Xof simple WSGI programs.
X
XThe package is divided into two main components which can be used individualy or
Xin combination.
X
XwsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
X
XwsgiAdaptor is a simple WSGI application that provides basic authentication,
Xsigned cookies and persistent sessions.
X
X
XWWW: http://www.owlfish.com/software/wsgiutils/
END-of-./pkg-descr
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:    py-wsgiutils
X# Date created:         25 June 2006
X# Whom:                 Jordi Haarman
X#
X# $FreeBSD$
X#
X
XPORTNAME=      wsgiutils
XPORTVERSION=   0.7
XCATEGORIES=    devel textproc www python
XMASTER_SITES=  http://www.owlfish.com/software/wsgiutils/downloads/
XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
XDISTNAME=      WSGIUtils-${PORTVERSION}
X
XMAINTAINER=    ports@FreeBSD.org
XCOMMENT=       Utility libraries for development of simple WSGI programs
X
XUSE_PYTHON=    yes
XUSE_PYDISTUTILS=yes
X
XPLIST_SUB=      PORTVERSION=${PORTVERSION} \
X               PYTHON_VERSION_NR=${_PYTHON_PORTBRANCH}
X
X.include <bsd.port.mk>
END-of-./Makefile
echo x - ./distinfo
sed 's/^X//' >./distinfo << 'END-of-./distinfo'
XMD5 (WSGIUtils-0.7.tar.gz) = bcb0bc3cc3a4d2be2d237ab532b1d5b8
XSHA256 (WSGIUtils-0.7.tar.gz) = 5f0fb822e8c100416edc1f75f2fd4a28dcfd2b3a046aeb39ac1c761101f0a9d1
XSIZE (WSGIUtils-0.7.tar.gz) = 17996
END-of-./distinfo
echo x - ./port
sed 's/^X//' >./port << 'END-of-./port'
X# This is a shell archive.  Save it in a file, remove anything before
X# this line, and then unpack it by entering "sh file".  Note, it may
X# create directories; files and directories will be owned by you and
X# have default permissions.
X#
X# This archive contains:
X#
X#      .
X#      ./pkg-descr
X#      ./Makefile
X#      ./distinfo
X#      ./port
X#      ./pkg-plist
X#
Xecho c - .
Xmkdir -p . > /dev/null 2>&1
Xecho x - ./pkg-descr
Xsed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr'
XXWSGIUtils is a package of standalone utility libraries that ease the development
XXof simple WSGI programs.
XX
XXThe package is divided into two main components which can be used individualy or
XXin combination.
XX
XXwsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer.
XX
XXwsgiAdaptor is a simple WSGI application that provides basic authentication,
XXsigned cookies and persistent sessions.
XX
XX
XXWWW: http://www.owlfish.com/software/wsgiutils/
XEND-of-./pkg-descr
Xecho x - ./Makefile
Xsed 's/^X//' >./Makefile << 'END-of-./Makefile'
XX# New ports collection makefile for:    py-wsgiutils
XX# Date created:         25 June 2006
XX# Whom:                 Jordi Haarman
XX#
XX# $FreeBSD$
XX#
XX
XXPORTNAME=     wsgiutils
XXPORTVERSION=  0.7
XXCATEGORIES=   devel textproc www python
XXMASTER_SITES= http://www.owlfish.com/software/wsgiutils/downloads/
XXPKGNAMEPREFIX=        ${PYTHON_PKGNAMEPREFIX}
XXDISTNAME=     WSGIUtils-${PORTVERSION}
XX
XXMAINTAINER=   ports@FreeBSD.org
XXCOMMENT=      Utility libraries for development of simple WSGI programs
XX
XXUSE_PYTHON=   yes
XXUSE_PYDISTUTILS=yes
XX
XXPLIST_SUB=      PORTVERSION=${PORTVERSION} \
XX              PYTHON_VERSION_NR=${_PYTHON_PORTBRANCH}
XX
XX.include <bsd.port.mk>
XEND-of-./Makefile
Xecho x - ./distinfo
Xsed 's/^X//' >./distinfo << 'END-of-./distinfo'
XXMD5 (WSGIUtils-0.7.tar.gz) = bcb0bc3cc3a4d2be2d237ab532b1d5b8
XXSHA256 (WSGIUtils-0.7.tar.gz) = 5f0fb822e8c100416edc1f75f2fd4a28dcfd2b3a046aeb39ac1c761101f0a9d1
XXSIZE (WSGIUtils-0.7.tar.gz) = 17996
XEND-of-./distinfo
Xecho x - ./port
Xsed 's/^X//' >./port << 'END-of-./port'
END-of-./port
echo x - ./pkg-plist
sed 's/^X//' >./pkg-plist << 'END-of-./pkg-plist'
X%%PYTHON_SITELIBDIR%%/WSGIUtils-%%PORTVERSION%%-py%%PYTHON_VERSION_NR%%.egg
X
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.py
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.pyc
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionClient.pyo
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.py
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.pyc
X%%PYTHON_SITELIBDIR%%/wsgiutils/SessionServer.pyo
X%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.py
X%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.pyc
X%%PYTHON_SITELIBDIR%%/wsgiutils/__init__.pyo
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.py
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.pyc
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiAdaptor.pyo
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.py
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.pyc
X%%PYTHON_SITELIBDIR%%/wsgiutils/wsgiServer.pyo
X
X@dirrm %%PYTHON_SITELIBDIR%%/wsgiutils/
END-of-./pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606261133.k5QBXYUk089676>