[SM-Commit] GIT changes to master grimoire by George Sherwood (0781b10575e2b221ad32317f59415df733731cc6)

George Sherwood scm at sourcemage.org
Sun Nov 23 15:58:41 EST 2008


GIT changes to master grimoire by George Sherwood <gsherwood at sourcemage.org>:

 collab/xoops/BUILD     |   17 +----------------
 collab/xoops/CONFIGURE |    3 +++
 collab/xoops/DETAILS   |    9 +++------
 collab/xoops/HISTORY   |    6 ++++++
 collab/xoops/INSTALL   |   13 +++++++++++++
 5 files changed, 26 insertions(+), 22 deletions(-)

New commits:
commit 0781b10575e2b221ad32317f59415df733731cc6
Author: George Sherwood <gsherwood at sourcemage.org>
Commit: George Sherwood <gsherwood at sourcemage.org>

    xoops: Updated to version 2.3.1. Updated to BUILD_API=2
    Added query for directory.

diff --git a/collab/xoops/BUILD b/collab/xoops/BUILD
index 66fffa5..27ba77d 100755
--- a/collab/xoops/BUILD
+++ b/collab/xoops/BUILD
@@ -1,16 +1 @@
-# $Id: BUILD,v 1.1 2002/07/29 23:53:53 sergeyli Exp $
-(
-	rm ./html/mainfile.php                                &&
-
-	prepare_install                                       &&
-
-	mkdir -p      /usr/share/$SPELL                       &&
-	cp    -r .    /usr/share/$SPELL/                      &&
-#	chmod -R 0777 /usr/share/$SPELL/html/install/         &&
-	chmod    0777 /usr/share/$SPELL/html/mainfile.php*    &&
-	chmod -R 0755 /usr/share/$SPELL/html/modules/*/cache/ &&
-
-	echo "Please point your apache at /usr/share/$SPELL/html and request install.php."
-	echo "You will need to delete /usr/share/$SPELL/html/install.php afterwards."
-    
-) >$C_FIFO 2>&1
+true
diff --git a/collab/xoops/CONFIGURE b/collab/xoops/CONFIGURE
new file mode 100755
index 0000000..aeba855
--- /dev/null
+++ b/collab/xoops/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_string  XOOPS_INSTALL_PATH     \
+ "What path do you wish to use for installation (the spell name will be \
+  added at the end)?"  "usr/share/www"
diff --git a/collab/xoops/DETAILS b/collab/xoops/DETAILS
index 386e804..2582897 100755
--- a/collab/xoops/DETAILS
+++ b/collab/xoops/DETAILS
@@ -1,16 +1,13 @@
-# $Id: DETAILS,v 1.2 2002/10/23 18:55:18 sergeyli Exp $
            SPELL=xoops
-         VERSION=2.0.3
+         VERSION=2.3.1
           SOURCE=$SPELL-$VERSION.tar.gz
-     SOURCE_HASH=sha512:f939e825606abd200c0cfdcc0c062140c8178abe329568a35b047c5190e850cd42fd8901104e9b0f0c544e66c277f04fa3fbbc2b66ac4f8feef7d96fca21cc52
+     SOURCE_HASH=sha512:54afa243466772479348de996db50f03d8271b7b75b005b7ca37103c027ef7c9e7c346922a45574401c923028c847f721cc33f623ba918705ed622ccc75e9624
       LICENSE[0]=GPL
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
         WEB_SITE=http://www.xoops.org/
          ENTERED=20020724
-         UPDATED=20030425
-                                                       KEYWORDS="collab"
-       BUILD_API=1
+        KEYWORDS="collab"
            SHORT='eXtended Object Oriented Portal System'
 cat << EOF
 XOOPS is a dynamic OO (Object Oriented) based open source portal script written
diff --git a/collab/xoops/HISTORY b/collab/xoops/HISTORY
index 848e5d7..4f9be2e 100644
--- a/collab/xoops/HISTORY
+++ b/collab/xoops/HISTORY
@@ -1,3 +1,9 @@
+2008-11-23 George Sherwood <gsherwood at sourcemage.org>
+	* DETAILS: Updated to version 2.3.1. Removed BUILD_API=1
+	* BUILD: Added true
+	* INSTALL: Moved from BUILD. Adjusted to new directories
+	* CONFIGURE: Added for directory query
+
 2008-08-29 Jaka Kranjc <lynxlynxlynx at sourcemage.org>
 	* DEPENDS: fixed smarty #14686
 
diff --git a/collab/xoops/INSTALL b/collab/xoops/INSTALL
new file mode 100755
index 0000000..e67fb99
--- /dev/null
+++ b/collab/xoops/INSTALL
@@ -0,0 +1,13 @@
+cd $SOURCE_DIRECTORY &&
+
+mkdir -p      ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL}     &&
+cp -r htdocs/* ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL} &&
+#chmod -R 0777 /usr/share/$SPELL/html/install/         &&
+chmod 0777 ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL}/mainfile.php*  &&
+
+message "${MESSAGE_COLOR}Please point your apache at" \
+        " ${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL} and" \
+        "request install.php." &&
+message "You will need to delete" \
+        "${INSTALL_ROOT}/${XOOPS_INSTALL_PATH}/${SPELL}/install.php afterwards."\
+        "$DEFAULT_COLOR"



More information about the SM-Commit mailing list