summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2001-08-11 18:46:34 +0000
committerrh <rh@pkgsrc.org>2001-08-11 18:46:34 +0000
commit56067be400e4cffc030656ba7a1f0a98fe33e19e (patch)
tree55c6678cd5017353a22dfdf672274ff50a0501a7 /math/gnumeric/Makefile
parent345222d76306c2783ec81cc81c3cc653fe88e315 (diff)
downloadpkgsrc-56067be400e4cffc030656ba7a1f0a98fe33e19e.tar.gz
Update gnumeric to 0.68
Changes include: * Fix backspace key. * Fix autosave dialog. * Improve scrollbars. * Fix double-click autofill. * Shine-up string functions. * Fix STF for CRLF terminated files. * Fix bounds handling and leakage in STF. * Add csv default importing + probing. * Improve font preview in cell format dialog. * Fix bugs in analysis-tools' t-test. * Finish two-factor anova tool in analysis-tools. * Adjust scrollbars when outputting data analysis results. * Even more missing files. * Crash after exiting 1 of many shared views. * Bug when printing wrapped text in merged cells. * Frozen panes. * Some span bugs. * Usability tuning (Thanks to auspex, UnNamed, & jwz) * Misc bugs. * Improve bsd support. * Fix CONCATENATE. * Fix MULTINOMIAL. * Fix LCM. * Fix dependency tracking problem. * Over-the-Spot style support for XIM. * Introduction of placeholders named "FileOperations" and "PrintOperations" that help components to put their own menus into the right place. * Use temporary files to handle saving to BonoboStream with every file saver. * Restore missing files. * Update spec file. * Fix libml1 bug exposed by progress monitor. * Some work on the SAX importer. * Finish Group/Ungroup. * Clean-up the STF importer. * Add support for multicharacter separators and quoted cells with newlines to the STF importer. * Clean-up row naming. * Fix the STF exporter (it works again). * Add new consolidation feature. * Keyboard Shortcuts for moving and formatting. * Financial functions. * Fix ctrl-enter filling. * Reorganize the recalc queue to speed things up a bit. * Support iteration. * Fix FV arguments. * Support conditional number formats. * Obscure referencing bug. * Scaled printing. * Some number formating bugs. * Handle {caps,number,scroll}lock. * Improve sheet name quoting. * Fix PV. * Applied some much-needed TLC to fn-financial.c and fn-eng.c. * Speed-up Gnumeric function calls. * Killed a zillion problems pointed out by gcc 3.0 warnings. * Improve goal seeking slightly. * Fix RATE and IRR. * More work on plugin system. * Many i/o system improvements (general cleanup, reporing i/o progress, better probing, nicer import dialog, pluggable default savers, handling single sheet exporters in a special way) * Fix a variety of bugs and other issues. * Improve parser error messages. * Implement undo/redo for Zoom. * Make undo/redo descriptors more descriptive. * Complete the CELL function. * Drastically revise and fix-up the color combo's. * Architectural improvements for preview-grid, menu state, etc. * GNUMERIC_ENABLE_XL_OVERWRITE * Implemented clone, write and load for some sheet objects * Restore horizontal FILL alignment. * Fix array intercept checking. * Some fine tuning to improve start and exit times. * Merge cell & hidden column interactions * Some XL import improvement when parsing objects * Improve XL95 export and include merged regions & outlines * Fix some irritating mouse behaviors * More system portability enhancements. * Support fraction formatting (not parsing) * Fix printing of borders. * Improve checking for array/merged region division. * Prep for frozen panes. * Partial support for outline mode * Misc bugs. * New architecture for selecting cell ranges into dialogs. * Fix dialog placement. * Improve col and row sizing when cloning a cell. * Catch many bugs with merged regions. * Bug fix for supporting maximized windows. * Changed a large number of dirty diapers. * Plugged gnumeric leaks too. * Make search-and-destroy work better on comments. * Fixed parsing of numbers like "-4,885". (We used to get -3115 == -4 * 1000 + 885...) * Fixed formulae with leading dash, like "-995/5". * Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN, EXACT, REPT. * Improve signed-vs-unsigned situation. * Fixed sorting dialog in the by-row case. * Improve i18n support for XL import/export * Added support for plugin dependencies * Made Excel a real plugin. * Improved plugin system performance & scalability.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 624c4fecbec..06ddd5f8588 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2001/07/09 16:01:54 abs Exp $
+# $NetBSD: Makefile,v 1.32 2001/08/11 18:46:34 rh Exp $
#
-DISTNAME= gnumeric-0.64
+DISTNAME= gnumeric-0.68
CATEGORIES= math gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
@@ -11,21 +11,21 @@ COMMENT= Powerful and easy to use spreadsheet program from the GNOME project
BUILD_DEPENDS+= python>=2.0:../../lang/python
DEPENDS+= libglade>=0.16:../../devel/libglade
-DEPENDS+= gal>=0.3:../../devel/gal
-DEPENDS+= gb>=0.0.17:../../lang/gb
+DEPENDS+= gal>=0.10:../../devel/gal
+DEPENDS+= gb>=0.0.20:../../lang/gb
DEPENDS+= libole2>=0.1.7:../../devel/libole2
-DEPENDS+= oaf>=0.6.0:../../devel/oaf
+DEPENDS+= oaf>=0.6.5:../../devel/oaf
GNU_CONFIGURE= YES
USE_LIBINTL= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
+USE_GMAKE= YES
USE_PERL5= YES
LDFLAGS+= -L${LOCALBASE}/lib
LDFLAGS+= -Wl,-R${LOCALBASE}/lib
LDFLAGS+= -lunicode
CPPFLAGS+= -I${LOCALBASE}/include
-CONFIGURE_ARGS= --without-bonobo
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"