From 15e5f3afbad771111bbd928ccb302dbd060866df Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Thu, 10 Jan 2002 17:28:38 +0000 Subject: Add qscanplot 0.3, a program to extract data from scanned plots, graphs and figures. --- math/Makefile | 1 + math/qscanplot/Makefile | 23 ++++++++++ math/qscanplot/distinfo | 1 + math/qscanplot/files/patch-configure | 41 +++++++++++++++++ math/qscanplot/files/patch-qscanplot::Makefile.in | 26 +++++++++++ .../files/patch-qscanplot::docs::Makefile.in | 14 ++++++ .../files/patch-qscanplot::docs::en::Makefile.in | 14 ++++++ math/qscanplot/pkg-comment | 1 + math/qscanplot/pkg-descr | 4 ++ math/qscanplot/pkg-plist | 52 ++++++++++++++++++++++ 10 files changed, 177 insertions(+) create mode 100644 math/qscanplot/Makefile create mode 100644 math/qscanplot/distinfo create mode 100644 math/qscanplot/files/patch-configure create mode 100644 math/qscanplot/files/patch-qscanplot::Makefile.in create mode 100644 math/qscanplot/files/patch-qscanplot::docs::Makefile.in create mode 100644 math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in create mode 100644 math/qscanplot/pkg-comment create mode 100644 math/qscanplot/pkg-descr create mode 100644 math/qscanplot/pkg-plist (limited to 'math') diff --git a/math/Makefile b/math/Makefile index 68ae67587c64..298d80296512 100644 --- a/math/Makefile +++ b/math/Makefile @@ -104,6 +104,7 @@ SUBDIR += py-numeric17 SUBDIR += py-scientific SUBDIR += pygist + SUBDIR += qscanplot SUBDIR += rascal SUBDIR += rcalc SUBDIR += rpc diff --git a/math/qscanplot/Makefile b/math/qscanplot/Makefile new file mode 100644 index 000000000000..fac31ffe198f --- /dev/null +++ b/math/qscanplot/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: qscanplot +# Date created: 9 January 2002 +# Whom: Maxim Sobolev +# +# $FreeBSD$ +# + +PORTNAME= qscanplot +PORTVERSION= 0.3 +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= lib3ds + +MAINTAINER= sobomax@FreeBSD.org + +USE_X_PREFIX= yes +USE_QT_VER= 2 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-lm ${PTHREAD_LIBS}" \ + QTDIR=${X11BASE} + +.include diff --git a/math/qscanplot/distinfo b/math/qscanplot/distinfo new file mode 100644 index 000000000000..9879cdb5d430 --- /dev/null +++ b/math/qscanplot/distinfo @@ -0,0 +1 @@ +MD5 (qscanplot-0.3.tar.gz) = 8416e924e55286a0fe8bdf97d98ca12d diff --git a/math/qscanplot/files/patch-configure b/math/qscanplot/files/patch-configure new file mode 100644 index 000000000000..79c87b71ec81 --- /dev/null +++ b/math/qscanplot/files/patch-configure @@ -0,0 +1,41 @@ + +$FreeBSD$ + +--- configure 2002/01/10 16:20:07 1.1 ++++ configure 2002/01/10 16:20:10 +@@ -1217,7 +1217,7 @@ + fi + else + if test "$GCC" = yes; then +- CFLAGS="-O2" ++# CFLAGS="-O2" + else + CFLAGS= + fi +@@ -1233,7 +1233,7 @@ + ;; + esac + else +- CFLAGS="-O2 $CFLAGS" ++# CFLAGS="-O2 $CFLAGS" + fi + fi + +@@ -1394,7 +1394,7 @@ + fi + else + if test "$GXX" = yes; then +- CXXFLAGS="-O2" ++# CXXFLAGS="-O2" + else + CXXFLAGS= + fi +@@ -1506,7 +1506,7 @@ + CXXFLAGS="-Wold-style-cast -Wredundant-decls -Wconversion $CXXFLAGS" + fi + else +- CXXFLAGS="-O2 $CXXFLAGS" ++# CXXFLAGS="-O2 $CXXFLAGS" + fi + fi + diff --git a/math/qscanplot/files/patch-qscanplot::Makefile.in b/math/qscanplot/files/patch-qscanplot::Makefile.in new file mode 100644 index 000000000000..c2b8b2aa078e --- /dev/null +++ b/math/qscanplot/files/patch-qscanplot::Makefile.in @@ -0,0 +1,26 @@ + +$FreeBSD$ + +--- qscanplot/Makefile.in 2002/01/10 16:00:24 1.1 ++++ qscanplot/Makefile.in 2002/01/10 16:01:15 +@@ -615,16 +615,16 @@ + install-data-local: + #>- $(mkinstalldirs) /opt/kde/share/icons/ + #>+ 1 +- $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ ++# $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ + #>- $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm /opt/kde/share/icons/mini-qscanplot.xpm + #>+ 1 +- $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/mini-qscanplot.xpm ++# $(INSTALL_DATA) $(srcdir)/mini-qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/mini-qscanplot.xpm + #>- $(mkinstalldirs) /opt/kde/share/icons/ + #>+ 1 +- $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ ++# $(mkinstalldirs) $(DESTDIR)/opt/kde/share/icons/ + #>- $(INSTALL_DATA) $(srcdir)/qscanplot.xpm /opt/kde/share/icons/qscanplot.xpm + #>+ 1 +- $(INSTALL_DATA) $(srcdir)/qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/qscanplot.xpm ++# $(INSTALL_DATA) $(srcdir)/qscanplot.xpm $(DESTDIR)/opt/kde/share/icons/qscanplot.xpm + + uninstall-local: + #>- -rm -f /opt/kde/share/icons/mini-qscanplot.xpm diff --git a/math/qscanplot/files/patch-qscanplot::docs::Makefile.in b/math/qscanplot/files/patch-qscanplot::docs::Makefile.in new file mode 100644 index 000000000000..2c1152500958 --- /dev/null +++ b/math/qscanplot/files/patch-qscanplot::docs::Makefile.in @@ -0,0 +1,14 @@ + +$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 new file mode 100644 index 000000000000..59b385d92e1e --- /dev/null +++ b/math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in @@ -0,0 +1,14 @@ + +$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/pkg-comment b/math/qscanplot/pkg-comment new file mode 100644 index 000000000000..f3ba0414a032 --- /dev/null +++ b/math/qscanplot/pkg-comment @@ -0,0 +1 @@ +A program to extract data from scanned plots, graphs and figures diff --git a/math/qscanplot/pkg-descr b/math/qscanplot/pkg-descr new file mode 100644 index 000000000000..d4214d0ada9c --- /dev/null +++ b/math/qscanplot/pkg-descr @@ -0,0 +1,4 @@ +QScanPlot is a program that let's you extract data from scanned plots, graphs, +figures etc. and save them into ASCII files. + +WWW: http://www.gae.ucm.es/~gonzalez/qscanplot/ diff --git a/math/qscanplot/pkg-plist b/math/qscanplot/pkg-plist new file mode 100644 index 000000000000..901bc9a2039b --- /dev/null +++ b/math/qscanplot/pkg-plist @@ -0,0 +1,52 @@ +bin/qscanplot +share/doc/qscanplot/abund_qsp.xml +share/doc/qscanplot/axispoint.jpg +share/doc/qscanplot/btnapointer.jpg +share/doc/qscanplot/btncpointer.jpg +share/doc/qscanplot/btnexport.jpg +share/doc/qscanplot/btnexportpreview.jpg +share/doc/qscanplot/btnexportsetup.jpg +share/doc/qscanplot/btnfilenew.jpg +share/doc/qscanplot/btnfileopen.jpg +share/doc/qscanplot/btnimport.jpg +share/doc/qscanplot/btnnewaxes.jpg +share/doc/qscanplot/btnnewcurve.jpg +share/doc/qscanplot/btnnewgrid.jpg +share/doc/qscanplot/btnnpointer.jpg +share/doc/qscanplot/btnrecycle.jpg +share/doc/qscanplot/btnsave.jpg +share/doc/qscanplot/btnselectaxes.jpg +share/doc/qscanplot/btnselectcurve.jpg +share/doc/qscanplot/btnwhatsthis.jpg +share/doc/qscanplot/cr_abund.jpg +share/doc/qscanplot/editaxes.jpg +share/doc/qscanplot/editcurves.jpg +share/doc/qscanplot/editgrids.jpg +share/doc/qscanplot/elementsmenu.jpg +share/doc/qscanplot/export.jpg +share/doc/qscanplot/exportpreview.jpg +share/doc/qscanplot/exportsetup.jpg +share/doc/qscanplot/filemenu.jpg +share/doc/qscanplot/import.jpg +share/doc/qscanplot/imported100.jpg +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-7.html +share/doc/qscanplot/index.html +share/doc/qscanplot/interpolators.jpg +share/doc/qscanplot/main_window.jpg +share/doc/qscanplot/newaxes.jpg +share/doc/qscanplot/newcurve.jpg +share/doc/qscanplot/newgrid.jpg +share/doc/qscanplot/optionsmenu.jpg +share/doc/qscanplot/qscanplot_image.png +share/doc/qscanplot/qscanplot_splash.png +share/doc/qscanplot/ready.jpg +share/doc/qscanplot/sample.tar.gz +share/doc/qscanplot/special.jpg +share/doc/qscanplot/viewmenu.jpg +@dirrm share/doc/qscanplot -- cgit v1.2.3