diff options
author | naddy <naddy@FreeBSD.org> | 2003-04-24 08:30:14 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-04-24 08:30:14 +0800 |
commit | 64c59b992ad9453f3695f317a64da1c90c02f560 (patch) | |
tree | c0edef7dc70be483e5fe36b242400eb1d92a1d09 | |
parent | d4690d4c526a9c40f17ad43b51141e7555be1550 (diff) | |
download | freebsd-ports-gnome-64c59b992ad9453f3695f317a64da1c90c02f560.tar.gz freebsd-ports-gnome-64c59b992ad9453f3695f317a64da1c90c02f560.tar.zst freebsd-ports-gnome-64c59b992ad9453f3695f317a64da1c90c02f560.zip |
Update to version 3.38
PR: 51056
Submitted by: Ports Fury
-rw-r--r-- | math/topaz/Makefile | 2 | ||||
-rw-r--r-- | math/topaz/distinfo | 2 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::buffarray.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::convtxt.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::filepoint.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::msgbuff.cc | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::objectlist.h | 13 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::styledisp.h | 11 | ||||
-rw-r--r-- | math/topaz/files/patch-topaz::vectdefs.h | 11 |
9 files changed, 2 insertions, 81 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile index 7aa69b9dd124..5a7028326867 100644 --- a/math/topaz/Makefile +++ b/math/topaz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= topaz -PORTVERSION= 3.37 +PORTVERSION= 3.38 CATEGORIES= math MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src diff --git a/math/topaz/distinfo b/math/topaz/distinfo index b1973cbc1222..5fbc166e06b7 100644 --- a/math/topaz/distinfo +++ b/math/topaz/distinfo @@ -1 +1 @@ -MD5 (topaz-3_37-src.tar.gz) = 451df9b50a157f5e4ee85d35f3188007 +MD5 (topaz-3_38-src.tar.gz) = b91080b08c836890232b715088d2c34f diff --git a/math/topaz/files/patch-topaz::buffarray.h b/math/topaz/files/patch-topaz::buffarray.h deleted file mode 100644 index b65ff58988d8..000000000000 --- a/math/topaz/files/patch-topaz::buffarray.h +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/buffarray.h.orig Wed Dec 4 23:02:26 2002 -+++ topaz/buffarray.h Fri Dec 27 04:24:29 2002 -@@ -27,6 +27,8 @@ - - #include <string> - -+using namespace std; -+ - - - class buffarray diff --git a/math/topaz/files/patch-topaz::convtxt.h b/math/topaz/files/patch-topaz::convtxt.h deleted file mode 100644 index 23136297b63b..000000000000 --- a/math/topaz/files/patch-topaz::convtxt.h +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/convtxt.h.orig Wed Dec 4 23:02:26 2002 -+++ topaz/convtxt.h Fri Dec 27 04:33:13 2002 -@@ -25,6 +25,8 @@ - #define __convtxt_h - #include <string> - -+using namespace std; -+ - extern bool tosavetxt(char *in, string *out); - extern bool fromsavetxt(char *in, string *out); - extern char *topazfgets(char *s, int size, FILE *fp); diff --git a/math/topaz/files/patch-topaz::filepoint.h b/math/topaz/files/patch-topaz::filepoint.h deleted file mode 100644 index 42ecd0cbc444..000000000000 --- a/math/topaz/files/patch-topaz::filepoint.h +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/filepoint.h.orig Wed Dec 4 23:02:26 2002 -+++ topaz/filepoint.h Fri Dec 27 04:46:14 2002 -@@ -26,6 +26,8 @@ - # include <stdio.h> - # include <string> - -+using namespace std; -+ - - class HandleElement - { diff --git a/math/topaz/files/patch-topaz::msgbuff.cc b/math/topaz/files/patch-topaz::msgbuff.cc deleted file mode 100644 index 7a043464b25c..000000000000 --- a/math/topaz/files/patch-topaz::msgbuff.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/msgbuff.cc.orig Wed Dec 4 23:02:26 2002 -+++ topaz/msgbuff.cc Fri Dec 27 04:36:46 2002 -@@ -30,6 +30,8 @@ - #include "msgbuff.h" - #include "kanji.h" - -+using namespace std; -+ - extern int tabnumber; - extern WINDOW *menuwin, *msgwin, *sepwin ,*titlewin; - diff --git a/math/topaz/files/patch-topaz::objectlist.h b/math/topaz/files/patch-topaz::objectlist.h deleted file mode 100644 index bad7a9d2ed6f..000000000000 --- a/math/topaz/files/patch-topaz::objectlist.h +++ /dev/null @@ -1,13 +0,0 @@ ---- topaz/objectlist.h.orig Wed Dec 4 23:02:26 2002 -+++ topaz/objectlist.h Fri Dec 27 04:41:21 2002 -@@ -24,6 +24,10 @@ - #if !defined(__objectlist_h) - #define __objectlist_h - -+#include <string> -+ -+using namespace std; -+ - #include "topazcurses.h" - int objectlist(WINDOW *win, int mode, string *objtype); - diff --git a/math/topaz/files/patch-topaz::styledisp.h b/math/topaz/files/patch-topaz::styledisp.h deleted file mode 100644 index b70c045e963a..000000000000 --- a/math/topaz/files/patch-topaz::styledisp.h +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/styledisp.h.orig Wed Dec 4 23:02:28 2002 -+++ topaz/styledisp.h Fri Dec 27 04:44:03 2002 -@@ -26,6 +26,8 @@ - - #include <string> - -+using namespace std; -+ - extern bool getlinestylename(int id, string *out); - bool getcolorname(unsigned int r, unsigned int g,unsigned int b, string *out); - bool getmarkerstylename(int id, string *out); diff --git a/math/topaz/files/patch-topaz::vectdefs.h b/math/topaz/files/patch-topaz::vectdefs.h deleted file mode 100644 index 51cb4dde0683..000000000000 --- a/math/topaz/files/patch-topaz::vectdefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- topaz/vectdefs.h.orig Wed Dec 4 23:02:28 2002 -+++ topaz/vectdefs.h Fri Dec 27 04:37:32 2002 -@@ -28,6 +28,8 @@ - #include "vect.h" - #include "pointdefs.h" - -+using namespace std; -+ - typedef rvect<int> intarray; - typedef rvect<double> doublearray; - typedef vect<string> stringarray; |