diff options
author | Shaun Amott <shaun@FreeBSD.org> | 2006-06-21 17:27:21 +0000 |
---|---|---|
committer | Shaun Amott <shaun@FreeBSD.org> | 2006-06-21 17:27:21 +0000 |
commit | 3f2ac340dd04b0054eaf682dfdc85ca5df04a1af (patch) | |
tree | 7c5bc19836b9d1f5efd0794d290a0c96c98172e0 /math | |
parent | dfccf0581f766091111b593ffbeb46e8f4c4e733 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 6 | ||||
-rw-r--r-- | math/qwtplot3d-qt4/pkg-descr | 14 | ||||
-rw-r--r-- | math/qwtplot3d/Makefile | 6 | ||||
-rw-r--r-- | math/qwtplot3d/pkg-descr | 14 |
4 files changed, 18 insertions, 22 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile index c09622842de3..7818a0b11f24 100644 --- a/math/qwtplot3d-qt4/Makefile +++ b/math/qwtplot3d-qt4/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-qt4/pkg-descr b/math/qwtplot3d-qt4/pkg-descr index b342119c657a..85e00e3fa14b 100644 --- a/math/qwtplot3d-qt4/pkg-descr +++ b/math/qwtplot3d-qt4/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/ 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/ |