Commit graph

164 commits

Author SHA1 Message Date
adam
66df9f2dc4 Fix for qt-3.3.5 2005-10-01 11:40:55 +00:00
kristerw
7721844e0c Fix a comment that made make report:
Unassociated shell command "# on NetBSD 1.6"
2005-07-25 21:08:29 +00:00
markd
9da2746005 Update to koffice 1.4.1
Changes (from 1.4.0a some already in 1.4.0b)
KOfficeCore:
* OASIS loading/saving fix for embedded objects
* Fix crash when pressing Quit in the initial startup dialog
* Fix the handling of Automatically select filename extension when
  directory was selected
KOffice UI:
* Fix typing a URL in startup dialog and clicking OK; the URL
  wasn't loaded
* Fix "Always start X with this template" behaving as if it was checked
  when it wasn't
KOffice Workspace:
* Has an icon, finally :)
KWord
* Fix crash when updating a TOC with a table inside it
* Fixes for OASIS OpenDocument support
KPresenter
* Fix painting shadows of all 2D shapes
* Fixed "copy-page has a little offset for embedded objects"
* OASIS OpenDocument fixes for polyline, polygon and regular-polygon
KSpread
* Fix crash related to obscured cells in rendering code
Krita
* Fix bugs
* Move the layers palette to the control box docker, so there's one
  docker less on screen
* Add shortcut keys for many more actions (Thanks to Alan)
* Various performance optimizations
* On selecting the crop tool when there is a selections present, crop
* Crop layer on double click
* Improved .psd loading
Kexi
* Fix compilation using gcc on some platforms
* Fix crash on startup when Kexi is started from K Menu
* Form widgets: shadow in label widgets is properly set for altered
  indenting, margins and alignment
2005-07-25 13:05:51 +00:00
markd
a9d3af9a49 Update koffice to 1.4.0b
1.4.0b Changes since 1.4.0a
* Crash when pressing Quit on startup
* KSpread crashes when rendering obscured cells
* KWord crash when updating TOC with table inside of it
* Revised OASIS saving in KSpread
* Revised OASIS support in KPresenter
* Many improvements and bugfixes in Krita and Kexi.
* Various other bugfixes.
2005-07-17 12:29:38 +00:00
markd
736d037fc4 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-07-17 12:24:20 +00:00
markd
adfa88446b 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-06-27 02:06:45 +00:00
jlam
585534220c 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-22 20:07:36 +00:00
reed
a9c1cbde21 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 22:35:04 +00:00
reed
e74d2cd48f For Linux, use
BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
to workaround bug noted in PR #25402
2005-05-12 18:31:20 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
recht
367eed19fe 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-23 20:41:45 +00:00
markd
c05a4ba719 latest xpdf vulnerability as it occurs in kword pdf import filter.
http://www.kde.org/info/security/advisory-20050120-1.txt
Bump PKGREVISION.
2005-01-21 11:32:12 +00:00
darcy
41355ee43a Package builds with latest version of Python. 2005-01-09 10:56:14 +00:00
markd
c3348ee423 Add patches to address the latest xpdf security issue in the PDF import
filter. Bump PKGREVISION.
2004-12-30 21:49:14 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
3bcb3ecb96 Bump PKGREVISION for aspell dependency update. 2004-12-24 04:32:54 +00:00
markd
75bcfd4508 Update to koffice 1.3.5
Changes:
KWord
* Fix image inserting
* Fixes when changing properties of multiple frames at once. Also allow
  changing "protect-size" for multiple frames.
KPresenter
* Ignore sticky objects when duplicating a page
KSpread
* Fix un-merging of cells
Filters
KWord's PDF Import Filter
* SECURITY: more robust fix for the integer overflow vulnerability
  [was already in pkgsrc pkg]
KPresenter's OpenOffice.org Impress Export Filter
* Export Group object
* Export Text Vertical Alignment
* Export Text Margins
* Fix "KPresenter export bad horizontal lines in Open Office"
* Fix export vertical line
2004-11-23 20:24:08 +00:00
markd
c914b143eb Improved integer overflow fix for KWord's PDF import filter. Official
koffice patch.  Bump PKGREVISION.
2004-11-02 23:32:18 +00:00
markd
7d4cf40780 Update to koffice 1.3.4
Changes:
KOffice Libraries
KOfficeUI
* Compile again with Qt 3.1
KPresenter
* Compile again with KDE 3.1
* Fix crash in history of group/ungroup commands
* Fix loading and saving of picture objects marked "sticky"
KSpread
* Make the Control-C key work again
* Make columns and rows that are not on the top-left side of a sheet
  sizable again.
* Fix painting of the gridlines, when a row or column is resized.
KChart
* Fix pressing Enter in the Data Editor
Filters
KWord's OpenOffice.org Writer Export Filter
* Fix auto-justification
KWord's RTF Import Filter
* Temporary fix to avoid empty font names
KWord's PDF Import Filter
* SECURITY: fix the integer overflow vulnerability
* Fix for compiling with --enable-final
KPresenter's OpenOffice.org Impress Export Filter
* In formulas, convert the decimal symbol used by the locale
KFormula's MathML Import Filter
* Make the import filter work again
KFormula's MathML Export Filter
* Fix the invisible multiply operator
2004-10-28 11:30:25 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
markd
5b90ecf9df 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
2004-09-21 13:02:32 +00:00
markd
6a6370b4be Update to koffice 1.3.2
KOffice Libraries

KOfficeCore:
* Give the backup file the same permissions as the original file
* Save window settings also when using File/Close

KOfficeUI:
* Improved unit widgets

KoText library features (shared between KWord and KPresenter):
* Changing a style in the style manager remembered a wrong "following style",
  so later changes in the style manager wouldn't propagate correctly
* Fixed wrong position of suffix in numbered right-to-left paragraphs
* Fixed formatting bug, where an inline formula or any other big character
  after the paragraph counter, would make the paragraph counter disappear
* Fixed wrong alignment when using numbered paragraphs and a tab as first
  character
* Added newParagraph DCOP call (see this short howto)

KWord
* Fixed wrong printing of frame borders due to excessive clipping
* Turning off the "Create backup file" option now works.

KPresenter
* Fixed crash in infinite loop presentation mode when first slide is not shown
* Fixed show the duration for the correct page if not all slides are shown
* Fixes for vertical alignment of text inside text objects.
* Fixed bug export web presentation into network
* Turning off the "Create backup file" option now works.

KSpread
* Fix condition cell attribute (multi condition)
* Fix (KSpread SEXDEC parse error)
* Fix enable/disable action into validation dialogbox
* Fix disable/enable "show table" menu item
* Fix crash when viewing a KSpread document in Konqueror

KChart
* Fix crash bug

Karbon
* Fixed bug "Unable to close or fill bezier curves"
* Fixed bug "new objects do not appear immediately in layers list"
* Fixed bug "changing zoom setting freezes application"

Filters

KWord's RTF import filter:
* Avoid crashing if more cells are defined than declared on a row
* Allow ampersands in font names

KPresenter's OOImpress import filter:
* Import rotate object
* Fix load end/start line
* Import hide/show slide
* Import randow page effect
* Import duration slide transition
* Import sticky objects
* Fix allow to load template file
* Fix import background style

KPresenter's OOImpress export filter:
* Export polygone/polyline object
* Export pie/chord/arc object
* Export rotate object
* Export object name
* Export picture object

KSpread's OOCalc import filter:
* Import support for protect document
* Fix import template document
* Import load print attribute
* Import validation attribute
* Import column width
* Import text indent
* Fix import note with multiline

KSpread's OOCalc export filter:
* Fix export header/footer
* Export print range
* Fix export don't print cell

Karbon's EPS filter:
* Fix parsing of boundingbox in the presence of "%ALDBoundingBox"
2004-07-09 12:09:39 +00:00
recht
df9f6259c7 bump PKGREVISIONs since libxslt needs libgcrypt now 2004-07-06 16:28:52 +00:00
markd
431505f33a Update koffice to 1.3.1
Changes:

KOfficeCore:
* Changed .desktop file setup so that changes to the K menu structure, to
  file-program associations, or other distribution customizations cannot
  prevent KOffice applications from starting.
* Fixed parsing of number+unit, due to change in Qt 3.3. Fixes problems
  when opening OOWriter documents in particular.
* Don't show the filter dialog when generating thumbnails
* Improved error handling to catch "partition full" problems.
KOfficeUI:
* Fix overwriting of templates
* Fix loading icons when creating templates
* Allow template icons up to 64x64 instead of 60x60 and scale better if
  too big

KoText library features (shared between KWord and KPresenter):
* Date variables for printing-date, last-modified, and creation-date were
  not loaded correctly.
* Background spellchecking works again
* Fixed crash during background spellchecking (refcounting of formats)
* Fixed race condition during background spellchecking (leading to
  misplaced red underlines)
* Repaint paragraph after bg spell checking, in all cases (errors or not),
  otherwise newly-added-to-the-dictionary words were still red-underlined
* Fixed hyphenation checkbox not correctly set in font dialog
* Fixed wrong hyphenation in many cases, due to wrong word sent to
  hyphenation engine
* Font dialog usability: turn radiobuttons superscript/subscript into
  checkboxes to make it possible to deactivate both.
* Usability in style dialog: when creating a new style, select it as the
  'next style' for itself
* Allow decimal values in "multiple" (proportional) linespacing.
* Fixed wrong left margin on multiline paragraphs with a counter.

KWord
* Fixed "add bookmark" for the case where there's no selection
* Keep bookmark valid after deleting its paragraph
* Usability improvements in "select bookmark" dialog
* Fixed drawing of borders for copied frames (e.g. header/footers)
* Fixed "text doesn't immediately run around copied frame on new page"
* Fixed crash when activating text view mode and there's no text frameset
* Allow to save custom shortcuts for 'insert variable' actions
* Fixed crash when undoing a paste action
* Fixed crash related to tables and deleting frames
* Fixed crash when pasting plain text over a selection
* Fixed wrong conversion of values in config dialog when switching units

KPresenter
* Fixed possible crash in presentation mode if not all slides are shown
* Fixed wrong clipping of fullscreen presentation
* Fixed show the duration for the correct page if not all slides are shown
* Fixed crash in infinite loop presentation mode when first slide is not
  shown
* Fixed speed of automatic presentation (it was reversed)
* Fixed wrong positioning of text when using "Vertical Alignment"
* Fixed redrawing of lines in drawing mode in case of a repaint event
* Save HTML Slideshow export settings does not add extension to filenames
* If a page is shown more than once during a presentation, add the time
  for the duration instead of showing only the last duration.

KSpread
* undo not working after deleting multiple cells
* fixed crash when opening a file over the network

Kivio
* Add missing code to make the 'Crop picture to edges' option in the page
  export dialog work.
* Fixed painting bug when moving stencils containing text.
* Add boundaries to the zoom to prevent lockups and crashes.
2004-05-04 11:47:30 +00:00
snj
8343bcd855 Convert to buildlink3. 2004-04-26 02:06:23 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
markd
31bd9d5abb Fix configure to find and use the python headers and libraries that belong
to the version of python that has been selected for use via pkgsrc.

Should fix PR pkg/24288
2004-02-10 21:06:33 +00:00
jmmv
bad3afef71 Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy). 2004-02-09 18:47:36 +00:00
jlam
3ac2d4b8aa In the new compiler selection framework, GCC_REQD is appended to, not
overridden.
2004-02-01 01:43:28 +00:00
markd
68028a5f60 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.
2004-01-28 08:43:11 +00:00
grant
57891cda0a replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 14:11:09 +00:00
jmmv
a58dd81611 Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
wiz
a6e105fbae Bump PKGREVISION for libogg (or, in 5 cases, libao) updates. 2003-12-08 14:41:38 +00:00
xtraeme
f794de2624 Bump PKGREVISION (libxml2, libxslt and imlib2 were updated). 2003-12-04 19:48:24 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
drochner
b5278dc8cf bump revision after qt3/kde prefix change 2003-08-05 13:38:01 +00:00
markd
84a36342b5 x11/kde3/ -> meta-pkgs/kde3/ 2003-07-30 15:36:49 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
markd
691dfb0428 Apply koffice bug fix from koffice.org.
From Marc Recht in PR 20871 cleaned up slightly by me to keep pkglint
happy.
Bump PKGREVISION.
2003-04-09 13:57:14 +00:00
drochner
122d99ac3b update to 1.2.1
KOffice 1.2.1 is a stability release, with the principal improvements over
KOffice 1.2, released last September, occurring in the spreadsheet program
(KSpread).
2003-01-10 11:15:55 +00:00
wiz
d8262452c1 Bump PKGREVISION because of dependency on latest freetype2 or glib2
package and library major bumps therein.
Also match dependency in corresponding buildlink2.mk's for the same reason.
Mmmm, binary packages.
2002-12-24 06:09:44 +00:00
darcy
c7ca349d3e Adding buildlink2 for libart2. Without this the kontour package does not
build when building koffice.  Worse, if someone has installed libart2 for
some other reason then koffice will fail to build from that point on.

Perhaps a proper fix would be to change the pkgsrc system to allow for lines
like these to be added only if necessary but that is a much bigger project.
2002-11-26 13:03:08 +00:00
jlam
93fb67d15e * You can't mix buildlink1 and buildlink2, so remove USE_BUILDLINK_ONLY.
* x11.buildlink2.mk is not meant to be included by package Makefiles.
* Note conflict with older koffice3 package.
2002-10-08 14:32:57 +00:00
martti
2376ac3424 Updated koffice to 1.2
* bug fixes
* better filters
* ...

See http://www.koffice.org/announcements/changelog-1.2.phtml for a
complete list of changes...
2002-10-08 14:15:53 +00:00
jlam
484758d85c buildlink1 -> buildlink2 2002-09-20 19:29:27 +00:00
jlam
d30c150a39 Don't put package specific stuff like USE_BUILDLINK_ONLY into the common
Makefile, and include x11.buildlink.mk and bsd.pkg.mk separately.  This
will allow converting either to buildlink2 independently of the other.
2002-09-20 11:44:15 +00:00
jschauma
4b83addc41 Split Makefile into Makefile and Makefile.common, so we can build
koffice3 using most of the defined variables.  (*This* koffice does
not build under KDE3!)

Point MAINTAINER -> me upon Hubert weaseling out ;-)
2002-06-20 19:13:50 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
2f351dca7b Update koffice to 1.1.1
Changes are:

Framework

	- Startup notification activated for all KOffice applications
	- Applications are ready for a future renaming of their native mimetype
	  name (more IANA compliant)
	- Fixed loading of embedded kontour documents
	- Refuse to load embedded documents with remote URL (e.g. http) for
	  security reasons
	- "Skip" button in Find/Replace dialog works as intended with the
	  Backwards option

KOffice Workspace

	- Fixed multiple confirmation requests when closing with an unsaved
	  document

KWord

	- Famous bug "all letters squashed together when printing" fixed
	- Undo/redo fixes for frame creation
	- Fixed printing from preview mode
	- Fixed slowness related to clipboard (e.g. when pasting text)
	- Fixed crash on Ctrl+K at end of paragraph
	- Fixed crash when hiding headers or footers (which contains a
	  variable)
	- Transform into normal frame when copying header or footer
	- Fixed charset conversion issue for "personal expressions"
	- Save all frames, even for the main frameset, so that borders etc.
	  are kept
	- Allow to insert GIF images
	- Fixed applying a format change (e.g. new font family) to a selection
	- Insert Frame Break at cursor position
	- Make the document readonly during a search/replace or a spellcheck
	- Fixed crash when undoing a format change, due to cursor positionned
	  too far right

KSpread

	- Search/replace is now useful (highlights the current matching cell)
	- Search/replace looks for cells in proper order (top-left to bottom-
	  right)
	- Corruption when saving dates fixed

KChart

	- KChart can load and save data again
	- New type of chart: Polar (use wizard to enable this)
	- Various fixes and UI improvements

The following features have been reactivated:

	- setting a background color
	- changing the grid color
	- hiding and showing the grid
	- hiding and showing the legend
	- modifying the title of the legend
	- modifying the x-axis labels
	- adding one or two header and/or a footer text with user defined fonts
	  and color settings

Filters

	- Translations were not used by many filters (for dialogs and error messages)
2001-12-21 21:19:28 +00:00
jlam
737e773a8e Update koffice to 1.1. Package update was provided in pkg/14425 by Mark
Davies <mark@mcs.vuw.ac.nz> with changes by me.  Pkgsrc-related changes
include:

* Strongly buildlinkifying.
* Using qt2-designer-kde for a uic that understands KDE2 widgets.
* Fixing sources to compile with egcs-1.1.2's much-less-than-compliant
  C++ compiler.

Given the rapid development between the 1.0 and 1.1 releases, plus the
scope of the applications in the suite, it's difficult to summarize the
changes.  The major change is that KIllustrator is now named Kontour
for trademark reasons.  Aside from that, basically everything is more
featureful and more stable, plus there are more import/export filters for
other application suites.
2001-11-13 21:23:43 +00:00
wiz
cac66281b5 Wildcard dependency on kdebase to >= 2.1. Addresses pkg/14056. 2001-09-24 20:03:47 +00:00
jlam
328a35f96f LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk if
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-06-12 20:33:00 +00:00
wiz
bb9e8df122 One MAINTAINER block should be enough. Shorten COMMENT. 2001-04-09 12:00:28 +00:00
tron
2ad2ae9c39 Fix thinko in last commit. 2001-04-07 04:32:40 +00:00
hubertf
04bf8fbc02 Actually, this is version 1.0.1 - it just happens to be part of KDE 2.0.1. 2001-04-06 10:24:01 +00:00
tron
4193aa450b Correct master site list and homepage URL. 2001-03-30 12:33:33 +00:00
hubertf
08c5093c62 Added koffice-2.0.1: KDE Office Suite with text processor, spreadsheet, ...
KOffice is an integrated office suite for KDE, the K Desktop Environment.
Includes:

 KWord - A frame-based wordprocessor comparable to FrameMaker
 KSpread - A powerful spreadsheet application
 KPresenter - A full-featured presentation program
 Kivio - A Visio-style flowcharting application
 KIllustrator - A vector drawing application
 Krayon - A pixel-based image manipulation program like GIMP or
	  Adobe Photoshop

Based on package from Nick Hudson <skrll@netbsd.org>.
2001-03-30 00:25:19 +00:00