mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add qscanplot 0.3, a program to extract data from scanned plots, graphs and
figures.
This commit is contained in:
parent
e7f37ed6ca
commit
15e5f3afba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52870
@ -104,6 +104,7 @@
|
||||
SUBDIR += py-numeric17
|
||||
SUBDIR += py-scientific
|
||||
SUBDIR += pygist
|
||||
SUBDIR += qscanplot
|
||||
SUBDIR += rascal
|
||||
SUBDIR += rcalc
|
||||
SUBDIR += rpc
|
||||
|
23
math/qscanplot/Makefile
Normal file
23
math/qscanplot/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: qscanplot
|
||||
# Date created: 9 January 2002
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
1
math/qscanplot/distinfo
Normal file
1
math/qscanplot/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (qscanplot-0.3.tar.gz) = 8416e924e55286a0fe8bdf97d98ca12d
|
41
math/qscanplot/files/patch-configure
Normal file
41
math/qscanplot/files/patch-configure
Normal file
@ -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
|
||||
|
26
math/qscanplot/files/patch-qscanplot::Makefile.in
Normal file
26
math/qscanplot/files/patch-qscanplot::Makefile.in
Normal file
@ -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
|
14
math/qscanplot/files/patch-qscanplot::docs::Makefile.in
Normal file
14
math/qscanplot/files/patch-qscanplot::docs::Makefile.in
Normal file
@ -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@
|
14
math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in
Normal file
14
math/qscanplot/files/patch-qscanplot::docs::en::Makefile.in
Normal file
@ -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@
|
1
math/qscanplot/pkg-comment
Normal file
1
math/qscanplot/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A program to extract data from scanned plots, graphs and figures
|
4
math/qscanplot/pkg-descr
Normal file
4
math/qscanplot/pkg-descr
Normal file
@ -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/
|
52
math/qscanplot/pkg-plist
Normal file
52
math/qscanplot/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user