summaryrefslogtreecommitdiff
path: root/graphics/gnuplot-nox11
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-06-07 17:39:23 +0000
committerjschauma <jschauma>2003-06-07 17:39:23 +0000
commitf2497a83687b87a6b23088b15f9a976f339b919e (patch)
treea635c2ef0e606a3a7cfaf5533744972927127086 /graphics/gnuplot-nox11
parentf572b562758d8a666aa8a2375d45ecd06277b495 (diff)
downloadpkgsrc-f2497a83687b87a6b23088b15f9a976f339b919e.tar.gz
Split plotutils and gnuplot into '<pkgname>' and '<pkgname>-nox11' each
(alternatively, we could have renamed one to '<pkgname>-x11', but for the element of least surprise, the default remains x11 enabled). This will work much better than the previous attempt to build two packages from one Makefile, which wasn't all thought out wrt to dependencies, buildlinks etc. Bump PKGREVISION on plotutils and gnuplot for this.
Diffstat (limited to 'graphics/gnuplot-nox11')
-rw-r--r--graphics/gnuplot-nox11/DESCR12
-rw-r--r--graphics/gnuplot-nox11/Makefile33
-rw-r--r--graphics/gnuplot-nox11/PLIST7
-rw-r--r--graphics/gnuplot-nox11/distinfo4
4 files changed, 56 insertions, 0 deletions
diff --git a/graphics/gnuplot-nox11/DESCR b/graphics/gnuplot-nox11/DESCR
new file mode 100644
index 00000000000..da8d2d54d48
--- /dev/null
+++ b/graphics/gnuplot-nox11/DESCR
@@ -0,0 +1,12 @@
+Gnuplot is a command-line driven interactive function plotting utility
+for UNIX, MSDOS, and VMS platforms. The software is copyrighted but
+freely distributed (i.e., you don't have to pay for it). It was
+originally intended as graphical program which would allow scientists
+and students to visualize mathematical functions and data. Gnuplot
+supports many different types of terminals, plotters, and printers
+(including many color devices, and pseudo-devices like LaTeX) and is
+easily extensible to include new devices. [ The "GNU" in gnuplot is
+NOT related to the Free Software Foundation, the naming is just a
+coincidence (and a long story). Thus gnuplot is not covered by the Gnu
+copyleft, but rather by its own copyright statement, included in all
+source code files.]
diff --git a/graphics/gnuplot-nox11/Makefile b/graphics/gnuplot-nox11/Makefile
new file mode 100644
index 00000000000..8b2a0a7ff24
--- /dev/null
+++ b/graphics/gnuplot-nox11/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.1 2003/06/07 17:39:25 jschauma Exp $
+#
+
+DISTNAME= gnuplot-3.7.3
+SVR4_PKGNAME= gplot
+PKGNAME= ${DISTNAME:C/-/-nox11-/}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot/} \
+ ftp://ftp.ucc.ie/pub/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
+
+CONFLICTS+= ${DISTNAME:C/-[0-9].*//}
+
+USE_BUILDLINK2= YES
+# because of missing rl_complete_with_tilde_expansion and rl_terminal_name
+USE_GNU_READLINE= YES
+GNU_CONFIGURE= YES
+
+CONFIGURE_ARGS+= --with-pdf
+CONFIGURE_ARGS+= --with-plot=${LOCALBASE}
+CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline}
+CONFIGURE_ARGS+= --without-x
+
+.include "../../devel/readline/buildlink2.mk"
+.include "../../graphics/plotutils-nox11/buildlink2.mk"
+.include "../../graphics/png/buildlink2.mk"
+.include "../../print/pdflib/buildlink2.mk"
+.include "../../mk/texinfo.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/gnuplot-nox11/PLIST b/graphics/gnuplot-nox11/PLIST
new file mode 100644
index 00000000000..67f67a0cfbe
--- /dev/null
+++ b/graphics/gnuplot-nox11/PLIST
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1 2003/06/07 17:39:25 jschauma Exp $
+bin/gnuplot
+@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/gnuplot.info
+info/gnuplot.info
+@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/gnuplot.info
+man/man1/gnuplot.1
+share/gnuplot.gih
diff --git a/graphics/gnuplot-nox11/distinfo b/graphics/gnuplot-nox11/distinfo
new file mode 100644
index 00000000000..7e177b7b89d
--- /dev/null
+++ b/graphics/gnuplot-nox11/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1 2003/06/07 17:39:25 jschauma Exp $
+
+SHA1 (gnuplot-3.7.3.tar.gz) = 8e077efa1b6804020adfce62b4c5a1c391ca3d2d
+Size (gnuplot-3.7.3.tar.gz) = 1418889 bytes