2005-07-17 14:24:20 by Mark Davies | Files touched by this commit (4) | |
Log message:
Remove patch file that should have gone with the last update.
Fix build on NetBSD 1.6:
1.6's tar misnamed a file when unpacking (!?) so fix up if this
happens.
g++'s vector template doesn't have an at() method but what we actually
want is back() (which it does have) so use it.
|
2005-06-27 04:06:45 by Mark Davies | Files touched by this commit (14) |
Log message:
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.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-19 00:35:04 by Jeremy C. Reed | Files touched by this commit (3) |
Log message:
Remove Linux work-around for bug noted in PR #25402 from arts
and koffice build.
And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd.
It helps with builds on Linux for kdegraphics3, libkipi, gwenview,
kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux.
(It was not needed for kile, but will be used.)
Thank you, Torsten Harenberg for testing many packages such as
kdenetwork, kdegames, kdepim, kdemultimedia.
I still don't know what the correct fix is for PR #25402.
|
2005-05-18 23:27:29 by Mark Davies | Files touched by this commit (1) |
Log message:
Add missing @dirrm.
Pointed out by Jeremy C. Reed
|
2005-05-12 20:31:20 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
For Linux, use
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined
to workaround bug noted in PR #25402
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-24 12:02:59 by Alistair G. Crooks | Files touched by this commit (172) |
Log message:
Add RMD160 digests
|
2005-01-23 21:41:50 by Marc Recht | Files touched by this commit (77) |
Log message:
Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
|
2005-01-21 12:32:12 by Mark Davies | Files touched by this commit (3) |
Log message:
latest xpdf vulnerability as it occurs in kword pdf import filter.
http://www.kde.org/info/security/advisory-20050120-1.txt
Bump PKGREVISION.
|