Commit graph

56 commits

Author SHA1 Message Date
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
markd
ac1035a727 When built against kde3.2 mimelnk files are not installed (as they are in
kdelibs) so drop from PLIST.
2004-02-09 10:13:07 +00:00
wiz
bc69e75612 Re-add buildlink2.mk for pkgsrc-wip/koffice-i18n-de. 2004-02-06 23:01:41 +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
reed
d634d20e57 Added five patches so koffice would build with newer gcc 3.3.1.
The first four patches come directly from KDE's cvs for
KOFFICE_1_2_BRANCH.  The patch-ae comes from a KDE bug report.  I
did not bump the revision, because no features changed -- this just
makes it build on some platforms that couldn't build before.  It
is said that these fixes use a non-standard C++ header and maybe
may not work with some compilers.
2003-10-09 18:38:34 +00:00
grant
b1f4f5a9d0 compiler.mk is included automatically, nuke it from here. 2003-09-17 19:47:51 +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
xtraeme
0a95f1ba3b Use compiler.mk instead of deprecated gcc.buildlink2.mk. 2003-09-17 17:44:59 +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
9dd7dcc6aa update for revision bumps 2003-08-05 13:46:00 +00:00
drochner
b5278dc8cf bump revision after qt3/kde prefix change 2003-08-05 13:38:01 +00:00
drochner
4ea10b2582 some more X11BASE->LOCALBASE changes 2003-08-04 21:47:59 +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
markd
4dd69113a3 Add some missing entries, clean up. 2003-03-11 13:50:09 +00:00
drochner
a1a69784ca update for 1.2.1 (remove 1 line) 2003-01-14 11:08:38 +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
uebayasi
dc1117f8e4 Prototype buildlink2.mk's created automagically by createbuildlink(8). 2003-01-09 11:21:40 +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
drochner
df75b5067e from the koffice site:
21th October 2002 - Fix available for KSpread's crash
A fix is available for kspread's crashes when working with long text
which overlaps several cells or when working with merged cells.
2002-10-26 14:31:12 +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
agc
cb0e38446b Apply patches from Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18115 to
generalise the linker flags used to export symbols by setting them on
a per-OS basis.

> many packages force -Wl,-export-dynamic which is not portable outside GNU ld
> and cause problems e.g. on Solaris.  some of these packages use if
> conditionals either only for NetBSD or except SunOS, but the state is not
> coherent and it may complicate later when support for new OS is added to
> pkgsrc (e.g. ongoing work on HP-UX support).
>
> jlam proposed the following framework in discussion on tech-pkg:
>
>   http://mail-index.netbsd.org/tech-pkg/2002/06/21/0009.html
>
> now, ${EXPORT_SYMBOLS_LDFLAGS} is used instead of directly defining
> -Wl,-export-dynamic which is set in appropriate defs.*.mk to reasonable
> values.  packages should be converted to this framework by:
>
> 1) replacing LDFLAGS+= -Wl,-export-dynamic and LIBS+= -export-dynamic with:
>
>    LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
>
> 2) for use in patchfiles, add this variable to MAKE_ENV if needed:
>
>    MAKE_ENV+= EXPORT_SYMBOLS_LDFLAGS=${EXPORT_SYMBOLS_LDFLAGS}
>
> 3) replace occurances of -Wl,-export-dynamic and -export-dynamic in patch
>    files with:
>
>    $(EXPORT_SYMBOLS_LDFLAGS)
2002-09-04 14:47:32 +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
tron
7d25eb0109 Remove bogus lines obviously originating from some kind of diff output. 2001-12-23 21:04:34 +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
d382f07f23 Use the standard auto_ptr implementation in the new toolchain case. This
case was previously skipped over.  This should fix pkg/14595 by Mark Davies
<mark@mcs.vuw.ac.nz>.
2001-11-15 23:38:54 +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
zuntum
c72c1cf5f9 Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +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
agc
88670a4a89 Move to sha1 digests, and add distfile sizes. 2001-04-20 13:52:07 +00:00
agc
9e8d6c8b8d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:33:31 +00:00