Commit graph

78 commits

Author SHA1 Message Date
grant
f1ab3f4ed4 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 13:51:13 +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
salo
f35979c642 PKGREVISION++ due to devel/popt update. 2003-11-12 01:31:47 +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
jmmv
6fdf05cc93 Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle
the shared share/mime-info directory.  Bump PKGREVISION.
2003-05-30 16:19:50 +00:00
jmmv
2420155ea1 Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +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
rh
db7204277d Update gnumeric to 1.0.13. Notable changes include:
* 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-25 13:06:04 +00:00
fredb
e0ea35a3a4 Remove ${ONLY_FOR_PLATFORM} restriction. At this point in time, we
don't care if the package doesn't build on pre-NetBSD-1.5 systems.
Closes PR pkg/19579.
2003-04-10 13:31:45 +00:00
jmmv
dea9abf569 Use the omf.mk file provided by the scrollkeeper package to automatically
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-02-18 14:55:54 +00:00
rh
6a07e7c509 Re-enable guile support now that guile and guile14 happily co-exist.
Bump PKGREVISION.
2003-01-17 02:23:21 +00:00
rh
5b0ed1c00d Remove guile support. Gnumeric only supports guile-1.6.x while gnucash
(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-12 05:45:02 +00:00
rh
1a1a6b81ed Update gnumeric to 1.0.12. Changes include:
* 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.
2003-01-09 12:41:11 +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
salo
e51dc15764 USE_PKGLOCALEDIR, delint. 2002-12-01 15:56:54 +00:00
rh
d107945163 s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-02 02:42:01 +00:00
martti
a5e30c98b0 Updated gnumeric to 1.0.10
* 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-10-16 11:31:24 +00:00
jlam
e9e26df1fc buildlink1 -> buildlink2 2002-09-23 21:55:11 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
grant
5bee87327e add SunOS to ONLY_FOR_PLATFORM. From Julien Letessier <julien
dot letessier at sun dot com> in pkg/18086.
2002-08-27 14:43:16 +00:00
mjl
4267a3b2ba Update gnumeric to 1.0.9
* 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-26 01:09:51 +00:00
rh
bd61c0404b Set localstatedir so the scrollkeeper database gets updated correctly
Add proper @exec/unexec scrollkeeper-rebuilddb statements to PLIST
Bump PKGREVISION
2002-07-17 23:56:06 +00:00
wiz
2d9a53104b Remove gnome-core dependency, not necessary according to Dan Winship, see
http://mail-index.netbsd.org/tech-pkg/2002/07/15/0020.html
2002-07-16 13:21:34 +00:00
agc
5ea26ea27a Use scrollkeeper's buildlink.mk file 2002-07-16 12:51:54 +00:00
wiz
f62b0b84d9 Add libunicode buildlink. Remove references to LOCALBASE. 2002-07-15 14:47:13 +00:00
rh
d248ce43ba Make this strongly buildlinked
Add --without-psiconv to avoid picking up and choking on an installed
psiconv package
Bump PKGREVISION
2002-07-14 02:13:25 +00:00
lukem
b0a1e0dd99 depend upon x11/gnome-core as well 2002-07-03 07:41:17 +00:00
mjl
4d523c018d Update gnumeric to 1.0.7
* 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-06-08 18:55:11 +00:00
markd
ac6b16707a Add dependency on scrollkeeper to reliably have .omf files created and
so add share/omf/gnumeric/gnumeric-C.omf back to the PLIST
2002-05-24 13:19:33 +00:00
martti
9403ea4ccd Updated gnumeric to 1.0.6
* bug fixes
2002-04-23 13:31:44 +00:00
martti
b951b0bb7b Updated gnumeric to 1.0.5
* several bug fixes
2002-03-21 13:32:27 +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
jmc
07780da7fc Include netbsd 1.6 and greater when saying applies to 1.5R or later. 2002-03-04 07:51:21 +00:00
martti
3cc0347d81 Updated gnumeric to 1.0.4
This is a bug fix release, new development is being done in the gnome2
    based 1.1.0 version.

* Patches

        http://bugzilla.gnome.org/show_bug.cgi?id=69832
        * Fix LaTeX and HTML exporter crashes

        http://bugzilla.gnome.org/show_bug.cgi?id=69400
        * Slow sort dialog startup on large sets.

        http://bugzilla.gnome.org/show_bug.cgi?id=69577
        * number matching broken in some locales.

        http://bugzilla.gnome.org/show_bug.cgi?id=69795
        * Dont put non ascii characters in the translated source.

        http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=131561
        * Don't confuse the calling context with the view to save.

        * Crash in goalseek                                     (Andreas)
        * Crash importing scrollbars from xml.                  (Jody)
        * Importing 3d references to external books from xls.   (Jody)
        * regression in 1.0.3 setting properties for checkbox.  (Jody)
        * xml-sax support for v10 of gnumeric's format.         (Jody)
        * List Column actions before Row actions in menus.      (Jody)
        * Improve scrolling alignment of formula guru.          (Jon Kåre)

* Translations

        * Christian Rose (sv), Zbigniew Chyla (pl), Stanislav Visnovsky (sk)
        Duarte Loreto (pt), Karsten Weiss (de)
2002-02-16 14:34:37 +00:00
drochner
e5edc53ce2 disable Python support - this can't work as things look now
(there is no PIC libpython)
2002-01-28 09:35:03 +00:00
rh
22dcd54ac3 Remove useless dependency on gb. Closes PR 14752 by
chris@paradox.demon.co.uk
While at it, fix bogus @dirrms in gnumeric0's PLIST
2002-01-25 01:39:53 +00:00
martti
de4772ac21 Updated gnumeric to 1.0.2
* This is the latest release (a lot of changes since version 0.75)
* Available only in NetBSD 1.5R (=current) or later (because of wctype.h)
2002-01-17 11:57:44 +00:00
damon
9021dc9592 Update to 0.75 (bugfix release)
Changelog:


* Bug fixes, Polishing & Optimisations

        * Shrink exported XLS files.				(Jody)
        * More work done to support financial functions.	(Jukka)
        * Improve dbf importer.					(Jody)
        * Rewrite solver dialog as guru.			(Andreas)
        * Re-enable compression for .gnumeric files.		(Jody)
        * Lots of documentation added.				(Jukka)
        * Make cell format dialog only pseudo-modal.		(Jody)
        * Added `Help' buttons for various tools.		(Jukka)
        * Fix support for cancel on window manager quit.	(Jody)
        * Help button on autosave doesn't crash.		(Jukka)
        * Fix non-bonobo View menu.				(Jody)
        * Added `Filter' submenu into the `Data' menu.		(Jukka)
        * Fix sheet extent calculation new complex objects.	(Jody)
        * Plug leaks.						(Morten)
        * Improve formula guru.					(Jody)
        * Cleanup various access to internal strings.		(Morten)
        * Support scrollwheel in a larger area.			(Jody)
        * Fix Edit -> Fill -> Autofill.				(Jody)
        * Make autocorrect non-modal and cleaner.		(Jody)
        * Make autocompletion a view attribute, with a gui.	(Jody)
        * Don't clear the clipboard when Klipper runs.		(Jody)
        * Enable per sheet style management to support		(Jody)
          validation, conditionals, and to simplify XLS export.

* Translations

	* ru (Valek Filippov), nn (Roy-Magne Mo)
2001-11-11 20:11:31 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
rh
bfd7685f68 Update gnumeric to 0.71. Notable changes include:
* Core support for validation and conditional formats.
        * Rewrite descriptive statistics, correlation, covariance,
          and rank analysis tool dialogs to use the gnumeric-expr-entry
          widget.
        * Add a 'Fill' menu connection to autofill.
        * Improve function documentation generator.
        * Enable XL import for graphs.
        * Import/Export/Edit Hidden/Locked attributes.
        * Parse using the assigned fmt before checking the builtins.
        * Enable basic attributes when importing shapes from XL.
        * Add simple bucketing of range dependencies.
        * Formating extensions and corrections.
        * Some simple recalc tuning speeds things up by a factor of 2.
        * Basic version of just in time rendering for another factor of 2.
        * Cleanup the DOM based xml import/export utilities.
        * Remove irritating frame around bonobo objects.
        * Make the sheet object control points prettier.
        * Off by 1 pixel/pt error when handling right/center alignment.
        * Improve sheet object menus.
        * Reworked the Text Combo,
        * Remove the eval queue.
        * Improve the Histogram tool slightly.
        * Improve INDIRECT.
        * Sort the function names for the index generator.
        * Fix handling of mixed mode references.
        * Convert lines/arrows/boxes/ovals to StyleColor.
        * Correct sensitivity of menus & toolbars.
        * Some initial guess work on how to import conditional XL formats.
        * bump bonobo req to 1.0.8 to fix the memory problem.
        * bump the gnome-print req to 0.29 in an effort to decrease
          the number of problems with gnome-print installs.
        * Fixed COUPNUM().
        * MPS importer plugin implemented.  Reads a linear program in MPS
          format and creates a spreadsheet model of it.  Currently, the
          bounds and ranges are not implemented yet.
        * The POI project has contributed an xml schema for .gnumeric files
        * Speed up font handling.
        * Speed up dependency handling.
        * Eliminate deep recursion during dependency dirtying.
        * Fix the python and python-loader modules.  (Work around mind-
          boggling bug in python.  Again.)
        * Various code cleanup.
        * Fix regression.
        * Implemented querying in search-and-replace.
        * Implemented Search.
        * improve the oleo importer.
        * Support gray scale patterns when printing.
        * Improve Header/Footer page for printer setup.
        * Improve font handling for multi-byte environments.
        * Support for translations in plugin.xml files using xml-i18n-tools
          (modified xml file structure a bit).
        * Sped up Gnumeric compilation by replacing #include <gnome.h> with
          something smaller in almost all source files.
2001-10-20 18:48:39 +00:00
rh
9f5850e533 Make this compile with bonobo-1.0.9 and libglade-0.17 and while at it,
buildlinkify.
Explicitly disable Guile support as this was broken anyway, because
gnumeric needs at least Guile-1.5, which is a development version that
is only available through CVS.
2001-10-04 19:28:42 +00:00
mjl
37aa0c1b40 Update to 0.70
* Make guile a proper plugin.
        * Basic support for M-Enter to add embedded newlines.
        * Object printing work.
        * Make CEIL more as users expect
        * Add extra cut/copy/paste shortcut keys.
        * Improve the function selector.
        * Simplify background/pattern preview in cell-format dialog.
        * Make sure entered text never gets lost.
        * Equalize the look of all the dialogs.
        * More work on group/ungroup.
        * Rewrite guile plugin to use guile 1.5 or later.
        * Rewrite descriptive statistics, correlation and covariance
          analysis improving error checks and labels for data sets.
        * Remove duplicate calculation code in analysis tools.
        * Fix sampling tool.
        * XL export for panes.
        * Some autoscroll bugs with panes.
        * Cursor support for panes.
        * Improve INDIRECT.
        * More smarts for autofill by month/year.
        * Add some new icons from the Evolution team.
        * Fix import of files generated by perl::writeExcel.
        * Fix animated cursors and sheet objects.
        * Fix XL import of print scaling.
        * Locales with different LC_NUMERIC & LC_MONETARY.
        * merge in several contributions to improve configure.in
        * merge in updated debian control files.
        * merge in contributed man page.
        * Fix MODE.
        * Clean up LARGE, SMALL, QUARTILE, PERCENTILE.
        * Give the range functions a home of their own.
        * Add import support for Psion.
        * i18n fixes.
        * Add precedence scheme for importers.
2001-08-23 22:40:40 +00:00
rh
7997af5bf2 Require at least version 0.2.3 of libole2 2001-08-13 19:55:51 +00:00
rh
a974bce0fc Gnumeric requires at least libxml-1.8.14 now. Make that requirement
explicit.  Pointed out in private mail by Allen Briggs.
2001-08-13 17:42:37 +00:00
rh
56067be400 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.
2001-08-11 18:46:34 +00:00
abs
e36fbd35d4 python-2.0 -> python>=2.0 2001-07-09 16:01:54 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00