diff options
author | tron <tron@pkgsrc.org> | 1998-01-31 23:49:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-01-31 23:49:32 +0000 |
commit | 0a288da321fd0d6dbb296df635bd5fcbb935d017 (patch) | |
tree | f9f1f80750e45395bcdb06158af101c2a9076789 /graphics/gnuplot | |
parent | 516344ebca7c9f34fefb15834ad17366c97a1e09 (diff) | |
download | pkgsrc-0a288da321fd0d6dbb296df635bd5fcbb935d017.tar.gz |
Initial import of GNUPLOT 3.5 package made by root@garbled.futureone.com.
Diffstat (limited to 'graphics/gnuplot')
-rw-r--r-- | graphics/gnuplot/Makefile | 23 | ||||
-rw-r--r-- | graphics/gnuplot/files/md5 | 1 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-aa | 15 | ||||
-rw-r--r-- | graphics/gnuplot/patches/patch-ab | 7 | ||||
-rw-r--r-- | graphics/gnuplot/pkg/COMMENT | 1 | ||||
-rw-r--r-- | graphics/gnuplot/pkg/DESCR | 14 | ||||
-rw-r--r-- | graphics/gnuplot/pkg/PLIST | 5 |
7 files changed, 66 insertions, 0 deletions
diff --git a/graphics/gnuplot/Makefile b/graphics/gnuplot/Makefile new file mode 100644 index 00000000000..6d3f4c980a0 --- /dev/null +++ b/graphics/gnuplot/Makefile @@ -0,0 +1,23 @@ +# +# New ports collection makefile for: gnuplot +# Version required: 3.5 +# Date Created: 30 January 1998 +# Whom: root@garbled.futureone.com +# +# $NetBSD: Makefile,v 1.1 1998/01/31 23:49:32 tron Exp $ + +DISTNAME= gnuplot-3.5 +CATEGORIES= graphics x11 +MASTER_SITES= ${MASTER_SITE_GNU} + +MAINTAINER= root@garbled.futureone.com + +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/gnuplot + +MAN1= man/man1/gnuplot.1 + +post-patch: + ${RM} ${WRKSRC}/docs/makefile + +.include <bsd.port.mk> diff --git a/graphics/gnuplot/files/md5 b/graphics/gnuplot/files/md5 new file mode 100644 index 00000000000..17b157630de --- /dev/null +++ b/graphics/gnuplot/files/md5 @@ -0,0 +1 @@ +MD5 (gnuplot-3.5.tar.gz) = f86ff858044fd90d151e992f2da725a2 diff --git a/graphics/gnuplot/patches/patch-aa b/graphics/gnuplot/patches/patch-aa new file mode 100644 index 00000000000..3704ae32305 --- /dev/null +++ b/graphics/gnuplot/patches/patch-aa @@ -0,0 +1,15 @@ +--- readline.c.orig Fri Jan 30 07:58:22 1998 ++++ readline.c Fri Jan 30 08:08:56 1998 +@@ -119,3 +119,3 @@ + #ifdef SIGTSTP +-#define TERMIOS ++/*#define TERMIOS*/ + #include <termios.h> +@@ -126,2 +126,3 @@ + #endif ++#endif /* ISC22 */ + #ifndef IUCLC +@@ -129,3 +130,2 @@ + #endif +-#endif /* ISC22 */ + diff --git a/graphics/gnuplot/patches/patch-ab b/graphics/gnuplot/patches/patch-ab new file mode 100644 index 00000000000..cb8eef16db6 --- /dev/null +++ b/graphics/gnuplot/patches/patch-ab @@ -0,0 +1,7 @@ +--- util.c.orig Fri Jan 30 08:11:09 1998 ++++ util.c Fri Jan 30 08:11:28 1998 +@@ -52,3 +52,3 @@ + extern int sys_nerr; +-extern char *sys_errlist[]; ++/*extern char *sys_errlist[];*/ + #endif diff --git a/graphics/gnuplot/pkg/COMMENT b/graphics/gnuplot/pkg/COMMENT new file mode 100644 index 00000000000..f9b5df639a1 --- /dev/null +++ b/graphics/gnuplot/pkg/COMMENT @@ -0,0 +1 @@ +gnuplot is a nice plotting utility. diff --git a/graphics/gnuplot/pkg/DESCR b/graphics/gnuplot/pkg/DESCR new file mode 100644 index 00000000000..d9fa29e6cc0 --- /dev/null +++ b/graphics/gnuplot/pkg/DESCR @@ -0,0 +1,14 @@ +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.] + +port-by: Tim Rightnour (root@garbled.futureone.com) diff --git a/graphics/gnuplot/pkg/PLIST b/graphics/gnuplot/pkg/PLIST new file mode 100644 index 00000000000..4c4bc8b57e6 --- /dev/null +++ b/graphics/gnuplot/pkg/PLIST @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 1998/01/31 23:49:37 tron Exp $ +bin/gnuplot +bin/gnuplot_x11 +man/man1/gnuplot.1 +lib/gnuplot.gih |