summaryrefslogtreecommitdiff
path: root/graphics/dore
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile22
-rw-r--r--graphics/dore/distinfo1
-rw-r--r--graphics/dore/files/patch-aa19
-rw-r--r--graphics/dore/files/patch-ab19
-rw-r--r--graphics/dore/files/patch-ac19
-rw-r--r--graphics/dore/files/patch-ad148
-rw-r--r--graphics/dore/files/patch-ae65
-rw-r--r--graphics/dore/pkg-comment1
-rw-r--r--graphics/dore/pkg-descr13
-rw-r--r--graphics/dore/pkg-plist5
10 files changed, 0 insertions, 312 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
deleted file mode 100644
index b8729ce3b960..000000000000
--- a/graphics/dore/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: dore
-# Version required: 6.0
-# Date created: 10 February 1995
-# Whom: jkh
-#
-# $Id: Makefile,v 1.2 1995/04/01 12:45:49 jkh Exp $
-#
-
-DISTNAME= pdore-6.0
-CATEGORIES+= graphics
-MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
-EXTRACT_SUFX= .tar.Z
-
-USE_GMAKE= yes
-USE_X11= yes
-WRKDIR= ${.CURDIR}/work/dore
-NO_WRKSUBDIR= yes
-MAKEFILE= mk.stdx
-MAKE_FLAGS= DORE_LOC=${WRKDIR}/.. CFLAGS=-O2 MAKEFLAGS=m -f
-ALL_TARGET=
-
-.include <bsd.port.mk>
diff --git a/graphics/dore/distinfo b/graphics/dore/distinfo
deleted file mode 100644
index 1efc97eecbb5..000000000000
--- a/graphics/dore/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pdore-6.0.tar.Z) = 9264e339206e835b2939729700c2156d
diff --git a/graphics/dore/files/patch-aa b/graphics/dore/files/patch-aa
deleted file mode 100644
index 91aa01e1c468..000000000000
--- a/graphics/dore/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/device_config/stdx11/makefile.bak Sun Feb 12 21:06:59 1995
---- src/device_config/stdx11/makefile Sun Feb 12 21:07:20 1995
-***************
-*** 15,21 ****
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11
---- 15,21 ----
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${ROOT}/usr/local/X11 -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11
diff --git a/graphics/dore/files/patch-ab b/graphics/dore/files/patch-ab
deleted file mode 100644
index 0f3abf7e6303..000000000000
--- a/graphics/dore/files/patch-ab
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/device_config/stdx11/prom/makefile.bak Sun Feb 12 22:17:28 1995
---- src/device_config/stdx11/prom/makefile Sun Feb 12 22:17:47 1995
-***************
-*** 15,21 ****
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11/prom
---- 15,21 ----
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I/usr/local/X11 -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11/prom
diff --git a/graphics/dore/files/patch-ac b/graphics/dore/files/patch-ac
deleted file mode 100644
index 73928dfa9063..000000000000
--- a/graphics/dore/files/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/device_config/stdx11/dcm/makefile.orig Mon Feb 13 00:14:44 1995
---- src/device_config/stdx11/dcm/makefile Mon Feb 13 00:14:53 1995
-***************
-*** 15,21 ****
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -DXLIB_ILLEGAL_ACCESS -I${DORE_LOC}/dore/include -I${ROOT}/usr/local/X11/include -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11/dcm
---- 15,21 ----
- # EXPRESS OR IMPLIED.
-
- SHELL = /bin/sh
-! CCCOM = $(CC) $(CFLAGS) -DERRCHK -DXLIB_ILLEGAL_ACCESS -I${DORE_LOC}/dore/include -I${ROOT}/usr/local/X11 -I${ROOT}/usr/include
- LDCOM = $(LD) $(LDFLAGS)
- ARCOM = $(AR) $(ARFLAGS)
- SRC_PATH = $(DORE_LOC)/dore/src/device_config/stdx11/dcm
diff --git a/graphics/dore/files/patch-ad b/graphics/dore/files/patch-ad
deleted file mode 100644
index fd0f82d6e8b7..000000000000
--- a/graphics/dore/files/patch-ad
+++ /dev/null
@@ -1,148 +0,0 @@
-*** mk.stdx.orig Thu Jan 12 14:14:12 1995
---- mk.stdx Sat Feb 18 20:07:09 1995
-***************
-*** 24,33 ****
- #
-
- # DORE_LOC is the full pathname of directory containing the dore directory
-! DORE_LOC=
-
- # DORE_OBJTYPE is the machine object type
-! DORE_OBJTYPE=
-
- # DORE_LIB_NAME specifies the name of the library to be created
- DORE_LIB_NAME=libdore.a
---- 24,33 ----
- #
-
- # DORE_LOC is the full pathname of directory containing the dore directory
-! DORE_LOC= ${PREFIX}/lib
-
- # DORE_OBJTYPE is the machine object type
-! DORE_OBJTYPE= i386
-
- # DORE_LIB_NAME specifies the name of the library to be created
- DORE_LIB_NAME=libdore.a
-***************
-*** 38,51 ****
-
- # Link options when combining .o's
- LD=ld
-! LDFLAGS=-r -s
-
- # Archive options
- AR=ar
-! ARFLAGS=q
-
- # DORE_LIBTOC specifies how to create a table of contents for a library
-! DORE_LIBTOC=ar ts
-
- # Name of system module from doresys_config to be included in build
- DORE_SYSTEM=stdx
---- 38,51 ----
-
- # Link options when combining .o's
- LD=ld
-! LDFLAGS=-r
-
- # Archive options
- AR=ar
-! ARFLAGS=qc
-
- # DORE_LIBTOC specifies how to create a table of contents for a library
-! DORE_LIBTOC=ranlib
-
- # Name of system module from doresys_config to be included in build
- DORE_SYSTEM=stdx
-***************
-*** 70,86 ****
- DORE_FONTTYPE=default_type
-
- # Install directory for fonts and error message file used by Dore
-! DORE_DATADIR=/usr/dore/data
-
- #
- # Installing Dore
- #
-
- # Install directory for Dore library
-! DORE_LIBDIR=/usr/lib
-
- # Install directory for user include files
-! DORE_INCDIR=/usr/include
-
- ######################################################################
- SHELL=/bin/sh
---- 70,86 ----
- DORE_FONTTYPE=default_type
-
- # Install directory for fonts and error message file used by Dore
-! DORE_DATADIR=${PREFIX}/lib/dore/data
-
- #
- # Installing Dore
- #
-
- # Install directory for Dore library
-! DORE_LIBDIR=${PREFIX}/lib
-
- # Install directory for user include files
-! DORE_INCDIR=${PREFIX}/include
-
- ######################################################################
- SHELL=/bin/sh
-***************
-*** 90,96 ****
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-! dore: compile library
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
---- 90,103 ----
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-! all: dore
-!
-! dore: pre-make compile library data prep-for-examples
-!
-! pre-make:
-! mkdir -p ${DORE_DATADIR}
-! mkdir -p ${DORE_LIBDIR}
-! mkdir -p ${DORE_INCDIR}
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-***************
-*** 170,175 ****
---- 177,184 ----
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-
-+ install: install_dore install_data install_example
-+
- install_dore: check_doreloc
- @ echo "Installing Dore' library and include files..."
- @ if [ -n "$(DORE_LIBDIR)" ]; then \
-***************
-*** 331,336 ****
---- 340,356 ----
-
-
- # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
-+
-+ prep-for-examples:
-+ @( cd examples/generic; ${MAKE} )
-+ @( cd examples/util; ${MAKE} )
-+ @( cd examples/programs/simple; ${MAKE} )
-+
-+ install_example:
-+ @install -c -m 755 -s examples/programs/simple/render ${PREFIX}/bin/dore_example
-+ @echo "Ok, look at ${PREFIX}/bin/dore_example for an example of"
-+ @echo "Dore in action. You may also wish to look in the work/dore/examples"
-+ @echo "directory for more dore examples."
-
- FORCE_IT:
-
diff --git a/graphics/dore/files/patch-ae b/graphics/dore/files/patch-ae
deleted file mode 100644
index 480f5e09a036..000000000000
--- a/graphics/dore/files/patch-ae
+++ /dev/null
@@ -1,65 +0,0 @@
-*** examples/generic/makefile.ORIG Thu Jan 12 23:13:41 1995
---- examples/generic/makefile Sat Feb 25 15:30:02 1995
-***************
-*** 17,23 ****
- PRECISION= SINGLE
- DORELIB= -ldore
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- OFILES= render.o run.o
-
---- 17,23 ----
- PRECISION= SINGLE
- DORELIB= -ldore
-
-! INCDIR=../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
- OFILES= render.o run.o
-
-*** examples/util/makefile.ORIG Thu Jan 12 23:13:44 1995
---- examples/util/makefile Sat Feb 25 15:33:09 1995
-***************
-*** 19,25 ****
- OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
- prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-
- all: libdore_util.a
---- 19,25 ----
- OFILES= copy.o defgroup.o hsvtorgb.o preview.o \
- prsarg.o rectmesh.o replace.o stkgrp.o supermesh.o text.o transform.o
-
-! INCDIR=../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-
- all: libdore_util.a
-*** examples/programs/simple/makefile.orig Thu Jan 12 23:13:55 1995
---- examples/programs/simple/makefile Sun Mar 19 14:05:29 1995
-***************
-*** 15,25 ****
- # EXPRESS OR IMPLIED.
-
- PRECISION= SINGLE
-! DORELIB = -ldore
-
-! INCDIR=/usr/include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-! LIBS= $(DORELIB) -lX11 -lm
-
- all: render
-
---- 15,25 ----
- # EXPRESS OR IMPLIED.
-
- PRECISION= SINGLE
-! DORELIB = -L../../../lib/i386 -ldore
-
-! INCDIR=../../../include
- CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR)
-! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm
-
- all: render
-
diff --git a/graphics/dore/pkg-comment b/graphics/dore/pkg-comment
deleted file mode 100644
index 946a31f0db67..000000000000
--- a/graphics/dore/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Dore - The Dynamic Object Rendering Environment
diff --git a/graphics/dore/pkg-descr b/graphics/dore/pkg-descr
deleted file mode 100644
index fe484fa80e25..000000000000
--- a/graphics/dore/pkg-descr
+++ /dev/null
@@ -1,13 +0,0 @@
-Dore is a powerful three-dimensional graphics library that includes such
-features as:
-
- - a choice of rendering styles, from dynamic to photorealistic
- - advanced graphics features including shadows, transparency
- and reflections
- - ease of use
- - extendability
- - portability, platform independence
- - X11 Window support
-
-See the Docs subdirectory of the unpacked port (make extract; cd work) for
-more information.
diff --git a/graphics/dore/pkg-plist b/graphics/dore/pkg-plist
deleted file mode 100644
index c0f9ed087f7c..000000000000
--- a/graphics/dore/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/libdore.a
-lib/dore
-bin/dore_example
-include/dore.h
-include/dore_develop