summaryrefslogtreecommitdiff
path: root/math/gnumeric
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-24Fix python version required (s/23pth/23/)recht1-2/+2
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv1-2/+2
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-75/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-07-03Update to 1.2.13:jmmv4-8/+29
Andreas: http://bugzilla.gnome.org/show_bug.cgi?id=142219 * Handle borders in latex export correctly (broken in 1.2.12 only) http://bugzilla.gnome.org/show_bug.cgi?id=142219 * Handle borders in latex export correctly http://bugzilla.gnome.org/show_bug.cgi?id=143577 * fix grid printing Emmanuel Pacaud: http://bugzilla.gnome.org/show_bug.cgi?id=142212 * In a line graph, don't use '0' if Y value is missing. Jody: http://bugzilla.gnome.org/show_bug.cgi?id=141940 * Fix MS XL crash when there are too many strings * xls import gradient backgrounds in chart elements * Restore the font selector to chart editors * Support series with no entry in a legend http://bugzilla.gnome.org/show_bug.cgi?id=142267 * Fix drawing selection below hidden merged cells http://bugzilla.gnome.org/show_bug.cgi?id=103054 * Fix xls named expression and addin import/export http://bugzilla.gnome.org/show_bug.cgi?id=142474 * Use first rather than last conditional value fmt as catch-all * Enable implicit iteration for operators http://bugzilla.gnome.org/show_bug.cgi?id=143577 * Re-enable gridline printing Morten: * Fix image-inside-xls problem. * Improve error handling in xbase plugin. * Fix parser problem with single empty arg after expression.
2004-06-07Include scrollkeeper's omf.mk so that help files are registered properly.jmmv1-2/+3
Bump PKGREVISION to 1.
2004-06-07Use .tar.bz2 distfile; more than 3MB smaller.jmmv2-4/+5
2004-05-24update to 1.2.12drochner5-848/+654
The step from 1.0.12 to 1.2.12 is too large to mention all changes. pkgsrc issues: -use gnome2 -add python support (python23 provides a shared lib) -XXX I've enabled libgda/gnomedb, this seems to be completelely non-functional to me, but perhaps it is just my setup...
2004-04-27Convert to bl3.wiz1-12/+12
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv1-2/+2
*-dirs packages.
2004-03-31This build uses msgfmt.reed1-1/+2
I noticed because: /usr/bin/msgfmt -o zh_TW.mo zh_TW.po zh_TW.po:2642: illegal control sequence (But that is not fixed yet.)
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv1-3/+3
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv1-2/+2
database.
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-4/+2
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-2/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-11-12PKGREVISION++ due to devel/popt update.salo1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-30Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handlejmmv2-3/+5
the shared share/mime-info directory. Bump PKGREVISION.
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-05-05Line up PKGREVISION whitespace.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-04-25Update gnumeric to 1.0.13. Notable changes include:rh2-6/+5
* lotus-123 : fix incorrect import of logarithmic functions log -> log instead of log10 ln -> ln instead of log * XL95 export : Use unquoted names in externsheets * Fix a problem with the euro/yen/pound symbols http://bugzilla.gnome.org/show_bug.cgi?id=103571 * Back port fix * Backport morten's fix for latex export problem * Use even blunter instrument on xml importer.
2003-04-10Remove ${ONLY_FOR_PLATFORM} restriction. At this point in time, wefredb1-4/+1
don't care if the package doesn't build on pre-NetBSD-1.5 systems. Closes PR pkg/19579.
2003-02-18Use the omf.mk file provided by the scrollkeeper package to automaticallyjmmv2-5/+5
rebuild the documentation database at install/deinstall time. This means that: - PLIST's do not need to call scrollkeeper-{update,rebuilddb} directly; this is done by a bsd.pkg.install.mk template. - The share/omf directory is only removed by scrollkeeper, which is the last package in the dependancy tree. - PKGREVISION is bumped. Reviewed by wiz.
2003-01-17Re-enable guile support now that guile and guile14 happily co-exist.rh2-5/+12
Bump PKGREVISION.
2003-01-12Remove guile support. Gnumeric only supports guile-1.6.x while gnucashrh2-11/+5
(which depends on gnumeric) only supports guile-1.4. XXX: This is a quick fix to unbreak gnucash and the gnome meta-pkg, but XXX: the guile packages need to be changed to co-exist to address this XXX: properly! Bump PKGREVISION.
2003-01-09Update gnumeric to 1.0.12. Changes include:rh4-83/+91
* Guile support (NetBSD package) * Bugfixes * backport small text import cleanup. * Remove the patch to the xml importer in 1.0.11 and solve the problem using a blunt object. * Support the global outline buttons * Use the back port of the new xml parser in libxml1 (thanks DV) * Fix GAMMAINV.
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-12-01USE_PKGLOCALEDIR, delint.salo1-1/+2
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh1-2/+2
Include missing scrollkeeper buildlink2.mk where necessary
2002-10-16Updated gnumeric to 1.0.10martti2-7/+6
* Fix valign=center in html exporter * Fix the schema. * Backport partial fix for named expressions. * Export copy/paste data to primary and clipboard to communicate with 1.1.x. * Add warning dialog when we can't activate guppi. * Backport fix for sheet object ref count error. * Allow format dialog to grow (debian 159949) * Backport xls export fix to handle differing numbers of argument * Backport fix for off by 1 error in repeated col/row printing * Fix goal seek (and thus functions like XIRR.)
2002-09-23buildlink1 -> buildlink2jlam1-35/+17
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz1-2/+2
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-08-27add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <juliengrant1-2/+2
dot letessier at sun dot com> in pkg/18086.
2002-07-26Update gnumeric to 1.0.9mjl3-484/+487
* Recompute spans after reading from applix. * Fix the guia2 prop bag import warnings * Fix 0 sized TXO import inside escher streams * Fix import of IMDATA inside escher streams * Improve lotus importer * wrap text does no supercede center across selection * Match cummulative time * Fix typo that broke workbook-view attribute import. * Fix doc build. * Register for more mime types * use value_as_string for array content * Don't crash on xls import if locale is confused. * COUNT should only count ints and floats not bools * Add Drachma to EURO. * Support implicit conversion from string -> number in scalar graphs. * make value_as_string as smarter when handling ValueError.
2002-07-17Set localstatedir so the scrollkeeper database gets updated correctlyrh2-3/+6
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST Bump PKGREVISION
2002-07-16Remove gnome-core dependency, not necessary according to Dan Winship, seewiz1-2/+1
http://mail-index.netbsd.org/tech-pkg/2002/07/15/0020.html
2002-07-16Use scrollkeeper's buildlink.mk fileagc1-3/+2
2002-07-15Add libunicode buildlink. Remove references to LOCALBASE.wiz1-5/+4
2002-07-14Make this strongly buildlinkedrh1-1/+4
Add --without-psiconv to avoid picking up and choking on an installed psiconv package Bump PKGREVISION
2002-07-03depend upon x11/gnome-core as welllukem1-1/+2
2002-06-08Update gnumeric to 1.0.7mjl3-513/+494
* Fix (possible) segfaults caused by the "mid", "left" and "right" right string functions and protect those functions and the "replace" function against invalid arguments. * Fix validation entry sensitivity. * Fix some memory problems in the solver. * Don't crash on xls import/export if locale is confused. * Simple autodetection of tab delimited vs csv * Avoid mistranslated font names. * Actually disable wide character checking if it is not available. * Fix grab when selecting a col/row with validation failure. * Handle inserting col/row if the first is hidden. * clone grouping and frozen status too. * preset canvas scroll region in case something scrolls before we are realized. * Handle some XL export breakage cause by TagoH's patch. * Fix advanced filter of value based implied enums. * gdk_flush after all grab/ungrab events so that long running operations that do not update the display are certain to ungrab without delay (thanks rconover) * Apply the accounting format rather than the numeric version for Keelyn. * Fix the omf file. * Some gda plugin warnings. * correct the help references in a few languages * Fix some gcc-3 warnings.
2002-05-24Add dependency on scrollkeeper to reliably have .omf files created andmarkd2-2/+5
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-04-23Updated gnumeric to 1.0.6martti3-10/+43
* bug fixes
2002-03-26Remove bogus @dirrm linerh1-2/+1
2002-03-24fix PLISTrh1-4/+2
2002-03-21Updated gnumeric to 1.0.5martti4-9/+22
* several bug fixes