Port details |
- mod_python33 Apache module that embeds the Python interpreter within the server
- 3.3.1_8 www
=1 3.3.1_8Version of this port present on the latest quarterly branch.
- Maintainer: apache@FreeBSD.org
- Port Added: 2014-04-15 18:46:45
- Last Update: 2018-04-16 11:14:28
- SVN Revision: 467476
- People watching this port, also watch:: zfs-stats, mtop, Ice, policyd2
- 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 - Dependency lines:
-
- ap22-mod_python33>0:www/mod_python33
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap22-mod_python33
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (apache2/mod_python-3.3.1.tgz) = ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b
SIZE (apache2/mod_python-3.3.1.tgz) = 447954
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:
-
- apxs : www/apache22
- python2.7 : lang/python27
- Runtime dependencies:
-
- apxs : www/apache22
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- apache:2.2 cpe python:2.7 tar:tgz
- pkg-message:
- ================================================================================
Also remember to add to your Apache configuration in the appropriate context:
PythonPath "['/path/to/foo', '/path/to/bar']"
AddHandler python-program .py
PythonHandler foobar
PythonDebug On
For more information, see http://www.modpython.org/.
================================================================================
- 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_8 16 Apr 2018 11:14:28 |
brnrd |
www/mod_python33 |
3.3.1_8 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
3.3.1_8 08 Dec 2016 19:52:20 |
tijl |
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
3.3.1_7 17 Sep 2016 18:13:34 |
ohauer |
- limit python version to 2.7
- re- generate mod_python33 patch files
PR: 212446
Reported by: George Michaelson |
3.3.1_7 16 Jul 2015 03:27:48 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
3.3.1_7 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
3.3.1_7 31 Mar 2015 22:14:07 |
ohauer |
- add CPE information
PR: 199025
PR: 199026
PR: 199027
Submitted by: shun <shun.fbsd.pr _at_ dropcut.net> |
3.3.1_7 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
3.3.1_7 03 Aug 2014 08:07:21 |
mva |
- Unbreak the build after the recent lang/python27 update.
PR: 192348
Submitted by: peter@ |
3.3.1_6 16 Apr 2014 22:31:33 |
ohauer |
- fix filesystem touch before install (mod_python33)
- add CONFLICTS_INSTALL
- install egg-info to shut up the qa script (no cherry picking ;(
- rework module installation
- bump PORTREVISION
Noted by swills@ |
3.3.1_5 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@ |