Commit graph

550 commits

Author SHA1 Message Date
tron
47bada094e Add a few missing "@dirrm" commands. 2001-11-14 08:43:17 +00:00
tron
7b75acb563 Complete package list cleanup:
- fix typo: "${PKG_VERSION}" must be "${PKGVERSION}"
- remove bogus "@dirrm" commands for shared directories and directories
  owned by other packages
- update for version 0.75 of "gnumeric"
2001-11-14 08:26:16 +00:00
tron
9a3549ec06 Replace hard coded version number by "${PKG_VERSION}" to fix or at least
reduce package list problems caused by last update.
2001-11-14 08:05:33 +00:00
tron
0bbff2d0a5 Fix further package list lossage. 2001-11-14 08:04:49 +00:00
tron
8f157c60f3 Fix major package list lossage caused by last update and add missing
dependence on "gnumeric" package.
2001-11-14 08:02:34 +00:00
tron
7771464e72 Set "PKGNAME" so that this package is named "guppi" instead of "Guppi"
as it was named before.
2001-11-13 16:23:23 +00:00
damon
f92c007f41 Take two: Upgrade /math/guppi to 0.40.0 2001-11-13 03:16:50 +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
zuntum
98cf373d36 Move pkg/ files into package's toplevel directory 2001-11-01 00:32:23 +00:00
zuntum
0ca28723fb Move pkg/ files into package's toplevel directory 2001-11-01 00:11:36 +00:00
drochner
c5f1eacc36 use PLIST_SUBST instead of sed, as suggested by Thomas Klausner 2001-10-29 16:34:40 +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
veego
63ad910dee SVR4 packages have a limit of 9 chars for a package name.
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-10-18 15:20:01 +00:00
jlam
b7446d9ec4 Note addition of php4-bcmath. 2001-10-16 07:00:38 +00:00
jlam
3d14f97fb8 math/php4-bcmath: PHP4 extension for bc-style arbitrary precision math
This version is from the php-4.0.6 distribution.
2001-10-16 07:00:05 +00:00
hubertf
04ce68172d * use PKGSRCDIR to get to pkgsrc/math/pari if you want to build something!
when WRKOBJDIR is set, BUILD_ROOT points somewhere into the obj dir
 * clean up litter in pre-clean

XXX is there a good reason we don't support a post-clean?
2001-10-16 00:44:25 +00:00
tron
c0a3a5cd6a Use buildlink glue code for "libglade" to fix build problem. 2001-10-05 19:04:24 +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
wiz
43dc91ccf7 Move PKGNAME to standard location. 2001-10-04 15:24:08 +00:00
hubertf
ff3051f198 more strict wildcard usage on depends 2001-10-03 02:41:41 +00:00
wiz
062de0f6d3 Add p5-Math-Pari (hi mcr) 2001-10-02 11:01:19 +00:00
mcr
b54e085390 pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP 2001-10-02 01:25:35 +00:00
wiz
0d83309011 Sort. 2001-10-01 16:38:11 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
drochner
80c0feef9a update to 20.2.1 2001-09-25 17:46:00 +00:00
drochner
bc759b7f17 -switch to use the new ../../lang/python/extension.buildlink.mk instead of
USE_PYTHON (as a testcase, more or less)
-update to 20.2.1, Changes:
 -bugfixes
 -Lapack update
 -Implemented equality and inequality testing for arrays of characters,
  complex numbers, and objects (T. Oliphant)
 -In RandomArray.py, improved implementation of internal routine
  _build_random_array
 -Removed tabs from MLab.py and RandomArray.py
 -Improved test in RandomArray
2001-09-25 17:44:31 +00:00
tron
5517ff3625 "PKGVERSION" is now in "PLIST_SUBST" by default. 2001-09-24 09:51:09 +00:00
jlam
7d860ec6ee Convert to use buildlink.mk file and mark as USE_BUILDLINK_ONLY
(No more hidden dependency on Xbae!).
2001-09-12 04:43:52 +00:00
jlam
2639e3c401 Use x11.buildlink.mk. 2001-09-12 03:28:32 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
wiz
1a4ac2ac95 Various changes: mostly removing 'WWW:' lines, since that's what we have
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-09-08 01:51:59 +00:00
tron
a68a277b43 Use wildcard dependence on "autoconf" package. 2001-08-27 14:35:04 +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
agc
a9e9fb246c Add back COMMENT definition which got lost. 2001-08-13 10:25:03 +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
jlam
e96618e584 Complete conversion to use buildlink.mk files by using pdflib/buildlink.mk
as well.  The broken t1lib dependency was also fixed by the update of
textproc/t1lib to 1.1.1.
2001-07-30 20:23:31 +00:00
jlam
185eb15c29 Fill this out a bit more to look nicer on an 80 column display. 2001-07-30 20:19:29 +00:00
wiz
948627b2d2 Update to 5.1.4, inspired by Wolfgang Rupprecht via pkg/13586.
Changes since 5.1.2
 * set icon's title = project name
 * when switching to log scale, set major/minor tick settings to 10/9
   respectively
 * added "HELP url" and "HELP" to the parser
 * added "AUTOSCALE ONREAD NONE|XAXES|YAXES|XYAXES" to the parser
 * produce MIF files with a textflow in which the graph is included, so
   it can be included in another FrameMaker document
 * list used fonts in %%DocumentNeededResources in the PS output
and bugfixes.
2001-07-29 15:19:14 +00:00
jlam
d2eb68d2a6 Add dir_DEFAULT setting used by EVAL_PREFIX logic to set the default
installation directory in case the package isn't installed.
2001-07-27 13:33:18 +00:00
jlam
cbee525ae7 Update R to 1.3.0. This is a two-generation upgrade from the previous 1.1.1
version in pkgsrc.  There are many, many bugfixes, better compliance with
S3/S4, and many additional statistical analysis functions added to the
base library.  There is also an improved (faster) garbage collector and
support for dynamically sizing the memory used by R.  The full summary of
changes may be found on the R Project website.
2001-07-23 13:14:44 +00:00
wiz
f5677e8c16 Fix rpath lossage noted in recent bulk build. 2001-07-22 16:45:46 +00:00
jlam
7b1d3cb465 Mechanical changes to buildlink.mk files to use EVAL_PREFIX to set
BUILDLINK_PREFIX.<pkgname>.  This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed.  Idea by Alistair Crooks <agc@pkgsrc.org>.
2001-07-20 01:54:31 +00:00
jlam
c9b14a8c9a Add buildlink.mk file for use by other package Makefiles. 2001-07-18 22:11:33 +00:00
dmcmahill
3f8eaee271 correct some paths to make this package correctly. problem noted in Huberts
last bulk build.
2001-07-18 01:14:23 +00:00
wulf
dcb9f6ed9b Inappropriate use of DEPENDS statement for xpm, apply USE_XPM instead 2001-07-14 13:36:54 +00:00