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.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-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.11.11.03.35.36; author hira; state Exp; branches 1.1.4.1; next ; 1.1.4.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-cw,v 1.2 2008/04/07 16:24:51 hira Exp $ --- i18npool/source/collator/makefile.mk.orig 2007-11-07 00:50:57.000000000 +0900 +++ i18npool/source/collator/makefile.mk 2008-04-07 18:28:18.000000000 +0900 @@@@ -46,7 +46,24 @@@@ # --- Files -------------------------------------------------------- -tempvar:=$(shell @@cd data && ls *.txt) +tempvar= \ + dz_charset.txt \ + hu_charset.txt \ + ja_charset.txt \ + ja_phonetic_alphanumeric_first.txt \ + ja_phonetic_alphanumeric_last.txt \ + ko_charset.txt \ + ku_alphanumeric.txt \ + ln_charset.txt \ + ne_charset.txt \ + zh_TW_charset.txt \ + zh_TW_radical.txt \ + zh_TW_stroke.txt \ + zh_charset.txt \ + zh_pinyin.txt \ + zh_radical.txt \ + zh_stroke.txt \ + zh_zhuyin.txt LOCAL_RULE_LANGS:=$(uniq $(foreach,i,$(tempvar) $(i:s/-/_/:s/_/ /:1))) rules_dependencies:=$(foreach,i,$(tempvar) data$/$i) @ 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 @ - Use hardcoded file list instead of output of ls(1). The output is broken on some environment (sorry, I don't know why). Reported and tested by wiz@@. - Use external expat and jpeg. Requested by wiz@@. - Add `ooo-external-libwpd' option. It's disabled by default bacause the converters/libwpd depends on some GNOME libraries. Bump PKGREVISION. @ text @d3 3 a5 3 --- i18npool/source/collator/makefile.mk.orig 2007-01-26 00:25:50.000000000 +0900 +++ i18npool/source/collator/makefile.mk 2007-11-09 02:40:37.000000000 +0900 @@@@ -46,7 +46,26 @@@@ d9 1 a9 1 -tempvar:=$(shell cd data && ls *.txt) a15 1 + km_charset.txt \ a19 1 + vi_charset.txt \ @ 1.1.4.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-cw,v 1.1 2007/11/11 03:35:36 hira Exp $ d3 3 a5 3 --- i18npool/source/collator/makefile.mk.orig 2007-11-07 00:50:57.000000000 +0900 +++ i18npool/source/collator/makefile.mk 2008-04-07 18:28:18.000000000 +0900 @@@@ -46,7 +46,24 @@@@ d9 1 a9 1 -tempvar:=$(shell @@cd data && ls *.txt) d16 1 d21 1 @