summaryrefslogtreecommitdiff
path: root/math/grace
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
framework. The list of changes include: * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES, so we no longer need to say it in package Makefiles. Packages should now append to USE_LANGUAGES instead of setting it. * Create mk/compiler/f2c.mk which implements another pseudo-compiler "f2c" that may be used with any C compiler backend, e.g. PKGSRC_COMPILER= f2c ccache gcc * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk, etc., to use f2c if the native Fortran compiler isn't present. Packages that use Fortran should now simply include the line: USE_LANGUAGES+= fortran in the package Makefile.
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
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-04-12Convert to buildlink3.snj1-13/+13
2004-03-11Update grace to 5.1.14. It will close PR pkg/24749.minskim2-6/+5
Changes sinec 5.1.12: * [ES] use multiplication sign in formulae of regression report * [ES] allow for DL modules to define functions of 4 and 5 parameters * [ES] fixed compilation under FreeBSD-5.1 and OS/X * [ES] on 64-bit platforms, when specific compiler/optimization combinations were used, some dialogs could crash randomly * [ES] on 64-bit platforms, when specific compiler/optimization combinations were used, X run-time warnings could be issued about unrecognized XKeySym's * [ES] set filling defaulted to even-odd filling rule in the X11 driver * [ES] fixed potential memory corruption * [ES] fixed page size sync in the free mode * [TO] fixed a race condition in the grace_np library * [ES] enabled annotated values for HILO sets * [ES] added IMIN(x) and IMAX(x) functions returning index of minimal or maximal value of array x * [ES] updates for T1lib-5.0 API * [WB] documented commands for calculating running properties * [MD] enabled font kerning in the MIF driver * [ES] Grace might fail starting in the GUI mode when a certain sequence of command line arguments was passed
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-08-12Ooops forgot to remove PKGREVISION...seb1-2/+1
2003-08-12Update to version 5.1.12.seb3-110/+115
Package changes: - add support for XmHTML. - sort PLIST. Changes since version 5.1.10 below. 5.1.12 Functionality * [MO] implemented zooming and scrolling of log plots Parser * [ES] added INT(x,y) evaluating integral value of y dx * [ES] added RSUM(vexpr) - running sum Bug fixes * [ES] fixed memory corruption when reading in block data (rep. #1258). The bug was introduced in 5.1.11 * [ES] fixed a couple of tiny memory leaks associated with loading block data * [ES] fixed crash in histogram and interpolation dialogs with multiple sets selected (rep. #1259) * [TO] signal issues with the grace_np library fixed (rep. #1270) * [ES] implied references to current graph in parser might crash Grace if the graph didn't exist (including reps. #886 and #1267) * [ES] removed extraneous accent glyphs in the 0x9? range of IsoLatin1 and IsoLatin2 encodings (including rep. #1269) * [MO] IsoLatin7 encoding file wasn't installed by "make install" * [ES] entering negative values of set symbol skip could crash Grace (rep. #1276) 5.1.11 Functionality * [ES] hotlinks now work for all set types (rep. #572) * [ES] updating hot-linked sets now works for all graphs, not the current one only * [YZ] added encoding files for Russian codepages koi8-r and cp1251 and for Ukrainian codepage koi8-u Interface * [ES] use "+"/"-" instead of "shown"/"hidden" in the graph selectors Parser * [ES] added UPDATEALL command, equivalent of "View/Update all" Drivers * [ES] set resolution in the PNG output (rep. #1225) Portability/Compilation * [ES] updated auto* stuff to work with autoconf-2.5.* (rep. #1199) Bug fixes * [SR] precision used for special tick locations was insufficient (rep. #1228) * [ES] referring to "S_" in the parser with no sets in the current project crashed the app * [ES] GraceIsOpen() from the grace_np library returned true after the Grace process exited (rep. #922) * [ES] excluded .cvsignore files from source tarballs (rep. #1248) * [ES] a minor memory leak fixed (40 bytes per set import/reading in) * [ES] configure --with=f77=/absolute/path/to/f77 was broken (rep. #1243) * [ES] in XY charts, explicitly check that abscissas of all sets are the same
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-05Depend on fftw2. Bump PKGREVISION.wiz1-3/+3
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-01-19s/INSTALL_*/BSD_INSTALL_*/ in patches, remove unnecessary MAKE_ENV.salo4-9/+8
2002-09-27update to 5.1.10 (PR pkg/18369 by Wolfgang Rupprecht)drochner5-37/+30
notable changes: -many bugfixes -allow XYZ sets in polar graphs -extended x-correlation routines -use leading zeros in axis year formats -implemented "safe" mode
2002-09-23Convert to buildlink2.wiz1-12/+11
2002-07-19Complete move of textproc/t1lib, textproc/t1utils, and x11/typeinst to fonts.wiz1-2/+2
2002-04-23Note explicitly that this package is USE_X11BASE. Currently, it relies onjlam1-1/+2
motif.buildlink.mk to define it.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
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".]
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
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-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
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-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
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-12Use x11.buildlink.mk.jlam1-1/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-07-30Complete conversion to use buildlink.mk files by using pdflib/buildlink.mkjlam1-10/+9
as well. The broken t1lib dependency was also fixed by the update of textproc/t1lib to 1.1.1.
2001-07-30Fill this out a bit more to look nicer on an 80 column display.jlam1-11/+9
2001-07-29Update to 5.1.4, inspired by Wolfgang Rupprecht via pkg/13586.wiz2-15/+22
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-05-22Update dependency on png to >=1.0.11 because of the shlib major bump.wiz1-2/+2
Noted by Frederick Bruckman.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-28tolerate t1lib>=1.0.1 in preparation for an updatedrochner1-2/+2
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-3/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-16update to 5.1.2drochner3-5/+6
relevant changes: Functionality * [DB] implemented baseline setting to the set (y) average Interface * [ES] don't hardcode file extensions in file selection dialogs, but define them via X resources instead (rep. #671) Documentation * [ES] HTML docs now include tables of contents Parser * [ES] added "PAGE RESIZE xdim, ydim" which sets the page dimensions of all output devices (in pp) and rescales the current plot accordingly Drivers * [ES] implemented font kerning in the (E)PS output * [ES] added option to choose document data (7bit/8bit/binary) for the PS driver +bugfixes
2000-08-28Fix broken DEPENDS on netcdf.jlam1-2/+2
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron1-5/+5
2000-05-08update to 5.1.0drochner3-10/+21
too many changes to list here - see the CHANGES file
2000-02-03import grace, a graphing tool based on xmgrdrochner8-0/+214