head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.6 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.4 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.2 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.2.0.30 pkgsrc-2011Q2-base:1.2 pkgsrc-2011Q1:1.2.0.28 pkgsrc-2011Q1-base:1.2 pkgsrc-2010Q4:1.2.0.26 pkgsrc-2010Q4-base:1.2 pkgsrc-2010Q3:1.2.0.24 pkgsrc-2010Q3-base:1.2 pkgsrc-2010Q2:1.2.0.22 pkgsrc-2010Q2-base:1.2 pkgsrc-2010Q1:1.2.0.20 pkgsrc-2010Q1-base:1.2 pkgsrc-2009Q4:1.2.0.18 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q3:1.2.0.16 pkgsrc-2009Q3-base:1.2 pkgsrc-2009Q2:1.2.0.14 pkgsrc-2009Q2-base:1.2 pkgsrc-2009Q1:1.2.0.12 pkgsrc-2009Q1-base:1.2 pkgsrc-2008Q4:1.2.0.10 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.8 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.6 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.4 pkgsrc-2008Q2-base:1.2 cwrapper:1.2.0.2 pkgsrc-2008Q1:1.1.0.6 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.4 pkgsrc-2007Q4-base:1.1 pkgsrc-2007Q3:1.1.0.2 pkgsrc-2007Q3-base:1.1; locks; strict; comment @# @; 1.3 date 2011.10.02.14.11.57; author wiz; state dead; branches; next 1.2; 1.2 date 2008.04.07.16.24.51; author hira; state Exp; branches; next 1.1; 1.1 date 2007.10.09.10.04.00; author hira; state Exp; branches 1.1.6.1; next ; 1.1.6.1 date 2008.04.26.04.29.13; author rtr; state Exp; branches; next ; desc @@ 1.3 log @Remove packages scheduled to be deleted according to the pkgsrc-2011Q2 release notes. @ text @$NetBSD: patch-cr,v 1.2 2008/04/07 16:24:51 hira Exp $ --- setup_native/scripts/linuxpatchscript.sh.orig 2008-04-07 17:55:52.000000000 +0900 +++ setup_native/scripts/linuxpatchscript.sh 2008-04-07 18:23:25.000000000 +0900 @@@@ -49,7 +49,7 @@@@ # Check, that $RPMLIST does not contain search toolbar rpm (then it is already installed) SEARCHTOOLBARINSTALLED=`grep searchtoolbar ${RPMLIST}` - if [ "x$SEARCHTOOLBARINSTALLED" == "x" ]; then + if [ "x$SEARCHTOOLBARINSTALLED" = "x" ]; then # Install the search toolbar rpm RPMLIST="$RPMLIST $SEARCHTOOLBARRPM" fi @@@@ -62,7 +62,7 @@@@ # Check, that $RPMLIST does not contain kde integration rpm (then it is already installed) KDERPMINSTALLED=`grep kde-integration ${RPMLIST}` - if [ "x$KDERPMINSTALLED" == "x" ]; then + if [ "x$KDERPMINSTALLED" = "x" ]; then # Install the kde integration rpm RPMLIST="$RPMLIST $KDERPM" fi @ 1.2 log @Update to 2.4.0. New features: General * Connect to WebDAV servers via HTTPS * Custom icons for toolbars are imported * Control password-storing with a master password * Warning if document is from a newer ODF * PDF documents: relative links, document references, PDF/A-1 (ISO 19005-1) supported, and cross-document link behavior options * Mac OS X: Quicktime support for movies and sound / use the built in spell checker * Print dialog improvements in usability * Edit boxes: warning at limit of characters * DejaVu font is now default instead of BitStream Vera Localisation * Entries for 10 languages added Base / DBA * Improved rendering of numeric(n) data from JDBC and Oracle * Easier choice of table name in "Copy table" * Editing of views in HSQLDB * Query designer for all properties which allow SQL command * Query designer in SQL view * Relation design accessible for MySQL databases * Setting to check for required fields on forms * Support for Access 2007 (.accdb files) Calc * Convert text to columns: with this feature CSV data inside cells can be transformed into columns directly * Columns and rows in spreadsheet can be moved with drag and drop * Enter key returns to the column where the input started, one row below * Formula input: "+" and "-" can also be used to start * Individual zoom level per sheet * AutoFilter: choices clearer grouped and based on result of filtering in other columns * DataPilot: Manual Sorting / Double-click in DataPilot cell provides calculation data of that cell * Performance improvement with functions VLOOKUP and MATCH * Print dialog for Calc easier to use * PageUp and PageDown keys work in print preview * Sheet names in cell-hyperlinks: renamed properly Chart * Regression curves: The equation of trend lines and the R^2 value now can be displayed * Reverse axes possible * Bars on different axes displayed next to each other * Data labels: Number format * Data point label: display both value and percentage * Data label: display each part in a separate line * Data labels: more flexible placement of labels * Labels on pie segments: avoiding overlapping * Data point label: can be removed with delete key Draw * Navigation (tab) order of page objects * PDF export: page names as bookmark * Reduce complexity: no longer necessary display options removed Impress * Navigation (tab) order of page objects * Thrilling 3D effects in slide transitions * Export slide names as PDF bookmarks * Easier to insert background picture Writer * Selecting rectangular region of text * Find and Replace: backward references in regular expressions * Spell checking: easier selecting of the language * Insert&Insert Object toolbar redesign - Writer * Printing of hidden text can be turned on * Printing text place holders can be turned off * Shortcuts added for paragraph style Heading 4, Heading 5 and Textbody * Ctrl-click behaviour for hyperlinks can be changed * Custom document properties: Text fields and UI support Extensions/ programmability / API * Extensible Help System for extensions * Extensions can have a separate display name * Extensions: support of web based update * Extensions: additional information about the publisher and release notes * Extensions: check for updates * Dialogs can have a wallpaper set * Transparent background for controls * Remote control presentations via API * API: get selected table(s) or query(s) in the main Base window Please see the following URL for more information. http://development.openoffice.org/releases/2.4.0.html @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix "test ==". Pointed out by tnn@@. @ text @d3 2 a4 2 --- setup_native/scripts/linuxpatchscript.sh.orig 2007-10-09 18:55:08.000000000 +0900 +++ setup_native/scripts/linuxpatchscript.sh 2007-10-09 18:55:25.000000000 +0900 d11 1 a11 1 # Install the online update rpm d14 9 @ 1.1.6.1 log @pullup ticket #2342 - requested by hira fixes security vulnerabilities Revisions pulled up: - pkgsrc/misc/openoffice2/Makefile 1.41 - pkgsrc/misc/openoffice2/distinfo 1.36,1.37,1.38 - pkgsrc/misc/openoffice2/options.mk 1.18 - pkgsrc/misc/openoffice2/patches/patch-aa r0 - pkgsrc/misc/openoffice2/patches/patch-ae r0 - pkgsrc/misc/openoffice2/patches/patch-aj r0 - pkgsrc/misc/openoffice2/patches/patch-ak 1.7,1.8 - pkgsrc/misc/openoffice2/patches/patch-ba 1.11,1.12 - pkgsrc/misc/openoffice2/patches/patch-bg 1.4 - pkgsrc/misc/openoffice2/patches/patch-bs 1.3 - pkgsrc/misc/openoffice2/patches/patch-cp 1.2 - pkgsrc/misc/openoffice2/patches/patch-cr 1.2 - pkgsrc/misc/openoffice2/patches/patch-ct 1.2 - pkgsrc/misc/openoffice2/patches/patch-cw 1.2 - pkgsrc/misc/openoffice2/patches/patch-cz r0 - pkgsrc/misc/openoffice2/patches/patch-db r0 - pkgsrc/misc/openoffice2/patches/patch-dc 1.1,1.2 - pkgsrc/misc/openoffice2/patches/patch-dd 1.1 Module Name: pkgsrc Committed By: hira Date: Mon Apr 7 16:24:51 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: Makefile distinfo options.mk pkgsrc/misc/openoffice2/patches: patch-ak patch-ba patch-bg patch-cp patch-cr patch-ct patch-cw Added Files: pkgsrc/misc/openoffice2/patches: patch-dc Removed Files: pkgsrc/misc/openoffice2/patches: patch-aa patch-ae patch-aj patch-cz patch-db Log Message: Update to 2.4.0. ---------------------------------------------------------------------- Module Name: pkgsrc Committed By: hira Date: Sun Apr 13 20:32:43 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: distinfo pkgsrc/misc/openoffice2/patches: patch-ak patch-bs Log Message: Fix build with firefox. Problem reported by abs@@. ---------------------------------------------------------------------- Module Name: pkgsrc Committed By: joerg Date: Thu Apr 17 08:43:31 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: distinfo pkgsrc/misc/openoffice2/patches: patch-dc Added Files: pkgsrc/misc/openoffice2/patches: patch-dd Log Message: Repeat after me: Never use sys/errno.h, just use errno.h. Fix build on AMD64. ---------------------------------------------------------------------- Module Name: pkgsrc Committed By: hira Date: Wed Apr 9 09:03:59 UTC 2008 Modified Files: pkgsrc/misc/openoffice2: distinfo pkgsrc/misc/openoffice2/patches: patch-ba Log Message: Fix `test =='. Pointed out by wiz@@. ---------------------------------------------------------------------- @ text @d1 1 a1 1 $NetBSD: patch-cr,v 1.1 2007/10/09 10:04:00 hira Exp $ d3 2 a4 2 --- setup_native/scripts/linuxpatchscript.sh.orig 2008-04-07 17:55:52.000000000 +0900 +++ setup_native/scripts/linuxpatchscript.sh 2008-04-07 18:23:25.000000000 +0900 d11 1 a11 1 # Install the search toolbar rpm a13 9 @@@@ -62,7 +62,7 @@@@ # Check, that $RPMLIST does not contain kde integration rpm (then it is already installed) KDERPMINSTALLED=`grep kde-integration ${RPMLIST}` - if [ "x$KDERPMINSTALLED" == "x" ]; then + if [ "x$KDERPMINSTALLED" = "x" ]; then # Install the kde integration rpm RPMLIST="$RPMLIST $KDERPM" fi @