2004-01-24 14:51:13 +01:00
|
|
|
# $NetBSD: Makefile,v 1.78 2004/01/24 13:58:23 grant Exp $
|
1999-07-31 21:20:32 +02:00
|
|
|
#
|
|
|
|
|
2003-04-25 15:06:04 +02:00
|
|
|
DISTNAME= gnumeric-1.0.13
|
2004-01-03 19:49:33 +01:00
|
|
|
PKGREVISION= 5
|
Update gnumeric to 0.57. Changes include:
* New features
* Initial support for guppi graphs via Bonobo
* Auto-format dialog.
* Sheet copy
* Full complement of paste special operations.
* Improve internationalisation of keyboard and formats
* Implement DateDif.
* Checkbox support with stubs for other widgets.
* Improved RATE's and IRR's root searching.
* Rewrote SUMPRODUCT
* More number theory functions
* Applix importer is usable
* COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS
* Correctly handle strings used as numeric arguments
* Improve the colour combo box.
* Implementation of `Anova: Two-Factor With Replication'
and `Histogram' data analysis tools mostly
* Bug fixes, Polishing & Optimisations
* Updated and improved documentation.
* Improve MS excel conformance of 'MATCH'
* STF bug fixes and format recognition.
* Save cells in row/col sequence.
* Improve support for named expressions.
* Fix chitest.
* Printing bug fixes
* Fix sheet functions
* Formating bugs.
* Handle sorting hidden rows/cols the same as MS excel
* Resizing lots of rows/cols is smarter
* Fixes for RATE, SLD, SYD.
* More correct expression relocation for ins/del row/col
* Xbase plugin should now work rather than core.
Lots of bug fixed.
* Translations
* Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
(Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
* Update not new, but not mentioned the last time: pl (Zbigniew).
* Updated: nl (Almer). Not all done yet.
* Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
|
|
|
CATEGORIES= math gnome
|
2002-10-16 13:31:24 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnumeric/1.0/}
|
1999-07-31 21:20:32 +02:00
|
|
|
|
2003-07-17 23:41:05 +02:00
|
|
|
MAINTAINER= rh@NetBSD.org
|
Update gnumeric to 0.57. Changes include:
* New features
* Initial support for guppi graphs via Bonobo
* Auto-format dialog.
* Sheet copy
* Full complement of paste special operations.
* Improve internationalisation of keyboard and formats
* Implement DateDif.
* Checkbox support with stubs for other widgets.
* Improved RATE's and IRR's root searching.
* Rewrote SUMPRODUCT
* More number theory functions
* Applix importer is usable
* COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS
* Correctly handle strings used as numeric arguments
* Improve the colour combo box.
* Implementation of `Anova: Two-Factor With Replication'
and `Histogram' data analysis tools mostly
* Bug fixes, Polishing & Optimisations
* Updated and improved documentation.
* Improve MS excel conformance of 'MATCH'
* STF bug fixes and format recognition.
* Save cells in row/col sequence.
* Improve support for named expressions.
* Fix chitest.
* Printing bug fixes
* Fix sheet functions
* Formating bugs.
* Handle sorting hidden rows/cols the same as MS excel
* Resizing lots of rows/cols is smarter
* Fixes for RATE, SLD, SYD.
* More correct expression relocation for ins/del row/col
* Xbase plugin should now work rather than core.
Lots of bug fixed.
* Translations
* Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
(Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
* Update not new, but not mentioned the last time: pl (Zbigniew).
* Updated: nl (Almer). Not all done yet.
* Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
|
|
|
HOMEPAGE= http://www.gnome.org/gnumeric/
|
2002-03-21 14:32:27 +01:00
|
|
|
COMMENT= Spreadsheet program from the GNOME project
|
1999-07-31 21:20:32 +02:00
|
|
|
|
2003-05-30 18:19:50 +02:00
|
|
|
DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
|
2002-01-28 10:35:03 +01:00
|
|
|
# for Python support a shared libpython is required but not provided yet
|
|
|
|
#BUILD_DEPENDS+= python>=2.0:../../lang/python
|
1999-07-31 21:20:32 +02:00
|
|
|
|
2002-09-23 23:55:11 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2002-12-01 16:56:54 +01:00
|
|
|
USE_PKGLOCALEDIR= YES
|
Update gnumeric to 0.57. Changes include:
* New features
* Initial support for guppi graphs via Bonobo
* Auto-format dialog.
* Sheet copy
* Full complement of paste special operations.
* Improve internationalisation of keyboard and formats
* Implement DateDif.
* Checkbox support with stubs for other widgets.
* Improved RATE's and IRR's root searching.
* Rewrote SUMPRODUCT
* More number theory functions
* Applix importer is usable
* COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS
* Correctly handle strings used as numeric arguments
* Improve the colour combo box.
* Implementation of `Anova: Two-Factor With Replication'
and `Histogram' data analysis tools mostly
* Bug fixes, Polishing & Optimisations
* Updated and improved documentation.
* Improve MS excel conformance of 'MATCH'
* STF bug fixes and format recognition.
* Save cells in row/col sequence.
* Improve support for named expressions.
* Fix chitest.
* Printing bug fixes
* Fix sheet functions
* Formating bugs.
* Handle sorting hidden rows/cols the same as MS excel
* Resizing lots of rows/cols is smarter
* Fixes for RATE, SLD, SYD.
* More correct expression relocation for ins/del row/col
* Xbase plugin should now work rather than core.
Lots of bug fixed.
* Translations
* Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
(Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
* Update not new, but not mentioned the last time: pl (Zbigniew).
* Updated: nl (Almer). Not all done yet.
* Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
|
|
|
USE_X11BASE= YES
|
2004-01-24 14:51:13 +01:00
|
|
|
USE_GNU_TOOLS+= make
|
Update gnumeric to 0.57. Changes include:
* New features
* Initial support for guppi graphs via Bonobo
* Auto-format dialog.
* Sheet copy
* Full complement of paste special operations.
* Improve internationalisation of keyboard and formats
* Implement DateDif.
* Checkbox support with stubs for other widgets.
* Improved RATE's and IRR's root searching.
* Rewrote SUMPRODUCT
* More number theory functions
* Applix importer is usable
* COUPNUM, COUPNCD, TRUE, FALSE, COUPDAYBS and COUPDAYS
* Correctly handle strings used as numeric arguments
* Improve the colour combo box.
* Implementation of `Anova: Two-Factor With Replication'
and `Histogram' data analysis tools mostly
* Bug fixes, Polishing & Optimisations
* Updated and improved documentation.
* Improve MS excel conformance of 'MATCH'
* STF bug fixes and format recognition.
* Save cells in row/col sequence.
* Improve support for named expressions.
* Fix chitest.
* Printing bug fixes
* Fix sheet functions
* Formating bugs.
* Handle sorting hidden rows/cols the same as MS excel
* Resizing lots of rows/cols is smarter
* Fixes for RATE, SLD, SYD.
* More correct expression relocation for ins/del row/col
* Xbase plugin should now work rather than core.
Lots of bug fixed.
* Translations
* Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
(Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
* Update not new, but not mentioned the last time: pl (Zbigniew).
* Updated: nl (Almer). Not all done yet.
* Work to support translation of strings in xml files (Kenneth and Morten)
2000-10-17 19:24:18 +02:00
|
|
|
USE_PERL5= YES
|
2001-10-20 20:48:39 +02:00
|
|
|
|
2002-09-23 23:55:11 +02:00
|
|
|
GNU_CONFIGURE= YES
|
2002-01-28 10:35:03 +01:00
|
|
|
CONFIGURE_ARGS+= --without-python
|
2002-07-14 04:13:25 +02:00
|
|
|
CONFIGURE_ARGS+= --without-psiconv
|
2002-09-23 23:55:11 +02:00
|
|
|
LIBS+= -lunicode
|
|
|
|
|
|
|
|
USE_LIBTOOL= YES
|
2001-10-20 20:48:39 +02:00
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
1999-07-31 21:20:32 +02:00
|
|
|
|
2002-09-23 23:55:11 +02:00
|
|
|
.include "../../devel/bonobo/buildlink2.mk"
|
|
|
|
.include "../../devel/gal/buildlink2.mk"
|
|
|
|
.include "../../devel/gettext-lib/buildlink2.mk"
|
|
|
|
.include "../../devel/libglade/buildlink2.mk"
|
|
|
|
.include "../../devel/libole2/buildlink2.mk"
|
|
|
|
.include "../../devel/oaf/buildlink2.mk"
|
2003-01-17 03:23:21 +01:00
|
|
|
.include "../../lang/guile/buildlink2.mk"
|
2002-09-23 23:55:11 +02:00
|
|
|
.include "../../print/gnome-print/buildlink2.mk"
|
|
|
|
.include "../../textproc/libunicode/buildlink2.mk"
|
|
|
|
.include "../../textproc/libxml/buildlink2.mk"
|
2003-02-18 15:55:54 +01:00
|
|
|
.include "../../textproc/scrollkeeper/omf.mk"
|
2002-09-23 23:55:11 +02:00
|
|
|
|
1999-07-31 21:20:32 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|