From 21a060b8f6abfba8f63b24f37af81ae5e3cbdeea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 13 Jul 2012 16:47:25 +0200 Subject: [PATCH] New package: uwsgi-1.2.4. --- srcpkgs/uwsgi/template | 24 ++++++++++++++++++++++++ srcpkgs/uwsgi/uwsgi.rshlibs | 7 +++++++ 2 files changed, 31 insertions(+) create mode 100644 srcpkgs/uwsgi/template create mode 100644 srcpkgs/uwsgi/uwsgi.rshlibs diff --git a/srcpkgs/uwsgi/template b/srcpkgs/uwsgi/template new file mode 100644 index 0000000000..1e9167351d --- /dev/null +++ b/srcpkgs/uwsgi/template @@ -0,0 +1,24 @@ +# Template file for 'uwsgi' +pkgname=uwsgi +version=1.2.4 +revision=1 +build_style=python-module +pycompile_dirs="." +makedepends="sqlite-devel python-devel python-distribute libxml2-devel" +short_desc="Fast, self-healing application container server" +maintainer="Juan RP " +license="GPL-2" +homepage="http://projects.unbit.it/uwsgi" +distfiles="http://projects.unbit.it/downloads/uwsgi-$version.tar.gz" +checksum=294306d249300b531bfc7abaa706926d0ed87ccc2e7248afec50b425aef39ebb +long_desc=" + uWSGI is a fast, self-healing and developer/sysadmin-friendly application + container server coded in pure C. + + Born as a WSGI-only server, over time it has evolved in a complete stack for + networked/clustered web applications, implementing message/object passing, + caching, RPC and process management. + + It uses the uwsgi (all lowercase, already included by default in the Nginx + and Cherokee releases) protocol for all the networking/interprocess communications, + but it can speak other protocols as well (http, fastcgi, mongrel2...)" diff --git a/srcpkgs/uwsgi/uwsgi.rshlibs b/srcpkgs/uwsgi/uwsgi.rshlibs new file mode 100644 index 0000000000..443eb69ca0 --- /dev/null +++ b/srcpkgs/uwsgi/uwsgi.rshlibs @@ -0,0 +1,7 @@ +libpthread.so.0 +libm.so.6 +libdl.so.2 +libxml2.so.2 +libsqlite3.so.0 +libpython2.7.so.1.0 +libc.so.6