Port details |
- mod_python3 Apache module that embeds the Python interpreter within the server
- 3.3.1_4 www
=26 3.3.1_4Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- Port Added: 2003-01-07 02:49:40
- Last Update: 2014-04-15 18:46:38
- SVN Revision: 351359
- People watching this port, also watch:: subversion, gettext, python, p5-Locale-gettext
- Also Listed In: python
- License: APACHE20
- WWW:
- http://www.modpython.org/
- Description:
- Mod_python allows embedding Python within the Apache http server
for a considerable boost in performance and added flexibility
in designing web based applications.
WWW: http://www.modpython.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap22-mod_python>0:www/mod_python3
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap22-mod_python
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- python2.7 : lang/python27
- apxs : www/apache22
- Runtime dependencies:
-
- python2.7 : lang/python27
- apxs : www/apache22
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.1_4 15 Apr 2014 18:46:38 |
ohauer |
- move www/mod_python3 -> www/mod_python33
- use DIST_SUBDIR
- adjust devel/viewvc + add OPTION for www/mod_python35
- add entry to UPDATING and MOVED
with hat apache@ |
3.3.1_4 15 Apr 2014 16:00:50 |
ohauer |
- add stage support
- add LICENSE |
3.3.1_4 20 Oct 2013 03:59:53 |
koobs |
www/mod_python3: Fix linking when Python is built with libs in LOCALBASE
- Bump port revision
- While I'm here, sort Makefile entries
- Add regression-test target with comment
PR: ports/182185
Reported by: des, pkg-fallout
Reviewed by: mva
Approved by: maintainer timeout (1 month) |
3.3.1_3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
14 Aug 2013 22:35:54
|
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.3.1_3 22 Sep 2012 21:15:51 |
ohauer |
- USE_APACHE= s/22+/22/
- adopt new Makefile header
Port build fails on local exp-run with apache24 with
error: 'conn_rec' has no member named 'remote_ip'
or various other apache22 specific functions/parameters
with hat apache@ |
3.3.1_3 20 Aug 2011 17:27:52 |
ohauer |
- bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined |
3.3.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.3.1_3 09 Jun 2010 01:12:10 |
pgollucci |
- Fix the pkg-plist. The install wasn't running an apxs command so it confused
the apxs setup.
I believe this is the last one, so tb/pointyhat exceptions can be removed
for www/apache20.
With Hat: apache@ |
3.3.1_2 06 Jun 2010 05:00:32 |
pgollucci |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav) |
3.3.1_2 27 May 2010 23:03:53 |
pgollucci |
- Forced commit to not mod_python is being moved to the Apache Attic
in June. Please consider using www/mod_wsgi or www/mod_wsgi3. |
3.3.1_2 27 May 2010 23:02:25 |
pgollucci |
- Only for 2.2+
Reported by: QAT
With Hat: apache@ |
3.3.1_2 27 May 2010 21:27:03 |
pgollucci |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@ |
3.3.1_2 25 May 2010 20:17:37 |
pgollucci |
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) |
3.3.1_2 28 Apr 2010 22:24:39 |
pgollucci |
- Assign some ports to apache@ |
3.3.1_2 16 May 2009 06:27:56 |
pgollucci |
- Mark most of my ports MAKE_JOBS_SAFE=yes
Tested by: several builds in P6 TB |
3.3.1_2 28 Aug 2008 17:24:07 |
pgollucci |
- Fix foobarred patch file. This is what should have been committed
to begin with.
- Bump PORTREVISION
Approved by: gabor (mentor) |
3.3.1_1 24 Jul 2008 15:05:22 |
pgollucci |
Bump PORTREVISION
Pointyhat to: gabor (mentor)
Approved by: gabor (mentor) |
3.3.1 24 Jul 2008 13:50:57 |
pgollucci |
- Fix a bug in mod_python when using apr 1.3.x which
- Fix a bug in mod_python333 when using apr 1.3.x which devel/apr is now at.
- Take maintainer
- No PORTREVISION bump, the default package does not use 1.3.x
PR: ports/125484
Reviewed by: perky
Approved by: gabor (mentor) |
3.3.1 24 Jul 2008 10:14:16 |
perky |
Drop the maintainership. |
3.3.1 30 Jul 2007 09:42:28 |
alexbl |
- Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
Python Eggs and the easy_install system
Tested by: pointyhat runs
Approved by: pav (portmgr)
Most work by: perky
Thanks to: pav |
3.3.1 25 Mar 2007 17:00:05 |
pav |
- Update to 3.3.1
PR: ports/109378
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org>
Approved by: maintainer timeout (perky; 1 month) |
3.2.10 09 Aug 2006 01:10:14 |
perky |
Update to 3.2.10 which is compatible with Apache 2.2 also.
PR: 100208
Submitted by: Mark Evenson <mark.evenson@gmx.at>,
Nick Pavlica <znpmail@yahoo.com>,
Nikolai Nespor <nikolai.nespor@utanet.at> |
3.2.8 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
3.2.8 24 Mar 2006 11:48:41 |
perky |
- Update to 3.2.8 [1]
- Add a workaround to build on Apache 2.2 [2]
Requested by: Tim Diggins <tim@soda.co.uk> [1]
Submitted by: Peter Czanik <pczanik@fang.fa.gau.hu> [2] |
3.1.4_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
3.1.4_1 18 May 2005 04:11:39 |
perky |
Convert a LD_PRELOAD black magic to a white one utilizing python
shared library which is provided on modern python ports. This also
unbreaks build on amd64 and ia64.
Requested by: lioux |
3.1.4 19 Feb 2005 18:04:26 |
perky |
Update to 3.1.4
Spotted by: simon
Security: http://www.vuxml.org/5192e7ca-7d4f-11d9-a9e7-0001020eed82.html
Security: an information leakage vulnerability is fixed. |
3.1.3_1 24 Dec 2004 23:49:30 |
kris |
Don't mark BROKEN when PACKAGE_BUILDING since the version of apache2
on the build master has no bearing on whether the package will build in
a chroot. |
3.1.3_1 19 Dec 2004 17:55:30 |
perky |
Utilize envvars.d which is from the recent www/apache2 change so
that set LD_PRELOAD automatically.
Thanks to: clement |
3.1.3 18 Nov 2004 22:15:28 |
kris |
BROKEN on ia64 and amd64: does not compile |
3.1.3 11 Mar 2004 14:36:31 |
perky |
Update to 3.1.3 and unmark FORBIDDEN.
Spotted by: Simon Barner <barner@in.tum.de>,
Oliver Eikemeier <eikemeier@fillmore-labs.com> |
3.0.3 11 Mar 2004 11:45:26 |
eik |
mark FORBIDDEN: denial of service vulnerability
http://people.freebsd.org/~eik/portaudit/1ed556e6-734f-11d8-868e-000347dd607f.html |
3.0.3 27 Feb 2004 13:09:34 |
perky |
Change LATEST_LINK to mod_python3 to avoid confliction with www/mod_python.
Spotted by: kris |
3.0.3 08 Nov 2003 23:56:24 |
marcus |
Add a missing WITH_APACHE2 to depend on the correct Apache port.
Reported by: bento via kris |
3.0.3 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
3.0.3 05 Aug 2003 03:14:38 |
perky |
Add a workaround for python2.3 |
3.0.3 16 Apr 2003 21:35:34 |
perky |
Use MASTER_SITE_APACHE_HTTPD
Submitted by: naddy |
3.0.3 09 Apr 2003 12:43:50 |
perky |
- Update to 3.0.3 [1]
- Add an instruction about how to run mod_python without a threaded
apache.
PR: ports/50375 [1]
Submitted by: Mark Linimon <linimon@lonesome.com> [1] |
3.0.1 25 Feb 2003 06:25:36 |
perky |
De-pkg-comment for my ports. |
3.0.1 09 Jan 2003 19:51:20 |
perky |
Remove wrong comments on PythonPath directive.
Submitted by: Gregory Trubetskoy <grisha@apache.org> (author) |
3.0.1 07 Jan 2003 02:47:59 |
perky |
Update mod_python to 3.0.1. (repocopy from www/mod_python)
Approved by: lioux (portmgr)
Repocopied by: joe |