the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
#=========================================================================
# $Id: libapache2-mod-python-doc.info 483 2007-02-27 22:32:05Z matt $
Package: libapache2-mod-python-doc
Version: 3.3.1
Revision: 1
Description: Documentation for mod_python
Conflicts: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, libapache2-mod-python-py24-ssl-doc
Replaces: libapache2-mod-python-doc, libapache2-mod-python-py23-doc, libapache2-mod-python-py23-ssl-doc, libapache2-mod-python-py24-doc, libapache2-mod-python-py24-ssl-doc
Suggests: libapache2-mod-python-py25 | libapache2-mod-python-py24 | libapache2-mod-python-py23
License: OSI-Approved
Homepage: http://modpython.org/
Maintainer: Matthew Bogosian
#=========================================================================
#---- Unpack phase -------------------------------------------------------
Source: http://www.apache.org/dist/httpd/modpython/mod_python-%v.tgz
Source-MD5: a3b0150176b726bd2833dac3a7837dc5
#---- Compile phase ------------------------------------------------------
CompileScript: <<
#!/bin/sh -ex
<<
#---- Install phase ------------------------------------------------------
DocFiles: COPYRIGHT CREDITS LICENSE NEWS NOTICE README
InstallScript: <<
#!/bin/sh -ex
install -d -m 700 '%i/share/doc/mod-python'
cp -Rp doc-html examples '%i/share/doc/mod-python'
chmod -R go-rstwx,a+Xr '%i/share/doc/mod-python'
<<
#---- Documentation ------------------------------------------------------
DescDetail: <<
From http://modpython.org/:
Mod_python is an Apache module that embeds the Python interpreter within
the server. With mod_python you can write web-based applications in Python
that will run many times faster than traditional CGI and will have access
to advanced features such as ability to retain database connections and
other data between hits and access to Apache internals.
<<
<<