2003-07-03 16:14:03 +02:00
|
|
|
# $NetBSD: Makefile,v 1.22 2003/07/03 14:14:03 seb Exp $
|
1998-02-09 00:59:20 +01:00
|
|
|
#
|
1998-02-01 00:49:32 +01:00
|
|
|
|
2003-06-07 19:39:23 +02:00
|
|
|
DISTNAME= gnuplot-3.7.3
|
|
|
|
SVR4_PKGNAME= gplot
|
|
|
|
PKGREVISION= 1
|
|
|
|
CATEGORIES= graphics x11
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
|
|
|
|
ftp://ftp.ucc.ie/pub/gnuplot/ \
|
|
|
|
ftp://ftp.cc.monash.edu.au/pub/gnuplot/
|
1998-02-01 00:49:32 +01:00
|
|
|
|
2003-06-07 19:39:23 +02:00
|
|
|
MAINTAINER= root@garbled.net
|
|
|
|
HOMEPAGE= http://sourceforge.net/projects/gnuplot/
|
|
|
|
COMMENT= gnuplot is a nice plotting utility
|
1998-02-01 00:49:32 +01:00
|
|
|
|
2003-06-07 19:39:23 +02:00
|
|
|
CONFLICTS+= ${DISTNAME:C/-[0-9].*//}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
2002-09-22 02:49:32 +02:00
|
|
|
USE_BUILDLINK2= YES
|
Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed
3.7.2
* Major: we have removed code that was labeled with a
non-commercial use clause. The effect is that this
removes the gamma, inverse normal, and inverse error
function from platforms that have no native
implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
epslatex, ggi (General Graphics Interface), pdf, svg
(W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
or better
* Updated eepic driver: picture environment now scales with
"set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 15:01:25 +01:00
|
|
|
# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
|
|
|
|
USE_GNU_READLINE= YES
|
2003-06-07 19:39:23 +02:00
|
|
|
USE_X11= YES
|
1998-02-01 00:49:32 +01:00
|
|
|
|
2003-07-03 16:14:03 +02:00
|
|
|
USE_NEW_TEXINFO= YES
|
|
|
|
INFO_FILES= gnuplot.info
|
|
|
|
|
Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed
3.7.2
* Major: we have removed code that was labeled with a
non-commercial use clause. The effect is that this
removes the gamma, inverse normal, and inverse error
function from platforms that have no native
implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
epslatex, ggi (General Graphics Interface), pdf, svg
(W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
or better
* Updated eepic driver: picture environment now scales with
"set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 15:01:25 +01:00
|
|
|
CONFIGURE_ARGS+= --with-pdf
|
|
|
|
CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
|
|
|
|
CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
|
2002-10-28 14:38:14 +01:00
|
|
|
|
Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed
3.7.2
* Major: we have removed code that was labeled with a
non-commercial use clause. The effect is that this
removes the gamma, inverse normal, and inverse error
function from platforms that have no native
implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
epslatex, ggi (General Graphics Interface), pdf, svg
(W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
or better
* Updated eepic driver: picture environment now scales with
"set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 15:01:25 +01:00
|
|
|
.include "../../devel/readline/buildlink2.mk"
|
|
|
|
.include "../../graphics/plotutils/buildlink2.mk"
|
2002-10-28 14:38:14 +01:00
|
|
|
.include "../../graphics/png/buildlink2.mk"
|
Update to 3.7.3, from Jim Bernard in PR 19663.
Changes:
3.7.3
* Major: contributed code to re-add gamma, inverse normal, and
inverse error function
* Windows specific fixes, most visibly changing the 'pause' command
to avoid cpu hogging, and updated build procedures
* Improved metapost driver
* Make Linux driver work with devfs
* Numerous bugfixes backported from development version, see ChangeLog
* A large number of documentation misprints have been fixed
3.7.2
* Major: we have removed code that was labeled with a
non-commercial use clause. The effect is that this
removes the gamma, inverse normal, and inverse error
function from platforms that have no native
implementation.
* Support for BeOS
* New terminal drivers: emf (Enhanced Metafile Format),
epslatex, ggi (General Graphics Interface), pdf, svg
(W3C Scalable Vector Graphics)
* Updated png driver: web-friendly palette, transparent
images, explicit colour specification
* Updated HPGL driver: optional multi-pen support,
alternative plot sizes, variable font sizes
* Updated gnugraph driver: now requires GNU plotutils 2.2
or better
* Updated eepic driver: picture environment now scales with
"set size"
* Updated fig driver to fig file format 3.2
* Updated tkcanvas driver
* Fix font size option in pslatex driver
* configure-alike script for VMS
* Command substitution in double-quoted strings
* Vector clipping style for 2D plots
* Sort terminals by name before displaying
* Numerous bugfixes
2003-03-05 15:01:25 +01:00
|
|
|
.include "../../print/pdflib/buildlink2.mk"
|
1998-04-15 12:38:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|