570a FreshPorts -- www/py-gunicorn
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
py-gunicorn 0.17.4 www on this many watch lists=1 search for ports that depend on this port
Python WSGI server for UNIX
Maintained by: koobs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 17 Mar 2011 13:16:25
Also Listed In: python
License: MIT


Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
It's a pre-fork worker model ported from Ruby's Unicorn project.
The Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resource usage, and fairly speedy.

WWW: http://gunicorn.org/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/py-distribute
  2. lang/python27
Required To Run:
  1. devel/py-distribute
  2. lang/python27
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/py-gunicorn/ && make install clean
To add the package: pkg_add -r py27-gunicorn


Configuration Options
===> The following configuration options are available for py27-gunicorn-0.17.4:
     EVENTLET=off: Add Eventlet async worker
     GEVENT=off: Add Gevent async worker
     TORNADO=off: Add Tornado async worker
     SETPROC=off: Support changing process title (setproctitle)
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://cloud.github.com/downloads/benoitc/gunicorn/
  3. http://nodeload.github.com/benoitc/gunicorn/legacy.tar.gz/0.17.4?dummy=/
  4. https://nodeload.github.com/benoitc/gunicorn/legacy.tar.gz/0.17.4?dummy=/

Number of commits found: 11

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
27 Apr 2013 17:13:34
Original commit files touched by this commit  0.17.4
koobs search for other commits by this committer
www/py-gunicorn: Update to 0.17.4

Changes: http://docs.gunicorn.org/en/latest/news.html

Approved by:	eadler, rm (mentors, implicit)
24 Mar 2013 08:59:50
Original commit files touched by this commit  0.17.2
koobs search for other commits by this committer
- Update to 0.17.2
- Update pkg-plist
- Tweak COMMENT
- Re-order USE_ section
- Remove TESTS option
- Update RUN_DEPENDS version requirements

Approved by:	rm (mentor)
09 Feb 2013 14:50:27
Original commit files touched by this commit  0.16.1
koobs search for other commits by this committer
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.

Approved by:	eadler (mentor)
01 Dec 2012 21:22:44
Original commit files touched by this commit  0.16.1
rm search for other commits by this committer
- update to 0.16.1
- Use GITHUB mastersite instead of CHEESESHOP
- remove USE_PYTHON version limit (Python3 Ready)
- tweak TESTS_DESC
- allow OPTIONSFILE to be overridden
- re-order TEST_DEPENDS and replace py-nose with py-test in it
- add {TEST,RUN}_DEPENDS to BUILD_DEPENDS when TESTS option is selected
- patch out pytest-cov from requirements_dev.txt
- update regression-test target bits
- fix plist for python >= 3.2, while here

PR:		173901
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
Feature safe:	yes
19 Oct 2012 14:26:05
Original commit files touched by this commit  0.15.0
rm search for other commits by this committer
- Update to 0.15.0
- Tweak USE_PYTHON version
- Add TEST_DEPENDS and regression-test: target
- Add LICENSE
- Add TORNADO and TESTS
- Add NO_OPTIONS_SORT
- Tweak OPTIONS descriptions
- Trim Makefile header
- Whitespace alignment

PR:		172875
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail dot com> (maintainer)
Tested by:	redports
Feature safe:	yes
18 Jul 2012 17:18:25
Original commit files touched by this commit  0.14.5
olivierd search for other commits by this committer
- Update to 0.14.5
- Change maintainer address
- Convert to new options framework

PR:	169375 (update to 0.14.4)
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by:	miwi, rene (mentors)
23 Apr 2012 06:59:52
Original commit files touched by this commit  0.14.2
culot search for other commits by this committer
- Update to 0.14.2

PR:             ports/166709
Submitted by:   Mirko Zinn <mail@derzinn.de>
Approved by:    maintainer timeout (>14 days)
10 Apr 2012 17:05:20
Original commit files touched by this commit  0.14.1
miwi search for other commits by this committer
- Update to 0.14.1

PR:             165686
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:    maintainer timeout
19 Nov 2011 10:51:55
Original commit files touched by this commit  0.13.4
sunpoet search for other commits by this committer
- Update to 0.13.4
- Add OPTIONS: EVENTLET, GEVENT, SETPROC
  - asynchronous workers: used in CLI with -k/--worker-class option [1]
  - setproctitle: used in CLI with --name option [2]
- While I'm here, restrict USE_PYTHON range to 2.5-2.7

[1] http://gunicorn.org/configure.html#worker-class
[2] http://gunicorn.org/configure.html#proc-name

Changes:        http://gunicorn.org/news.html
PR:             ports/162194
Submitted by:   Olivier Duchateau <duchateau.olivier@gmail.com>
Approved by:    maintainer (timeout, 19 days)
Feature safe:   yes
08 Jun 2011 08:31:43
Original commit files touched by this commit  0.12.2
wen search for other commits by this committer
- Update to 0.12.2

PR:             ports/157296
Submitted by:   Mirko Zinn <mail@derzinn.de>
Approved by:    maintainer(timeout, >14 days)
17 Mar 2011 13:15:29
Original commit files touched by this commit  0.12.0
miwi search for other commits by this committer
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX.
It's a pre-fork worker model ported from Ruby's Unicorn project.
The Gunicorn server is broadly compatible with various web frameworks,
simply implemented, light on server resource usage, and fairly speedy.

WWW:    http://gunicorn.org/

PR:             ports/155226
Submitted by:   Kristaps Kulis <kristaps.kulis at gmail.com>

Number of commits found: 11

2831
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
chromiumMay 22
chromiumMay 22
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15

6 vulnerabilities affecting 22 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24532
Broken 216
Deprecated 473
Ignore 632
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 26
Expired 132
Set to expire 511
Interactive 33
new 24 hours 5
new 48 hours8
new 7 days28
new fortnight60
new month218

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0