[SM-Commit] GIT changes to master grimoire by Jaka Kranjc (b7f2496881e1f2e8369f05e09c1a7570ca10e00f)

Jaka Kranjc scm at sourcemage.org
Sat Jun 2 14:15:41 EDT 2007


GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx at sourcemage.org>:

 php-pear/phpdocumentor/DEPENDS |    3 ++-
 php-pear/phpdocumentor/DETAILS |   10 +++++-----
 php-pear/phpdocumentor/HISTORY |    6 ++++++
 php-pear/phpdocumentor/INSTALL |   12 +-----------
 4 files changed, 14 insertions(+), 17 deletions(-)

New commits:
commit b7f2496881e1f2e8369f05e09c1a7570ca10e00f
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    phpdocumentor: cleanup and update to fix #10201

commit fae5c9b2ef5da5e661534520c44f67b5714f29a3
Author: Jaka Kranjc <lynxlynxlynx at sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx at sourcemage.org>

    phpdocumentor: added an optional dep

diff --git a/php-pear/phpdocumentor/DEPENDS b/php-pear/phpdocumentor/DEPENDS
index 7a58a8f..a81cfeb 100755
--- a/php-pear/phpdocumentor/DEPENDS
+++ b/php-pear/phpdocumentor/DEPENDS
@@ -1 +1,2 @@
-depends  PHP
+depends  PHP &&
+optional_depends pear-xml_beautifier "" "" "for prettier code"
diff --git a/php-pear/phpdocumentor/DETAILS b/php-pear/phpdocumentor/DETAILS
index 5b0bfe9..f99566e 100755
--- a/php-pear/phpdocumentor/DETAILS
+++ b/php-pear/phpdocumentor/DETAILS
@@ -1,16 +1,16 @@
            SPELL=phpdocumentor
 if spell_installed php4
 then
-	 VERSION=1.2.3
+	     VERSION=1.2.3
      SOURCE_HASH=sha512:1ce81bcddffa9e245f6e6e397b659ab23fa86ea392f01838add1e163179913fc35d98a40fddb4b2a8275fb776c6dc4437dab5ffe4705b6edddbcfc479bb23263
 else
-         VERSION=1.3.0rc3
-     SOURCE_HASH=sha512:0c1f461908e73b1611334e445ff94f13f5ee3fd1d63e842188460d6f6104ff8f77e927be4e15a4a90096ac71af7dcc7b1a67645c45dd98e82f017cee195a5ae3
+         VERSION=1.3.2
+     SOURCE_HASH=sha512:e11e4491406afdc38d164bed85d3474b813d5c78768231f993d6936cb945ecc930200fa83a0d631b97366723fb08eea6ecee1e03aebfcda59174b75deba4e0b7
 fi
-	  SOURCE=$SPELL-$VERSION.tar.gz
+	      SOURCE=PhpDocumentor-$VERSION.tgz
       SOURCE_URL=$SOURCEFORGE_URL/phpdocu/$SOURCE
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-	 ENTERED=20050401
+	     ENTERED=20050401
         WEB_SITE=http://www.phpdoc.org/
       LICENSE[0]=GPL
         KEYWORDS="php"
diff --git a/php-pear/phpdocumentor/HISTORY b/php-pear/phpdocumentor/HISTORY
index 76b5b07..eb1b483 100644
--- a/php-pear/phpdocumentor/HISTORY
+++ b/php-pear/phpdocumentor/HISTORY
@@ -1,3 +1,9 @@
+2007-06-02 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
+	* DETAILS: Fixed SOURCE, spacing
+	  updated main to 1.3.2
+	* INSTALL: use PEAR_INSTALL instead of the mess that created #10201
+	* DEPENDS: added optional pear-xml_beautifier
+
 2007-04-09 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* CONFLICTS: removed, deprecation already complete
 
diff --git a/php-pear/phpdocumentor/INSTALL b/php-pear/phpdocumentor/INSTALL
index 032a7e9..c685a8b 100755
--- a/php-pear/phpdocumentor/INSTALL
+++ b/php-pear/phpdocumentor/INSTALL
@@ -1,11 +1 @@
-if    [  -e  ${INSTALL_ROOT}/etc/httpd/httpd.conf   ];  then
-  SPELL_ROOT=`grep  '^DocumentRoot'  ${INSTALL_ROOT}/etc/httpd/httpd.conf   |  cut  -d\"  -f2`
-elif  [  -e  ${INSTALL_ROOT}/etc/httpsd/httpd.conf  ];  then
-  SPELL_ROOT=`grep  '^DocumentRoot'  ${INSTALL_ROOT}/etc/httpsd/httpd.conf  |  cut  -d\"  -f2`
-fi                                                                       &&
-
-if  [  "${SPELL_ROOT}"  ==  ""  ];  then
-  SPELL_ROOT=/usr/share
-fi                                                                       &&
-
-echo  "${SPELL} was installed in ${INSTALL_ROOT}${SPELL_ROOT}/${SPELL}"
+. $SECTION_DIRECTORY/PEAR_INSTALL



More information about the SM-Commit mailing list