diff options
Diffstat (limited to 'math/qwtplot3d-qt4')
| -rw-r--r-- | math/qwtplot3d-qt4/Makefile | 45 | ||||
| -rw-r--r-- | math/qwtplot3d-qt4/distinfo | 3 | ||||
| -rw-r--r-- | math/qwtplot3d-qt4/pkg-descr | 24 | ||||
| -rw-r--r-- | math/qwtplot3d-qt4/pkg-plist | 31 |
4 files changed, 0 insertions, 103 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile deleted file mode 100644 index 7818a0b11f24..000000000000 --- a/math/qwtplot3d-qt4/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: qwtplot3d -# Date created: Aug 30, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= qwtplot3d -PORTVERSION= 0.2.6 -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= .tgz - -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_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.${PORTVERSION} ${PREFIX}/lib - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${PREFIX}/lib/libqwtplot3d.so.0 - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.${PORTVERSION} ${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 deleted file mode 100644 index 63b14748575d..000000000000 --- a/math/qwtplot3d-qt4/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (qwtplot3d-0.2.6.tgz) = 7ef960d7874f78162d6c9d241de2843e -SHA256 (qwtplot3d-0.2.6.tgz) = ea7c2ea3d55960ee60019e0a5a5a63385bdcf7026a6385099fd8b31350803125 -SIZE (qwtplot3d-0.2.6.tgz) = 148834 diff --git a/math/qwtplot3d-qt4/pkg-descr b/math/qwtplot3d-qt4/pkg-descr deleted file mode 100644 index 85e00e3fa14b..000000000000 --- a/math/qwtplot3d-qt4/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -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 and FEM data files - * Data structures providing nodes and triangulation - * 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, and color legends - * Flat/Gouraud shading - * Pixmap output (all Qt supported formats) - * Vector output (PostScript, EPS and PDF) via gl2ps - -WWW: http://qwtplot3d.sourceforge.net/ diff --git a/math/qwtplot3d-qt4/pkg-plist b/math/qwtplot3d-qt4/pkg-plist deleted file mode 100644 index 9cc5eee175ef..000000000000 --- a/math/qwtplot3d-qt4/pkg-plist +++ /dev/null @@ -1,31 +0,0 @@ -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_portability.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.6 |
