Revision: 94847 https://trac.macports.org/changeset/94847 Author: mww@macports.org Date: 2012-07-01 13:14:47 -0700 (Sun, 01 Jul 2012) Log Message: ----------- mod_python25: whitespace changes only Modified Paths: -------------- trunk/dports/www/mod_python25/Portfile Modified: trunk/dports/www/mod_python25/Portfile =================================================================== --- trunk/dports/www/mod_python25/Portfile 2012-07-01 20:11:59 UTC (rev 94846) +++ trunk/dports/www/mod_python25/Portfile 2012-07-01 20:14:47 UTC (rev 94847) @@ -2,46 +2,45 @@ PortSystem 1.0 -name mod_python25 -version 3.3.1 -revision 3 -categories www python -platforms darwin -license Apache-2 -maintainers mww jwa -description Apache2 module that embeds Python within the server. -long_description Mod_python is an Apache 2 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. +name mod_python25 +version 3.3.1 +revision 3 +categories www python +platforms darwin +license Apache-2 +maintainers mww jwa +description Apache2 module that embeds Python within the server. +long_description \ + Mod_python is an Apache 2 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. -homepage http://www.modpython.org/ -master_sites apache:httpd/modpython -distname mod_python-${version} -extract.suffix .tgz +homepage http://www.modpython.org/ +master_sites apache:httpd/modpython +distname mod_python-${version} +extract.suffix .tgz checksums rmd160 f78f93172963317f4318f8f2455419743c8fb4f5 \ sha256 ad2331fd5fcfd720ef9e3482973fc2d06eff36ba0c44693cfa42056a62175a6b -depends_build port:flex -depends_lib port:apache2 port:python25 +depends_build port:flex +depends_lib port:apache2 port:python25 -patchfiles patch-dist-Makefile.in.diff \ - patch-src-connobject.c.diff \ - patch-configure.diff +patchfiles patch-dist-Makefile.in.diff \ + patch-src-connobject.c.diff \ + patch-configure.diff -configure.args --with-apxs=${prefix}/apache2/bin/apxs \ - --with-python=${prefix}/bin/python2.5 \ - --with-flex=${prefix}/bin/flex \ - --enable-so +configure.args --with-apxs=${prefix}/apache2/bin/apxs \ + --with-python=${prefix}/bin/python2.5 \ + --with-flex=${prefix}/bin/flex \ + --enable-so -destroot.violate_mtree yes +destroot.violate_mtree yes pre-destroot { xinstall -d -m 755 ${destroot}${prefix}/apache2/modules \ - ${destroot}${prefix}/share/doc + ${destroot}${prefix}/share/doc file copy ${worksrcpath}/doc-html ${destroot}${prefix}/share/doc/${name} } @@ -60,7 +59,7 @@ ui_msg "########################################################" } -livecheck.type regex -livecheck.url http://httpd.apache.org/modules/python-download.cgi -livecheck.regex mod_python-(\[0-9\\.\]+)\\.tgz +livecheck.type regex +livecheck.url http://httpd.apache.org/modules/python-download.cgi +livecheck.regex mod_python-(\[0-9\\.\]+)\\.tgz
participants (1)
-
mww@macports.org