diff options
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 14 | ||||
-rw-r--r-- | graphics/gnuplot/PLIST | 10 | ||||
-rw-r--r-- | graphics/gnuplot/distinfo | 6 |
3 files changed, 17 insertions, 13 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile index f6879bab98f..47f60bedc2b 100644 --- a/graphics/gnuplot/Makefile +++ b/graphics/gnuplot/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2004/06/02 15:43:09 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2004/06/25 17:08:13 adrianp Exp $ # -DISTNAME= gnuplot-3.7.3 -PKGREVISION= 1 +DISTNAME= gnuplot-4.0.0 SVR4_PKGNAME= gplot CATEGORIES= graphics x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \ @@ -10,8 +9,8 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \ ftp://ftp.cc.monash.edu.au/pub/gnuplot/ MAINTAINER= root@garbled.net -HOMEPAGE= http://sourceforge.net/projects/gnuplot/ -COMMENT= Gnuplot is a nice plotting utility +HOMEPAGE= http://gnuplot.sourceforge.net/ +COMMENT= Portable interactive, function plotting utility CONFLICTS+= gnuplot-nox11-[0-9]* @@ -23,7 +22,8 @@ USE_BUILDLINK3= YES USE_GNU_READLINE= YES USE_X11= YES -INFO_FILES= gnuplot.info +USE_MAKEINFO= YES +INFO_FILES= gnuplot.info CONFIGURE_ARGS+= --with-pdf CONFIGURE_ARGS+= --with-plot=${LOCALBASE} @@ -31,6 +31,6 @@ CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} .include "../../devel/readline/buildlink3.mk" .include "../../graphics/plotutils/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/gd/buildlink3.mk" .include "../../print/pdflib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/gnuplot/PLIST b/graphics/gnuplot/PLIST index 3639a116b61..3889a5649ff 100644 --- a/graphics/gnuplot/PLIST +++ b/graphics/gnuplot/PLIST @@ -1,5 +1,9 @@ -@comment $NetBSD: PLIST,v 1.6 2004/02/17 23:37:12 seb Exp $ +@comment $NetBSD: PLIST,v 1.7 2004/06/25 17:08:13 adrianp Exp $ bin/gnuplot -bin/gnuplot_x11 +libexec/gnuplot/4.0/gnuplot_x11 man/man1/gnuplot.1 -share/gnuplot.gih +share/gnuplot/4.0/gnuplot.gih +@dirrm share/gnuplot/4.0 +@dirrm share/gnuplot +@dirrm libexec/gnuplot/4.0 +@dirrm libexec/gnuplot diff --git a/graphics/gnuplot/distinfo b/graphics/gnuplot/distinfo index 9e1466bdf0f..b4b4a95468b 100644 --- a/graphics/gnuplot/distinfo +++ b/graphics/gnuplot/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2003/03/05 14:01:26 wiz Exp $ +$NetBSD: distinfo,v 1.4 2004/06/25 17:08:13 adrianp Exp $ -SHA1 (gnuplot-3.7.3.tar.gz) = 8e077efa1b6804020adfce62b4c5a1c391ca3d2d -Size (gnuplot-3.7.3.tar.gz) = 1418889 bytes +SHA1 (gnuplot-4.0.0.tar.gz) = a862bc311724c263aa1ef1c646291d73dc37c978 +Size (gnuplot-4.0.0.tar.gz) = 2160918 bytes |