[Lunar-commits] <moonbase> gnustep: move it to zdeprecated.
Florin Braescu
florin at lunar-linux.org
Sat Jul 31 09:55:36 CEST 2010
commit 43ae705560441a3d997655c2ef0c7c2a40bd771e
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sat Jul 31 10:55:36 2010 +0300
gnustep: move it to zdeprecated.
---
gnustep/GWorkspace/BUILD | 14 ----------
gnustep/GWorkspace/DEPENDS | 1 -
gnustep/GWorkspace/DETAILS | 24 -----------------
gnustep/Gorm/BUILD | 10 -------
gnustep/Gorm/DEPENDS | 3 --
gnustep/Gorm/DETAILS | 23 -----------------
gnustep/ImageViewer/BUILD | 9 ------
gnustep/ImageViewer/DEPENDS | 3 --
gnustep/ImageViewer/DETAILS | 13 ---------
gnustep/ProjectCenter/BUILD | 9 ------
gnustep/ProjectCenter/DEPENDS | 3 --
gnustep/ProjectCenter/DETAILS | 21 ---------------
gnustep/gnustep-back/BUILD | 12 ---------
gnustep/gnustep-back/DEPENDS | 3 --
gnustep/gnustep-back/DETAILS | 27 --------------------
gnustep/gnustep-base/BUILD | 14 ----------
gnustep/gnustep-base/DEPENDS | 7 -----
gnustep/gnustep-base/DETAILS | 23 -----------------
gnustep/gnustep-base/POST_INSTALL | 1 -
gnustep/gnustep-gui/BUILD | 8 ------
gnustep/gnustep-gui/DEPENDS | 1 -
gnustep/gnustep-gui/DETAILS | 26 -------------------
gnustep/gnustep-make/BUILD | 7 -----
gnustep/gnustep-make/DETAILS | 21 ---------------
gnustep/gnustep-make/profile.d/gnustep.rc | 4 ---
gnustep/gnustep-startup/BUILD | 14 ----------
gnustep/gnustep-startup/DEPENDS | 1 -
gnustep/gnustep-startup/DETAILS | 12 ---------
zdeprecated/gnustep/GWorkspace/BUILD | 14 ++++++++++
zdeprecated/gnustep/GWorkspace/DEPENDS | 1 +
zdeprecated/gnustep/GWorkspace/DETAILS | 24 +++++++++++++++++
zdeprecated/gnustep/Gorm/BUILD | 10 +++++++
zdeprecated/gnustep/Gorm/DEPENDS | 3 ++
zdeprecated/gnustep/Gorm/DETAILS | 23 +++++++++++++++++
zdeprecated/gnustep/ImageViewer/BUILD | 9 ++++++
zdeprecated/gnustep/ImageViewer/DEPENDS | 3 ++
zdeprecated/gnustep/ImageViewer/DETAILS | 13 +++++++++
zdeprecated/gnustep/ProjectCenter/BUILD | 9 ++++++
zdeprecated/gnustep/ProjectCenter/DEPENDS | 3 ++
zdeprecated/gnustep/ProjectCenter/DETAILS | 21 +++++++++++++++
zdeprecated/gnustep/gnustep-back/BUILD | 12 +++++++++
zdeprecated/gnustep/gnustep-back/DEPENDS | 3 ++
zdeprecated/gnustep/gnustep-back/DETAILS | 27 ++++++++++++++++++++
zdeprecated/gnustep/gnustep-base/BUILD | 14 ++++++++++
zdeprecated/gnustep/gnustep-base/DEPENDS | 7 +++++
zdeprecated/gnustep/gnustep-base/DETAILS | 23 +++++++++++++++++
zdeprecated/gnustep/gnustep-base/POST_INSTALL | 1 +
zdeprecated/gnustep/gnustep-gui/BUILD | 8 ++++++
zdeprecated/gnustep/gnustep-gui/DEPENDS | 1 +
zdeprecated/gnustep/gnustep-gui/DETAILS | 26 +++++++++++++++++++
zdeprecated/gnustep/gnustep-make/BUILD | 7 +++++
zdeprecated/gnustep/gnustep-make/DETAILS | 21 +++++++++++++++
.../gnustep/gnustep-make/profile.d/gnustep.rc | 4 +++
zdeprecated/gnustep/gnustep-startup/BUILD | 14 ++++++++++
zdeprecated/gnustep/gnustep-startup/DEPENDS | 1 +
zdeprecated/gnustep/gnustep-startup/DETAILS | 12 +++++++++
56 files changed, 314 insertions(+), 314 deletions(-)
diff --git a/gnustep/GWorkspace/BUILD b/gnustep/GWorkspace/BUILD
deleted file mode 100644
index bebd8ae..0000000
--- a/gnustep/GWorkspace/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- ./configure &&
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
- prepare_install &&
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install &&
-
- cd Apps_wrappers &&
- cp -a * $GNUSTEP_SYSTEM_ROOT/Applications
-
-) > $C_FIFO 2>&1
diff --git a/gnustep/GWorkspace/DEPENDS b/gnustep/GWorkspace/DEPENDS
deleted file mode 100644
index 70563f5..0000000
--- a/gnustep/GWorkspace/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gnustep-back
diff --git a/gnustep/GWorkspace/DETAILS b/gnustep/GWorkspace/DETAILS
deleted file mode 100644
index a23f546..0000000
--- a/gnustep/GWorkspace/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=GWorkspace
- VERSION=0.8.5
- SOURCE=gworkspace-$VERSION.tar.gz
- SOURCE_URL=http://www.gnustep.it/enrico/gworkspace/
- SOURCE_VFY=sha1:be26797188a2a804f9b1359546b9de1617981222
- WEB_SITE=http://www.gnustep.it/enrico/gworkspace/
- ENTERED=20040509
- UPDATED=20090704
- SHORT="official GNUstep workspace manager."
-
-cat << EOF
-GWorkspace is the official GNUstep workspace manager. It is a clone
-of NeXT's workspace manager and already ready for daily usage.
-
-GWorkspace is probably one of the most useful and usable workspace
-managers available on any platform, owing to its well-designed
-interface and the natural, consistent design that it inherits from
-the GNUstep framework.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/Gorm/BUILD b/gnustep/Gorm/BUILD
deleted file mode 100644
index be0576d..0000000
--- a/gnustep/Gorm/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
- prepare_install &&
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
-
-) > $C_FIFO 2>&1
diff --git a/gnustep/Gorm/DEPENDS b/gnustep/Gorm/DEPENDS
deleted file mode 100644
index 46d82c2..0000000
--- a/gnustep/Gorm/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends gnustep-back
-
-
diff --git a/gnustep/Gorm/DETAILS b/gnustep/Gorm/DETAILS
deleted file mode 100644
index 612d05f..0000000
--- a/gnustep/Gorm/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- MODULE=Gorm
- VERSION=1.2.10
- SOURCE=gorm-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/gorm-$VERSION
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
- SOURCE_VFY=sha1:a41c9d087546c7688e1fbba1c11d1a64fcc7f785
- WEB_SITE=http://www.gnustep.org/experience/Gorm.html
- ENTERED=20040509
- UPDATED=20090704
- SHORT="GNUsteps easy-to-use interface designer."
-
-cat << EOF
-Gorm allows developers to quickly create and edit graphical application
-interfaces using a whole lot of GUI elements: windows, menus, buttons,
-labels, sliders, tables, textfields, browsers, images, altert panels
-and more. Custom palettes can be dynamically loaded to add additional
-elements or functionality.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/ImageViewer/BUILD b/gnustep/ImageViewer/BUILD
deleted file mode 100644
index 3d39bb0..0000000
--- a/gnustep/ImageViewer/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
- # before load GNUSTEP variables
- . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
- devoke_installwatch &&
- make &&
- invoke_installwatch &&
- prepare_install &&
- make install
-) > $C_FIFO 2>&1
diff --git a/gnustep/ImageViewer/DEPENDS b/gnustep/ImageViewer/DEPENDS
deleted file mode 100644
index 46d82c2..0000000
--- a/gnustep/ImageViewer/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends gnustep-back
-
-
diff --git a/gnustep/ImageViewer/DETAILS b/gnustep/ImageViewer/DETAILS
deleted file mode 100644
index 16a1c53..0000000
--- a/gnustep/ImageViewer/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=ImageViewer
- VERSION=0.6.3
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
- SOURCE_VFY=sha1:5ff0376dfdfcbcfe8c7daa23b019ab27a6e0cfe5
- SOURCE_URL[0]=http://www.nice.ch/~phip/
- WEB_SITE=http://www.nice.ch/~phip/softcorner.html#img
- ENTERED=20040518
- UPDATED=20050525
- SHORT="The GNUstep ImageViewer"
-cat << EOF
-The GNUstep ImageViewer.
-EOF
diff --git a/gnustep/ProjectCenter/BUILD b/gnustep/ProjectCenter/BUILD
deleted file mode 100644
index 1c1c434..0000000
--- a/gnustep/ProjectCenter/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
- prepare_install &&
- make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
-) > $C_FIFO 2>&1
diff --git a/gnustep/ProjectCenter/DEPENDS b/gnustep/ProjectCenter/DEPENDS
deleted file mode 100644
index 46d82c2..0000000
--- a/gnustep/ProjectCenter/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends gnustep-back
-
-
diff --git a/gnustep/ProjectCenter/DETAILS b/gnustep/ProjectCenter/DETAILS
deleted file mode 100644
index 1cfa9cc..0000000
--- a/gnustep/ProjectCenter/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=ProjectCenter
- VERSION=0.5.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
- SOURCE_VFY=sha1:e09ec84d034f982ad5e7079017a65d0f1dd4c5ca
- WEB_SITE=http://www.gnustep.org
- ENTERED=20040521
- UPDATED=20090704
- SHORT="GNUstep's integrated developement environment (IDE)."
-
-cat << EOF
-ProjectCenter is meant to be the counter part to NeXT's Project
-Builder. Thus, it helps you to start new projects and lets you
-manage your project files using a intuitive and well ordered
-graphical user interface.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/gnustep-back/BUILD b/gnustep/gnustep-back/BUILD
deleted file mode 100644
index 8f6f071..0000000
--- a/gnustep/gnustep-back/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- ./configure --enable-server=x11 \
- --enable-graphics=cairo --with-name=cairo \
- $OPTS &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnustep/gnustep-back/DEPENDS b/gnustep/gnustep-back/DEPENDS
deleted file mode 100644
index 0e3a611..0000000
--- a/gnustep/gnustep-back/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends gnustep-gui
-depends cairo
-
diff --git a/gnustep/gnustep-back/DETAILS b/gnustep/gnustep-back/DETAILS
deleted file mode 100644
index a240bde..0000000
--- a/gnustep/gnustep-back/DETAILS
+++ /dev/null
@@ -1,27 +0,0 @@
- MODULE=gnustep-back
- VERSION=0.16.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
- SOURCE_VFY=sha1:e3bb755117b12c7eef65fd781650b7f5dbe02147
- WEB_SITE=http://www.gnustep.org
- ENTERED=20040509
- UPDATED=20090704
- 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
-first part is the front-end component which is independent of platform
-and display system. This front-end is combined with a back-end
-component which handles all of the display system dependent such as
-specific calls to the X Window System. This design allows the GNUstep
-applications to have the "look and feel" of the underlying display
-system without any changes to the application, and the library can be
-easily ported to other display systems.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/gnustep-base/BUILD b/gnustep/gnustep-base/BUILD
deleted file mode 100644
index b342178..0000000
--- a/gnustep/gnustep-base/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- ./configure --disable-libffi &&
- make &&
- prepare_install &&
- make install &&
-
- 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
diff --git a/gnustep/gnustep-base/DEPENDS b/gnustep/gnustep-base/DEPENDS
deleted file mode 100644
index 7741d38..0000000
--- a/gnustep/gnustep-base/DEPENDS
+++ /dev/null
@@ -1,7 +0,0 @@
-depends tiff &&
-depends ffcall &&
-depends gnustep-make &&
-
-optional_depends "WindowMaker" "" "" "WindowMaker is an X11 window manager" &&
-optional_depends "libxml2" "" "" "for xml support" &&
-optional_depends "openssl" "" "" "for more security"
diff --git a/gnustep/gnustep-base/DETAILS b/gnustep/gnustep-base/DETAILS
deleted file mode 100644
index d012f2d..0000000
--- a/gnustep/gnustep-base/DETAILS
+++ /dev/null
@@ -1,23 +0,0 @@
- MODULE=gnustep-base
- VERSION=1.18.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
- SOURCE_VFY=sha1:30c13e673ad550c988f03adb9c545a8de1a17d19
- WEB_SITE=http://www.gnustep.org
- ENTERED=20021225
- UPDATED=20090704
- 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
-for strings, object collections, byte streams, typed coders,
-invocations, notifications, notification dispatchers, moments in time,
-network ports, remote object messaging support (distributed objects),
-and event loops.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/gnustep-base/POST_INSTALL b/gnustep/gnustep-base/POST_INSTALL
deleted file mode 100644
index 32d09d8..0000000
--- a/gnustep/gnustep-base/POST_INSTALL
+++ /dev/null
@@ -1 +0,0 @@
-ldconfig
diff --git a/gnustep/gnustep-gui/BUILD b/gnustep/gnustep-gui/BUILD
deleted file mode 100644
index ecf7855..0000000
--- a/gnustep/gnustep-gui/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc &&
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- default_build
-) > $C_FIFO 2>&1
diff --git a/gnustep/gnustep-gui/DEPENDS b/gnustep/gnustep-gui/DEPENDS
deleted file mode 100644
index e041837..0000000
--- a/gnustep/gnustep-gui/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gnustep-base
diff --git a/gnustep/gnustep-gui/DETAILS b/gnustep/gnustep-gui/DETAILS
deleted file mode 100644
index 3bc8a2b..0000000
--- a/gnustep/gnustep-gui/DETAILS
+++ /dev/null
@@ -1,26 +0,0 @@
- MODULE=gnustep-gui
- VERSION=0.16.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
- SOURCE_VFY=sha1:cc0a14f700a3736b8e4113d3ad80ed6f979d60be
- WEB_SITE=http://www.gnustep.org
- ENTERED=20021225
- UPDATED=20090704
- PSAFE="no"
- SHORT="library of graphical user interface classes in Objective-C"
-
-cat << EOF
-It is a library of graphical user interface classes written
-completely in the Objective-C language; the classes are based upon the
-OpenStep specification as release by NeXT Software, Inc. The library
-has been enhanced in a number of ways to take advantage of the GNU
-system. These classes include graphical objects such as buttons, text
-fields, popup lists, browser lists, and windows; there are also many
-associated classes for handling events, colors, fonts, pasteboards and
-images.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customize the GNUstep environment before use.
-EOF
diff --git a/gnustep/gnustep-make/BUILD b/gnustep/gnustep-make/BUILD
deleted file mode 100644
index 4d229a0..0000000
--- a/gnustep/gnustep-make/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
-./configure --prefix=/opt/lunar/gnustep/1/ \
- --enable-native-objc-exceptions \
- --with-layout=gnustep \
- $OPTS &&
-default_make
-) 2>&1 > $C_FIFO
diff --git a/gnustep/gnustep-make/DETAILS b/gnustep/gnustep-make/DETAILS
deleted file mode 100644
index 8d8ea56..0000000
--- a/gnustep/gnustep-make/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=gnustep-make
- VERSION=2.2.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
- SOURCE_VFY=sha1:35654bab0a6576084e486e062e7e42603026509d
- WEB_SITE=http://www.gnustep.org
- ENTERED=20021225
- UPDATED=20090704
- 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,
-installation, and packaging. It also allows the user to easily create
-cross-compiled binaries.
-
-Note: you will need to have built gcc with the Objective-C option
-to be able to build GNUstep modules. These modules have been built
-according to http://gnustep.made-it.com/BuildGuide/ but are untested.
-You will also need to customise the GNUstep environment before use.
-EOF
diff --git a/gnustep/gnustep-make/profile.d/gnustep.rc b/gnustep/gnustep-make/profile.d/gnustep.rc
deleted file mode 100644
index dea86c8..0000000
--- a/gnustep/gnustep-make/profile.d/gnustep.rc
+++ /dev/null
@@ -1,4 +0,0 @@
-export GNUSTEP_SYSTEM_ROOT=/opt/lunar/gnustep/1/
-# before load GNUSTEP variables
-. $GNUSTEP_SYSTEM_ROOT/System/Library/Makefiles/GNUstep.sh
-export PATH=$GNUSTEP_SYSTEM_ROOT/Tools:$PATH
diff --git a/gnustep/gnustep-startup/BUILD b/gnustep/gnustep-startup/BUILD
deleted file mode 100644
index 5589043..0000000
--- a/gnustep/gnustep-startup/BUILD
+++ /dev/null
@@ -1,14 +0,0 @@
-(
-
- # before load GNUSTEP variables
- . /etc/profile.d/gnustep.rc
- . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
-
- #devoke_installwatch &&
- #default_config &&
- #make &&
- #invoke_installwatch &&
- #prepare_install &&
- #make install
- default_build
-) > $C_FIFO 2>&1
diff --git a/gnustep/gnustep-startup/DEPENDS b/gnustep/gnustep-startup/DEPENDS
deleted file mode 100644
index e041837..0000000
--- a/gnustep/gnustep-startup/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gnustep-base
diff --git a/gnustep/gnustep-startup/DETAILS b/gnustep/gnustep-startup/DETAILS
deleted file mode 100644
index 850095e..0000000
--- a/gnustep/gnustep-startup/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- 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
diff --git a/zdeprecated/gnustep/GWorkspace/BUILD b/zdeprecated/gnustep/GWorkspace/BUILD
new file mode 100644
index 0000000..bebd8ae
--- /dev/null
+++ b/zdeprecated/gnustep/GWorkspace/BUILD
@@ -0,0 +1,14 @@
+(
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ ./configure &&
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
+ prepare_install &&
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install &&
+
+ cd Apps_wrappers &&
+ cp -a * $GNUSTEP_SYSTEM_ROOT/Applications
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/GWorkspace/DEPENDS b/zdeprecated/gnustep/GWorkspace/DEPENDS
new file mode 100644
index 0000000..70563f5
--- /dev/null
+++ b/zdeprecated/gnustep/GWorkspace/DEPENDS
@@ -0,0 +1 @@
+depends gnustep-back
diff --git a/zdeprecated/gnustep/GWorkspace/DETAILS b/zdeprecated/gnustep/GWorkspace/DETAILS
new file mode 100644
index 0000000..a23f546
--- /dev/null
+++ b/zdeprecated/gnustep/GWorkspace/DETAILS
@@ -0,0 +1,24 @@
+ MODULE=GWorkspace
+ VERSION=0.8.5
+ SOURCE=gworkspace-$VERSION.tar.gz
+ SOURCE_URL=http://www.gnustep.it/enrico/gworkspace/
+ SOURCE_VFY=sha1:be26797188a2a804f9b1359546b9de1617981222
+ WEB_SITE=http://www.gnustep.it/enrico/gworkspace/
+ ENTERED=20040509
+ UPDATED=20090704
+ SHORT="official GNUstep workspace manager."
+
+cat << EOF
+GWorkspace is the official GNUstep workspace manager. It is a clone
+of NeXT's workspace manager and already ready for daily usage.
+
+GWorkspace is probably one of the most useful and usable workspace
+managers available on any platform, owing to its well-designed
+interface and the natural, consistent design that it inherits from
+the GNUstep framework.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/Gorm/BUILD b/zdeprecated/gnustep/Gorm/BUILD
new file mode 100644
index 0000000..be0576d
--- /dev/null
+++ b/zdeprecated/gnustep/Gorm/BUILD
@@ -0,0 +1,10 @@
+(
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
+ prepare_install &&
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/Gorm/DEPENDS b/zdeprecated/gnustep/Gorm/DEPENDS
new file mode 100644
index 0000000..46d82c2
--- /dev/null
+++ b/zdeprecated/gnustep/Gorm/DEPENDS
@@ -0,0 +1,3 @@
+depends gnustep-back
+
+
diff --git a/zdeprecated/gnustep/Gorm/DETAILS b/zdeprecated/gnustep/Gorm/DETAILS
new file mode 100644
index 0000000..612d05f
--- /dev/null
+++ b/zdeprecated/gnustep/Gorm/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=Gorm
+ VERSION=1.2.10
+ SOURCE=gorm-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/gorm-$VERSION
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
+ SOURCE_VFY=sha1:a41c9d087546c7688e1fbba1c11d1a64fcc7f785
+ WEB_SITE=http://www.gnustep.org/experience/Gorm.html
+ ENTERED=20040509
+ UPDATED=20090704
+ SHORT="GNUsteps easy-to-use interface designer."
+
+cat << EOF
+Gorm allows developers to quickly create and edit graphical application
+interfaces using a whole lot of GUI elements: windows, menus, buttons,
+labels, sliders, tables, textfields, browsers, images, altert panels
+and more. Custom palettes can be dynamically loaded to add additional
+elements or functionality.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/ImageViewer/BUILD b/zdeprecated/gnustep/ImageViewer/BUILD
new file mode 100644
index 0000000..3d39bb0
--- /dev/null
+++ b/zdeprecated/gnustep/ImageViewer/BUILD
@@ -0,0 +1,9 @@
+(
+ # before load GNUSTEP variables
+ . $GNUSTEP_SYSTEM_ROOT/Makefiles/GNUstep.sh &&
+ devoke_installwatch &&
+ make &&
+ invoke_installwatch &&
+ prepare_install &&
+ make install
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/ImageViewer/DEPENDS b/zdeprecated/gnustep/ImageViewer/DEPENDS
new file mode 100644
index 0000000..46d82c2
--- /dev/null
+++ b/zdeprecated/gnustep/ImageViewer/DEPENDS
@@ -0,0 +1,3 @@
+depends gnustep-back
+
+
diff --git a/zdeprecated/gnustep/ImageViewer/DETAILS b/zdeprecated/gnustep/ImageViewer/DETAILS
new file mode 100644
index 0000000..16a1c53
--- /dev/null
+++ b/zdeprecated/gnustep/ImageViewer/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=ImageViewer
+ VERSION=0.6.3
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
+ SOURCE_VFY=sha1:5ff0376dfdfcbcfe8c7daa23b019ab27a6e0cfe5
+ SOURCE_URL[0]=http://www.nice.ch/~phip/
+ WEB_SITE=http://www.nice.ch/~phip/softcorner.html#img
+ ENTERED=20040518
+ UPDATED=20050525
+ SHORT="The GNUstep ImageViewer"
+cat << EOF
+The GNUstep ImageViewer.
+EOF
diff --git a/zdeprecated/gnustep/ProjectCenter/BUILD b/zdeprecated/gnustep/ProjectCenter/BUILD
new file mode 100644
index 0000000..1c1c434
--- /dev/null
+++ b/zdeprecated/gnustep/ProjectCenter/BUILD
@@ -0,0 +1,9 @@
+(
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM &&
+ prepare_install &&
+ make GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/ProjectCenter/DEPENDS b/zdeprecated/gnustep/ProjectCenter/DEPENDS
new file mode 100644
index 0000000..46d82c2
--- /dev/null
+++ b/zdeprecated/gnustep/ProjectCenter/DEPENDS
@@ -0,0 +1,3 @@
+depends gnustep-back
+
+
diff --git a/zdeprecated/gnustep/ProjectCenter/DETAILS b/zdeprecated/gnustep/ProjectCenter/DETAILS
new file mode 100644
index 0000000..1cfa9cc
--- /dev/null
+++ b/zdeprecated/gnustep/ProjectCenter/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=ProjectCenter
+ VERSION=0.5.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/dev-apps/
+ SOURCE_VFY=sha1:e09ec84d034f982ad5e7079017a65d0f1dd4c5ca
+ WEB_SITE=http://www.gnustep.org
+ ENTERED=20040521
+ UPDATED=20090704
+ SHORT="GNUstep's integrated developement environment (IDE)."
+
+cat << EOF
+ProjectCenter is meant to be the counter part to NeXT's Project
+Builder. Thus, it helps you to start new projects and lets you
+manage your project files using a intuitive and well ordered
+graphical user interface.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/gnustep-back/BUILD b/zdeprecated/gnustep/gnustep-back/BUILD
new file mode 100644
index 0000000..8f6f071
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-back/BUILD
@@ -0,0 +1,12 @@
+(
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ ./configure --enable-server=x11 \
+ --enable-graphics=cairo --with-name=cairo \
+ $OPTS &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/gnustep-back/DEPENDS b/zdeprecated/gnustep/gnustep-back/DEPENDS
new file mode 100644
index 0000000..0e3a611
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-back/DEPENDS
@@ -0,0 +1,3 @@
+depends gnustep-gui
+depends cairo
+
diff --git a/zdeprecated/gnustep/gnustep-back/DETAILS b/zdeprecated/gnustep/gnustep-back/DETAILS
new file mode 100644
index 0000000..a240bde
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-back/DETAILS
@@ -0,0 +1,27 @@
+ MODULE=gnustep-back
+ VERSION=0.16.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:e3bb755117b12c7eef65fd781650b7f5dbe02147
+ WEB_SITE=http://www.gnustep.org
+ ENTERED=20040509
+ UPDATED=20090704
+ 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
+first part is the front-end component which is independent of platform
+and display system. This front-end is combined with a back-end
+component which handles all of the display system dependent such as
+specific calls to the X Window System. This design allows the GNUstep
+applications to have the "look and feel" of the underlying display
+system without any changes to the application, and the library can be
+easily ported to other display systems.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/gnustep-base/BUILD b/zdeprecated/gnustep/gnustep-base/BUILD
new file mode 100644
index 0000000..b342178
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-base/BUILD
@@ -0,0 +1,14 @@
+(
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ ./configure --disable-libffi &&
+ make &&
+ prepare_install &&
+ make install &&
+
+ 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
diff --git a/zdeprecated/gnustep/gnustep-base/DEPENDS b/zdeprecated/gnustep/gnustep-base/DEPENDS
new file mode 100644
index 0000000..7741d38
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-base/DEPENDS
@@ -0,0 +1,7 @@
+depends tiff &&
+depends ffcall &&
+depends gnustep-make &&
+
+optional_depends "WindowMaker" "" "" "WindowMaker is an X11 window manager" &&
+optional_depends "libxml2" "" "" "for xml support" &&
+optional_depends "openssl" "" "" "for more security"
diff --git a/zdeprecated/gnustep/gnustep-base/DETAILS b/zdeprecated/gnustep/gnustep-base/DETAILS
new file mode 100644
index 0000000..d012f2d
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-base/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=gnustep-base
+ VERSION=1.18.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:30c13e673ad550c988f03adb9c545a8de1a17d19
+ WEB_SITE=http://www.gnustep.org
+ ENTERED=20021225
+ UPDATED=20090704
+ 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
+for strings, object collections, byte streams, typed coders,
+invocations, notifications, notification dispatchers, moments in time,
+network ports, remote object messaging support (distributed objects),
+and event loops.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/gnustep-base/POST_INSTALL b/zdeprecated/gnustep/gnustep-base/POST_INSTALL
new file mode 100644
index 0000000..32d09d8
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-base/POST_INSTALL
@@ -0,0 +1 @@
+ldconfig
diff --git a/zdeprecated/gnustep/gnustep-gui/BUILD b/zdeprecated/gnustep/gnustep-gui/BUILD
new file mode 100644
index 0000000..ecf7855
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-gui/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc &&
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ default_build
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/gnustep-gui/DEPENDS b/zdeprecated/gnustep/gnustep-gui/DEPENDS
new file mode 100644
index 0000000..e041837
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-gui/DEPENDS
@@ -0,0 +1 @@
+depends gnustep-base
diff --git a/zdeprecated/gnustep/gnustep-gui/DETAILS b/zdeprecated/gnustep/gnustep-gui/DETAILS
new file mode 100644
index 0000000..3bc8a2b
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-gui/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=gnustep-gui
+ VERSION=0.16.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:cc0a14f700a3736b8e4113d3ad80ed6f979d60be
+ WEB_SITE=http://www.gnustep.org
+ ENTERED=20021225
+ UPDATED=20090704
+ PSAFE="no"
+ SHORT="library of graphical user interface classes in Objective-C"
+
+cat << EOF
+It is a library of graphical user interface classes written
+completely in the Objective-C language; the classes are based upon the
+OpenStep specification as release by NeXT Software, Inc. The library
+has been enhanced in a number of ways to take advantage of the GNU
+system. These classes include graphical objects such as buttons, text
+fields, popup lists, browser lists, and windows; there are also many
+associated classes for handling events, colors, fonts, pasteboards and
+images.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customize the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/gnustep-make/BUILD b/zdeprecated/gnustep/gnustep-make/BUILD
new file mode 100644
index 0000000..4d229a0
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-make/BUILD
@@ -0,0 +1,7 @@
+(
+./configure --prefix=/opt/lunar/gnustep/1/ \
+ --enable-native-objc-exceptions \
+ --with-layout=gnustep \
+ $OPTS &&
+default_make
+) 2>&1 > $C_FIFO
diff --git a/zdeprecated/gnustep/gnustep-make/DETAILS b/zdeprecated/gnustep/gnustep-make/DETAILS
new file mode 100644
index 0000000..8d8ea56
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-make/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=gnustep-make
+ VERSION=2.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=ftp://ftp.gnustep.org/pub/gnustep/core/
+ SOURCE_VFY=sha1:35654bab0a6576084e486e062e7e42603026509d
+ WEB_SITE=http://www.gnustep.org
+ ENTERED=20021225
+ UPDATED=20090704
+ 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,
+installation, and packaging. It also allows the user to easily create
+cross-compiled binaries.
+
+Note: you will need to have built gcc with the Objective-C option
+to be able to build GNUstep modules. These modules have been built
+according to http://gnustep.made-it.com/BuildGuide/ but are untested.
+You will also need to customise the GNUstep environment before use.
+EOF
diff --git a/zdeprecated/gnustep/gnustep-make/profile.d/gnustep.rc b/zdeprecated/gnustep/gnustep-make/profile.d/gnustep.rc
new file mode 100644
index 0000000..dea86c8
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-make/profile.d/gnustep.rc
@@ -0,0 +1,4 @@
+export GNUSTEP_SYSTEM_ROOT=/opt/lunar/gnustep/1/
+# before load GNUSTEP variables
+. $GNUSTEP_SYSTEM_ROOT/System/Library/Makefiles/GNUstep.sh
+export PATH=$GNUSTEP_SYSTEM_ROOT/Tools:$PATH
diff --git a/zdeprecated/gnustep/gnustep-startup/BUILD b/zdeprecated/gnustep/gnustep-startup/BUILD
new file mode 100644
index 0000000..5589043
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-startup/BUILD
@@ -0,0 +1,14 @@
+(
+
+ # before load GNUSTEP variables
+ . /etc/profile.d/gnustep.rc
+ . $GNUSTEP_SYSTEM_ROOT/Library/Makefiles/GNUstep.sh &&
+
+ #devoke_installwatch &&
+ #default_config &&
+ #make &&
+ #invoke_installwatch &&
+ #prepare_install &&
+ #make install
+ default_build
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/gnustep/gnustep-startup/DEPENDS b/zdeprecated/gnustep/gnustep-startup/DEPENDS
new file mode 100644
index 0000000..e041837
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-startup/DEPENDS
@@ -0,0 +1 @@
+depends gnustep-base
diff --git a/zdeprecated/gnustep/gnustep-startup/DETAILS b/zdeprecated/gnustep/gnustep-startup/DETAILS
new file mode 100644
index 0000000..850095e
--- /dev/null
+++ b/zdeprecated/gnustep/gnustep-startup/DETAILS
@@ -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