Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2010 15:07:47 +0200 (CEST)
From:      Daniel Gerzo <danger@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/146865: New port: www/uwsgi - Developer-friendly WSGI server which uses uwsgi protocol
Message-ID:  <201005231307.o4ND7lQ4080554@alice.syscare.sk>
Resent-Message-ID: <201005232206.o4NM6Zs5016823@freefall.freebsd.org>

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

>Number:         146865
>Category:       ports
>Synopsis:       New port: www/uwsgi - Developer-friendly WSGI server which uses uwsgi protocol
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 23 22:06:34 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Gerzo
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
SysCare s. r. o.
>Environment:
>Description:
uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.  Over
time it has evolved in a complete stack for networked/clustered python
applications, implementing message/object passing, RPC and process
management.
>How-To-Repeat:
http://projects.unbit.it/uwsgi/
>Fix:
--- uwsgi.shar begins here ---
# 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:
#
#	uwsgi
#	uwsgi/pkg-descr
#	uwsgi/Makefile
#	uwsgi/distinfo
#
echo c - uwsgi
mkdir -p uwsgi > /dev/null 2>&1
echo x - uwsgi/pkg-descr
sed 's/^X//' >uwsgi/pkg-descr << 'a645878add5d47c3bc6223ae68043831'
XuWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
Xaimed for professional python webapps deployment and development.  Over
Xtime it has evolved in a complete stack for networked/clustered python
Xapplications, implementing message/object passing, RPC and process
Xmanagement.
X
XWWW: http://projects.unbit.it/uwsgi/
a645878add5d47c3bc6223ae68043831
echo x - uwsgi/Makefile
sed 's/^X//' >uwsgi/Makefile << 'a9c7c866d7d399130fc24cc2532fc28f'
X# New ports collection makefile for:	uwsgi
X# Date created:				23 May 2010
X# Whom:					Daniel Gerzo <danger@FreeBSD.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	uwsgi
XPORTVERSION=	0.9.5.1
XCATEGORIES=	www python
XMASTER_SITES=	http://projects.unbit.it/downloads/
X
XMAINTAINER=	danger@FreeBSD.org
XCOMMENT=	Developer-friendly WSGI server which uses uwsgi protocol
X
XMAKE_JOBS_SAFE=	yes
X
XUSE_GNOME=	libxml2
XUSE_PYTHON=	2.4+
X
XPLIST_FILES=	bin/${PORTNAME}
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
X
X.include <bsd.port.mk>
a9c7c866d7d399130fc24cc2532fc28f
echo x - uwsgi/distinfo
sed 's/^X//' >uwsgi/distinfo << '4d005d5ab226672c516556d633d68ef3'
XMD5 (uwsgi-0.9.5.1.tar.gz) = cc032e0f0e987a848606d3bc90241756
XSHA256 (uwsgi-0.9.5.1.tar.gz) = 2efab0f2cea90261c3ee56026618955c15ac7467ba6f0dbfe9e685da28204bc1
XSIZE (uwsgi-0.9.5.1.tar.gz) = 120134
4d005d5ab226672c516556d633d68ef3
exit
--- uwsgi.shar ends here ---


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



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