From a308a84e5c8adc1c6f72a160072c5f87418a1d62 Mon Sep 17 00:00:00 2001 From: shaun Date: Wed, 21 Jun 2006 17:27:21 +0000 Subject: - Assign maintainership to submitter - portlint(1) tweaks (spaces->tabs, shorten pkg-descr) PR: ports/99249 Submitted by: Max Brazhnikov Approved by: ahze (mentor) --- math/qwtplot3d-qt4/Makefile | 6 +++--- math/qwtplot3d-qt4/pkg-descr | 14 ++++++-------- math/qwtplot3d/Makefile | 6 +++--- 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/ -- cgit