From 58523e38bed36a77db3619b767435e89ad6bfd3b Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 2 May 2011 07:30:25 +0000 Subject: remove unmaintained expired ports from math 2011-05-01 math/fudgit: Upstream disapear and distfile is no more available 2011-05-01 math/kaskade: Upstream disapear and distfile is no more available 2011-05-01 math/qscanplot: Upstream disapear and distfile is no more available 2011-05-01 math/rpc: Upstream disapear and distfile is no more available 2011-05-01 math/ss: Upstream disapear and distfile is no more available 2011-05-01 math/wmcalc: Upstream disapear and distfile is no more available --- math/kaskade/files/patch-sources_kvector.h | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 math/kaskade/files/patch-sources_kvector.h (limited to 'math/kaskade/files/patch-sources_kvector.h') diff --git a/math/kaskade/files/patch-sources_kvector.h b/math/kaskade/files/patch-sources_kvector.h deleted file mode 100644 index 52b7c3895803..000000000000 --- a/math/kaskade/files/patch-sources_kvector.h +++ /dev/null @@ -1,32 +0,0 @@ ---- ./sources/kvector.h.orig Fri Dec 10 15:20:04 1999 -+++ ./sources/kvector.h Tue Aug 16 22:39:18 2005 -@@ -12,20 +12,21 @@ - - //------------------------------------------------------------------------- - --#include --#include -+#include -+using namespace std; -+#include - - //---------------------------------------------------------------------------- - - template - --class Vector --{ -- public: -- -- T* v; -+class Vector -+{ -+ public: -+ -+ T* v; - int l, h; -- -+ - Vector(int l1, int h1) { allocate(l1, h1); } - Vector(int h1) { allocate( 1, h1); } - Vector() { allocate( 1, 1); } -- cgit v1.2.3