pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/koffice Update koffice to version 1.3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/31b71e45176f
branches: trunk
changeset: 467264:31b71e45176f
user: markd <markd%pkgsrc.org@localhost>
date: Wed Jan 28 08:43:11 2004 +0000
description:
Update koffice to version 1.3.
based on koffice-devel package updated to latest version by me.
The principal improvements over KOffice 1.2 are:
KWord (Word Processor).
* support for automatic hyphenation;
* a new MS Word import filter;
* support for pictures, tables and footnotes in the RTF export filter
(which has been re-written);
* support for pictures and footnotes in the LaTeX export filter;
* a new MS Write export filter and a re-written MS Write import filter;
* support for bookmarks;
* text sorting;
* new character attributes, such as word-by-word underlining and relative
font sizes; and
* improved spell checking (selection only; ignore words; etc.).
KPresenter (Presentation Tool).
* support for automatic hyphenation;
* an improved slide transition dialog, featuring a preview of the slide
effect;
* drawing images with alpha channels;
* customizable printing of slide notes; and
* improved HTML export as well as usability enhancements to the HTML export
wizard.
KSpread (Spreadsheet).
* over 100 new formulas (date/time, math, statistical, financial and more);
* an OpenCalc import and export filter;
* a new LaTeX export filter;
* enhancements to the CSV import and export options;
* new date and time formats;
* a subtotal dialog and formula; and
* default cell styles.
Kugar / Kugar Designer (Business Reporting).
* redesigned to better integrate into the KOffice environment;
* enhanced handling of items in the designer (cut / copy / paste;
undo / redo; manual z-ordering; etc.);
* support for printing reports from the command line / scripts; and
* a DCOP interface.
diffstat:
misc/koffice/DESCR | 17 +-
misc/koffice/Makefile | 34 +-
misc/koffice/PLIST | 2895 +++++++++++++++++++++++++++++-----------
misc/koffice/buildlink2.mk | 183 --
misc/koffice/distinfo | 14 +-
misc/koffice/patches/patch-aa | 40 +-
misc/koffice/patches/patch-ab | 49 -
misc/koffice/patches/patch-ac | 22 -
misc/koffice/patches/patch-ad | 13 -
misc/koffice/patches/patch-ae | 70 -
10 files changed, 2137 insertions(+), 1200 deletions(-)
diffs (truncated from 3963 to 300 lines):
diff -r afb24407ec78 -r 31b71e45176f misc/koffice/DESCR
--- a/misc/koffice/DESCR Wed Jan 28 07:13:55 2004 +0000
+++ b/misc/koffice/DESCR Wed Jan 28 08:43:11 2004 +0000
@@ -1,10 +1,11 @@
KOffice is an integrated office suite for KDE, the K Desktop Environment.
- KChart - Embeddable charts
- KFormula - Formulas
- Kivio - Flowcharting application
- KPresenter - Presentation program
- KSpread - Spreadsheet application
- KThesaurus - English thesaurus
- Kugar - Business reporting tool
- KWord - Frame-based wordprocessor
+ KWord - a frame-based word processor capable of professional standard
+ documents
+ KSpread - a powerful spreadsheet application
+ KPresenter - a full-featured presentation program
+ Kivio - a Visio(R)-style flowcharting application
+ Karbon14 - a vector drawing application
+ Kugar - a tool for generating business quality reports
+ KChart - an integrated graph and chart drawing tool
+ KFormula - a powerful formula editor
diff -r afb24407ec78 -r 31b71e45176f misc/koffice/Makefile
--- a/misc/koffice/Makefile Wed Jan 28 07:13:55 2004 +0000
+++ b/misc/koffice/Makefile Wed Jan 28 08:43:11 2004 +0000
@@ -1,17 +1,12 @@
-# $NetBSD: Makefile,v 1.33 2004/01/24 14:11:10 grant Exp $
+# $NetBSD: Makefile,v 1.34 2004/01/28 08:43:11 markd Exp $
-DISTNAME= koffice-1.2.1
-PKGREVISION= 8
+DISTNAME= koffice-1.3
CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.2.1/src/ \
- ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.2.1/src/ \
- ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.2.1/src/
+MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3/src/ \
+ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3/src/ \
+ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3/src/
EXTRACT_SUFX= .tar.bz2
-PATCH_SITES= http://www.koffice.org/bugfixes/
-PATCHFILES= 1.2.1_kword_crashes.diff
-PATCH_DIST_ARGS?= -d ${WRKSRC}/kword -p0
-
MAINTAINER= tech-pkg%NetBSD.org@localhost
HOMEPAGE= http://www.koffice.org/
COMMENT= KDE Office Suite
@@ -28,7 +23,18 @@
PTHREAD_OPTS+= require
-REPLACE_PERL= kpresenter/kprconverter.pl
+PYTHON_VERSIONS_ACCEPTED= 23 23pth # needs shared library
+CONFIGURE_ENV+= PYTHONDIR="${LOCALBASE}"
+
+REPLACE_PERL+= lib/store/fix_storage.pl
+REPLACE_PERL+= admin/config.pl
+REPLACE_PERL+= admin/bcheck.pl
+REPLACE_PERL+= admin/conf.change.pl
+REPLACE_PERL+= admin/cvs-clean.pl
+REPLACE_PERL+= kword/templates/make_template.pl
+REPLACE_PERL+= tools/scripts/gdb_output_to_text.pl
+REPLACE_PERL+= tools/thesaurus/extract.pl
+REPLACE_PERL+= kpresenter/kprconverter.pl
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
@@ -39,9 +45,15 @@
@# their local directories.
${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/*
+.include "../../lang/python/pyversion.mk"
+.include "../../converters/wv2/buildlink2.mk"
+.include "../../textproc/aspell/buildlink2.mk"
.include "../../textproc/libxml2/buildlink2.mk"
.include "../../textproc/libxslt/buildlink2.mk"
+.include "../../graphics/ImageMagick/buildlink2.mk"
+.include "../../graphics/jasper/buildlink2.mk"
.include "../../graphics/libart2/buildlink2.mk"
+.include "../../graphics/tiff/buildlink2.mk"
.include "../../meta-pkgs/kde3/buildlink2.mk"
.include "../../x11/kdebase3/buildlink2.mk"
.include "../../mk/pthread.buildlink2.mk"
diff -r afb24407ec78 -r 31b71e45176f misc/koffice/PLIST
--- a/misc/koffice/PLIST Wed Jan 28 07:13:55 2004 +0000
+++ b/misc/koffice/PLIST Wed Jan 28 08:43:11 2004 +0000
@@ -1,10 +1,9 @@
-@comment $NetBSD: PLIST,v 1.7 2003/03/11 13:50:09 markd Exp $
+@comment $NetBSD: PLIST,v 1.8 2004/01/28 08:43:11 markd Exp $
bin/karbon
bin/kchart
bin/kformula
bin/kivio
bin/koconverter
-bin/kontour
bin/koscript
bin/koshell
bin/kprconverter.pl
@@ -14,22 +13,28 @@
bin/kudesigner
bin/kugar
bin/kword
+include/KDChartAxisParams.h
+include/KDChartCustomBox.h
include/KDChartData.h
+include/KDChartDataRegion.h
+include/KDChartEnums.h
+include/KDChartGlobal.h
include/KDChartListTable.h
+include/KDChartParams.h
+include/KDChartPropertySet.h
include/KDChartTable.h
include/KDChartTableBase.h
+include/KDChartTextPiece.h
include/KDChartVectorTable.h
+include/KDChartWidget.h
+include/KDFrame.h
+include/KDFrameProfileSection.h
include/KoApplicationIface.h
include/KoDocumentIface.h
include/KoMainWindowIface.h
include/KoViewIface.h
include/handler.h
include/kcoloractions.h
-include/kformulaconfigpage.h
-include/kformulacontainer.h
-include/kformuladefs.h
-include/kformuladocument.h
-include/kformulaview.h
include/koApplication.h
include/koCharSelectDia.h
include/koChart.h
@@ -42,7 +47,6 @@
include/koFilter.h
include/koFilterChain.h
include/koFilterManager.h
-include/koFind.h
include/koFrame.h
include/koGlobal.h
include/koInsertLink.h
@@ -58,9 +62,12 @@
include/koPoint.h
include/koQueryTrader.h
include/koRect.h
-include/koReplace.h
include/koRuler.h
+include/koSconfig.h
include/koSize.h
+include/koSpell.h
+include/koSpellConfig.h
+include/koSpelldlg.h
include/koStore.h
include/koStoreDevice.h
include/koTabChooser.h
@@ -68,12 +75,21 @@
include/koTemplateCreateDia.h
include/koToolBox.h
include/koUnit.h
+include/koUnitWidgets.h
include/koView.h
+include/koaspell.h
+include/kocommandhistory.h
+include/kocontexthelp.h
+include/koeditpath.h
+include/kofficeversion.h
+include/koispell.h
include/kotoolbutton.h
include/kreportviewer.h
include/kugar.h
include/kugarqt.h
+include/kword/mailmerge_interface.h
include/mcalcobject.h
+include/mdatabasereportengine.h
include/mfieldobject.h
include/mlabelobject.h
include/mlineobject.h
@@ -86,6 +102,7 @@
include/mreportviewer.h
include/mspecialobject.h
include/mutil.h
+include/sqlcursor.h
include/tkaction.h
include/tkcoloractions.h
include/tkcombobox.h
@@ -99,9 +116,33 @@
lib/kde3/clipartthumbnail.a
lib/kde3/clipartthumbnail.la
lib/kde3/clipartthumbnail.so
+lib/kde3/karbon_flattenpathplugin.a
+lib/kde3/karbon_flattenpathplugin.la
+lib/kde3/karbon_flattenpathplugin.so
+lib/kde3/karbon_imagetoolplugin.a
+lib/kde3/karbon_imagetoolplugin.la
+lib/kde3/karbon_imagetoolplugin.so
+lib/kde3/karbon_insertknotsplugin.a
+lib/kde3/karbon_insertknotsplugin.la
+lib/kde3/karbon_insertknotsplugin.so
+lib/kde3/karbon_roundcornersplugin.a
+lib/kde3/karbon_roundcornersplugin.la
+lib/kde3/karbon_roundcornersplugin.so
+lib/kde3/karbon_shadoweffectplugin.a
+lib/kde3/karbon_shadoweffectplugin.la
+lib/kde3/karbon_shadoweffectplugin.so
+lib/kde3/karbon_whirlpinchplugin.a
+lib/kde3/karbon_whirlpinchplugin.la
+lib/kde3/karbon_whirlpinchplugin.so
+lib/kde3/karbon_zoomtoolplugin.a
+lib/kde3/karbon_zoomtoolplugin.la
+lib/kde3/karbon_zoomtoolplugin.so
lib/kde3/kfile_koffice.a
lib/kde3/kfile_koffice.la
lib/kde3/kfile_koffice.so
+lib/kde3/kfile_ooo.a
+lib/kde3/kfile_ooo.la
+lib/kde3/kfile_ooo.so
lib/kde3/kodocinfopropspage.a
lib/kde3/kodocinfopropspage.la
lib/kde3/kodocinfopropspage.so
@@ -132,9 +173,6 @@
lib/kde3/libamiproimport.a
lib/kde3/libamiproimport.la
lib/kde3/libamiproimport.so
-lib/kde3/libapplixgraphicimport.a
-lib/kde3/libapplixgraphicimport.la
-lib/kde3/libapplixgraphicimport.so
lib/kde3/libapplixspreadimport.a
lib/kde3/libapplixspreadimport.la
lib/kde3/libapplixspreadimport.so
@@ -159,6 +197,9 @@
lib/kde3/libdocbookexport.a
lib/kde3/libdocbookexport.la
lib/kde3/libdocbookexport.so
+lib/kde3/libgenerickofilter.a
+lib/kde3/libgenerickofilter.la
+lib/kde3/libgenerickofilter.so
lib/kde3/libgnumericexport.a
lib/kde3/libgnumericexport.la
lib/kde3/libgnumericexport.so
@@ -176,6 +217,9 @@
lib/kde3/libkarbonaiimport.so
lib/kde3/libkarbonaiimport.so.1
lib/kde3/libkarbonaiimport.so.1.0
+lib/kde3/libkarbonbase.a
+lib/kde3/libkarbonbase.la
+lib/kde3/libkarbonbase.so
lib/kde3/libkarbonepsexport.a
lib/kde3/libkarbonepsexport.la
lib/kde3/libkarbonepsexport.so
@@ -185,6 +229,9 @@
lib/kde3/libkarbonkontourimport.a
lib/kde3/libkarbonkontourimport.la
lib/kde3/libkarbonkontourimport.so
+lib/kde3/libkarbonmsodimport.a
+lib/kde3/libkarbonmsodimport.la
+lib/kde3/libkarbonmsodimport.so
lib/kde3/libkarbonpart.a
lib/kde3/libkarbonpart.la
lib/kde3/libkarbonpart.so
@@ -194,12 +241,24 @@
lib/kde3/libkarbonsvgexport.a
lib/kde3/libkarbonsvgexport.la
lib/kde3/libkarbonsvgexport.so
+lib/kde3/libkarbonsvgimport.a
+lib/kde3/libkarbonsvgimport.la
+lib/kde3/libkarbonsvgimport.so
+lib/kde3/libkarbonxcfexport.a
+lib/kde3/libkarbonxcfexport.la
+lib/kde3/libkarbonxcfexport.so
lib/kde3/libkchartpart.a
lib/kde3/libkchartpart.la
lib/kde3/libkchartpart.so
lib/kde3/libkfolatexexport.a
lib/kde3/libkfolatexexport.la
lib/kde3/libkfolatexexport.so
+lib/kde3/libkfomathmlexport.a
+lib/kde3/libkfomathmlexport.la
+lib/kde3/libkfomathmlexport.so
+lib/kde3/libkfomathmlimport.a
+lib/kde3/libkfomathmlimport.la
+lib/kde3/libkfomathmlimport.so
lib/kde3/libkfopngexport.a
lib/kde3/libkfopngexport.la
lib/kde3/libkfopngexport.so
@@ -209,12 +268,6 @@
lib/kde3/libkiviopart.a
lib/kde3/libkiviopart.la
lib/kde3/libkiviopart.so
-lib/kde3/libkontourpart.a
-lib/kde3/libkontourpart.la
-lib/kde3/libkontourpart.so
-lib/kde3/libkontourrtfexport.a
-lib/kde3/libkontourrtfexport.la
-lib/kde3/libkontourrtfexport.so
lib/kde3/libkounavailpart.a
lib/kde3/libkounavailpart.la
lib/kde3/libkounavailpart.so
@@ -233,36 +286,66 @@
lib/kde3/libkspreadhtmlexport.a
Home |
Main Index |
Thread Index |
Old Index