diff --git a/livesupport/tools/pear/bin/install.sh b/livesupport/tools/pear/bin/install.sh new file mode 100755 index 000000000..4851d0e71 --- /dev/null +++ b/livesupport/tools/pear/bin/install.sh @@ -0,0 +1,69 @@ +#!/bin/sh +#------------------------------------------------------------------------------- +# Copyright (c) 2004 Media Development Loan Fund +# +# This file is part of the LiveSupport project. +# http://livesupport.campware.org/ +# To report bugs, send an e-mail to bugs@campware.org +# +# LiveSupport is free software; you can redistribute it and/or modify +# it 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. +# +# LiveSupport is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with LiveSupport; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# +# Author : $Author: tomas $ +# Version : $Revision: 1.1 $ +# Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/tools/pear/bin/install.sh,v $ +#------------------------------------------------------------------------------- +#------------------------------------------------------------------------------- +# Run this script to install pear packages needed by LiveSupport into the +# development system usr environment. +# To read more about pear, see http://pear.php.net/ +#------------------------------------------------------------------------------- +description="PEAR packages needed by LiveSupport" + +#PEAR-1.4.0a11.tgz +packages=" +Archive_Tar-1.3.1.tgz +Console_Getopt-1.2.tgz +XML_RPC-1.3.0RC1.tgz +PEAR-1.3.5.tgz +Calendar-0.5.2.tgz +DB-1.7.6.tgz +File-1.2.0.tgz +File_Find-0.3.1.tgz +HTML_Common-1.2.1.tgz +HTML_QuickForm-3.2.4pl1.tgz +XML_Util-1.1.1.tgz +XML_Parser-1.2.6.tgz +XML_Beautifier-1.1.tgz +XML_Serializer-0.15.0.tgz +" + +reldir=`dirname $0`/.. +basedir=`cd $reldir; pwd;` +rootdir=`cd $basedir/../..; pwd;` +tmpdir=$basedir/tmp +etcdir=$basedir/etc + +echo "installing $description (with rootdir: $rootdir)" + +cd $basedir/src +for i in $packages +do echo $i + pear install -R $rootdir $i || \ + { echo "*** ERROR installing $i"; exit 1; } +done + +echo "PEAR packages install finished OK" +exit 0 diff --git a/livesupport/tools/pear/src/Archive_Tar-1.3.1.tgz b/livesupport/tools/pear/src/Archive_Tar-1.3.1.tgz new file mode 100644 index 000000000..a65a8ff99 Binary files /dev/null and b/livesupport/tools/pear/src/Archive_Tar-1.3.1.tgz differ diff --git a/livesupport/tools/pear/src/Calendar-0.5.2.tgz b/livesupport/tools/pear/src/Calendar-0.5.2.tgz new file mode 100644 index 000000000..ceb090404 Binary files /dev/null and b/livesupport/tools/pear/src/Calendar-0.5.2.tgz differ diff --git a/livesupport/tools/pear/src/Console_Getopt-1.2.tgz b/livesupport/tools/pear/src/Console_Getopt-1.2.tgz new file mode 100644 index 000000000..2cfa63f02 Binary files /dev/null and b/livesupport/tools/pear/src/Console_Getopt-1.2.tgz differ diff --git a/livesupport/tools/pear/src/DB-1.7.6.tgz b/livesupport/tools/pear/src/DB-1.7.6.tgz new file mode 100644 index 000000000..9d0a9a7f9 Binary files /dev/null and b/livesupport/tools/pear/src/DB-1.7.6.tgz differ diff --git a/livesupport/tools/pear/src/File-1.2.0.tgz b/livesupport/tools/pear/src/File-1.2.0.tgz new file mode 100644 index 000000000..9046af2ed Binary files /dev/null and b/livesupport/tools/pear/src/File-1.2.0.tgz differ diff --git a/livesupport/tools/pear/src/File_Find-0.3.1.tgz b/livesupport/tools/pear/src/File_Find-0.3.1.tgz new file mode 100644 index 000000000..e8874a2da Binary files /dev/null and b/livesupport/tools/pear/src/File_Find-0.3.1.tgz differ diff --git a/livesupport/tools/pear/src/HTML_Common-1.2.1.tgz b/livesupport/tools/pear/src/HTML_Common-1.2.1.tgz new file mode 100644 index 000000000..3726f5bba Binary files /dev/null and b/livesupport/tools/pear/src/HTML_Common-1.2.1.tgz differ diff --git a/livesupport/tools/pear/src/HTML_QuickForm-3.2.4pl1.tgz b/livesupport/tools/pear/src/HTML_QuickForm-3.2.4pl1.tgz new file mode 100644 index 000000000..9d70dc89e Binary files /dev/null and b/livesupport/tools/pear/src/HTML_QuickForm-3.2.4pl1.tgz differ diff --git a/livesupport/tools/pear/src/PEAR-1.3.5.tgz b/livesupport/tools/pear/src/PEAR-1.3.5.tgz new file mode 100644 index 000000000..6816ea743 Binary files /dev/null and b/livesupport/tools/pear/src/PEAR-1.3.5.tgz differ diff --git a/livesupport/tools/pear/src/XML_Beautifier-1.1.tgz b/livesupport/tools/pear/src/XML_Beautifier-1.1.tgz new file mode 100644 index 000000000..d03d20f31 Binary files /dev/null and b/livesupport/tools/pear/src/XML_Beautifier-1.1.tgz differ diff --git a/livesupport/tools/pear/src/XML_Parser-1.2.6.tgz b/livesupport/tools/pear/src/XML_Parser-1.2.6.tgz new file mode 100644 index 000000000..52d4c9d78 Binary files /dev/null and b/livesupport/tools/pear/src/XML_Parser-1.2.6.tgz differ diff --git a/livesupport/tools/pear/src/XML_RPC-1.3.0RC1.tgz b/livesupport/tools/pear/src/XML_RPC-1.3.0RC1.tgz new file mode 100644 index 000000000..d2b612155 Binary files /dev/null and b/livesupport/tools/pear/src/XML_RPC-1.3.0RC1.tgz differ diff --git a/livesupport/tools/pear/src/XML_Serializer-0.15.0.tgz b/livesupport/tools/pear/src/XML_Serializer-0.15.0.tgz new file mode 100644 index 000000000..0e829a330 Binary files /dev/null and b/livesupport/tools/pear/src/XML_Serializer-0.15.0.tgz differ diff --git a/livesupport/tools/pear/src/XML_Util-1.1.1.tgz b/livesupport/tools/pear/src/XML_Util-1.1.1.tgz new file mode 100644 index 000000000..6fa3ffef3 Binary files /dev/null and b/livesupport/tools/pear/src/XML_Util-1.1.1.tgz differ