plotmtv stable port information

Package: plotmtv
Version: 1.4.4t
Revision: 2
Maintainer: None
BuildDepends: x11-dev, fink (>= 0.24.12), xmkmf (>= 1.0.2-3)
Depends: x11, rman
Source: ftp://ftp.funet.fi/pub/sci/math/tela/needed/Plotmtv%v.tar.gz
Source-MD5: 8ac9d63962f1ce6603c149da7abe0118
Source2: http://www.geo.fmi.fi/~pjanhune/tela/Annotations.ps.gz
Source2-MD5: e056eebe08509ef2d613568a0eec33d6
Source3: http://www.geo.fmi.fi/~pjanhune/tela/PlotResources.ps.gz
Source3-MD5: a1d830ac4b381a332d19f0878b2d44d9
SourceDirectory: Plotmtv%v
PatchFile: %n.patch
PatchFile-MD5: 7b73544964705bfd269b18353fe8bd7d
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
xmkmf
cp Docs/*.* Lib
cp Docs/*.* Plot
cp Docs/*.* Utils
make World
<<
InstallScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
mkdir -p %i/bin
mkdir -p %i/share/man/man1
sed 's|PLOTMTV L|PLOTMTV 1|g' < Docs/plotmtv.man > plotmtv.1
cd Tests
mv run.csh run.csh.orig
sed 's|../Bin|%p/bin|g' < run.csh.orig > run.csh
mv run.sh run.sh.orig
sed 's|../Bin|%p/bin|g' < run.sh.orig > run.sh
cd ..
chmod -R 755 Tests
cp -f plotmtv.1 %i/share/man/man1
cp -f Bin/* %i/bin
mkdir -p %i/share/doc/%n
cp -R Tests %i/share/doc/%n
mv Utils/README README.UTILS
<<
DocFiles: README.INSTALL README.VERSION README.UTILS ../PlotResources.ps.gz ../Annotations.ps.gz Docs/DataFormat.ps.gz
License: OSI-Approved
Description: Scientific data plotting & visualization
Homepage: http://www.phy.ornl.gov/csep/CSEP/CORNELL/TUTORIAL/PLOTMTV/OVERVIEW.html

plotmtv stable port .patch

--- Plotmtv1.4.4t/Lib/annotate.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/annotate.c Sun Sep 16 06:06:41 2001
@@ -5,7 +5,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include
#include "CNdata.h"
#include "CNproperty.h"
--- Plotmtv1.4.4t/Lib/array.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/array.c Sun Sep 16 06:06:41 2001
@@ -14,7 +14,9 @@

#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

/**********************************************************/
--- Plotmtv1.4.4t/Lib/axislabel.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/axislabel.c Sun Sep 16 06:06:41 2001
@@ -8,7 +8,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static void print_axislabel();
--- Plotmtv1.4.4t/Lib/barchart.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/barchart.c Sun Sep 16 06:06:41 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

/*
--- Plotmtv1.4.4t/Lib/bivar.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/bivar.c Sun Sep 16 06:06:41 2001
@@ -1,6 +1,8 @@
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include

/* Useful definitions */
--- Plotmtv1.4.4t/Lib/contlist.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/contlist.c Sun Sep 16 06:06:42 2001
@@ -8,7 +8,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static void apply_contstep_prop();
--- Plotmtv1.4.4t/Lib/cube.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/cube.c Sun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include
#include "CNplot.h"

--- Plotmtv1.4.4t/Lib/cubedata.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/cubedata.c Sun Sep 16 06:06:42 2001
@@ -5,7 +5,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include
#include "CNplot.h"

--- Plotmtv1.4.4t/Lib/grid.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/grid.c Sun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static double get_1D_double_array_value();
--- Plotmtv1.4.4t/Lib/griddata.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/griddata.c Sun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

/*
--- Plotmtv1.4.4t/Lib/histogram.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/histogram.c Sun Sep 16 06:06:42 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

/*
--- Plotmtv1.4.4t/Lib/list1.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list1.c Sun Sep 16 06:06:42 2001
@@ -8,7 +8,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNproperty.h"
#include "CNdatatypes.h"
--- Plotmtv1.4.4t/Lib/list2.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list2.c Sun Sep 16 06:06:43 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static CNdslistptr make_dslist();
--- Plotmtv1.4.4t/Lib/list3.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list3.c Sun Sep 16 06:06:43 2001
@@ -4,7 +4,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNproperty.h"
#include "CNdatatypes.h"
--- Plotmtv1.4.4t/Lib/list4.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list4.c Sun Sep 16 06:06:43 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNproperty.h"
#include "CNdatatypes.h"
--- Plotmtv1.4.4t/Lib/list5.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list5.c Sun Sep 16 06:06:43 2001
@@ -5,7 +5,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

void CNgenerate_boundary();
--- Plotmtv1.4.4t/Lib/list6.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/list6.c Sun Sep 16 06:06:43 2001
@@ -7,7 +7,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

void CNgenerate_boundary_from_points();
--- Plotmtv1.4.4t/Lib/matrix.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/matrix.c Sun Sep 16 06:06:43 2001
@@ -5,7 +5,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNplot3D.h"

--- Plotmtv1.4.4t/Lib/mesh4D.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/mesh4D.c Sun Sep 16 06:06:43 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static double get_1D_double_array_value();
--- Plotmtv1.4.4t/Lib/mesh4Ddata.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/mesh4Ddata.c Sun Sep 16 06:06:44 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static double kx_index();
--- Plotmtv1.4.4t/Lib/parser.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/parser.c Sun Sep 16 06:06:44 2001
@@ -7,7 +7,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNstring.h"

--- Plotmtv1.4.4t/Lib/probe.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/probe.c Sun Sep 16 06:06:44 2001
@@ -5,7 +5,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

void CNprobe_dataset();
--- Plotmtv1.4.4t/Lib/property.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/property.c Sun Sep 16 06:06:44 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNdata.h"
#include "CNproperty.h"
#include "CNspline.h"
--- Plotmtv1.4.4t/Lib/rdm_barchart.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/rdm_barchart.c Sun Sep 16 06:06:44 2001
@@ -9,7 +9,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"


--- Plotmtv1.4.4t/Lib/rdm_column.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/rdm_column.c Sun Sep 16 06:06:45 2001
@@ -9,7 +9,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"


--- Plotmtv1.4.4t/Lib/rdm_util.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/rdm_util.c Sun Sep 16 06:06:45 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

static void reset_maxmin();
--- Plotmtv1.4.4t/Lib/sort.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/sort.c Sun Sep 16 06:06:45 2001
@@ -3,7 +3,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include "CNplot.h"

/*****************************************************
--- Plotmtv1.4.4t/Lib/vector.c.orig Mon Mar 24 06:40:30 1997
+++ Plotmtv1.4.4t/Lib/vector.c Sun Sep 16 06:06:45 2001
@@ -6,7 +6,9 @@
#include
#include
#include
+#ifndef __APPLE__
#include
+#endif
#include
#include "CNdata.h"
#include "CNround.h"

plotmtv _unstable_ port .patch