diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-06-10 20:07:44 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-06-10 20:07:44 +0800 |
commit | 57bec05df2c08efa94de1ae29587ad176b1dba2d (patch) | |
tree | d91a366f457064fdd89ab19fb2465bde20765403 /math/fung-calc/files | |
parent | e70c6d3ddfb98dad89580d4d70b53595757eee22 (diff) | |
download | freebsd-ports-gnome-57bec05df2c08efa94de1ae29587ad176b1dba2d.tar.gz freebsd-ports-gnome-57bec05df2c08efa94de1ae29587ad176b1dba2d.tar.zst freebsd-ports-gnome-57bec05df2c08efa94de1ae29587ad176b1dba2d.zip |
New port: math/fung-calc
The Fung-Calc is an advanced 3D/2D graphing calculator.
PR: 53138
Submitted by: Kirill Ponomarew
Diffstat (limited to 'math/fung-calc/files')
-rw-r--r-- | math/fung-calc/files/patch-aa | 10 | ||||
-rw-r--r-- | math/fung-calc/files/patch-ab | 10 | ||||
-rw-r--r-- | math/fung-calc/files/patch-ac | 10 | ||||
-rw-r--r-- | math/fung-calc/files/patch-ad | 10 | ||||
-rw-r--r-- | math/fung-calc/files/patch-ae | 10 | ||||
-rw-r--r-- | math/fung-calc/files/patch-af | 10 |
6 files changed, 60 insertions, 0 deletions
diff --git a/math/fung-calc/files/patch-aa b/math/fung-calc/files/patch-aa new file mode 100644 index 000000000000..f7aa5ee6bf75 --- /dev/null +++ b/math/fung-calc/files/patch-aa @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/2D/polargraphmain.ui.h.orig Tue Jun 10 10:08:35 2003 ++++ fung_calc/libfungcalcui/2D/polargraphmain.ui.h Tue Jun 10 10:08:48 2003 +@@ -6,6 +6,7 @@ + ** a constructor, and a destroy() slot in place of a destructor. + *****************************************************************************/ + #include <fstream> ++#include <ctime> + + #include "expression.h" + diff --git a/math/fung-calc/files/patch-ab b/math/fung-calc/files/patch-ab new file mode 100644 index 000000000000..f1b2d8c97689 --- /dev/null +++ b/math/fung-calc/files/patch-ab @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/2D/parametricgraphmain.ui.h.orig Tue Jun 10 10:10:00 2003 ++++ fung_calc/libfungcalcui/2D/parametricgraphmain.ui.h Tue Jun 10 10:10:09 2003 +@@ -6,6 +6,7 @@ + ** a constructor, and a destroy() slot in place of a destructor. + *****************************************************************************/ + #include <fstream> ++#include <ctime> + + #include "expression.h" + diff --git a/math/fung-calc/files/patch-ac b/math/fung-calc/files/patch-ac new file mode 100644 index 000000000000..5287c6f91a02 --- /dev/null +++ b/math/fung-calc/files/patch-ac @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/2D/statplotgraphmain.ui.h.orig Tue Jun 10 10:12:37 2003 ++++ fung_calc/libfungcalcui/2D/statplotgraphmain.ui.h Tue Jun 10 10:12:51 2003 +@@ -14,6 +14,7 @@ + #include "whiskerplot.h" + + #include <fstream> ++#include <ctime> + + void StatPlotGraphMain::init() + { diff --git a/math/fung-calc/files/patch-ad b/math/fung-calc/files/patch-ad new file mode 100644 index 000000000000..56b399a72b7a --- /dev/null +++ b/math/fung-calc/files/patch-ad @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/3D/glfunctiongraphmain.ui.h.orig Tue Jun 10 10:14:26 2003 ++++ fung_calc/libfungcalcui/3D/glfunctiongraphmain.ui.h Tue Jun 10 10:14:38 2003 +@@ -8,6 +8,7 @@ + + #include <fstream> + #include <iostream> ++#include <ctime> + + #include "expression.h" + diff --git a/math/fung-calc/files/patch-ae b/math/fung-calc/files/patch-ae new file mode 100644 index 000000000000..24b34ae5ede1 --- /dev/null +++ b/math/fung-calc/files/patch-ae @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/3D/glpolargraphmain.ui.h.orig Tue Jun 10 10:15:36 2003 ++++ fung_calc/libfungcalcui/3D/glpolargraphmain.ui.h Tue Jun 10 10:15:50 2003 +@@ -8,6 +8,7 @@ + + #include <fstream> + #include <iostream> ++#include <ctime> + + #include "expression.h" + diff --git a/math/fung-calc/files/patch-af b/math/fung-calc/files/patch-af new file mode 100644 index 000000000000..3f78528781c4 --- /dev/null +++ b/math/fung-calc/files/patch-af @@ -0,0 +1,10 @@ +--- fung_calc/libfungcalcui/3D/glcylindricalgraphmain.ui.h.orig Tue Jun 10 10:16:57 2003 ++++ fung_calc/libfungcalcui/3D/glcylindricalgraphmain.ui.h Tue Jun 10 10:17:06 2003 +@@ -8,6 +8,7 @@ + + #include <fstream> + #include <iostream> ++#include <ctime> + + #include "expression.h" + |