add qwtplot3d 0.2.4 beta

A 3D plotting widget for scientific data and mathematical expressions
This commit is contained in:
Ying-Chieh Liao 2004-08-30 09:22:45 +00:00
parent bdde5eee0e
commit 9241753e8d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117647
9 changed files with 209 additions and 0 deletions

View file

@ -187,6 +187,7 @@
SUBDIR += qhull
SUBDIR += qscanplot
SUBDIR += qalculate
SUBDIR += qwtplot3d
SUBDIR += rascal
SUBDIR += rpc
SUBDIR += rpy

View file

@ -0,0 +1,46 @@
# ex:ts=8
# Ports collection makefile for: qwtplot3d
# Date created: Aug 30, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qwtplot3d
PORTVERSION= 0.2.4.b
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D plotting widget for scientific data and mathematical expressions
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_QT_VER= 3
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV= QTDIR=${X11BASE} \
MOC=${MOC}
INSTALLS_SHLIB= yes
pre-build:
@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
do-install:
${CP} ${WRKSRC}/include/* ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so.0
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
MD5 (qwtplot3d-0.2.4-beta.tgz) = 063bcd47364b35be3c6182dca03be60d
SIZE (qwtplot3d-0.2.4-beta.tgz) = 246058

View file

@ -0,0 +1,26 @@
QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ programming
library. She provides essentially a bunch of 3D-widgets for programmers.
Features
* Parametric Surfaces
* Lighting (experimental)
* User defined visual objects
* Scaling, rotating, shifting, zooming of data sets and mathematical
functions
* Interactive mouse and keyboard handling
* Resolution changing on the fly
* Reading from MESH data files
* Data structures providing nodes and triangulation
* Reading from FEM files
* Flat (2D) labeling
* Wireframe, filled polygons, hidden line
* Floor projections (Isolines, Data)
* Free configurable (labeling, numbering; linear, log or user-defined
transformations) and autoscalable axes
* Free color model
* Flat/Gouraud shading
* Color legends
* Pixmap output (all Qt supported formats)
* Vector output (PostScript, EPS and PDF) via gl2ps
WWW: http://qwtploted.sourceforge.net/

View file

@ -0,0 +1,30 @@
include/qwt3d_autoptr.h
include/qwt3d_autoscaler.h
include/qwt3d_axis.h
include/qwt3d_color.h
include/qwt3d_colorlegend.h
include/qwt3d_coordsys.h
include/qwt3d_drawable.h
include/qwt3d_enrichment.h
include/qwt3d_enrichment_std.h
include/qwt3d_function.h
include/qwt3d_global.h
include/qwt3d_graphplot.h
include/qwt3d_gridmapping.h
include/qwt3d_helper.h
include/qwt3d_io.h
include/qwt3d_io_gl2ps.h
include/qwt3d_io_reader.h
include/qwt3d_label.h
include/qwt3d_mapping.h
include/qwt3d_multiplot.h
include/qwt3d_openglhelper.h
include/qwt3d_parametricsurface.h
include/qwt3d_plot.h
include/qwt3d_scale.h
include/qwt3d_surfaceplot.h
include/qwt3d_types.h
include/qwt3d_volumeplot.h
lib/libqwtplot3d.so
lib/libqwtplot3d.so.0
lib/libqwtplot3d.so.0.2.4

46
math/qwtplot3d/Makefile Normal file
View file

@ -0,0 +1,46 @@
# ex:ts=8
# Ports collection makefile for: qwtplot3d
# Date created: Aug 30, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= qwtplot3d
PORTVERSION= 0.2.4.b
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A 3D plotting widget for scientific data and mathematical expressions
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
USE_QT_VER= 3
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV= QTDIR=${X11BASE} \
MOC=${MOC}
INSTALLS_SHLIB= yes
pre-build:
@cd ${WRKSRC}; qmake -spec ${LOCALBASE}/share/qt/mkspecs/freebsd-g++ ${PORTNAME}.pro
do-install:
${CP} ${WRKSRC}/include/* ${PREFIX}/include
${INSTALL_DATA} ${WRKSRC}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so.0
${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so
.if !defined(NOPORTDOCS)
@${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}
@${FIND} ${EXAMPLESDIR} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${EXAMPLESDIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endif
.include <bsd.port.mk>

2
math/qwtplot3d/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (qwtplot3d-0.2.4-beta.tgz) = 063bcd47364b35be3c6182dca03be60d
SIZE (qwtplot3d-0.2.4-beta.tgz) = 246058

26
math/qwtplot3d/pkg-descr Normal file
View file

@ -0,0 +1,26 @@
QwtPlot3D is not a program, but a feature-rich Qt/OpenGL-based C++ programming
library. She provides essentially a bunch of 3D-widgets for programmers.
Features
* Parametric Surfaces
* Lighting (experimental)
* User defined visual objects
* Scaling, rotating, shifting, zooming of data sets and mathematical
functions
* Interactive mouse and keyboard handling
* Resolution changing on the fly
* Reading from MESH data files
* Data structures providing nodes and triangulation
* Reading from FEM files
* Flat (2D) labeling
* Wireframe, filled polygons, hidden line
* Floor projections (Isolines, Data)
* Free configurable (labeling, numbering; linear, log or user-defined
transformations) and autoscalable axes
* Free color model
* Flat/Gouraud shading
* Color legends
* Pixmap output (all Qt supported formats)
* Vector output (PostScript, EPS and PDF) via gl2ps
WWW: http://qwtploted.sourceforge.net/

30
math/qwtplot3d/pkg-plist Normal file
View file

@ -0,0 +1,30 @@
include/qwt3d_autoptr.h
include/qwt3d_autoscaler.h
include/qwt3d_axis.h
include/qwt3d_color.h
include/qwt3d_colorlegend.h
include/qwt3d_coordsys.h
include/qwt3d_drawable.h
include/qwt3d_enrichment.h
include/qwt3d_enrichment_std.h
include/qwt3d_function.h
include/qwt3d_global.h
include/qwt3d_graphplot.h
include/qwt3d_gridmapping.h
include/qwt3d_helper.h
include/qwt3d_io.h
include/qwt3d_io_gl2ps.h
include/qwt3d_io_reader.h
include/qwt3d_label.h
include/qwt3d_mapping.h
include/qwt3d_multiplot.h
include/qwt3d_openglhelper.h
include/qwt3d_parametricsurface.h
include/qwt3d_plot.h
include/qwt3d_scale.h
include/qwt3d_surfaceplot.h
include/qwt3d_types.h
include/qwt3d_volumeplot.h
lib/libqwtplot3d.so
lib/libqwtplot3d.so.0
lib/libqwtplot3d.so.0.2.4