diff options
author | wiz <wiz> | 2001-07-29 15:19:14 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-07-29 15:19:14 +0000 |
commit | b6e5c5f88370450ca7f4acf0fa04cacd4bcfcef6 (patch) | |
tree | 1cdd586e6d5b6402d04643b0489ebf16c1e95674 /math | |
parent | 3053781487a28e14e944e31315507952511bb822 (diff) | |
download | pkgsrc-b6e5c5f88370450ca7f4acf0fa04cacd4bcfcef6.tar.gz |
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.
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/Makefile | 31 | ||||
-rw-r--r-- | math/grace/distinfo | 6 |
2 files changed, 22 insertions, 15 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 0bbd61eb729..1aa80c0fea8 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,29 +1,28 @@ -# $NetBSD: Makefile,v 1.9 2001/05/22 09:32:24 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2001/07/29 15:19:14 wiz Exp $ +# -DISTNAME= grace-5.1.2 +DISTNAME= grace-5.1.4 CATEGORIES= math graphics x11 -MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ +MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ + ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \ + ftp://ftp.fu-berlin.de/unix/graphics/grace/src/ \ + ftp://ftp.ntua.gr/pub/graphics/grace/src/ \ + ftp://ftp.ru.xemacs.org/pub/math/grace/src/ \ + ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/ \ + ftp://ftp2.netmor.com/pub/mirrors/grace/src/ MAINTAINER= drochner@netbsd.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ COMMENT= GRaphing, Advanced Computation and Exploration of data -DEPENDS+= netcdf>=3.4:../../devel/netcdf -DEPENDS+= jpeg-6*:../../graphics/jpeg -DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png>=1.0.11:../../graphics/png DEPENDS+= pdflib>=3.0:../../print/pdflib -DEPENDS+= t1lib>=1.0.1:../../textproc/t1lib -DEPENDS+= Xbae-*:../../x11/Xbae #DEPENDS+= fftw-*:../../math/fftw USE_GMAKE= YES USE_FORTRAN= YES -USE_MOTIF= YES -USE_XPM= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace \ - --with-extra-incpath=${LOCALBASE}/include:${X11BASE}/include + --with-extra-incpath=${BUILDLINK_DIR}/include ALL_TARGET= MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" @@ -32,4 +31,12 @@ post-install: ${RM} -f ${PREFIX}/bin/xmgrace ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin +.include "../../devel/netcdf/buildlink.mk" +.include "../../graphics/jpeg/buildlink.mk" +.include "../../graphics/png/buildlink.mk" +.include "../../graphics/tiff/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" +.include "../../textproc/t1lib/buildlink.mk" +.include "../../x11/Xbae/buildlink.mk" +.include "../../x11/lesstif/buildlink.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/grace/distinfo b/math/grace/distinfo index b33ebe02c33..b25e3e9faef 100644 --- a/math/grace/distinfo +++ b/math/grace/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:40 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/07/29 15:19:15 wiz Exp $ -SHA1 (grace-5.1.2.tar.gz) = 5b2709f9e1b8b816b4e8addbb3c3d07b94246e23 -Size (grace-5.1.2.tar.gz) = 2336014 bytes +SHA1 (grace-5.1.4.tar.gz) = 64ec51327bc45c866b61df38e12865ba6e9b61e2 +Size (grace-5.1.4.tar.gz) = 2385006 bytes SHA1 (patch-aa) = 542ba023a03fbf102fda1722447a0a53e79415b2 SHA1 (patch-ab) = b7fb08b589d79960acc038628003b0baabdadf68 |