summaryrefslogtreecommitdiff
path: root/math/qscanplot/files
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:30:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-05-02 07:30:25 +0000
commit58523e38bed36a77db3619b767435e89ad6bfd3b (patch)
tree921a78b53bb8bf1d3569bb70ac9eb127937f6a03 /math/qscanplot/files
parentRemoved cruft introduced in the last commit (diff)
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
Notes
Notes: svn path=/head/; revision=273453
Diffstat (limited to 'math/qscanplot/files')
-rw-r--r--math/qscanplot/files/patch-configure64
-rw-r--r--math/qscanplot/files/patch-dinterpolator.cpp10
-rw-r--r--math/qscanplot/files/patch-qscanplot::Makefile.in14
-rw-r--r--math/qscanplot/files/patch-qscanplot::docs::Makefile.in14
-rw-r--r--math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in14
-rw-r--r--math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.cpp11
-rw-r--r--math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.h11
-rw-r--r--math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh12
-rw-r--r--math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh31
-rw-r--r--math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc14
-rw-r--r--math/qscanplot/files/patch-qscanplotview.cpp10
11 files changed, 0 insertions, 205 deletions
diff --git a/math/qscanplot/files/patch-configure b/math/qscanplot/files/patch-configure
deleted file mode 100644
index 7105dcf6d1a1..000000000000
--- a/math/qscanplot/files/patch-configure
+++ /dev/null
@@ -1,64 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Sun Apr 21 13:34:06 2002
-+++ configure Tue Apr 23 22:08:24 2002
-@@ -1117,10 +1117,10 @@
-
- # The aliases save the names the user supplied, while $host etc.
- # will get canonicalized.
--test -n "$target_alias" &&
-- test "$program_prefix$program_suffix$program_transform_name" = \
-- NONENONEs,x,x, &&
-- program_prefix=${target_alias}-
-+#test -n "$target_alias" &&
-+# test "$program_prefix$program_suffix$program_transform_name" = \
-+# NONENONEs,x,x, &&
-+# program_prefix=${target_alias}-
- test -z "$target_alias" &&
- target_alias=$ac_cv_target
-
-@@ -2045,7 +2045,7 @@
- fi
- else
- if test "$GCC" = yes; then
-- CFLAGS="-O2"
-+# CFLAGS="-O2"
- else
- CFLAGS=
- fi
-@@ -2170,7 +2170,7 @@
- ;;
- esac
- else
-- CFLAGS="-O2 $CFLAGS"
-+# CFLAGS="-O2 $CFLAGS"
- fi
- fi
-
-@@ -2392,7 +2392,7 @@
- fi
- else
- if test "$GXX" = yes; then
-- CXXFLAGS="-O2"
-+# CXXFLAGS="-O2"
- else
- CXXFLAGS=
- fi
-@@ -2589,7 +2589,7 @@
- CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS"
- fi
- else
-- CXXFLAGS="-O2 $CXXFLAGS"
-+# CXXFLAGS="-O2 $CXXFLAGS"
- fi
- fi
-
-@@ -8669,6 +8669,7 @@
- else
- LIB_QT="$kde_int_qt "'$(LIBPNG) $(LIBJPEG)'
- fi
-+LIB_QT="$LIBQT $LIB_QT"
-
- DO_NOT_COMPILE="$DO_NOT_COMPILE CVS debian bsd-port admin"
-
diff --git a/math/qscanplot/files/patch-dinterpolator.cpp b/math/qscanplot/files/patch-dinterpolator.cpp
deleted file mode 100644
index 32ecab3fb7f5..000000000000
--- a/math/qscanplot/files/patch-dinterpolator.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- qscanplot/dinterpolator.cpp.orig Tue Feb 17 14:15:08 2004
-+++ qscanplot/dinterpolator.cpp Tue Feb 17 14:15:25 2004
-@@ -30,6 +30,7 @@
- #include "dinterpolator.h"
- #include <qlistbox.h>
- #include <qmultilineedit.h>
-+#include <qregexp.h>
-
- dInterpolator::dInterpolator(QWidget *parent, const char *name, bool modal )
- : dlgInterpolator(parent,name,modal)
diff --git a/math/qscanplot/files/patch-qscanplot::Makefile.in b/math/qscanplot/files/patch-qscanplot::Makefile.in
deleted file mode 100644
index 2e25a57ae1d2..000000000000
--- a/math/qscanplot/files/patch-qscanplot::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- qscanplot/Makefile.in 2002/04/23 10:07:59 1.1
-+++ qscanplot/Makefile.in 2002/04/23 10:08:15
-@@ -226,7 +226,7 @@
- INTERFACES = dlgNewPlugin.ui dlgPreferences.ui dlgNewElement.ui dlgModels.ui dlgInterpolator.ui dlgGrid.ui dlgExportSetup.ui dlgExportPreview.ui dlgEditElement.ui dlgAxisPoint.ui dlgAbout.ui
- TRANSLATIONS =
- KDE_OPTIONS = qtonly
--qscanplot_LDADD = -ldl -lm $(LIB_QT) $(LIBSOCKET)
-+qscanplot_LDADD = -lm $(LIB_QT) $(LIBSOCKET)
-
- SUBDIRS = docs plugins templates
-
diff --git a/math/qscanplot/files/patch-qscanplot::docs::Makefile.in b/math/qscanplot/files/patch-qscanplot::docs::Makefile.in
deleted file mode 100644
index 2c1152500958..000000000000
--- a/math/qscanplot/files/patch-qscanplot::docs::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- qscanplot/docs/Makefile.in 2002/01/10 15:56:35 1.1
-+++ qscanplot/docs/Makefile.in 2002/01/10 15:57:01
-@@ -19,7 +19,7 @@
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
--prefix = @prefix@
-+prefix = @prefix@/share
- exec_prefix = @exec_prefix@
- #>-
- bindir = @bindir@
diff --git a/math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in b/math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in
deleted file mode 100644
index 59b385d92e1e..000000000000
--- a/math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- qscanplot/docs/en/Makefile.in 2002/01/10 15:57:09 1.1
-+++ qscanplot/docs/en/Makefile.in 2002/01/10 15:57:21
-@@ -19,7 +19,7 @@
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
- VPATH = @srcdir@
--prefix = @prefix@
-+prefix = @prefix@/share
- exec_prefix = @exec_prefix@
- #>-
- bindir = @bindir@
diff --git a/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.cpp b/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.cpp
deleted file mode 100644
index 808a3e2a72d3..000000000000
--- a/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- qscanplot/lagrangeinterpolator.cpp.orig Sat Mar 30 17:30:42 2002
-+++ qscanplot/lagrangeinterpolator.cpp Thu Dec 23 20:19:26 2004
-@@ -32,7 +32,7 @@
- // Implementation of class LagrangeInterpolator
-
- /** Constructor */
--LagrangeInterpolator::LagrangeInterpolator(double *px, double *py, int n=0)
-+LagrangeInterpolator::LagrangeInterpolator(double *px=0, double *py=0, int n=0)
- : Interpolator(px,py), length(n) {}
-
- /** Sets the length of the vectors */
diff --git a/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.h b/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.h
deleted file mode 100644
index 269e1705e118..000000000000
--- a/math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- qscanplot/lagrangeinterpolator.h.orig Sat Mar 30 17:30:43 2002
-+++ qscanplot/lagrangeinterpolator.h Thu Dec 23 20:20:14 2004
-@@ -41,7 +41,7 @@
-
- public:
-
-- LagrangeInterpolator(double*px=0, double*py=0, int n=0); // constructor
-+ LagrangeInterpolator(double*px, double*py, int n); // constructor
-
- public:
- void setLength(int n);
diff --git a/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh b/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
deleted file mode 100644
index b84311483c68..000000000000
--- a/math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-
-$FreeBSD$
-
---- qscanplot/plugins/make-all-plugins.sh 2002/04/23 09:48:36 1.1
-+++ qscanplot/plugins/make-all-plugins.sh 2002/04/23 09:51:37
-@@ -4,5 +4,5 @@
-
- for i in `cat FUNCTIONS`; do
- echo ; echo \# Generating plugin for function \"$i\":
-- . make-plugin.sh $i
-+ ./make-plugin.sh $i
- done
diff --git a/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh b/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
deleted file mode 100644
index 6f630150df3a..000000000000
--- a/math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh
+++ /dev/null
@@ -1,31 +0,0 @@
---- qscanplot/plugins/make-plugin.sh.orig Sun Apr 14 11:42:17 2002
-+++ qscanplot/plugins/make-plugin.sh Tue Feb 17 14:12:11 2004
-@@ -1,14 +1,5 @@
- #! /bin/sh
-
--TMAKEPATH=/usr/lib/tmake/linux-g++
--
--export TMAKEPATH
--
--if [ ! -d $TMAKEPATH ]; then
-- echo Directory $TMAKEPATH selected for TMAKEPATH does not exist
-- exit 1
--fi
--
- plg=$1
-
- plgcpp=$plg.cpp
-@@ -34,11 +25,11 @@
-
- echo Generating makefile . . .
-
--tmake -o $plgmak $plgpro
-+qmake -o $plgmak $plgpro
-
- echo Building plugin $plg
-
--make -f $plgmak
-+gmake -f $plgmak
- rm -f $plgmak $plgpro $plg.o
-
- echo done.
diff --git a/math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc b/math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc
deleted file mode 100644
index 08b3ac9b5693..000000000000
--- a/math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- qscanplot/templates/sample.qscanplotrc 2002/04/23 20:34:58 1.1
-+++ qscanplot/templates/sample.qscanplotrc 2002/04/23 20:35:32
-@@ -7,7 +7,7 @@
- <option key="Font_Weight" value="75" />
- <option key="GUI_Style" value="5" />
- <option key="Initial_Zoom" value="100" />
-- <option key="Plugins_Directory" value="/usr/lib/qscanplot/plugins/" />
-+ <option key="Plugins_Directory" value="%%PREFIX%%/lib/qscanplot/plugins/" />
- <option key="Splash" value="true" />
- <option key="Window_Height" value="738" />
- <option key="Window_Width" value="848" />
diff --git a/math/qscanplot/files/patch-qscanplotview.cpp b/math/qscanplot/files/patch-qscanplotview.cpp
deleted file mode 100644
index d1d816a9315b..000000000000
--- a/math/qscanplot/files/patch-qscanplotview.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- qscanplot/qscanplotview.cpp.orig Tue Feb 17 14:17:51 2004
-+++ qscanplot/qscanplotview.cpp Tue Feb 17 14:18:09 2004
-@@ -33,6 +33,7 @@
- #include <qpainter.h>
- #include <qapplication.h>
- #include <qmsgbox.h>
-+#include <qcursor.h>
-
- #include "resource.h"
-