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

Port details
mod_wsgi3 3.4 www on this many watch lists=1 search for ports that depend on this port
Python WSGI adapter module for Apache
Maintained by: douglas@douglasthrift.net search for ports maintained by this maintainer
Port Added: 07 Dec 2009 13:31:33
Also Listed In: python
License: AL2


The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.

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

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

Required To Build:
  1. lang/python27
  2. www/apache22
Required To Run:
  1. lang/python27
  2. www/apache22
There are no ports dependent upon this port

To install the port: cd /usr/ports/www/mod_wsgi3/ && make install clean
To add the package: pkg_add -r ap22-mod_wsgi


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://modwsgi.googlecode.com/files/

Number of commits found: 18

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
11 Sep 2012 20:04:28
Original commit files touched by this commit  3.4
ohauer search for other commits by this committer
- Upgrade www/mod_wsgi3 to 3.4.
- adopt new Makefile header.

PR:		171549
Submitted by:	Douglas Thrift <douglas@douglasthrift.net> (maintainer)
18 Aug 2012 14:29:11
Original commit files touched by this commit  3.3_2
ohauer search for other commits by this committer
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
09 Jan 2012 15:41:08
Original commit files touched by this commit  3.3_2
tabthorpe search for other commits by this committer
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
01 Jan 2012 16:47:41
Original commit files touched by this commit  3.3_2
ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
20 Aug 2011 17:27:52
Original commit files touched by this commit  3.3_2
ohauer search for other commits by this committer
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
19 Mar 2011 12:38:54
Original commit files touched by this commit  3.3_1
miwi search for other commits by this committer
- Get Rid MD5 support
25 Feb 2011 04:40:31
Original commit files touched by this commit  3.3_1
miwi search for other commits by this committer
- Move over to py25
- while here drop md5 support
- Small cleanups
15 Sep 2010 18:01:26
Original commit files touched by this commit  3.3
pgollucci search for other commits by this committer
remove empty file
14 Sep 2010 01:52:46
Original commit files touched by this commit  3.3
pgollucci search for other commits by this committer
- Actually apply the 3.3 update in ports/148982

PR:             ports/148982
10 Sep 2010 01:45:26
Original commit files touched by this commit  3.2_1
pgollucci search for other commits by this committer
- Fix CONFLICTS

Reported by:    Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
09 Sep 2010 03:31:20
Original commit files touched by this commit  3.2_1
pgollucci search for other commits by this committer
- Update to mod_wsgi3 to 3.3
- Add LICENSE
- Update CONFLICTS

PR:             ports/148982
Submitted by:   Douglas Thrift <douglas@douglasthrift.net> (maintainer)
15 Jul 2010 22:29:47
Original commit files touched by this commit  3.2_1
delphij search for other commits by this committer
Apply a vendor fix to mod_wsgi ticket 197.

With newer Python version, mod_wsgi gives error messages like this:

[error] Exception KeyError: KeyError(139934492751712,) in <module
'threading' from '/usr/local/lib/python2.6/threading.pyc'> ignored

This is a backport for svn revision 1605.

PR:             ports/148651
Approved by:    maintainer
25 May 2010 20:43:04
Original commit files touched by this commit  3.2
pgollucci search for other commits by this committer
- Fix 2 minor glitches in www/mod_wsgi and www/mod_wsgi3

Reported by:    Freshports via d
25 May 2010 20:17:37
Original commit files touched by this commit  3.2
  Sanity Test Failure
pgollucci search for other commits by this committer
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
10 Mar 2010 13:04:10
Original commit files touched by this commit  3.2
miwi search for other commits by this committer
- Update to 3.2

PR:             144611
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
13 Dec 2009 16:28:06
Original commit files touched by this commit  3.1
miwi search for other commits by this committer
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
08 Dec 2009 06:55:21
Original commit files touched by this commit  3.1
wen search for other commits by this committer
- Update to 3.1

PR:             ports/141265
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
07 Dec 2009 13:31:00
Original commit files touched by this commit  2.8
wen search for other commits by this committer
- Force Repocopy Commit.

Number of commits found: 18

2830
Login
User Login
Create account

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

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
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
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 5
new 48 hours10
new 7 days26
new fortnight59
new month210

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