diff options
Diffstat (limited to 'math/qscanplot')
-rw-r--r-- | math/qscanplot/Makefile | 36 | ||||
-rw-r--r-- | math/qscanplot/distinfo | 2 | ||||
-rw-r--r-- | math/qscanplot/files/patch-configure | 64 | ||||
-rw-r--r-- | math/qscanplot/files/patch-dinterpolator.cpp | 10 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::Makefile.in | 14 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::docs::Makefile.in | 14 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in | 14 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.cpp | 11 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::lagrangeinterpolator.h | 11 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::plugins::make-all-plugins.sh | 12 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::plugins::make-plugin.sh | 31 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplot::templates::sample.qscanplotrc | 14 | ||||
-rw-r--r-- | math/qscanplot/files/patch-qscanplotview.cpp | 10 | ||||
-rw-r--r-- | math/qscanplot/pkg-descr | 2 | ||||
-rw-r--r-- | math/qscanplot/pkg-plist | 9 |
15 files changed, 0 insertions, 254 deletions
diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile deleted file mode 100644 index 0f338f09c2da..000000000000 --- a/math/qscanplot/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# New ports collection makefile for: qscanplot -# Date created: 9 January 2002 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= qscanplot -PORTVERSION= 0.4 -PORTREVISION= 8 -CATEGORIES= math -# per distfile survey, mastersite disappeared in March 2003 -MASTER_SITES= # http://www.gae.ucm.es/~gonzalez/qscanplot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= A program to extract data from scanned plots, graphs and figures - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake - -USE_XORG= x11 xext xinerama -USE_QT_VER= 3 -USE_PERL5_BUILD=yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ - LIBQT=-lqt-mt -MAKE_ENV= QTDIR=${QT_PREFIX} - -post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ - ${WRKSRC}/qscanplot/templates/sample.qscanplotrc - -.include <bsd.port.mk> diff --git a/math/qscanplot/distinfo b/math/qscanplot/distinfo deleted file mode 100644 index 4273b1abea2a..000000000000 --- a/math/qscanplot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (qscanplot-0.4.tar.gz) = 5353a959a96e8ab431824d7bfbc32414dfa09699552f28c5383ac6c2b8157c77 -SIZE (qscanplot-0.4.tar.gz) = 1318098 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" - diff --git a/math/qscanplot/pkg-descr b/math/qscanplot/pkg-descr deleted file mode 100644 index 578f93abacba..000000000000 --- a/math/qscanplot/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -QScanPlot is a program that let's you extract data from scanned plots, graphs, -figures etc. and save them into ASCII files. diff --git a/math/qscanplot/pkg-plist b/math/qscanplot/pkg-plist deleted file mode 100644 index 775626dfef77..000000000000 --- a/math/qscanplot/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/qscanplot -share/doc/qscanplot/index-1.html -share/doc/qscanplot/index-2.html -share/doc/qscanplot/index-3.html -share/doc/qscanplot/index-4.html -share/doc/qscanplot/index-5.html -share/doc/qscanplot/index-6.html -share/doc/qscanplot/index.html -@dirrm share/doc/qscanplot |