diff options
author | markd <markd> | 2004-09-21 13:02:32 +0000 |
---|---|---|
committer | markd <markd> | 2004-09-21 13:02:32 +0000 |
commit | 14e14b87c18e3b3f27db03d9f4714727bb9905ed (patch) | |
tree | 1d486cbf267935e1d2a3c378675688f7ff3a7fce /misc/koffice | |
parent | 7d8088456e154bb1b59ffabe6991bd4da4cf5fc7 (diff) | |
download | pkgsrc-14e14b87c18e3b3f27db03d9f4714727bb9905ed.tar.gz |
Update koffice to 1.3.3
Changes:
KOffice Libraries
KOfficeCore:
* Support MS-DOS EPS files directly without stripping them internally.
* Display errors when the part cannot be loaded - e.g. due to an undefined
symbol. This fixes the long-standing "program exits with error code 1
and no warning" problem.
KOfficeUI:
* Fixed initial active tab in the opening dialog, to also remember when
"Open Recent File" was used last.
KoText library features (shared between KWord and KPresenter):
* Fixed date format not available for some date variables
* Match words to auto-correct in a case-sensitive way to allow entries to
have upper case letters.
* Do not use a different size for bullets/numbers in front of paragraphs
starting with bold or italic.
* Fixed copy/pasting of lines containing tabs (not all lines would be pasted)
* Indic/Malayalam support, with thanks to Rajeev J Sebastian.
All Applications
* Fixed handling of remote KOffice files in Konqueror.
* Fixed race condition when using dcopstart.
KWord
* Fix all 3 style menus for any translation
* Fix loading of tabulators in old KWord documents
* Restart numbering starting a new list
KSpread
* Fix special paste from cell with formula
* Fix "Expense Report" template
* Fix untranslatable strings in function descriptions
Filters
KWord's OOWriter export filter:
* Fix generation of spaces
KPresenter's OOImpress import filter:
* Fix crash when we load presentation background page
* Import help line
* Import animation order
* Import setting
* Import transparency for object
KPresenter's OOImpress export filter:
* Export settings into settings.xml (Snap drawing line)
* Fix generate list of picture
* Export transparency attribute
* Fix header into content.xml
KSpread's OOCalc export filter:
* Fix save manifest.xml into META-INF/
* Implement save settings into settings.xml (active table, cursor position)
KSpread's GNUmeric export filter:
* Fix writting
* Generate UTF-8
* Fix export of sheets with more than 255 rows or columns
KSpread's MS Excel import filter:
* Fix generating numbers, especially if the decimal symbol is a comma
KSpread's CSV export filter:
* Fix export of sheets with more than 255 rows or columns
KSpread's HTML export filter:
* Fix export of sheets with more than 255 rows or columns
Diffstat (limited to 'misc/koffice')
-rw-r--r-- | misc/koffice/Makefile | 10 | ||||
-rw-r--r-- | misc/koffice/distinfo | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 30912adbdcd..8e8a5c03204 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.43 2004/07/09 12:09:39 markd Exp $ +# $NetBSD: Makefile,v 1.44 2004/09/21 13:02:32 markd Exp $ -DISTNAME= koffice-1.3.2 +DISTNAME= koffice-1.3.3 CATEGORIES= misc kde -MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.2/src/ \ - ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3.2/src/ \ - ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3.2/src/ +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.3/src/ \ + ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3.3/src/ \ + ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3.3/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org diff --git a/misc/koffice/distinfo b/misc/koffice/distinfo index af11f2f1110..8da11154444 100644 --- a/misc/koffice/distinfo +++ b/misc/koffice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2004/07/09 12:09:39 markd Exp $ +$NetBSD: distinfo,v 1.15 2004/09/21 13:02:32 markd Exp $ -SHA1 (koffice-1.3.2.tar.bz2) = f7a4fec6986c557ece913c2749fd8586a698453c -Size (koffice-1.3.2.tar.bz2) = 10736662 bytes +SHA1 (koffice-1.3.3.tar.bz2) = cd53511f85d418e759c7e5b823478f82aa40992f +Size (koffice-1.3.3.tar.bz2) = 10739168 bytes SHA1 (patch-aa) = 64f32eaaa0f6e29f6ec3c9b92ecf4599cd11f178 SHA1 (patch-ab) = 6f253484f6c09877cca6b1d1d7610725c895e13a |