summaryrefslogtreecommitdiff
path: root/www/mod_python (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build when WRKDIRPREFIX is set to a different path.Jimmy Olgeni2001-05-271-2/+2
|
* upgrade to 2.7.3Ying-Chieh Liao2001-05-194-9/+8
| | | | | PR: 27379 Submitted by: maintainer
* updates 2.7.2_2James E. Housley2001-05-115-42/+43
| | | | | | | | | . Python 2.1 support . EAPI option added. (for www/apache13-modssl) . MASTER_SITES order changed (www.modpython.org site is always slow) PR: 27214 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* Forgotten file:James E. Housley2001-03-231-0/+20
| | | | | | | | | | | | more flexible build options: .enables apache module to embeded more python features. (crypt, cmath, strop.. and so many;same to lang/python port) but useless features (openpty, gnu readline) are disabled by default. .strip object at post-build phase by default. PR: 25839 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* more flexible build options:James E. Housley2001-03-231-4/+61
| | | | | | | | | | | | | .enables apache module to embeded more python features. (crypt, cmath, strop.. and so many;same to lang/python port) but useless features (openpty, gnu readline) are disabled by default. .strip object at post-build phase by default. Assorted cleanup for portlint PR: 25839 Submitted by: Chang, Hye-Shik <perky@python.or.kr> MAINTAINER
* Update port to version 2.7.2 (security fixes)Jimmy Olgeni2001-02-242-2/+2
| | | | | PR: 25127 Submitted by: maintainer
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-2/+2
|
* Update to 2.7.1Kevin Lo2000-12-275-23/+28
| | | | | PR: 23874 Submitted by: MAINTAINER
* Update to 2.6.3.Maxim Sobolev2000-11-157-52/+79
| | | | | PR: 22850 Submitted by: maintainer
* This port requires python version 1.5 which is now in lang/python15.Steve Price2000-11-081-1/+1
|
* Add mod_python 2.6, an Apache module that allows embedding python withinWill Andrews2000-10-285-0/+81
the Apache http server for performance and flexibility boosts. PR: 20885 Submitted by: Chang, Hye-Shik <perky@python.or.kr>