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.4.0a
details: https://anonhg.NetBSD.org/pkgsrc/rev/1270c1d4a954
branches: trunk
changeset: 496373:1270c1d4a954
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jun 27 02:06:45 2005 +0000
description:
Update koffice to version 1.4.0a
The principal improvements over KOffice 1.3 are:
* Krita: Krita is an image editor and paint application with a wide
range of applications, from photo editing to the creation of original
artwork. Sporting a clear and uncluttered interface (for a paint
app...) it makes the features it delivers accessible and intuitive to
use.
This is the first public release of Krita and while it provides a
coherent set of features, it is only the first stepping stone towards
a flexible paint application for artists and image editors.
* Kexi. KOffice 1.4 is the first official release to include Kexi. Kexi
is an integrated environment for creating and managing databases. It
can be used for creating database schemas; inserting data; performing
queries, and processing data. Forms can be created to provide a custom
interface to your data. All database objects - tables, queries and
forms - are stored in the database, making it easy to share databases.
Kexi is considered as a long awaited Open Source competitor for
MS Access, Filemaker and Oracle Forms. Its development is motivated by
the lack of Rapid Application Development (RAD) tools for database
systems that are sufficiently powerful, inexpensive, open standards
driven and portable across many OSes and hardware platforms.
* OASIS OpenDocument support: Most KOffice applications now support the
OASIS OpenDocument file format. KOffice developer David Faure is part
of the OASIS technical committee and was able to participate in the
discussions that led to the creation of this standard file format.
* KWord (Word Processor):
o rewritten spell-checking support which is much faster and solves
many problems (e.g. KOffice-1.3's right-click-menu sometimes
hanging); with aspell, spell-checking is available in more than
70 languages.
o word completion with tooltip;
o a new WordPerfect import filter, based on an external library, libwpd;
* KPresenter (Presentation Tool):
o a master page concept;
o reworked dialogs (property editor, object and page effects); and
o customizable slide order and selection for slide show.
* KSpread (Spreadsheet):
o Support for right-to-left spreadsheets;
o much improved value parsing and formatting;
o a calendar plug-in;
o additional options for cell validity, 5 new functions, and
o a new Microsoft Excel import filter.
* KChart (Graph and chart drawing tool):
o New, much improved, data editor;
o linear or logarithmic scale;
o printing support;
o support for data as rows or columns; and
o export to PNG and SVG formats.
* Kivio (Flow-charting application):
o New stencils: Nassi Schneiderman;
o a docker for adding stencils to the document;
o a tool for adding connector targets to stencils; and
o a poly-line connector.
diffstat:
misc/koffice/Makefile | 22 +-
misc/koffice/PLIST | 1382 ++++++++++++++++++++++++++++++++++------
misc/koffice/distinfo | 19 +-
misc/koffice/options.mk | 27 +
misc/koffice/patches/patch-ac | 15 -
misc/koffice/patches/patch-ad | 28 -
misc/koffice/patches/patch-ae | 17 -
misc/koffice/patches/patch-af | 13 +
misc/koffice/patches/patch-ag | 13 +
misc/koffice/patches/patch-ah | 13 +
misc/koffice/patches/patch-ai | 13 +
misc/koffice/patches/patch-aj | 13 +
misc/koffice/patches/patch-ak | 13 +
misc/koffice/patches/patch-al | 26 +
14 files changed, 1318 insertions(+), 296 deletions(-)
diffs (truncated from 2535 to 300 lines):
diff -r 72089ebe9f0c -r 1270c1d4a954 misc/koffice/Makefile
--- a/misc/koffice/Makefile Mon Jun 27 01:57:26 2005 +0000
+++ b/misc/koffice/Makefile Mon Jun 27 02:06:45 2005 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.58 2005/05/22 20:08:17 jlam Exp $
+# $NetBSD: Makefile,v 1.59 2005/06/27 02:06:45 markd Exp $
-DISTNAME= koffice-1.3.5
-PKGREVISION= 4
+DISTNAME= koffice-1.4.0a
CATEGORIES= misc kde
-MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.3.5/src/ \
- ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.3.5/src/ \
- ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.3.5/src/
+MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/koffice-1.4/src/ \
+ ftp://ftp.us.kde.org/pub/kde/stable/koffice-1.4/src/ \
+ ftp://ftp.de.kde.org/pub/kde/stable/koffice-1.4/src/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg%NetBSD.org@localhost
@@ -14,7 +13,7 @@
CONFLICTS+= koffice3-[0-9]*
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake perl
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -39,6 +38,8 @@
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
+.include "options.mk"
+
post-install:
@# The global desktop template files need to be user-writeable, or
@# else users won't be able to alter them after copying them to
@@ -46,6 +47,9 @@
${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/*
.include "../../lang/python/pyversion.mk"
+.include "../../meta-pkgs/kde3/kde3.mk"
+
+.include "../../converters/libwpd/buildlink3.mk"
.include "../../converters/wv2/buildlink3.mk"
.include "../../textproc/aspell/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
@@ -54,8 +58,8 @@
.include "../../graphics/jasper/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
-.include "../../meta-pkgs/kde3/kde3.mk"
.include "../../x11/kdebase3/buildlink3.mk"
+.include "../../x11/kdelibs3/buildlink3.mk"
+
.include "../../mk/pthread.buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"
diff -r 72089ebe9f0c -r 1270c1d4a954 misc/koffice/PLIST
--- a/misc/koffice/PLIST Mon Jun 27 01:57:26 2005 +0000
+++ b/misc/koffice/PLIST Mon Jun 27 02:06:45 2005 +0000
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.14 2005/05/18 21:27:29 markd Exp $
+@comment $NetBSD: PLIST,v 1.15 2005/06/27 02:06:45 markd Exp $
bin/karbon
bin/kchart
+bin/kexi
+bin/keximigratetest
+bin/kformdesigner
bin/kformula
bin/kivio
bin/koconverter
@@ -8,7 +11,11 @@
bin/koshell
bin/kprconverter.pl
bin/kpresenter
+bin/krita
bin/kspread
+bin/ksqlite
+bin/ksqlite2
+bin/ksqlite2to3
bin/kthesaurus
bin/kudesigner
bin/kugar
@@ -35,6 +42,28 @@
include/KoViewIface.h
include/handler.h
include/kcoloractions.h
+include/kexidb/connection.h
+include/kexidb/connectiondata.h
+include/kexidb/cursor.h
+include/kexidb/driver.h
+include/kexidb/drivermanager.h
+include/kexidb/error.h
+include/kexidb/expression.h
+include/kexidb/field.h
+include/kexidb/fieldlist.h
+include/kexidb/global.h
+include/kexidb/indexschema.h
+include/kexidb/kexidb_export.h
+include/kexidb/keximigrate.h
+include/kexidb/migratemanager.h
+include/kexidb/object.h
+include/kexidb/parser.h
+include/kexidb/queryschema.h
+include/kexidb/relationship.h
+include/kexidb/schemadata.h
+include/kexidb/tableschema.h
+include/kexidb/transaction.h
+include/kexidb/tristate.h
include/koApplication.h
include/koCharSelectDia.h
include/koChart.h
@@ -48,10 +77,14 @@
include/koFilterChain.h
include/koFilterManager.h
include/koFrame.h
+include/koGenStyles.h
include/koGlobal.h
include/koInsertLink.h
include/koKoolBar.h
include/koMainWindow.h
+include/koOasisSettings.h
+include/koOasisStyles.h
+include/koPageLayout.h
include/koPageLayoutDia.h
include/koPartSelectAction.h
include/koPartSelectDia.h
@@ -63,13 +96,10 @@
include/koQueryTrader.h
include/koRect.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/koStyleStack.h
include/koTabChooser.h
include/koTemplateChooseDia.h
include/koTemplateCreateDia.h
@@ -77,13 +107,24 @@
include/koUnit.h
include/koUnitWidgets.h
include/koView.h
-include/koaspell.h
include/kocommandhistory.h
include/kocontexthelp.h
+include/kodom.h
include/koeditpath.h
+include/koffice_export.h
include/kofficeversion.h
-include/koispell.h
+include/kolinestyleaction.h
+include/kolinewidthaction.h
+include/koselectaction.h
+include/kotabbar.h
include/kotoolbutton.h
+include/kotooldockbase.h
+include/kotooldockmanager.h
+include/kotooldockmovemanager.h
+include/koversiondialog.h
+include/koxmlns.h
+include/koxmlwriter.h
+include/kozoomaction.h
include/kreportviewer.h
include/kugar.h
include/kugarqt.h
@@ -107,9 +148,9 @@
include/tkcoloractions.h
include/tkcombobox.h
include/tktoolbarbutton.h
-lib/karbon.la
-lib/kchart.la
lib/kde3/clipartthumbnail.la
+lib/kde3/containers.la
+lib/kde3/karbon.la
lib/kde3/karbon_flattenpathplugin.la
lib/kde3/karbon_imagetoolplugin.la
lib/kde3/karbon_insertknotsplugin.la
@@ -117,14 +158,66 @@
lib/kde3/karbon_shadoweffectplugin.la
lib/kde3/karbon_whirlpinchplugin.la
lib/kde3/karbon_zoomtoolplugin.la
+lib/kde3/kchart.la
+lib/kde3/kexi.la
+${HAVE_MYSQL}lib/kde3/kexidb_mysqldriver.la
+${HAVE_PGSQL}lib/kde3/kexidb_pqxxsqldriver.la
+lib/kde3/kexidb_sqlite2driver.la
+lib/kde3/kexidb_sqlite3driver.la
+lib/kde3/kexidbwidgets.la
+lib/kde3/kexihandler_form.la
+lib/kde3/kexihandler_migration.la
+lib/kde3/kexihandler_query.la
+lib/kde3/kexihandler_relation.la
+lib/kde3/kexihandler_script.la
+lib/kde3/kexihandler_table.la
+${HAVE_MYSQL}lib/kde3/keximigrate_mysql.la
+${HAVE_PGSQL}lib/kde3/keximigrate_pqxx.la
lib/kde3/kfile_koffice.la
lib/kde3/kfile_ooo.la
+lib/kde3/kformula.la
+lib/kde3/kivio.la
lib/kde3/kodocinfopropspage.la
lib/kde3/kofficescan.la
lib/kde3/kofficethumbnail.la
+lib/kde3/koshell.la
+lib/kde3/kpresenter.la
+lib/kde3/krita.la
+lib/kde3/kritacimg.la
+lib/kde3/kritacolorrange.la
+lib/kde3/kritacolorsfilters.la
+lib/kde3/kritacolorspaceconversion.la
+lib/kde3/kritaconvolutionfilters.la
+lib/kde3/kritadefaultpaintops.la
+lib/kde3/kritadefaulttools.la
+lib/kde3/kritaembossfilter.la
+lib/kde3/kritaexample.la
+lib/kde3/kritagrayplugin.la
+lib/kde3/kritahistogram.la
+lib/kde3/kritaimagesize.la
+lib/kde3/kritaoilpaintfilter.la
+lib/kde3/kritaraindropsfilter.la
+lib/kde3/kritargbplugin.la
+lib/kde3/kritarotateimage.la
+lib/kde3/kritascreenshot.la
+lib/kde3/kritaselectiontools.la
+lib/kde3/kritashearimage.la
+lib/kde3/kritatoolcrop.la
+lib/kde3/kritatoolfilter.la
+lib/kde3/kritatoolpolygon.la
+lib/kde3/kritatoolpolyline.la
+lib/kde3/kritatoolstar.la
+lib/kde3/kritatooltransform.la
+lib/kde3/kspread.la
+lib/kde3/kthesaurus.la
+lib/kde3/kudesigner.la
+lib/kde3/kugar.la
lib/kde3/kwmailmerge_classic.la
+lib/kde3/kwmailmerge_kabc.la
+lib/kde3/kwmailmerge_kspread.la
lib/kde3/kwmailmerge_qtsqldb.la
lib/kde3/kwmailmerge_qtsqldb_power.la
+lib/kde3/kword.la
lib/kde3/libabiwordexport.la
lib/kde3/libabiwordimport.la
lib/kde3/libamiproexport.la
@@ -137,13 +230,13 @@
lib/kde3/libcsvimport.la
lib/kde3/libdbaseimport.la
lib/kde3/libdocbookexport.la
+lib/kde3/libexcelimport.la
lib/kde3/libgenerickofilter.la
lib/kde3/libgnumericexport.la
lib/kde3/libgnumericimport.la
lib/kde3/libhtmlexport.la
lib/kde3/libhtmlimport.la
lib/kde3/libkarbonaiimport.la
-lib/kde3/libkarbonbase.la
lib/kde3/libkarbonepsexport.la
lib/kde3/libkarbonepsimport.la
lib/kde3/libkarbonkontourimport.la
@@ -154,23 +247,29 @@
lib/kde3/libkarbonsvgimport.la
lib/kde3/libkarbonxcfexport.la
lib/kde3/libkchartpart.la
+lib/kde3/libkchartpngexport.la
+lib/kde3/libkchartsvgexport.la
lib/kde3/libkfolatexexport.la
lib/kde3/libkfomathmlexport.la
lib/kde3/libkfomathmlimport.la
lib/kde3/libkfopngexport.la
+lib/kde3/libkformdesigner_part.la
lib/kde3/libkformulapart.la
lib/kde3/libkiviopart.la
lib/kde3/libkounavailpart.la
lib/kde3/libkpresenterpart.la
lib/kde3/libkprkword.la
-lib/kde3/libkspelltool.la
-lib/kde3/libkspreadcalc.la
+lib/kde3/libkritamagickexport.la
+lib/kde3/libkritamagickimport.la
+lib/kde3/libkritapart.la
lib/kde3/libkspreadhtmlexport.la
+lib/kde3/libkspreadinsertcalendar.la
lib/kde3/libkspreadlatexexport.la
lib/kde3/libkspreadpart.la
lib/kde3/libkudesignerpart.la
lib/kde3/libkugarnopimport.la
lib/kde3/libkugarpart.la
+lib/kde3/libkwordkword1dot3import.la
lib/kde3/libkwordlatexexport.la
lib/kde3/libkwordpart.la
lib/kde3/libmswordimport.la
@@ -198,19 +297,44 @@
lib/kde3/libwpimport.la
lib/kde3/libxsltexport.la
Home |
Main Index |
Thread Index |
Old Index