diff options
Diffstat (limited to 'math/qwtplot3d-qt4')
-rw-r--r-- | math/qwtplot3d-qt4/Makefile | 46 | ||||
-rw-r--r-- | math/qwtplot3d-qt4/distinfo | 2 | ||||
-rw-r--r-- | math/qwtplot3d-qt4/pkg-descr | 26 | ||||
-rw-r--r-- | math/qwtplot3d-qt4/pkg-plist | 30 |
4 files changed, 0 insertions, 104 deletions
diff --git a/math/qwtplot3d-qt4/Makefile b/math/qwtplot3d-qt4/Makefile deleted file mode 100644 index da4bc1cebe23..000000000000 --- a/math/qwtplot3d-qt4/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: qwtplot3d -# Date created: Aug 30, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= qwtplot3d -PORTVERSION= 0.2.4.b -CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/-beta/} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -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.0.2.4 ${PREFIX}/lib - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${PREFIX}/lib/libqwtplot3d.so.0 - ${LN} -fs ${PREFIX}/lib/libqwtplot3d.so.0.2.4 ${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 5dfc3f700af7..000000000000 --- a/math/qwtplot3d-qt4/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (qwtplot3d-0.2.4-beta.tgz) = 063bcd47364b35be3c6182dca03be60d -SIZE (qwtplot3d-0.2.4-beta.tgz) = 246058 diff --git a/math/qwtplot3d-qt4/pkg-descr b/math/qwtplot3d-qt4/pkg-descr deleted file mode 100644 index b342119c657a..000000000000 --- a/math/qwtplot3d-qt4/pkg-descr +++ /dev/null @@ -1,26 +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 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 - * 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 67be6f58f7e9..000000000000 --- a/math/qwtplot3d-qt4/pkg-plist +++ /dev/null @@ -1,30 +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_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.4 |