diff options
Diffstat (limited to 'graphics/meshviewer')
-rw-r--r-- | graphics/meshviewer/Makefile | 49 | ||||
-rw-r--r-- | graphics/meshviewer/distinfo | 2 | ||||
-rw-r--r-- | graphics/meshviewer/files/patch-qt4__glmesh.cpp | 11 | ||||
-rw-r--r-- | graphics/meshviewer/files/patch-qt4__glmesh_common.cpp | 11 | ||||
-rw-r--r-- | graphics/meshviewer/pkg-descr | 17 |
5 files changed, 0 insertions, 90 deletions
diff --git a/graphics/meshviewer/Makefile b/graphics/meshviewer/Makefile deleted file mode 100644 index af792b2af0d3..000000000000 --- a/graphics/meshviewer/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= meshviewer -PORTVERSION= 0.3.3 -PORTREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= SF/mview/mview/${PORTVERSION} -DISTNAME= mview-src-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Mesh viewer - -LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -WRKSRC= ${WRKDIR}/mview-${PORTVERSION} - -USES= gmake pkgconfig qt:4 -USE_GL= glu -USE_QT= corelib gui opengl moc_build -CXXFLAGS+= -I. -Imesh -Imathvector \ - `pkg-config --cflags QtOpenGL glu` -LDFLAGS+= -lpthread `pkg-config --libs QtOpenGL glu` -MAKE_ARGS= QTDIR="${PREFIX}" CC="${CXX}" MOC="${MOC}" \ - CXXFLAGS="${CXXFLAGS}" \ - LIBPATH="" LIBS_QT4="${LDFLAGS}" - -PLIST_FILES= bin/${PORTNAME} -PORTDOCS= * - -OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|make |$$(MAKE) |g' -e 's|CPPFLAGS|CXXFLAGS|g' \ - ${WRKSRC}/Makefile - @${REINPLACE_CMD} -e 's|<values.h>|<cmath>|g' ${WRKSRC}/mesh/mesh.cpp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mview ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - -do-install-DOCS-on: - @cd ${WRKSRC} && ${COPYTREE_SHARE} "AUTHORS README TODO Documentation" \ - ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/graphics/meshviewer/distinfo b/graphics/meshviewer/distinfo deleted file mode 100644 index c837f49c039f..000000000000 --- a/graphics/meshviewer/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mview-src-0.3.3.tar.gz) = 32105f5c4a84ba372164dd48c5513a820b4670b620cc0c607ffbbdf4f183dd85 -SIZE (mview-src-0.3.3.tar.gz) = 366230 diff --git a/graphics/meshviewer/files/patch-qt4__glmesh.cpp b/graphics/meshviewer/files/patch-qt4__glmesh.cpp deleted file mode 100644 index 91a2f6722915..000000000000 --- a/graphics/meshviewer/files/patch-qt4__glmesh.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/glmesh.cpp.orig 2008-09-09 21:38:45 UTC -+++ qt4/glmesh.cpp -@@ -21,6 +21,8 @@ - #include "mview.h" - #include "coordinates.h" - -+#include <GL/glu.h> -+ - // for FPS - unsigned long timeCounter; - unsigned int frameCounter; diff --git a/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp b/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp deleted file mode 100644 index 2e76fa74765d..000000000000 --- a/graphics/meshviewer/files/patch-qt4__glmesh_common.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- qt4/glmesh_common.cpp.orig 2010-10-15 15:35:52 UTC -+++ qt4/glmesh_common.cpp -@@ -10,6 +10,8 @@ - - #include "glmesh.h" - -+#include <GL/glu.h> -+ - void GLMesh::checkForTraps(const char *string, int value) - { - GLenum errorCode = glGetError(); diff --git a/graphics/meshviewer/pkg-descr b/graphics/meshviewer/pkg-descr deleted file mode 100644 index 0609bbb627ac..000000000000 --- a/graphics/meshviewer/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -The Mesh Viewer is an easy to use lightweight application to display -triangular meshes from a variety of file formats. It uses the OpenGL API -to render the models. The program was born under the need for quickly -displaying reconstructed triangulated meshes. The Mesh Viewer based on -an idea and an early elementary implementation from Craig Robertson. The -current version was developed by Helmut Cantzler. Triangular meshes can -be displayed texture mapped (optional with bilinear filtering), solid or -as a skeleton (full or just the front lines). The surface normals of the -triangles can be displayed optionally. - -Features (from a different data file) like edges and points can be -displayed into the mesh. Loaded models can be rotated, translated and -scaled (all done with the mouse). The model is lighted by multiple light -sources. Viewpoints can be saved. Screenshots of the model can be taken (as -BMP, JPEG, PNG and so on). - -WWW: http://mview.sourceforge.net/ |