[Lunar-commits] r23440 - in moonbase/trunk/gnustep: . gnustep-back gnustep-base gnustep-gui gnustep-make gnustep-make/profile.d gnustep-startup

Samuel Verstraete elangelo at lunar-linux.org
Wed Feb 28 22:32:31 CET 2007


Author: elangelo
Date: 2007-02-28 22:32:31 +0100 (Wed, 28 Feb 2007)
New Revision: 23440

Added:
   moonbase/trunk/gnustep/gnustep-startup/
   moonbase/trunk/gnustep/gnustep-startup/BUILD
   moonbase/trunk/gnustep/gnustep-startup/DEPENDS
   moonbase/trunk/gnustep/gnustep-startup/DETAILS
Modified:
   moonbase/trunk/gnustep/gnustep-back/BUILD
   moonbase/trunk/gnustep/gnustep-back/DETAILS
   moonbase/trunk/gnustep/gnustep-base/BUILD
   moonbase/trunk/gnustep/gnustep-base/DETAILS
   moonbase/trunk/gnustep/gnustep-gui/BUILD
   moonbase/trunk/gnustep/gnustep-gui/DETAILS
   moonbase/trunk/gnustep/gnustep-make/DETAILS
   moonbase/trunk/gnustep/gnustep-make/profile.d/gnustep.rc
Log:
trying to fix all this mess... at least now we have the latest versions,
using sha1's instead of md5's and the profile file should be fixed as well
gr,S.


Modified: moonbase/trunk/gnustep/gnustep-back/BUILD
===================================================================
--- moonbase/trunk/gnustep/gnustep-back/BUILD	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-back/BUILD	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,6 +1,6 @@
 (
   # before load GNUSTEP variables
-  . $GNUSTEP_SYSTEM_ROOT/System/Makefiles/GNUstep.sh
+  . $GNUSTEP_ROOT/System/Library/Makefiles/GNUstep.sh
 
   ./configure $OPTS  &&
   default_make

Modified: moonbase/trunk/gnustep/gnustep-back/DETAILS
===================================================================
--- moonbase/trunk/gnustep/gnustep-back/DETAILS	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-back/DETAILS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,12 +1,14 @@
           MODULE=gnustep-back
-         VERSION=0.9.3
+         VERSION=0.10.3
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
-      SOURCE_VFY=md5:2ee883c140eb7cf47bb284b2f72c1adc
+      SOURCE_VFY=sha1:f4249052b171e8fab8b2aa9fff80d0eb1c5555b0
         WEB_SITE=http://www.gnustep.org
          ENTERED=20040509
-         UPDATED=20040613
+         UPDATED=20070228
+           PSAFE="no"      
            SHORT="back-end component for the GNUstep GUI Library."
+
 cat << EOF
 It is a back-end component for the GNUstep GUI Library.  The
 implementation of the GNUstep GUI Library is designed in two parts.  The

Modified: moonbase/trunk/gnustep/gnustep-base/BUILD
===================================================================
--- moonbase/trunk/gnustep/gnustep-base/BUILD	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-base/BUILD	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,11 +1,11 @@
 (
   # before load GNUSTEP variables
-  . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
+  . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
 
   default_config &&
   default_make 
 
-  if ! grep -q "$GNUSTEP_SYSTEM_ROOT/Library/Libraries/" /etc/ld.so.conf; then
-    echo "$GNUSTEP_SYSTEM_ROOT/Library/Libraries/" >> /etc/ld.so.conf  
+  if ! grep -q "$GNUSTEP_SYSTEM_ROOT/Library/" /etc/ld.so.conf; then
+    echo "$GNUSTEP_SYSTEM_ROOT/Library/" >> /etc/ld.so.conf  
   fi
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnustep/gnustep-base/DETAILS
===================================================================
--- moonbase/trunk/gnustep/gnustep-base/DETAILS	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-base/DETAILS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,12 +1,13 @@
           MODULE=gnustep-base
-         VERSION=1.9.2
+         VERSION=1.13.1
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
-      SOURCE_VFY=md5:b1fe102145f32aa05ebff41ffd7b9fd0
+      SOURCE_VFY=sha1:fab838ba5a2a2ac62ef5f29d0b3ee21f35339337
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20040620
+         UPDATED=20070228
            SHORT="library of general-purpose"
+
 cat << EOF
 The GNUstep Base Library is a library of general-purpose,
 non-graphical Objective C objects.  For example, it includes classes

Modified: moonbase/trunk/gnustep/gnustep-gui/BUILD
===================================================================
--- moonbase/trunk/gnustep/gnustep-gui/BUILD	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-gui/BUILD	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,12 +1,13 @@
 (
 
   # before load GNUSTEP variables
-  . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
+  . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
 
-  devoke_installwatch &&
-  default_config &&
-  make &&
-  invoke_installwatch &&
-  prepare_install &&
-  make install
+#  devoke_installwatch &&
+#  default_config &&
+#  make &&
+#  invoke_installwatch &&
+#  prepare_install &&
+#  make install
+  default_build
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnustep/gnustep-gui/DETAILS
===================================================================
--- moonbase/trunk/gnustep/gnustep-gui/DETAILS	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-gui/DETAILS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,12 +1,14 @@
           MODULE=gnustep-gui
-         VERSION=0.9.3
+         VERSION=0.11.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
-      SOURCE_VFY=md5:e2ba2576a79ff00e414ff10bb6055423
+      SOURCE_VFY=sha1:2a83780e047e4b58681407edd282b135a65634d7
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20040613
+         UPDATED=20070228
+           PSAFE="no"         
            SHORT="library of graphical user interface classes written completely in the Objective-C language"
+
 cat << EOF
 It is a library of graphical user interface classes written
 completely in the Objective-C language; the classes are based upon the

Modified: moonbase/trunk/gnustep/gnustep-make/DETAILS
===================================================================
--- moonbase/trunk/gnustep/gnustep-make/DETAILS	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-make/DETAILS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,12 +1,13 @@
           MODULE=gnustep-make
-         VERSION=1.9.2
+         VERSION=1.13.0
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
-      SOURCE_VFY=md5:80acfa3ccaaae94f467f913d7cfedd8d
+      SOURCE_VFY=sha1:91f0494d58233e59254c365b338bca1bd684bea6
         WEB_SITE=http://www.gnustep.org
          ENTERED=20021225
-         UPDATED=20040620
+         UPDATED=20070228
            SHORT="Powerful and extensible way to write GNUstep makefiles"
+
 cat << EOF
 GNUstep-make allows the user to write a project without having to
 deal with the complex issues associated with configuration, building,

Modified: moonbase/trunk/gnustep/gnustep-make/profile.d/gnustep.rc
===================================================================
--- moonbase/trunk/gnustep/gnustep-make/profile.d/gnustep.rc	2007-02-28 16:44:21 UTC (rev 23439)
+++ moonbase/trunk/gnustep/gnustep-make/profile.d/gnustep.rc	2007-02-28 21:32:31 UTC (rev 23440)
@@ -1,4 +1,4 @@
-export GNUSTEP_ROOT=/opt/lunar/gnustep/1/
+export GNUSTEP_SYSTEM_ROOT=/opt/lunar/gnustep/1/
 # before load GNUSTEP variables
-. $GNUSTEP_ROOT/System/Makefiles/GNUstep.sh
+. $GNUSTEP_SYSTEM_ROOT/System/Library/Makefiles/GNUstep.sh
 export PATH=$GNUSTEP_SYSTEM_ROOT/Tools:$PATH

Added: moonbase/trunk/gnustep/gnustep-startup/BUILD
===================================================================
--- moonbase/trunk/gnustep/gnustep-startup/BUILD	                        (rev 0)
+++ moonbase/trunk/gnustep/gnustep-startup/BUILD	2007-02-28 21:32:31 UTC (rev 23440)
@@ -0,0 +1,13 @@
+(
+
+  # before load GNUSTEP variables
+  . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+  #devoke_installwatch &&
+  #default_config &&
+  #make &&
+  #invoke_installwatch &&
+  #prepare_install &&
+  #make install
+  default_build
+) > $C_FIFO 2>&1

Added: moonbase/trunk/gnustep/gnustep-startup/DEPENDS
===================================================================
--- moonbase/trunk/gnustep/gnustep-startup/DEPENDS	                        (rev 0)
+++ moonbase/trunk/gnustep/gnustep-startup/DEPENDS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -0,0 +1 @@
+depends gnustep-base

Added: moonbase/trunk/gnustep/gnustep-startup/DETAILS
===================================================================
--- moonbase/trunk/gnustep/gnustep-startup/DETAILS	                        (rev 0)
+++ moonbase/trunk/gnustep/gnustep-startup/DETAILS	2007-02-28 21:32:31 UTC (rev 23440)
@@ -0,0 +1,12 @@
+          MODULE=gnustep-startup
+         VERSION=0.16.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+      SOURCE_VFY=sha1:709aab2f8cf5f6274de43e52ba6c355bca330027
+        WEB_SITE=http://www.gnustep.org
+         ENTERED=20070228
+         UPDATED=20070228
+           SHORT=""
+
+cat << EOF
+EOF



More information about the Lunar-commits mailing list