aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-03-25 04:54:31 +0800
committerarved <arved@FreeBSD.org>2003-03-25 04:54:31 +0800
commit89ab183af9ad9aeda59d38cb2cdd1e4e454dc2bd (patch)
treef8f56caa9f51a05332a6e217ba091bc02c161a26
parent810645853b5c39a484ec4dd9195f7cfa8d3b1483 (diff)
downloadfreebsd-ports-gnome-89ab183af9ad9aeda59d38cb2cdd1e4e454dc2bd.tar.gz
freebsd-ports-gnome-89ab183af9ad9aeda59d38cb2cdd1e4e454dc2bd.tar.zst
freebsd-ports-gnome-89ab183af9ad9aeda59d38cb2cdd1e4e454dc2bd.zip
Retire this port.
Submitted by dfr: This product is years out of date. We will be making something more useful available in a few months.
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/qdraw/Makefile47
-rw-r--r--graphics/qdraw/distinfo1
-rw-r--r--graphics/qdraw/files/patch-unix_gcc.mk82
-rw-r--r--graphics/qdraw/pkg-descr5
-rw-r--r--graphics/qdraw/pkg-plist99
6 files changed, 0 insertions, 235 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index f4d88722a3e2..2168cd712551 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -307,7 +307,6 @@
SUBDIR += py-opengl
SUBDIR += py-paint
SUBDIR += qcread
- SUBDIR += qdraw
SUBDIR += qglviewer
SUBDIR += qiv
SUBDIR += qslim
diff --git a/graphics/qdraw/Makefile b/graphics/qdraw/Makefile
deleted file mode 100644
index f794487de60d..000000000000
--- a/graphics/qdraw/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# New ports collection makefile for: QDraw
-# Date created: 1 Aug 2001
-# Whom: Nick Hibma <n_hibma@qubesoft.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= QDraw
-PORTVERSION= 0.7
-CATEGORIES= graphics
-MASTER_SITES= http://www.qubesoft.com/QDraw/download/
-DISTNAME= ${PKGNAME}
-
-MAINTAINER= dfr@qubesoft.com
-COMMENT= Library for hardware accelerated 3D graphics
-
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- GL:${PORTSDIR}/graphics/Mesa3
-.if defined(AALIB)
-LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib
-.endif
-
-INSTALLS_SHLIB= yes
-USE_GMAKE= yes
-ONLY_FOR_ARCHS= i386
-
-MAKEFILE= makefile
-
-# The all target is 'install' not 'all', due to the layering of
-# libraries (which have to be installed in a final dir before
-# layers above that can be built.
-ALL_TARGET= includes install
-
-# The install target is 'install' with a different prefix.
-INSTALL_TARGET= PREFIX=${PREFIX} SAMPLESDIR=share/examples/qdraw install
-
-# We are not using a standard ./configure script but a handwritten one.
-do-configure:
- cd ${WRKSRC} && ./configure --defaults
-
-.if !defined(AALIB)
-pre-configure:
- @echo "You can link against libaa (ASCII art OpenGL renderer) by"
- @echo "adding 'AALIB=1' to the make command line."
-.endif
-
-.include <bsd.port.mk>
diff --git a/graphics/qdraw/distinfo b/graphics/qdraw/distinfo
deleted file mode 100644
index b43523d78d2d..000000000000
--- a/graphics/qdraw/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (QDraw-0.7.tar.gz) = e9fe51a83dc1daf21e80c0dc86200cc5
diff --git a/graphics/qdraw/files/patch-unix_gcc.mk b/graphics/qdraw/files/patch-unix_gcc.mk
deleted file mode 100644
index 89e5d32f7c65..000000000000
--- a/graphics/qdraw/files/patch-unix_gcc.mk
+++ /dev/null
@@ -1,82 +0,0 @@
---- make/unix_gcc.mk.orig Fri Jul 28 11:54:11 2000
-+++ make/unix_gcc.mk Sat Sep 28 21:55:53 2002
-@@ -30,19 +30,6 @@
- #LD = ${GCCPATH}/gcc
- #CPP = ${GCCPATH}/g++ -E ${DEPINC}
-
--ifdef freebsd
--GCCPATH= /usr
--GCC= cc
--ifneq "${freebsd}" "40"
--ifneq "${freebsd}" "50"
--GCCBASE= /usr/local
--GCCTARGET= i386-unknown-freebsd3.0
--GCCVER= egcs-2.91.62
--GCCPATH= ${GCCBASE}/lib/gcc-lib/${GCCTARGET}/${GCCVER}
--GCC= egcc
--endif
--endif
--endif
- ifdef linux
- GCCBASE= /usr
- GCCTARGET= i686-pc-linux-gnu
-@@ -51,17 +38,15 @@
- GCC= gcc
- endif
-
--CC = ${GCC} -pipe
--CXX = ${GCC} -x c++ -pipe
- AS = as
--LD = cc -pthread
--CPP = ${GCC} -x c++ -E ${DEPINC}
-+LD = $(CC) -pthread
-+CPP = $(CC) -x c++ -E ${DEPINC}
- INSTALL = install -c
-
-
- CPPFLAGS += -Dq_unix
-
--CPPFLAGS += -I/usr/X11R6/include -I${GCCPATH}/include/g++
-+CPPFLAGS += -I/usr/X11R6/include
- CPPFLAGS += -I/usr/local/include
-
- ifdef linux
-@@ -70,7 +55,7 @@
-
-
- #CXXFLAGS = -ansi -Wall -g -fguiding-decls -D_THREAD_SAFE
--CXXFLAGS = -ansi -Wall -gdwarf-2 -D_THREAD_SAFE
-+CXXFLAGS += -ansi -Wall -gdwarf-2 -D_THREAD_SAFE
-
- ifdef linux
- CXXFLAGS += -D_SVID_SOURCE -D_BSD_SOURCE
-@@ -80,17 +65,9 @@
- CPPFLAGS += -DDEBUG
- endif
-
--ifdef noopt
-- CXXFLAGS += -O0
--else
-- CXXFLAGS += -O2
--endif
--
- CFLAGS = ${CXXFLAGS}
-
--ifdef freebsd
-- DEPINC = -I${GCCPATH}/include/g++
--else
-+ifndef freebsd
- DEPINC = -I${GCCPATH}/include/g++ -I${GCCPATH}
- endif
-
-@@ -115,10 +92,6 @@
-
- ifdef linux
- EXTRALIBS = -ldl
--endif
--
--ifneq "${freebsd}" "40"
-- RUNPATH= -Wl,-rpath=${GCCPATH} -L${GCCPATH}
- endif
-
- # assemble a file
diff --git a/graphics/qdraw/pkg-descr b/graphics/qdraw/pkg-descr
deleted file mode 100644
index 5a6679a0f2e6..000000000000
--- a/graphics/qdraw/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-The QDraw 3D library provides platform independent hardware accelerated
-3D graphics through a well defined API. It runs on Linux, FreeBSD,
-Windows 98, Windows 2000, and on PlayStation 2.
-
-WWW: http://www.qubesoft.com/
diff --git a/graphics/qdraw/pkg-plist b/graphics/qdraw/pkg-plist
deleted file mode 100644
index 6397976baa36..000000000000
--- a/graphics/qdraw/pkg-plist
+++ /dev/null
@@ -1,99 +0,0 @@
-bin/triangle
-bin/tetra
-bin/varray
-bin/parray
-bin/ripples
-bin/water
-bin/sky.bmp
-bin/primitive
-bin/diff.bmp
-bin/spec.bmp
-bin/spot
-bin/skin
-bin/windowed
-bin/teapot
-bin/utahteapot.txt
-bin/teapot.bmp
-bin/teapot2.bmp
-bin/teapot3.bmp
-lib/libqmaths.so
-lib/libqutils.so
-lib/libqimage.so
-lib/libqsys.so
-lib/libQMemoryUnix.so
-lib/libqdevices.so
-lib/libQOSX11.so
-lib/libQDisplayNull.so
-lib/libQDisplayOpenGL.so
-lib/libQInputNull.so
-lib/libQInputRaw.so
-lib/libqdraw.so
-lib/libpatch.so
-include/linkage.h
-include/maths.h
-include/box2.h
-include/box3.h
-include/color4b.h
-include/matrix3.h
-include/matrix4.h
-include/mout.h
-include/plane4.h
-include/quat4.h
-include/ray.h
-include/vec2.h
-include/vec3.h
-include/vec4.h
-include/affine4.h
-include/sphere3.h
-include/cylinder3.h
-include/qsys/qtdir.h
-include/utils.h
-include/atree.h
-include/vector.h
-include/qarc.h
-include/wtree.h
-include/xdecl.h
-include/image.h
-include/qsys.h
-include/draw.h
-include/draw_os.h
-include/event.h
-include/keysym.h
-include/keysymdef.h
-include/patch.h
-@dirrm include/qsys
-share/examples/qdraw/triangle/triangle.cpp
-share/examples/qdraw/tetra/tetra.cpp
-share/examples/qdraw/varray/varray.cpp
-share/examples/qdraw/parray/parray.cpp
-share/examples/qdraw/ripples/ripples.cpp
-share/examples/qdraw/water/water.cpp
-share/examples/qdraw/primitive/primitive.cpp
-share/examples/qdraw/primitive/primbuilder.cpp
-share/examples/qdraw/primitive/primgen.cpp
-share/examples/qdraw/primitive/texmap.cpp
-share/examples/qdraw/spot/spot.cpp
-share/examples/qdraw/skin/skin.cpp
-share/examples/qdraw/skin/primbuilder.cpp
-share/examples/qdraw/skin/primgen.cpp
-share/examples/qdraw/skin/texmap.cpp
-share/examples/qdraw/windowed/windowed.cpp
-share/examples/qdraw/windowed/windowed_x11.cpp
-share/examples/qdraw/windowed/XtQ.c
-share/examples/qdraw/windowed/XtQ.h
-share/examples/qdraw/windowed/XtQP.h
-share/examples/qdraw/teapot/teapot.cpp
-share/examples/qdraw/teapot/genteapot.cpp
-share/examples/qdraw/teapot/utahteapot.txt
-@dirrm share/examples/qdraw/parray
-@dirrm share/examples/qdraw/primitive
-@dirrm share/examples/qdraw/ripples
-@dirrm share/examples/qdraw/skin
-@dirrm share/examples/qdraw/spot
-@dirrm share/examples/qdraw/teapot
-@dirrm share/examples/qdraw/tetra
-@dirrm share/examples/qdraw/triangle
-@dirrm share/examples/qdraw/varray
-@dirrm share/examples/qdraw/water
-@dirrm share/examples/qdraw/windowed
-@dirrm share/examples/qdraw