diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/glass/Makefile | 40 | ||||
-rw-r--r-- | graphics/glass/distinfo | 1 | ||||
-rw-r--r-- | graphics/glass/files/patch-Makefile | 18 | ||||
-rw-r--r-- | graphics/glass/pkg-descr | 8 | ||||
-rw-r--r-- | graphics/glass/pkg-plist | 7 |
7 files changed, 1 insertions, 75 deletions
@@ -381,3 +381,4 @@ www/mozilla-vendor|www/mozilla|2003-07-01|vendor tree in sync with 1.4 www/mozilla-embedded-vendor|www/mozilla-embedded|2003-07-01|vendor tree in sync with 1.4 www/mozilla-headers-vendor|www/mozilla-headers|2003-07-01|vendor tree in sync with 1.4 www/skipstone||2003-07-01|port is more than a year old with no update in sight +graphics/glass||2003-07-03|useless diff --git a/graphics/Makefile b/graphics/Makefile index 7c4fdb5d600b..7970d9b9a9d0 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -100,7 +100,6 @@ SUBDIR += giram SUBDIR += gkrellkam SUBDIR += gkrellkam2 - SUBDIR += glass SUBDIR += gle SUBDIR += glide3 SUBDIR += gliv diff --git a/graphics/glass/Makefile b/graphics/glass/Makefile deleted file mode 100644 index a6a7f3fd5e9e..000000000000 --- a/graphics/glass/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: glass -# Date created: Thu Aug 23 09:10:22 EDT 2001 -# Whom: pat@databits.net -# -# $FreeBSD$ -# - -PORTNAME= glass -PORTVERSION= 1.2.1 -CATEGORIES= graphics devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= pat@FreeBSD.org -COMMENT= GLASS (openGL Articulated Structure System) is a 3D library - -USE_MESA= yes -USE_X_PREFIX= yes -WRKSRC= ${WRKDIR}/${DISTNAME}/src -INSTALLS_SHLIB= yes -USE_REINPLACE= yes - -pre-patch: - @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ - ${WRKSRC}/*.c - -do-install: - @${INSTALL_DATA} ${WRKSRC}/libglass.so.${PORTVERSION} ${PREFIX}/lib - @${LN} -sf ${PREFIX}/lib/libglass.so.${PORTVERSION} ${PREFIX}/lib/libglass.so - @${LN} -sf ${PREFIX}/lib/libglass.so ${PREFIX}/lib/libglass.so.1 - @${INSTALL_DATA} ${WRKSRC}/glass.h ${PREFIX}/include - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/../docs/*.html \ - ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/graphics/glass/distinfo b/graphics/glass/distinfo deleted file mode 100644 index 34731ad55fbb..000000000000 --- a/graphics/glass/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (glass-1.2.1.tar.gz) = 6a2c0c434f9e55b0ab62bec0c28002d1 diff --git a/graphics/glass/files/patch-Makefile b/graphics/glass/files/patch-Makefile deleted file mode 100644 index 98586868ec87..000000000000 --- a/graphics/glass/files/patch-Makefile +++ /dev/null @@ -1,18 +0,0 @@ ---- Makefile.orig Fri Feb 14 12:56:25 2003 -+++ Makefile Fri Feb 14 12:55:05 2003 -@@ -1,12 +1,11 @@ --CC = gcc - GLASS_VERSION = 1.2.1 --CFLAGS = -g -O3 -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" --LIBS = -lGL -+CFLAGS += -g -Wall -DVERSION_STRING=\"$(GLASS_VERSION)\" -I${X11BASE}/include -+LIBS = -lGL -L${X11BASE}/lib - OBJS = glass_apoint.o glass_draw.o glass_interface.o glass_library.o \ - glass_load.o glass_material.o glass_model.o glass_node.o glass_rgb.o \ - glass_surface.o glass_texture.o glass_transform.o glass_triangle.o glass_variable.o - all: $(OBJS) -- $(CC) -shared -Wl,-soname,libglass.so.1 -o libglass.so.$(GLASS_VERSION) $(OBJS) -lc -+ $(CC) -shared -Wl,-soname,libglass.so.1 -o libglass.so.$(GLASS_VERSION) $(OBJS) $(LIBS) -lc - - glass_apoint.o: glass_apoint.c glass.h glass_model.h glass_library.h \ - glass_texture.h glass_material.h glass_surface.h glass_triangle.h \ diff --git a/graphics/glass/pkg-descr b/graphics/glass/pkg-descr deleted file mode 100644 index a5738ecd657c..000000000000 --- a/graphics/glass/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GLASS is a 3D library, designed to make easy use of structured -models in open GL applications. What do I mean by structured? That -is models, that are made up of components linked by basic transforms, -for example, rotations and translations. By using GLASS in an -application, these models can be loaded, modified, and displayed -using a minimum of function calls. - -WWW: http://glass.sourceforge.net/ diff --git a/graphics/glass/pkg-plist b/graphics/glass/pkg-plist deleted file mode 100644 index c6f5e50015e0..000000000000 --- a/graphics/glass/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -include/glass.h -lib/libglass.so -lib/libglass.so.1 -lib/libglass.so.1.2.1 -%%PORTDOCS%%share/doc/glass/specification.html -%%PORTDOCS%%share/doc/glass/tutorial.html -%%PORTDOCS%%@dirrm share/doc/glass |