summaryrefslogtreecommitdiff
path: root/math/gnuplot/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnuplot/files')
-rw-r--r--math/gnuplot/files/README6
-rw-r--r--math/gnuplot/files/patch-aa15
-rw-r--r--math/gnuplot/files/patch-post.trm21
3 files changed, 0 insertions, 42 deletions
diff --git a/math/gnuplot/files/README b/math/gnuplot/files/README
deleted file mode 100644
index 8fd310d0016c..000000000000
--- a/math/gnuplot/files/README
+++ /dev/null
@@ -1,6 +0,0 @@
-There are two sets of demos available.
-
-Enter "gnuplot simple.dem" for the short demo, or
- "gnuplot all.dem" for the whole show.
-
-All demos are interactive, and prompt for "Hit a return to continue".
diff --git a/math/gnuplot/files/patch-aa b/math/gnuplot/files/patch-aa
deleted file mode 100644
index e1fa2e1a353d..000000000000
--- a/math/gnuplot/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- term.h.orig Fri Sep 10 17:50:52 1999
-+++ term.h Fri Sep 10 17:52:28 1999
-@@ -270,9 +270,9 @@
-
- /* NOTE THAT GIF REQUIRES A SEPARATE LIBRARY : see term/gif.trm */
- /* GIF format. */
--#ifdef HAVE_LIBGD
--# include "gif.trm"
--#endif
-+/* #ifdef HAVE_LIBGD */
-+/* # include "gif.trm" */
-+/* #endif */
-
- /* #include "grass.trm" /* geographical info system */
- #include "hp26.trm" /* HP2623A and probably others */
diff --git a/math/gnuplot/files/patch-post.trm b/math/gnuplot/files/patch-post.trm
deleted file mode 100644
index 3bde83a57d7a..000000000000
--- a/math/gnuplot/files/patch-post.trm
+++ /dev/null
@@ -1,21 +0,0 @@
-$FreeBSD$
-
---- term/post.trm.orig Mon Jun 16 13:57:37 2003
-+++ term/post.trm Mon Jun 16 13:58:53 2003
-@@ -939,14 +939,14 @@
- {
- static char GPFAR psg1[] = "0 setgray\nnewpath\n";
- struct termentry *t = term;
-+float scale = (ps_common_encap ? 0.5 : 1.0)/PS_SC;
-
- ps_page++;
- if (!ps_common_encap)
- fprintf(gpoutfile,"%%%%Page: %d %d\n",ps_page,ps_page);
- fprintf(gpoutfile,"gnudict begin\ngsave\n");
- fprintf(gpoutfile,"%d %d translate\n",ps_common_xoff, ps_common_yoff);
-- fprintf(gpoutfile,"%.3f %.3f scale\n", (ps_common_encap ? 0.5 : 1.0)/PS_SC,
-- (ps_common_encap ? 0.5 : 1.0)/PS_SC);
-+ fprintf(gpoutfile,"%.3f %.3f scale\n", scale, scale);
- if (!ps_common_portrait) {
- fprintf(gpoutfile,"90 rotate\n0 %d translate\n", (int)(-PS_YMAX));
- }