summaryrefslogtreecommitdiff
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-01-01 14:23:24 +0000
committerrh <rh>2000-01-01 14:23:24 +0000
commit51a39e2c97c51f048d10606dfaefa154f2f67682 (patch)
tree2699cc678c33c059f886a291d1ceaae79d02e9bf /math/gnumeric/Makefile
parent550f4bf678c5ff1dfe6613416351f675a2025471 (diff)
downloadpkgsrc-51a39e2c97c51f048d10606dfaefa154f2f67682.tar.gz
Update gnumeric to 0.46
Changes are: Gnumeric 0.46 Michael: * Fixed problems closing workbooks * Add pristine workbook discard * Fixup html export. * Fixed print header/footer setup, users should remove ~/.gnome/Gnumeric to speedup load. Jon: * Lots of Excel style export work: format, font, colors, borders, alignment, wrap, rotation. * Excel export row/col sizing. * Excel fixed up DBCELL collating to export lots of rows correctly. JP: * Added sorting of infinite ranges * Got rid of blank sheets when printing Frank: * Worked on Excel summary export Jody: * Begin exception handling for corba vs gui. * Add some simple version protection for plugins. * Improve error reporting for file loading. * Explicitly disable passord protected XL spreadsheets. * Bug fixing. Cort: * Expanded CORBA API. Andrew: * Many improvement for multi-dimensional linear regression. Jukka: * Implemented Simplex algorithm for Solver * Solver can now solve some simple LP problems (more interesting stuff is coming later). -------------------------------------------------------------------------- Gnumeric 0.45 JP: * Improved sort dialog Nat: * Updated bonobo infastructure Kevin: * Plan Perfect plugin * DIF export / import Jody: * Improved clipboard ops. * import Excel auto-ranges * better range instersection * Guile plugin fixed * Auto fill display fixes. Jon: * Style hashing Michael: * Misc cleans * Fix #2110 -------------------------------------------------------------------------- Gnumeric 0.44 Jon: * Vastly improved col / row sizing in excel import * ditto for Excel object placement. JP: * Expanded sort dialog to allow sorting of rows as well as columns * Added advanced button to sort dialog to allow sorting but case sensitivty and text (rather value) -------------------------------------------------------------------------- Gnumeric 0.43 * Minor build fix. -------------------------------------------------------------------------- Gnumeric 0.42 Michael: * Totaly re-wrote style engine. Jukka: * Implemented IRR and XIRR financial functions * Fixed the handling of the database function criterias * Fixed the non-numeric return values of DGET * One-dimensional GROWTH and TREND should work now * Documentation of the db functions improved Jody: * Complete transition of cut/paste to cell movement code. * 1st pass at borders & patterns * Improve edit popup. * Rework cell format dialog. * Some support for inter book references (no dependencies yet) Daniel: * Excel Name export. Federico: * Improved dragging and zooming behavior in the print preview. * Added "open hand" and "closed hand" cursors for dragging the print preview. Robert: * Primitive oleo import : supports numbers and text. Frank: * Huge chunk of summary-info re-structuring. * Import and export lots of new summary fields. JPR: * Improving sort dialog Jeff: * Sylk import filter. * CSV export filter.
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 139873d4a45..f1d61e6e73a 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.14 1999/11/17 10:54:03 rh Exp $
+# $NetBSD: Makefile,v 1.15 2000/01/01 14:23:24 rh Exp $
#
-DISTNAME= gnumeric-0.41
+DISTNAME= gnumeric-0.46
CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnumeric/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/gnumeric/
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.gnome.org/gnumeric/
BUILD_DEPENDS+= ${LOCALBASE}/bin/python:../../lang/python
DEPENDS+= gnome-core-*:../../x11/gnome-core
DEPENDS+= gnome-print-*:../../print/gnome-print
-DEPENDS+= libglade-*:../../devel/libglade
+DEPENDS+= libglade>=0.11:../../devel/libglade
GNU_CONFIGURE= YES
USE_LIBTOOL= YES