diff options
author | shaun <shaun@FreeBSD.org> | 2006-06-21 17:27:21 +0000 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-06-21 17:27:21 +0000 |
commit | a308a84e5c8adc1c6f72a160072c5f87418a1d62 (patch) | |
tree | f81f33079b46d96fea662d8ea5ca6fe3377613da /math/qwtplot3d | |
parent | c25c9fe93c2c1fad05ba19a3bab3a39ec627b3f6 (diff) | |
download | FreeBSD-ports-a308a84e5c8adc1c6f72a160072c5f87418a1d62.zip FreeBSD-ports-a308a84e5c8adc1c6f72a160072c5f87418a1d62.tar.gz |
- 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)
Diffstat (limited to 'math/qwtplot3d')
-rw-r--r-- | math/qwtplot3d/Makefile | 6 | ||||
-rw-r--r-- | math/qwtplot3d/pkg-descr | 14 |
2 files changed, 9 insertions, 11 deletions
diff --git a/math/qwtplot3d/Makefile b/math/qwtplot3d/Makefile index c096228..7818a0b 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 b342119..85e00e3 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/ |