head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.6 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.4 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.2 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.3.0.50 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.48 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.46 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.44 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.42 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.40 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.38 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.36 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.34 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.32 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.30 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.28 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.26 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.24 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.22 pkgsrc-2008Q1:1.3.0.20 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.18 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.16 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.14 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.12 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.10 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.8 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.6 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.3.0.4 pkgsrc-2006Q1-base:1.3 pkgsrc-2005Q4:1.3.0.2 pkgsrc-2005Q4-base:1.3 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.4 date 2011.10.02.14.11.58; author wiz; state dead; branches; next 1.3; 1.3 date 2005.10.26.18.26.52; author mrauch; state Exp; branches; next 1.2; 1.2 date 2005.10.10.20.08.49; author mrauch; state Exp; branches; next 1.1; 1.1 date 2005.10.09.13.39.53; author mrauch; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2005.10.09.13.39.53; author mrauch; state Exp; branches; next ; desc @@ 1.4 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @#!/bin/sh # # $NetBSD: soffice,v 1.3 2005/10/26 18:26:52 mrauch Exp $ # SOINST=@@@@PREFIX@@@@/openoffice.org@@@@OO_VER@@@@ # make sure we can find `whoami` on solaris PATH=${PATH}:/usr/ucb # add the chosen java directory to $PATH to allow OOo to # automatically find it PATH=${PATH}:@@@@JAVA_HOME@@@@ # default data seg size is too small for java ulimit -d `ulimit -H -d` exec ${SOINST}/program/soffice "$@@" @ 1.3 log @Missed one file when committing the change to enable optional java support. This patch was part of the patch set from Geert Hendrickx. @ text @d3 1 a3 1 # $NetBSD: soffice,v 1.2 2005/10/10 20:08:49 mrauch Exp $ @ 1.2 log @Adding the pkgsrc library path is useful only for a native version. This can lead to native libraries being found instead of the required emulation ones which in turn prevents startup of the program. Noted by Geert Hendrickx in private mail. @ text @d3 1 a3 1 # $NetBSD: soffice,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $ d10 1 a10 1 # add an existing java directory to $PATH to allow OOo to d12 2 a13 8 # if [ -d "@@@@PREFIX@@@@/java" ]; then for i in @@@@PREFIX@@@@/java/*; do if [ -f "$i/bin/java" ]; then export PATH=$PATH:$i/bin fi done fi @ 1.1 log @Initial revision @ text @d3 1 a3 1 # $NetBSD: soffice,v 1.3 2005/10/03 15:53:34 mrauch Exp $ a22 5 # Let the standard pkgsrc libraries be found by dlopen() LD_LIBRARY_PATH=$LD_LIBRARY_PATH:@@@@PREFIX@@@@/lib export LD_LIBRARY_PATH @ 1.1.1.1 log @OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute. New features in version 2 include: * Open Standards XML File Format (OASIS OpenDocument) * New CustomShapes (compatible with Microsoft AutoShapes) * Enhanced PDF Export * New enhanced Database Frontend * Mail Merge Wizard * Support for Nested Tables * Digital Signatures Support * XForms Support * WordPerfect Filters A complete list is available at http://marketing.openoffice.org/2.0/featureguide.html. This package was submitted by Geert Hendrickx to tech-pkg, based on an earlier version posted there by myself. @ text @@