aboutsummaryrefslogtreecommitdiff
path: root/www/mod_wsgi
Commit message (Collapse)AuthorAgeFilesLines
* - Move over to py25Martin Wilke2011-02-252-2/+2
| | | | | | | | - while here drop md5 support - Small cleanups Notes: svn path=/head/; revision=269652
* - Works with python 2.7Philip M. Gollucci2010-09-301-1/+1
| | | | | | | | | PR: ports/151092 Submitted by: John Hein <jhein@symmetricom.com> Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=262129
* - Fix CONFLICTSPhilip M. Gollucci2010-09-101-1/+1
| | | | | | | Reported by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=260904
* - Update to mod_wsgi3 to 3.3Philip M. Gollucci2010-09-092-4/+18
| | | | | | | | | | | - Add LICENSE - Update CONFLICTS PR: ports/148982 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=260816
* - Fix 2 minor glitches in www/mod_wsgi and www/mod_wsgi3Philip M. Gollucci2010-05-251-1/+1
| | | | | | | Reported by: Freshports via d Notes: svn path=/head/; revision=255077
* Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mkPhilip M. Gollucci2010-05-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=255075
* - Added PORTSCOUT limit to only show updates for 2.X versions.Wen Heping2010-05-191-0/+1
| | | | | | | | PR: ports/146697 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=254589
* - Get rip python 2.3+Martin Wilke2009-12-131-1/+1
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=245716
* - Set LATEST_LINKPav Lucistnik2009-12-111-1/+1
| | | | | | | | PR: ports/141277 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=245539
* - Update to 2.8Wen Heping2009-11-283-33/+5
| | | | | | | | | | - Remove the unneeded patch PR: ports/140958 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=244907
* - Update to 2.7Martin Wilke2009-11-233-5/+36
| | | | | | | | PR: 140805 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=244676
* - Update MASTER_SITEMartin Wilke2009-11-211-0/+1
| | | | | | | PR: 140748 Notes: svn path=/head/; revision=244588
* - Update to 2.6Wesley Shields2009-10-112-6/+7
| | | | | | | | | | | - Add new MASTER_SITE - Whitespace fix PR: ports/139257 Submitted by: douglas@douglasthrift.net (maintainer) Notes: svn path=/head/; revision=242667
* - Mark remaining mod_* ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-211-0/+2
| | | | | | | | PR: ports/134611 Approved by: pav (#bsdports) Notes: svn path=/head/; revision=234362
* - Update to 2.5Beat Gaetzi2009-05-142-4/+4
| | | | | | | | | PR: ports/134523 Submitted by: Douglas William Thrift <douglas AT douglasthrift.net> (maintainer) Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=233875
* - Update to 2.4Wesley Shields2009-04-223-17/+4
| | | | | | | | PR: ports/133767 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=232512
* - Update to 2.3.Felippe de Meirelles Motta2008-09-024-22/+17
| | | | | | | | | | | - Move pkg-message to FILESDIR. PR: ports/127025 Submitted by: Douglas William Thrift <douglas@douglasthrift.net> Approved by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=219694
* - Add support for display-nameMartin Wilke2008-07-191-0/+20
| | | | | | | | | PR: 125628 Submitted by: Emil Mikulic <emikulic@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=217131
* Update to 2.1Wesley Shields2008-07-162-4/+4
| | | | | | | | PR: ports/125660 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=216941
* The mod_wsgi adapter is an Apache module that provides a WSGI compliantMartin Wilke2008-06-205-0/+48
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/ PR: ports/122612 Submitted by: Douglas Thrift Notes: svn path=/head/; revision=215421