Commit graph

19 commits

Author SHA1 Message Date
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
e8d5184210 Simplify by using egg.mk. 2012-10-16 07:41:51 +00:00
roy
cf98168fea Update to uwsgi-1.2.4
Changes include:
Posix semaphore support for FreeBSD and NetBSD.
Improved syslog support.
Linux KSM and unshare support.
Threading improvements.
2012-07-12 16:21:53 +00:00
sbd
21792a9296 Recursive PKGREVISION bump for libxml2 buildlink addition. 2012-06-14 07:43:06 +00:00
marino
e919e8dd08 PR#45840 www/py-uwsgi: Fix DragonFly Port 2012-05-15 12:56:38 +00:00
wiz
aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00
sbd
4f25629fbf Disable automatic detection of any library's that do not have there
buildlink3.mk included.

Bump PKGREVISION
2012-01-09 07:08:25 +00:00
sbd
fc787ce47c Revert the below commit:
Module Name:	pkgsrc
   Committed By:	sbd
   Date:		Sun Jan  8 04:06:35 UTC 2012

   Modified Files:
	   pkgsrc/www/py-uwsgi: Makefile distinfo
   Added Files:
	   pkgsrc/www/py-uwsgi/patches: patch-uwsgiconfig.py

   Log Message:
   Add missing devel/libuuid buildlink.

   Bump PKGREVISION


   To generate a diff of this commit:
   cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/py-uwsgi/Makefile
   cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/py-uwsgi/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-uwsgi/patches/patch-uwsgiconfig.py
2012-01-09 07:07:10 +00:00
sbd
38d4ca739c Add missing devel/libuuid buildlink.
Bump PKGREVISION
2012-01-08 04:06:34 +00:00
joerg
c3c4ac04ca uwsgi-0.9.8.6:
- fixed python --optimize
- moved old -j option to -J
- fixed threading in python-dbg
- fixed --manage-script-name
- make easy_install happy

uwsgi-0.9.8.5:
- fixed compatibility with multi app 0.9.6 syntax
2011-09-25 20:09:00 +00:00
joerg
7391384b56 Update to uwsgi-2.8.3:
- Various bugfixes and improvements
2011-07-25 10:15:00 +00:00
adam
f7eb462418 Changes 0.9.7.2:
* new option --touch-reload <file> to reload the stack on <file> modification
*  --static-map <mountpoint=documentroot> allows to serve static files
* fixed --post-limit management
* disallow empty socket names
* implemented exception_info WSGI support
* new options --reload-on-as <n> and --reload-on-rss <n> allows
  to recycle workers when their memory usage is higher than <n> MB
* fixed syslog support (use --log-syslog[=facility] to enable it)
* improved plugin loading system
* added support for RabbitMQ as event dispatcher for the Emperor
* fixed FreeBSD memory report
* PSGI plugin can be compiled without ithreads
* various Emperor fixes
* fixed a regression with setgroups()
* support for shared sockets (used in jails within network namespaces)
2011-04-08 12:26:29 +00:00
wiz
f09b8dbca6 Let's assume for now that everything that worked with python-2.6 also
works with python-2.7.
2011-02-25 09:47:18 +00:00
joerg
0958f5e286 uwsgi-0.9.4.4:
- Support non-yielding applications better
- UDP logging
- uwsgi_error() for improved diagnostics
- fix a potential segmentation fault
- Add --version
2010-06-15 22:18:34 +00:00
joerg
9b48900440 uwsgi 0.9.4.3: Fix sendfile for 64bit Linux.
Updated as the old distfile disappeared.
2010-03-17 16:13:45 +00:00
joerg
5522cbf5bd uwsgi-0.9.4.2:
- fix a race condition in the worker spawning code
- minor fixes for the spooler code
- backport of UWSGI_SCHEME for better HTTPS support
- improvements for graceful reloading code
2010-03-08 13:49:18 +00:00
joerg
9d017b52e0 Disallow Python 2.4, it doesn't have python-config. 2010-02-15 16:19:09 +00:00
joerg
7532fffdab --libs for python-config is evil, it makes it find the static lib first.
Bump revision.
2010-02-10 13:25:03 +00:00
joerg
919476751f Import uwsgi-0.9.4.1:
uWSGI is a fast (pure C), self-healing, developer-friendly WSGI server,
aimed for professional python webapps deployment and development.
Backend support exists for Apache, nginx, cherokee and lighttpd.

Some of the features include:
- low memory footprint
- preforking and multithreaded operation
- logging, diagnostic and profiling support
- support for sendfile()
- self-healing
- graceful restart and hot-plug upgrading
2010-02-09 22:34:26 +00:00