summaryrefslogtreecommitdiff
path: root/misc/koffice/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-01-10update to 1.2.1drochner1-6/+5
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).
2002-12-24Bump PKGREVISION because of dependency on latest freetype2 or glib2wiz1-1/+2
package and library major bumps therein. Also match dependency in corresponding buildlink2.mk's for the same reason. Mmmm, binary packages.
2002-11-26Adding buildlink2 for libart2. Without this the kontour package does notdarcy1-1/+2
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-10-08* You can't mix buildlink1 and buildlink2, so remove USE_BUILDLINK_ONLY.jlam1-3/+4
* x11.buildlink2.mk is not meant to be included by package Makefiles. * Note conflict with older koffice3 package.
2002-10-08Updated koffice to 1.2martti1-21/+41
* bug fixes * better filters * ... See http://www.koffice.org/announcements/changelog-1.2.phtml for a complete list of changes...
2002-09-20buildlink1 -> buildlink2jlam1-8/+9
2002-09-20Don't put package specific stuff like USE_BUILDLINK_ONLY into the commonjlam1-1/+5
Makefile, and include x11.buildlink.mk and bsd.pkg.mk separately. This will allow converting either to buildlink2 independently of the other.
2002-06-20Split Makefile into Makefile and Makefile.common, so we can buildjschauma1-35/+4
koffice3 using most of the defined variables. (*This* koffice does not build under KDE3!) Point MAINTAINER -> me upon Hubert weaseling out ;-)
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-2/+3
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".]
2001-12-21Update koffice to 1.1.1skrll1-5/+5
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-11-13Update koffice to 1.1. Package update was provided in pkg/14425 by Markjlam1-11/+37
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-09-24Wildcard dependency on kdebase to >= 2.1. Addresses pkg/14056.wiz1-2/+2
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+2
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-04-09One MAINTAINER block should be enough. Shorten COMMENT.wiz1-5/+2
2001-04-07Fix thinko in last commit.tron1-2/+3
2001-04-06Actually, this is version 1.0.1 - it just happens to be part of KDE 2.0.1.hubertf1-2/+2
2001-03-30Correct master site list and homepage URL.tron1-5/+10
2001-03-30Added koffice-2.0.1: KDE Office Suite with text processor, spreadsheet, ...hubertf1-0/+18
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>.