notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
mod_python33 Apache module that embeds the Python interpreter within the server
3.3.1_8 www Deleted on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.3.1_8Version of this port present on the latest quarterly branch.
Maintainer: apache@FreeBSD.org search for ports maintained by this maintainer
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/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (45 items)
Collapse this list.
  1. /usr/local/share/licenses/ap22-mod_python33-3.3.1_8/catalog.mk
  2. /usr/local/share/licenses/ap22-mod_python33-3.3.1_8/LICENSE
  3. /usr/local/share/licenses/ap22-mod_python33-3.3.1_8/APACHE20
  4. lib/python2.7/site-packages/mod_python-3.3.1-py2.7.egg-info
  5. lib/python2.7/site-packages/mod_python/Cookie.py
  6. lib/python2.7/site-packages/mod_python/Cookie.pyc
  7. lib/python2.7/site-packages/mod_python/Cookie.pyo
  8. lib/python2.7/site-packages/mod_python/Session.py
  9. lib/python2.7/site-packages/mod_python/Session.pyc
  10. lib/python2.7/site-packages/mod_python/Session.pyo
  11. lib/python2.7/site-packages/mod_python/__init__.py
  12. lib/python2.7/site-packages/mod_python/__init__.pyc
  13. lib/python2.7/site-packages/mod_python/__init__.pyo
  14. lib/python2.7/site-packages/mod_python/_psp.so
  15. lib/python2.7/site-packages/mod_python/apache.py
  16. lib/python2.7/site-packages/mod_python/apache.pyc
  17. lib/python2.7/site-packages/mod_python/apache.pyo
  18. lib/python2.7/site-packages/mod_python/cache.py
  19. lib/python2.7/site-packages/mod_python/cache.pyc
  20. lib/python2.7/site-packages/mod_python/cache.pyo
  21. lib/python2.7/site-packages/mod_python/cgihandler.py
  22. lib/python2.7/site-packages/mod_python/cgihandler.pyc
  23. lib/python2.7/site-packages/mod_python/cgihandler.pyo
  24. lib/python2.7/site-packages/mod_python/importer.py
  25. lib/python2.7/site-packages/mod_python/importer.pyc
  26. lib/python2.7/site-packages/mod_python/importer.pyo
  27. lib/python2.7/site-packages/mod_python/psp.py
  28. lib/python2.7/site-packages/mod_python/psp.pyc
  29. lib/python2.7/site-packages/mod_python/psp.pyo
  30. lib/python2.7/site-packages/mod_python/publisher.py
  31. lib/python2.7/site-packages/mod_python/publisher.pyc
  32. lib/python2.7/site-packages/mod_python/publisher.pyo
  33. lib/python2.7/site-packages/mod_python/python22.py
  34. lib/python2.7/site-packages/mod_python/python22.pyc
  35. lib/python2.7/site-packages/mod_python/python22.pyo
  36. lib/python2.7/site-packages/mod_python/testhandler.py
  37. lib/python2.7/site-packages/mod_python/testhandler.pyc
  38. lib/python2.7/site-packages/mod_python/testhandler.pyo
  39. lib/python2.7/site-packages/mod_python/util.py
  40. lib/python2.7/site-packages/mod_python/util.pyc
  41. lib/python2.7/site-packages/mod_python/util.pyo
  42. @unexec /usr/bin/sed -i '' '/LoadModule python_module/d' %D/etc/apache22/httpd.conf
  43. libexec/apache22/mod_python.so
  44. @exec %D/sbin/apxs -e -A -n python %D/%F
  45. @unexec echo "Don't forget to remove all mod_python-related directives in your httpd.conf"
Collapse this list.
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. apxs : www/apache22
  2. python2.7 : lang/python27
Runtime dependencies:
  1. apxs : www/apache22
  2. 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:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.forthnet.gr/pub/www/apache/httpd/modpython/
  2. ftp://ftp.heanet.ie/mirrors/www.apache.org/dist/httpd/modpython/
  3. ftp://mir1.ovh.net/ftp.apache.org/dist/httpd/modpython/
  4. ftp://xenia.sote.hu/pub/mirrors/www.apache.org/httpd/modpython/
  5. http://apache.mirror.uber.com.au/httpd/modpython/
  6. http://apache.spd.co.il/httpd/modpython/
  7. http://ftp.twaren.net/Unix/Web/apache/httpd/modpython/
  8. https://archive.apache.org/dist/httpd/modpython/
  9. https://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/httpd/modpython/
  10. https://ftp.mirrorservice.org/sites/ftp.apache.org/httpd/modpython/
  11. https://mirrors.ircam.fr/pub/apache/httpd/modpython/
  12. https://www.apache.org/dist/httpd/modpython/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.3.1_8
16 Apr 2018 11:14:28
Revision:467476Original commit files touched by this commit
brnrd search for other commits by this committer
www/mod_python33
3.3.1_8
11 Mar 2018 17:38:46
Revision:464189Original commit files touched by this commit
brnrd search for other commits by this committer
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
Revision:428152Original commit files touched by this commit
tijl search for other commits by this committer
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
Revision:422338Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Revision:392261Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
3.3.1_7
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:382880Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Revision:376109Original commit files touched by this commit
mva search for other commits by this committer
- Convert USE_PYTHON to new USES in www/

With hat:	python@
3.3.1_7
03 Aug 2014 08:07:21
Revision:363855Original commit files touched by this commit
mva search for other commits by this committer
- Unbreak the build after the recent lang/python27 update.

PR:		192348
Submitted by:	peter@
3.3.1_6
16 Apr 2014 22:31:33
Revision:351425Original commit files touched by this commit
ohauer search for other commits by this committer
- 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
Revision:351359Original commit files touched by this commit
ohauer search for other commits by this committer
- 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@

Number of commits found: 11