[arch-commits] Commit in uwsgi/trunk (PKGBUILD archlinux.ini)

Daniel Wallace dwallace at nymeria.archlinux.org
Sat Sep 14 20:32:14 UTC 2013


    Date: Saturday, September 14, 2013 @ 22:32:14
  Author: dwallace
Revision: 97171

upgpkg: uwsgi 1.9.16-1

upgpkg: uwsgi 1.9.16-1

Modified:
  uwsgi/trunk/PKGBUILD
  uwsgi/trunk/archlinux.ini

---------------+
 PKGBUILD      |   15 ++++++++++++---
 archlinux.ini |    2 +-
 2 files changed, 13 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-14 20:31:16 UTC (rev 97170)
+++ PKGBUILD	2013-09-14 20:32:14 UTC (rev 97171)
@@ -9,6 +9,7 @@
 pkgname=(uwsgi
         uwsgi-plugin-common
         uwsgi-plugin-rack
+        uwsgi-plugin-psgi
         uwsgi-plugin-python2
         uwsgi-plugin-python
         uwsgi-plugin-nagios
@@ -22,7 +23,7 @@
         uwsgi-plugin-pam
         uwsgi-plugin-zergpool
         )
-pkgver=1.9.15
+pkgver=1.9.16
 pkgrel=1
 arch=(i686 x86_64)
 url="http://projects.unbit.it/$pkgbase"
@@ -39,8 +40,8 @@
         uwsgi_fix_rpath.patch
         uwsgi_ruby20_compatibility.patch
         uwsgi_trick_chroot.patch)
-md5sums=('e2a1c245e0b8b7e3c8dff8dbbfca52f3'
-         '18ef00843b3eeb537bd9456402d11a4b'
+md5sums=('71fdc369d595ec40776ad954c6ea346b'
+         'fcd57c37372e6afe5b1fae151dd43bc9'
          'b05ba1d796e1ea608a40635bc4f3ec67'
          '740a7718bd341b03d916a13ddbbbe694'
          'db70315bbc8cb886a278ba59d5fd8d57'
@@ -103,6 +104,14 @@
     install -Dm755 $pkgbase-$pkgver/rbthreads_plugin.so $pkgdir/usr/lib/uwsgi/rbthreads_plugin.so
 }
 
+package_uwsgi-plugin-psgi(){
+    depends=(perl uwsgi-plugin-common)
+    pkgdesc="Perl psgi plugin"
+    install -dm755 $pkgdir/usr/bin
+    install -Dm755 $pkgbase-$pkgver/psgi_plugin.so $pkgdir/usr/lib/uwsgi/psgi_plugin.so
+    ln -s uwsgi $pkgdir/usr/bin/uwsgi_${pkgname#uwsgi-plugin-}
+}
+
 package_uwsgi-plugin-python2(){
     depends=(uwsgi-plugin-common python2-gevent python2-gevent)
     pkgdesc="Plugin for Python2 support"

Modified: archlinux.ini
===================================================================
--- archlinux.ini	2013-09-14 20:31:16 UTC (rev 97170)
+++ archlinux.ini	2013-09-14 20:32:14 UTC (rev 97171)
@@ -14,4 +14,4 @@
 malloc_implementation = libc
 embedded_plugins = echo, ping, http, corerouter
 plugin_dir = /usr/lib/uwsgi
-plugins = echo, ping, http, rack, corerouter, rbthreads, fiber, python, nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, systemd_logger, php, fastrouter, router_uwsgi, router_redirect, router_basicauth, zergpool, router_rewrite, router_http, router_cache, rawrouter, router_static, sslrouter
+plugins = echo, ping, http, rack, psgi, corerouter, rbthreads, fiber, python, nagios,  admin, lua, cache, cgi, rpc, ugreen, carbon, rrdtool, erlang, pam, systemd_logger, php, fastrouter, router_uwsgi, router_redirect, router_basicauth, zergpool, router_rewrite, router_http, router_cache, rawrouter, router_static, sslrouter




More information about the arch-commits mailing list