Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/web
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20298/main/finkinfo/web

Modified Files:
        libapache2-mod-python-py.info 
Added Files:
        libapache2-mod-python-doc.info 
Log Message:
Updated version from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1562973&group_id=17203&atid=414256


Index: libapache2-mod-python-py.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/web/libapache2-mod-python-py.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- libapache2-mod-python-py.info       29 Jan 2006 19:24:12 -0000      1.3
+++ libapache2-mod-python-py.info       28 Feb 2007 15:53:22 -0000      1.4
@@ -2,32 +2,31 @@
 
 #=========================================================================
 # $Id$
-Package: libapache2-mod-python-py%type_pkg[python]%type_pkg[-ssl]
-Version: 3.1.4
-Revision: 4
-Type: python (2.3 2.4), -ssl .
+Package: libapache2-mod-python-py%type_pkg[python]
+Version: 3.3.1
+Revision: 1
+Type: python (2.3 2.4 2.5)
 Description: Embeds the Python interpreter within Apache
 License: OSI-Approved
 Homepage: http://modpython.org/
-Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
+Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
 #=========================================================================
 
 #---- Dependencies -------------------------------------------------------
 
-Depends: python%type_pkg[python] | python%type_pkg[python]-nox, 
apache2%type_pkg[-ssl] (>= 2.0.55-1010)
-BuildDepends: apache2%type_pkg[-ssl]-dev (>= 2.0.55-1010) , apr%type_pkg[-ssl] 
(>= 0.9.7-1011)
+Depends: python%type_pkg[python] | python%type_pkg[python]-nox, apache2 (>= 
2.0.55-1010)
+BuildDepends: apache2-dev (>= 2.0.55-1010), apr-dev (>= 0.9.7-1011), 
aprutil-dev ( >=0.9.12-12 )
 
 #---- Unpack phase -------------------------------------------------------
 
 Source: http://www.apache.org/dist/httpd/modpython/mod_python-%v.tgz
-Source-MD5: 607175958137b06bcda91110414c82a1
-PatchScript: patch -p0 < %a/libapache2-mod-python-py.patch
+Source-MD5: a3b0150176b726bd2833dac3a7837dc5
 
 #---- Compile phase ------------------------------------------------------
 
 CompileScript: <<
 #!/bin/sh -ex
-./configure --prefix='%p' --with-apxs='%p/sbin/apxs' \
+./configure --prefix='%p' --with-apxs='%p/bin/apxs2' \
     --with-python='%p/bin/python%type_raw[python]'
 make
 <<
@@ -39,21 +38,16 @@
 InstallScript: <<
 #!/bin/sh -ex
 make DESTDIR='%d' install
-
-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'
-<<
-
-#---- Split-offs ---------------------------------------------------------
-
-SplitOff: <<
-Package: %N-doc
-Description: mod_python documentation
-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-py24 | libapache2-mod-python-py23
-Files: share/doc/mod-python
+mv '%i/lib/apache2/modules/mod_python.so' 
'%i/lib/apache2/modules/mod_python%type_raw[python].so'
+(
+cat <<EOF
+LoadModule python_module %p/lib/apache2/modules/mod_python%type_raw[python].so
+EOF
+) >'python%type_raw[python].load'
+chmod 600 'python%type_raw[python].load'
+install -d -m 700 '%i/etc/apache2/mods-available'
+cp 'python%type_raw[python].load' '%i/etc/apache2/mods-available'
+chmod -R go-rstwx,a+Xr '%i/etc/apache2/mods-available'
 <<
 
 #---- Documentation ------------------------------------------------------
@@ -68,9 +62,4 @@
 other data between hits and access to Apache internals.
 <<
 
-DescPort: <<
-Using a patch from here:
-http://cvs.opendarwin.org//cgi-bin/cvsweb.cgi/proj/darwinports/dports/www/mod_python/files/patch-mod_python.c
-<<
-
 <<

--- NEW FILE: libapache2-mod-python-doc.info ---
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 <[EMAIL PROTECTED]>
#=========================================================================

#---- 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.
<<

<<


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to