summaryrefslogtreecommitdiffstats
path: root/math/qwtplot3d-qt4
diff options
context:
space:
mode:
Diffstat (limited to 'math/qwtplot3d-qt4')
-rw-r--r--math/qwtplot3d-qt4/Makefile46
-rw-r--r--math/qwtplot3d-qt4/distinfo2
-rw-r--r--math/qwtplot3d-qt4/pkg-descr26
-rw-r--r--math/qwtplot3d-qt4/pkg-plist30
4 files changed, 104 insertions, 0 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile
new file mode 100644
index 0000000..da4bc1c
--- /dev/null
+++ b/math/qwtplot3d-qt4/Makefile
@@ -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>
diff --git a/math/qwtplot3d-qt4/distinfo b/math/qwtplot3d-qt4/distinfo
new file mode 100644
index 0000000..5dfc3f7
--- /dev/null
+++ b/math/qwtplot3d-qt4/distinfo
@@ -0,0 +1,2 @@
+MD5 (qwtplot3d-0.2.4-beta.tgz) = 063bcd47364b35be3c6182dca03be60d
+SIZE (qwtplot3d-0.2.4-beta.tgz) = 246058
diff --git a/math/qwtplot3d-qt4/pkg-descr b/math/qwtplot3d-qt4/pkg-descr
new file mode 100644
index 0000000..cff4579
--- /dev/null
+++ b/math/qwtplot3d-qt4/pkg-descr
@@ -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/
diff --git a/math/qwtplot3d-qt4/pkg-plist b/math/qwtplot3d-qt4/pkg-plist
new file mode 100644
index 0000000..67be6f5
--- /dev/null
+++ b/math/qwtplot3d-qt4/pkg-plist
@@ -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
OpenPOWER on IntegriCloud