aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-04-11 09:45:19 +0800
committerkris <kris@FreeBSD.org>2004-04-11 09:45:19 +0800
commit8df640a1293733e366528f8e839c8f00c765a65a (patch)
tree6be0c398107a9c4d4288a969a332e87eecfe3ab9 /graphics
parenta1e9438b9bbc5f4e5087f0e4c3b601d167d9f65b (diff)
downloadfreebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.tar.gz
freebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.tar.zst
freebsd-ports-gnome-8df640a1293733e366528f8e839c8f00c765a65a.zip
As announced 2 months ago, remove these deprecated or broken ports.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/cybervrml97/Makefile37
-rw-r--r--graphics/cybervrml97/distinfo4
-rw-r--r--graphics/cybervrml97/files/patch-Makefile26
-rw-r--r--graphics/cybervrml97/files/patch-vrml.y34
-rw-r--r--graphics/cybervrml97/pkg-descr5
-rw-r--r--graphics/cybervrml97/pkg-plist120
7 files changed, 0 insertions, 227 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 73a3832d945d..e769d0324fe3 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -37,7 +37,6 @@
SUBDIR += cqcam
SUBDIR += crw
SUBDIR += cthumb
- SUBDIR += cybervrml97
SUBDIR += dataplot
SUBDIR += dc20ctrl
SUBDIR += dc20pack
diff --git a/graphics/cybervrml97/Makefile b/graphics/cybervrml97/Makefile
deleted file mode 100644
index b36820ed68e2..000000000000
--- a/graphics/cybervrml97/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# ex:ts=8
-# New ports collection makefile for: CyberVRML97
-# Date created: Dec 12, 2001
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= cybervrml97
-PORTVERSION= 1.0.6
-PORTREVISION= 1
-CATEGORIES= graphics
-# the master site really is SourceForge, but they only have version 1.1.0
-# MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITES=
-MASTER_SITE_SUBDIR= cv97cc
-DISTFILES= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX} Makefile
-EXTRACT_ONLY= cv97r${PORTVERSION:S/.//g}${EXTRACT_SUFX}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A development library of VRML97/2.0 applications
-DEPRECATED= "current version no longer available from mastersite\; port is very old"
-EXPIRATION_DATE= "April 09, 2004"
-
-DIST_SUBDIR= ${PORTNAME}
-USE_MESA= yes
-USE_BISON= yes
-USE_GMAKE= yes
-WRKSRC= ${WRKDIR}/cv97
-MAKE_ENV= CPPFLAGS="${CXXFLAGS} -I${X11BASE}/include -fPIC" \
- LIBS="-L${X11BASE}/lib"
-INSTALLS_SHLIB= yes
-
-post-extract:
- @${CP} ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}
-
-.include <bsd.port.mk>
diff --git a/graphics/cybervrml97/distinfo b/graphics/cybervrml97/distinfo
deleted file mode 100644
index 6651b5779c99..000000000000
--- a/graphics/cybervrml97/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 (cybervrml97/cv97r106.tar.gz) = 7509a4148aa904f3af18ec7ee8a36395
-SIZE (cybervrml97/cv97r106.tar.gz) = 141348
-MD5 (cybervrml97/Makefile) = e9f4b387c27be1efbf48d16486b4527d
-SIZE (cybervrml97/Makefile) = 2470
diff --git a/graphics/cybervrml97/files/patch-Makefile b/graphics/cybervrml97/files/patch-Makefile
deleted file mode 100644
index 22238938b2c1..000000000000
--- a/graphics/cybervrml97/files/patch-Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Wed Dec 12 03:10:39 2001
-+++ Makefile Wed Dec 12 03:17:31 2001
-@@ -18,19 +18,19 @@
- ## Install dir - this should be changed to where you want to install
- ## the library.
- ## #################################################################
--PREFIX=/pack-mips/cv97-1.0.6
-+#PREFIX=/pack-mips/cv97-1.0.6
- ifeq ($(PREFIX),)
- PREFIX = $(shell pwd)
- endif
-
- DEFINES = -DSUPPORT_OPENGL -DSUPPORT_GLUT
--CPPFLAGS = $(DEFINES) -n32 -mips3 -woff 1183,3322 -w2
--LIBS = -lglut -lGLU -lGL -lXmu -lXt -lX11 -lm
-+CPPFLAGS += $(DEFINES)
-+LIBS += -lglut -lGLU -lGL -lXmu -lXt -lX11 -lm
- COMPILE = CC -c
- CCDEPEND = CC -M
- LINK = CC
-
--INCLUDEDIR = $(PREFIX)/include
-+INCLUDEDIR = $(PREFIX)/include/cv97
- LIBDIR = $(PREFIX)/lib
-
- SRCS = $(wildcard *.cpp) vrml.tab.cpp vrml.yy.cpp
diff --git a/graphics/cybervrml97/files/patch-vrml.y b/graphics/cybervrml97/files/patch-vrml.y
deleted file mode 100644
index e83b100bd045..000000000000
--- a/graphics/cybervrml97/files/patch-vrml.y
+++ /dev/null
@@ -1,34 +0,0 @@
---- vrml.y.orig Sun Dec 1 22:46:12 2002
-+++ vrml.y Sun Dec 1 22:46:55 2002
-@@ -84,7 +84,6 @@
- #define YYMAXDEPTH (1024 * 8 * 1000)
-
- int yyerror(char *s);
--int yyparse(void);
- int yylex(void);
-
- %}
-@@ -546,6 +545,7 @@
- AddNode(audioClip);
- PushNode(VRML_NODETYPE_AUDIOCLIP, audioClip);
- }
-+ ;
-
- AudioClip
- : AudioClipBegin NodeBegin AudioClipElements NodeEnd
-@@ -1928,6 +1928,7 @@
- {
- ((MaterialNode *)GetCurrentNodeObject())->setTransparency($2);
- }
-+ ;
-
- MaterialBegin
- : MATERIAL
-@@ -2410,6 +2411,7 @@
- pset->initialize();
- PopNode();
- }
-+ ;
-
- /******************************************************************
- *
diff --git a/graphics/cybervrml97/pkg-descr b/graphics/cybervrml97/pkg-descr
deleted file mode 100644
index 5a131c0f8b25..000000000000
--- a/graphics/cybervrml97/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-CyberVRML97 for C++ is a development library of VRML97/2.0 applications.
-Using the library, you can read and write the VRML files, set and get the
-scene graph information, draw the geometries, run the behaviors easily.
-
-WWW: http://www.cybergarage.org/vrml/cv97/cv97cc/index.html
diff --git a/graphics/cybervrml97/pkg-plist b/graphics/cybervrml97/pkg-plist
deleted file mode 100644
index 062ad41fba5b..000000000000
--- a/graphics/cybervrml97/pkg-plist
+++ /dev/null
@@ -1,120 +0,0 @@
-include/cv97/AnchorNode.h
-include/cv97/AppearanceNode.h
-include/cv97/AudioClipNode.h
-include/cv97/BackgroundNode.h
-include/cv97/BillboardNode.h
-include/cv97/BindableNode.h
-include/cv97/BoundingBox.h
-include/cv97/BoxNode.h
-include/cv97/CJavaVM.h
-include/cv97/CLinkedList.h
-include/cv97/CLinkedListNode.h
-include/cv97/CollisionNode.h
-include/cv97/ColorInterpolatorNode.h
-include/cv97/ColorNode.h
-include/cv97/ConeNode.h
-include/cv97/CoordinateInterpolator.h
-include/cv97/CoordinateInterpolatorNode.h
-include/cv97/CoordinateNode.h
-include/cv97/CyberVRML97.h
-include/cv97/CylinderNode.h
-include/cv97/CylinderSensorNode.h
-include/cv97/DEF.h
-include/cv97/DefNode.h
-include/cv97/DirectionalLightNode.h
-include/cv97/ElevationGridNode.h
-include/cv97/Event.h
-include/cv97/ExtrusionNode.h
-include/cv97/Field.h
-include/cv97/FileGIF89a.h
-include/cv97/FileImage.h
-include/cv97/FileJPEG.h
-include/cv97/FilePNG.h
-include/cv97/FileTarga.h
-include/cv97/FogNode.h
-include/cv97/FontStyleNode.h
-include/cv97/GeometryNode.h
-include/cv97/GroupNode.h
-include/cv97/GroupingNode.h
-include/cv97/ImageTextureNode.h
-include/cv97/IndexedFaceSetNode.h
-include/cv97/IndexedLineSetNode.h
-include/cv97/InlineNode.h
-include/cv97/JNode.h
-include/cv97/JScript.h
-include/cv97/JString.h
-include/cv97/JVector.h
-include/cv97/LightNode.h
-include/cv97/LodNode.h
-include/cv97/MFColor.h
-include/cv97/MFFloat.h
-include/cv97/MFInt32.h
-include/cv97/MFRotation.h
-include/cv97/MFString.h
-include/cv97/MFTime.h
-include/cv97/MFVec2f.h
-include/cv97/MFVec3f.h
-include/cv97/MField.h
-include/cv97/MaterialNode.h
-include/cv97/MathUtil.h
-include/cv97/MovieTextureNode.h
-include/cv97/NavigationInfoNode.h
-include/cv97/Node.h
-include/cv97/NodeList.h
-include/cv97/NormalInterpolatorNode.h
-include/cv97/NormalNode.h
-include/cv97/OldCpp.h
-include/cv97/OrientationInterpolatorNode.h
-include/cv97/Parser.h
-include/cv97/ParserNode.h
-include/cv97/PixelTextureNode.h
-include/cv97/PlaneSensorNode.h
-include/cv97/PointLightNode.h
-include/cv97/PointSetNode.h
-include/cv97/PositionInterpolatorNode.h
-include/cv97/Proto.h
-include/cv97/ProximitySensorNode.h
-include/cv97/RootNode.h
-include/cv97/Route.h
-include/cv97/RouteList.h
-include/cv97/SFBool.h
-include/cv97/SFColor.h
-include/cv97/SFFloat.h
-include/cv97/SFImage.h
-include/cv97/SFInt32.h
-include/cv97/SFMatrix.h
-include/cv97/SFNode.h
-include/cv97/SFRotation.h
-include/cv97/SFString.h
-include/cv97/SFTime.h
-include/cv97/SFVec2f.h
-include/cv97/SFVec3f.h
-include/cv97/ScalarInterpolatorNode.h
-include/cv97/SceneGraph.h
-include/cv97/ScriptNode.h
-include/cv97/ShapeNode.h
-include/cv97/SoundNode.h
-include/cv97/SphereNode.h
-include/cv97/SphereSensorNode.h
-include/cv97/SpotLightNode.h
-include/cv97/SwitchNode.h
-include/cv97/TextNode.h
-include/cv97/TextureCoordinateNode.h
-include/cv97/TextureNode.h
-include/cv97/TextureTransformNode.h
-include/cv97/TimeSensorNode.h
-include/cv97/TouchSensorNode.h
-include/cv97/TransformNode.h
-include/cv97/UrlFile.h
-include/cv97/ViewpointNode.h
-include/cv97/VisibilitySensorNode.h
-include/cv97/WorldInfoNode.h
-include/cv97/vrml.tab.h
-include/cv97/vrmlfields.h
-include/cv97/vrmlnodes.h
-include/cv97/vrmlnodetype.h
-include/cv97/vrmlparser.h
-include/cv97/vrmlsetinfo.h
-include/cv97/vrmlstring.h
-@dirrm include/cv97
-lib/libcyberVRML97.so