aboutsummaryrefslogtreecommitdiff
path: root/math/qwtplot3d
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-06-21 17:27:21 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-06-21 17:27:21 +0000
commit3f2ac340dd04b0054eaf682dfdc85ca5df04a1af (patch)
tree7c5bc19836b9d1f5efd0794d290a0c96c98172e0 /math/qwtplot3d
parentdfccf0581f766091111b593ffbeb46e8f4c4e733 (diff)
downloadports-3f2ac340dd04b0054eaf682dfdc85ca5df04a1af.tar.gz
ports-3f2ac340dd04b0054eaf682dfdc85ca5df04a1af.zip
- Assign maintainership to submitter
- portlint(1) tweaks (spaces->tabs, shorten pkg-descr) PR: ports/99249 Submitted by: Max Brazhnikov <makc@issp.ac.ru> Approved by: ahze (mentor)
Notes
Notes: svn path=/head/; revision=165974
Diffstat (limited to 'math/qwtplot3d')
-rw-r--r--math/qwtplot3d/Makefile6
-rw-r--r--math/qwtplot3d/pkg-descr14
2 files changed, 9 insertions, 11 deletions
diff --git a/math/qwtplot3d/Makefile b/math/qwtplot3d/Makefile
index c09622842de3..7818a0b11f24 100644
--- a/math/qwtplot3d/Makefile
+++ b/math/qwtplot3d/Makefile
@@ -13,15 +13,15 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= makc@issp.ac.ru
COMMENT= A 3D plotting widget for scientific data and mathematical expressions
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-USE_QT_VER= 3
+USE_QT_VER= 3
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAKE_ENV= QTDIR=${X11BASE} \
+MAKE_ENV= QTDIR=${X11BASE} \
MOC=${MOC}
INSTALLS_SHLIB= yes
diff --git a/math/qwtplot3d/pkg-descr b/math/qwtplot3d/pkg-descr
index b342119c657a..85e00e3fa14b 100644
--- a/math/qwtplot3d/pkg-descr
+++ b/math/qwtplot3d/pkg-descr
@@ -1,5 +1,5 @@
-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.
+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
@@ -9,18 +9,16 @@ Features
functions
* Interactive mouse and keyboard handling
* Resolution changing on the fly
- * Reading from MESH data files
+ * Reading from MESH and FEM 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
+ * Free color model, and color legends
+ * Flat/Gouraud shading
* Pixmap output (all Qt supported formats)
- * Vector output (PostScript, EPS and PDF) via gl2ps
+ * Vector output (PostScript, EPS and PDF) via gl2ps
WWW: http://qwtplot3d.sourceforge.net/