ports/80849: [New Port] math/qtiplot: An Origin clone for data analysis and scientific plotting

Jie Gao gaoj at cpsc.ucalgary.ca
Tue May 10 06:20:01 UTC 2005


>Number:         80849
>Category:       ports
>Synopsis:       [New Port] math/qtiplot: An Origin clone for data analysis and scientific plotting
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 10 06:20:00 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Jie Gao
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD aibsd 5.4-STABLE FreeBSD 5.4-STABLE #1: Tue May 3 14:50:32 MDT 2005 gaoj at aibsd:/usr/src/sys/i386/compile/AIBSD i386


	
>Description:
	
A new port: math/qtiplot

It is a Qt based plotting program, aimed at being a clone of Origin. It
features: 

  * Neat 2D and 3D data plotting
  * ASCII-Import
  * Spreadsheet and calculations in column-logic
  * Great non-linear y=f(x) curve fitting and estimation of statistical
    errors of the fit-parameters

WWW: http://soft.proindependent.com/qtiplot.html

>How-To-Repeat:
	
N/A
>Fix:

The shar script of the port skeleton is enclosed. This port requires a fix
of x11-toolkits/qwt's shared library problem, which is in PR ports/80846.
Otherwise it will not run.

	

--- math-qtiplot-shar.sh begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	math/qtiplot
#	math/qtiplot/Makefile
#	math/qtiplot/distinfo
#	math/qtiplot/pkg-descr
#
echo c - math/qtiplot
mkdir -p math/qtiplot > /dev/null 2>&1
echo x - math/qtiplot/Makefile
sed 's/^X//' >math/qtiplot/Makefile << 'END-of-math/qtiplot/Makefile'
X# New ports collection makefile for:	qtiplot
X# Date created:			9 May 2005
X# Whom:				Jie Gao <gaoj at cpsc.ucalgary.ca>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qtiplot
XPORTVERSION=	0.6.0
XCATEGORIES=	math science
XMASTER_SITES=	http://soft.proindependent.com/
X
XMAINTAINER=	gaoj at cpsc.ucalgary.ca
XCOMMENT=	An Origin clone for data analysis and scientific plotting
X
XUSE_ZIP=	yes
XUSE_REINPLACE=	yes
XUSE_GMAKE=	yes
XBUILD_DEPENDS=	qmake:${PORTSDIR}/devel/qmake
X
XLIB_DEPENDS=	gsl:${PORTSDIR}/math/gsl \
X		qwt:${PORTSDIR}/x11-toolkits/qwt \
X		qwtplot3d:${PORTSDIR}/math/qwtplot3d
X
XPLIST_FILES=	bin/qtiplot
X
XUSE_QT_VER=	3
XMAKE_ENV=	QTDIR=${QT_PREFIX}
X
Xpre-configure:
X	@${REINPLACE_CMD} -e \
X		"s:/home/ion/qt/qwt-4.2.0/include:${LOCALBASE}/include/qwt:" \
X		-e "s:/home/ion/qt/qwtplot3d/include:${X11BASE}/include:" \
X		-e "/^unix:LIBS/s:-L /usr/lib:-L${LOCALBASE}/lib:" \
X		${WRKSRC}/qtiplot.pro
X
Xdo-configure:
X	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
X		-spec freebsd-g++ qtiplot.pro
X
Xdo-build:
X	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE}
X
Xpost-configure:
X	@${REINPLACE_CMD} -e "/^CX*FLAGS/s:$$: ${CFLAGS}:" ${WRKSRC}/Makefile
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/qtiplot ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-math/qtiplot/Makefile
echo x - math/qtiplot/distinfo
sed 's/^X//' >math/qtiplot/distinfo << 'END-of-math/qtiplot/distinfo'
XMD5 (qtiplot-0.6.0.zip) = c46768ad8a44f8704c9e3350811e3882
XSIZE (qtiplot-0.6.0.zip) = 336339
END-of-math/qtiplot/distinfo
echo x - math/qtiplot/pkg-descr
sed 's/^X//' >math/qtiplot/pkg-descr << 'END-of-math/qtiplot/pkg-descr'
XThe purpose of QtiPlot was to develop a free, platform independent clone of
XOrigin. The result is still far away from it's model, but there's a "wish to"
Xlist that is being constantly worked on.
X
XFeatures:
X
X  * Neat 2D and 3D data plotting
X  * ASCII-Import
X  * Spreadsheet and calculations in column-logic
X  * Great non-linear y=f(x) curve fitting and estimation of statistical
X    errors of the fit-parameters
X
XWWW: http://soft.proindependent.com/qtiplot.html
END-of-math/qtiplot/pkg-descr
exit
--- math-qtiplot-shar.sh ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list