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.46 pkgsrc-2011Q2-base:1.3 pkgsrc-2011Q1:1.3.0.44 pkgsrc-2011Q1-base:1.3 pkgsrc-2010Q4:1.3.0.42 pkgsrc-2010Q4-base:1.3 pkgsrc-2010Q3:1.3.0.40 pkgsrc-2010Q3-base:1.3 pkgsrc-2010Q2:1.3.0.38 pkgsrc-2010Q2-base:1.3 pkgsrc-2010Q1:1.3.0.36 pkgsrc-2010Q1-base:1.3 pkgsrc-2009Q4:1.3.0.34 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.32 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.30 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.28 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.26 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.24 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.22 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.20 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.18 pkgsrc-2008Q1:1.3.0.16 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.14 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.12 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.10 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.8 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.3.0.6 pkgsrc-2006Q4-base:1.3 pkgsrc-2006Q3:1.3.0.4 pkgsrc-2006Q3-base:1.3 pkgsrc-2006Q2:1.3.0.2 pkgsrc-2006Q2-base:1.3 pkgsrc-2006Q1:1.2.0.2 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.1.1.1.0.2 pkgsrc-2005Q4-base:1.1.1.1 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 2006.06.15.20.40.16; author jlam; state Exp; branches; next 1.2; 1.2 date 2006.01.04.15.29.41; author ghen; 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 @# $NetBSD: INSTALL,v 1.3 2006/06/15 20:40:16 jlam Exp $ # # This file contains the contents of the OOo rpm pre-install, post-install # scripts. PRODUCTINSTALLLOCATION=${PKG_PREFIX}/openoffice.org@@VER@@ case ${STAGE} in POST-INSTALL) if [ ! -f $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ] then if [ -f $PRODUCTINSTALLLOCATION/program/filter/libfreetype.so.6 ] then ${LN} -s $PRODUCTINSTALLLOCATION/program/filter/libfreetype.so.6 $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1 fi fi ;; esac @ 1.3 log @Split out deinstall portions of INSTALL scripts into DEINSTALL scripts. This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE. @ text @d1 1 a1 1 # $NetBSD: INSTALL,v 1.2 2006/01/04 15:29:41 ghen Exp $ @ 1.2 log @Update to OpenOffice 2.0.1, the first bugfix release on the 2.0 branch. This release fixes a lot of bugs, and also introduces some new featues. For a complete list of changes, see http://development.openoffice.org/releases/2.0.1.html Ok by mrauch, wiz. @ text @d1 4 a4 4 # $NetBSD: INSTALL,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $ # This file contains the contents of the OOo rpm # pre-install, post-install, pre-uninstall and post-uninstall scripts a8 4 PRE-INSTALL) # nothing to do ;; a17 8 DEINSTALL) if [ -h $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 ] then ${RM} $PRODUCTINSTALLLOCATION/program/libfreetype.so.6 >/dev/null 2>&1 fi ;; @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $NetBSD$ a20 15 if [ -d $PRODUCTINSTALLLOCATION/program/python-core-2.3.4 ] then ${LN} -s $PRODUCTINSTALLLOCATION/program/python-core-2.3.4 $PRODUCTINSTALLLOCATION/program/python-core >/dev/null 2>&1 fi if [ -f $PRODUCTINSTALLLOCATION/program/python.sh ] then ${LN} -s $PRODUCTINSTALLLOCATION/program/python.sh $PRODUCTINSTALLLOCATION/program/python >/dev/null 2>&1 fi if [ -f $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python ] then chmod +x $PRODUCTINSTALLLOCATION/program/python-core-2.3.4/bin/python fi a27 10 if [ -h $PRODUCTINSTALLLOCATION/program/python-core ] then ${RM} $PRODUCTINSTALLLOCATION/program/python-core >/dev/null 2>&1 fi if [ -h $PRODUCTINSTALLLOCATION/program/python ] then ${RM} $PRODUCTINSTALLLOCATION/program/python >/dev/null 2>&1 fi @ 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 @@