* relocated current package database to the trunk of the package sub-project
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
# --- T2-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# T2 SDE: package/.../mod_python/bash-31.patch
|
||||
# Copyright (C) 2006 The T2 SDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- T2-COPYRIGHT-NOTE-END ---
|
||||
|
||||
diff -Nur mod_python-3.1.4-orig/configure mod_python-3.1.4/configure
|
||||
--- mod_python-3.1.4-orig/configure 2005-01-29 21:25:27.000000000 +0000
|
||||
+++ mod_python-3.1.4/configure 2006-01-24 21:11:44.387829000 +0000
|
||||
@@ -2772,7 +2772,7 @@
|
||||
# get the mod_python version
|
||||
|
||||
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h`
|
||||
-MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
|
||||
+MP_VERSION=`echo $MP_VERSION | sed s/\"//g`
|
||||
|
||||
ac_config_files="$ac_config_files Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile"
|
||||
cat >confcache <<\_ACEOF
|
||||
diff -Nur mod_python-3.1.4-orig/configure.in mod_python-3.1.4/configure.in
|
||||
--- mod_python-3.1.4-orig/configure.in 2005-01-29 21:25:27.000000000 +0000
|
||||
+++ mod_python-3.1.4/configure.in 2006-01-24 21:11:59.936800750 +0000
|
||||
@@ -275,7 +275,7 @@
|
||||
# get the mod_python version
|
||||
AC_SUBST(MP_VERSION)
|
||||
MP_VERSION=`awk '/MPV_STRING/ {print $3}' src/include/mpversion.h`
|
||||
-MP_VERSION=`echo $MP_VERSION | sed s/\\"//g`
|
||||
+MP_VERSION=`echo $MP_VERSION | sed s/\"//g`
|
||||
|
||||
AC_OUTPUT(Makefile src/Makefile Doc/Makefile test/testconf.py dist/setup.py dist/Makefile)
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
|
||||
[TIMESTAMP] 1133830794 Tue Dec 6 01:59:54 2005
|
||||
[BUILDTIME] 10 (5)
|
||||
[SIZE] 1.58 MB, 40 files
|
||||
|
||||
[DEP] 00-dirtree
|
||||
[DEP] apache
|
||||
[DEP] apr
|
||||
[DEP] apr-util
|
||||
[DEP] bash
|
||||
[DEP] binutils
|
||||
[DEP] bzip2
|
||||
[DEP] coreutils
|
||||
[DEP] dbus
|
||||
[DEP] diffutils
|
||||
[DEP] findutils
|
||||
[DEP] gawk
|
||||
[DEP] gcc
|
||||
[DEP] glibc
|
||||
[DEP] gnue-common
|
||||
[DEP] grep
|
||||
[DEP] linux-header
|
||||
[DEP] make
|
||||
[DEP] mktemp
|
||||
[DEP] net-tools
|
||||
[DEP] numpy
|
||||
[DEP] perl
|
||||
[DEP] pil
|
||||
[DEP] python
|
||||
[DEP] sed
|
||||
[DEP] sysfiles
|
||||
[DEP] tar
|
||||
[DEP] util-linux
|
||||
[DEP] wxpython
|
||||
[DEP] zope
|
||||
@@ -0,0 +1,37 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
[COPY]
|
||||
[COPY] Filename: package/.../mod_python/mod_python.desc
|
||||
[COPY] Copyright (C) 2006 The OpenSDE Project
|
||||
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
|
||||
[COPY]
|
||||
[COPY] More information can be found in the files COPYING and README.
|
||||
[COPY]
|
||||
[COPY] This program is free software; you can redistribute it and/or modify
|
||||
[COPY] it under the terms of the GNU General Public License as published by
|
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the
|
||||
[COPY] GNU General Public License can be found in the file COPYING.
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END ---
|
||||
[I] Apache/Python Integration
|
||||
|
||||
[T] Mod_python is an Apache module that embeds the Python interpreter within
|
||||
[T] the server. With mod_python you can write web-based applications in
|
||||
[T] Python that will run many times faster than traditional CGI and will have
|
||||
[T] access to advanced features such as ability to retain database connections
|
||||
[T] and other data between hits and access to Apache internals.
|
||||
|
||||
[U] http://www.modpython.org/
|
||||
|
||||
[A] Apache Software Foundation
|
||||
[A] Gregory (Grisha) Trubetskoy <grisha@modpython.org>
|
||||
[M] Alejandro Mery <amery@opensde.org>
|
||||
|
||||
[C] extra/development
|
||||
|
||||
[L] GPL
|
||||
[S] Stable
|
||||
[V] 3.1.4
|
||||
[P] X -----5---9 800.000
|
||||
|
||||
[D] 2961476982 mod_python-3.1.4.tgz http://apache.247available.com/httpd/modpython/
|
||||
|
||||
Reference in New Issue
Block a user