New commits:
commit 51d8ae0af26c3a47536fad184d99d6bff7a7553c
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>
bin-editors: Added all spells from z-editors section to binary
that don't have license problems.
diff --git a/ChangeLog b/ChangeLog
index d6162c7..97e9a66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2008-10-15 George Sherwood <gsherwood AT sourcemage.org>
+ * bin-editors/openoffice2-bin-lang-es
+ * bin-editors/openoffice2-bin-lang-fr
+ * bin-editors/openoffice2-bin-lang-nl
+ * bin-editors/openoffice2-bin-lang-pl
+ * bin-editors/openoffice2-bin-lang-ru
+ * bin-editors/openoffice2-bin-lang-sv
+ * bin-editors/openoffice2-bin
+ * bin-editors/openoffice3-bin
+ * bin-editors/openoffice-bin
+
2008-10-15 Arwed von Merkatz <v.merkatz AT gmx.net>
* created grimoire
diff --git a/bin-editors/openoffice-bin/BUILD
b/bin-editors/openoffice-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-editors/openoffice-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-editors/openoffice-bin/CONFIGURE
b/bin-editors/openoffice-bin/CONFIGURE
new file mode 100755
index 0000000..49b9e31
--- /dev/null
+++ b/bin-editors/openoffice-bin/CONFIGURE
@@ -0,0 +1,3 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
diff --git a/bin-editors/openoffice-bin/CONFLICTS
b/bin-editors/openoffice-bin/CONFLICTS
new file mode 100755
index 0000000..a16fbdb
--- /dev/null
+++ b/bin-editors/openoffice-bin/CONFLICTS
@@ -0,0 +1,3 @@
+conflicts openoffice &&
+conflicts openoffice2-bin &&
+conflicts openoffice3-bin
diff --git a/bin-editors/openoffice-bin/DETAILS
b/bin-editors/openoffice-bin/DETAILS
new file mode 100755
index 0000000..fa78068
--- /dev/null
+++ b/bin-editors/openoffice-bin/DETAILS
@@ -0,0 +1,36 @@
+ SPELL=openoffice-bin
+ VERSION=1.1.5
+ SOURCE=OOo_${VERSION}_LinuxIntel_install.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/OOo_${VERSION}_LinuxIntel_install
+
SOURCE_URL[0]=http://borft.student.utwente.nl/openoffice/stable/$VERSION/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.ussg.iu.edu/pub/openoffice/stable/$VERSION/$SOURCE
+ SOURCE_HASH=sha1:2939217880d0ea63e760c89bfc456d27106c91ba
+ WEB_SITE=http://www.openoffice.org
+ ENTERED=20020713
+ UPDATED=20050417
+ LICENSE[0]=LGPL
+ ARCHIVE="off"
+ REJECT="This spell is non-source"
+ SHORT="The binary version of OpenOffice"
+cat << EOF
+OpenOffice.org is the open source project through which Sun Microsystems has
+released the technology for the popular StarOffice[tm] Productivity Suite.
+All of the StarOffice code is available under the GNU Lesser General Public
+License (LGPL) as well as the Sun Industry Standards Source License (SISSL).
+
+Sun is participating as a member of the OpenOffice.org community.
+OpenOffice.org is being hosted by CollabNet.
+
+The suite includes:
+scalc - A spreadsheet application
+sdraw - A vector drawing program
+simpress - A presentation program
+smath - An equation editor
+sweb - A WYSIWIG web page editor
+swriter - A word processor
+
+Note:
+After installing, attempting to run any of the applications will run a
+graphical installation for a single user. Each user must do this, so
+select "net install" to minimise disk usage.
+EOF
diff --git a/bin-editors/openoffice-bin/HISTORY
b/bin-editors/openoffice-bin/HISTORY
new file mode 100644
index 0000000..d5c79ac
--- /dev/null
+++ b/bin-editors/openoffice-bin/HISTORY
@@ -0,0 +1,113 @@
+2008-09-09 Julien "_kaze_" ROZO <julien AT rozo.org>
+ * CONFLICTS: removed OpenOffice, added openoffice3-bin
+
+2008-04-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Removed dependency on mktemp (now provided by coreutils)
+
+2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * INSTALL: use TRACK_ROOT when linking #9163
+
+2006-05-07 George Sherwood <george AT beernabeer.com>
+ * INSTALL: Added code to creates links.
+ * POST_INSTALL: Removed. Bug #10589.
+
+2005-09-14 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Updated to 1.1.5. Removed SOURCE2.
+ * PRE_BUILD: removed. Security patch not needed
+ * POST_INSTALL: removed security patch
+
+2005-06-26 George Sherwood <george AT beernabeer.com>
+ * CONFLICTS: added conflicts openoffice2-bin
+ * volatiles: added file to pass cleanse (Bug #8992)
+
+2005-04-17 Thomas Houssin <Thomas.Houssin AT sourcemage.org>
+ * PRE_BUILD, DETAILS, POST_INSTALL: security update
+
+2005-04-07 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFLICTS: OpenOffice-bin no longer exists
+
+2005-03-30 Andrew Stitt <astitt AT sourcemage.org>
+ * CONFIGURE: remove relative paths to grimoire libraries
+
+2005-01-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.4
+ SOURCE_DIRECTORY now uses VERSION
+ Shortened SHORT
+ Removed TABs
+ * DEPENDS,CONFLICTS,INSTALL: Formatted to Guru Handbook
+ * POST_INSTALL: Use VERSION instead of hard-coded
+
+2004-10-06 Eric Schabell <eschabell AT sourcemage.org>
+ * DETAILS: updated v1.1.3.
+
+2004-09-22 Eric Schabell <eschabell AT sourcemage.org>
+ * PREPARE, POST_REMOVE: removed, everything is now tracked.
+ * DETAILS: updated to v1.1.3rc, changed spell name to openoffice-bin.
+ * INSTALL: updated to track install.
+ * POST_INSTALL: added to track symlink creation.
+ * CONFLICTS: updated to remove older OpenOffice-bin installs
+ as now has a new lower-cased spell name.
+
+2004-08-11 Eric Schabell <eschabell AT sourcemage.org>
+ * PREPARE: cleaned up and beautified.
+
+2004-08-10 Eric Sandall <sandalle AT sourcemage.org>
+ * PRE_BUILD, PREPARE: Move query to PREPARE to be asked during depends
+ resolution. Remove PRE_BUILD code. Remove TABs.
+
+2004-08-05 Eric Schabell <eschabell AT sourcemage.org>
+ * BUILD: modified for api2.
+ * INSTALL: added for api2.
+ * CONFIGURE: modified to use grimoire rejected message.
+
+2004-06-24 Jose Bernardo Silva <jbernardo AT sourcemage.org>
+ * DETAILS: Updated to 1.1.2, removed two non-working urls
+ * BUILD: removed LD_PRELOAD hacks, no longer needed.
+
+2004-05-21 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFIGURE, PRE_BUILD: Move rejected query to CONFIGURE (Bug #3594)
+ * HISTORY: Formatted to Guru Handbook
+
+2004-04-29 Eric Schabell <eschabell AT sourcemage.org>
+ * DETAILS: updated version.
+ * HISTORY: cleaned up.
+ * DEPENDS: added for mktemp depends.
+ * BUILD: cleaned up sedit's.
+ * POST_REMOVE: updated to 1.1.1 version removal.
+
+2003-09-16 Eric Sandall <sandalle AT sourcemage.org>
+ * CONFLICTS: Added conflicts for openoffice
+
+2003-06-20 Derek Moyes <sorcerer AT flamesnyper.com>
+ * DETAILS: Updated the spell to 1.0.3.1 and re-submitted to grimoire.
+
+2002-11-27 Geoffrey Derber <ashaman AT sourcemage.org>
+ * DETAILS: Fixed a problem caused by URLs changing.
+
+2002-10-25 Geoffrey Derber <ashaman AT sourcemage.org>
+ * PRE_BUILD: Fixed an issue with the warning message
+
+2002-07-21 Eric Schabell <eric AT schabell.com>
+ * HISTORY: Updated
+ * PRE_INSTALL: New warning messages
+ * DETAILS: Download size warning
+
+2002-07-13 Chris Brien <christopher_brien AT hotmail.com>
+ * After spending weeks attempting to build OpenOffice, I
+ decided to just go get the binary. This spell is heading
+ straight to z-rejected.
+
+2002-05-01 Eric Sandall <sandalle AT yahoo.com>
+ * Applied patches (except for gcc3 related) located at
+ http://www.linux-debian.de/openoffice/, thanks to Yoav
+ Avitzour <avitzour AT princeton.edu> for pointing me here.
+
+2002-03-06 Eric Sandall <sandalle AT yahoo.com>
+ * DETAILS: Modified (finally figured this out ;) to have
+ gpc as SOURCE2, rather than creating a whole other spell
+ for 2 header files that just need to be copied for OpenOffice.
+ Found that if I have an "_" in my SOURCE (and probably any others),
+ I must use the escape sequence "\" before it for it to read
+ (e.g. SOURCE=oo_$VERSION_src.tar.bz2 ->
+ SOURCE=oo\_$VERSION\_src.tar.bz2)
+
diff --git a/bin-editors/openoffice-bin/INSTALL
b/bin-editors/openoffice-bin/INSTALL
new file mode 100755
index 0000000..c924961
--- /dev/null
+++ b/bin-editors/openoffice-bin/INSTALL
@@ -0,0 +1,10 @@
+cd $SOURCE_DIRECTORY &&
+sedit 's:usr\/local:usr\/lib:g' install &&
+./install &&
+
+# create bin links for executables.
+for LINK in "scalc" "sdraw" "simpress" "smath" "soffice" "spadmin" "sweb"
"swriter"; do
+ message "${MESSAGE_COLOR}Creating link for $LINK ${DEFAUL_COLOR}" &&
+ rm -f /usr/bin/$LINK &&
+ ln -s $TRACK_ROOT/usr/lib/OpenOffice.org${VERSION}/program/$LINK
/usr/bin/$LINK
+done
diff --git a/bin-editors/openoffice-bin/volatiles
b/bin-editors/openoffice-bin/volatiles
new file mode 100755
index 0000000..ee5eeaa
--- /dev/null
+++ b/bin-editors/openoffice-bin/volatiles
@@ -0,0 +1,7 @@
+^/usr/lib/OpenOffice\.org1\.1\.4/program/libofficebean\.so$
+^/usr/lib/OpenOffice\.org1\.1\.4/program/python-core-2\.2\.2/lib/lib-dynload/_tkinter\.so$