diff options
Diffstat (limited to 'graphics/dore')
| -rw-r--r-- | graphics/dore/Makefile | 42 | ||||
| -rw-r--r-- | graphics/dore/distinfo | 3 | ||||
| -rw-r--r-- | graphics/dore/files/patch-aa | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ab | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ac | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ad | 214 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ae | 65 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ag | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ah | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-ai | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-aj | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-examples_util_preview.c | 19 | ||||
| -rw-r--r-- | graphics/dore/files/patch-examples_util_text.c | 11 | ||||
| -rw-r--r-- | graphics/dore/files/patch-examples_util_transform.c | 19 | ||||
| -rw-r--r-- | graphics/dore/pkg-descr | 10 | ||||
| -rw-r--r-- | graphics/dore/pkg-plist | 101 |
16 files changed, 0 insertions, 617 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile deleted file mode 100644 index da92cffe3ca1..000000000000 --- a/graphics/dore/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: dore -# Date created: 10 February 1995 -# Whom: jkh -# -# $FreeBSD$ -# - -PORTNAME= pdore -PORTVERSION= 6.0 -PORTREVISION= 3 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= trevor -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= The Dynamic Object Rendering Environment - -DEPRECATED= Upstream disapear and distfile is no more available -EXPIRATION_DATE= 2011-05-01 - -USE_XORG= x11 -USE_GMAKE= yes -WRKSRC= ${WRKDIR}/dore -EXTRACT_CMD= ${MKDIR} ${WRKSRC}; cd ${WRKSRC}; ${GZIP_CMD} -MAKEFILE= mk.stdx -MAKE_ENV= DORE_LOC=${WRKDIR} -NOPRECIOUSMAKEVARS= yes -MAKE_JOBS_UNSAFE= yes - -.include <bsd.port.pre.mk> - -post-extract: - @${MKDIR} ${WRKSRC}/lib - -post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/subsys/*.c - -pre-install: - @${MKDIR} ${PREFIX}/share/dore - -.include <bsd.port.post.mk> diff --git a/graphics/dore/distinfo b/graphics/dore/distinfo deleted file mode 100644 index 5e93f40d4662..000000000000 --- a/graphics/dore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pdore-6.0.tar.Z) = 9264e339206e835b2939729700c2156d -SHA256 (pdore-6.0.tar.Z) = ea1d5acb79f936517851b0fec1b052ee1f10291b70f81cc32672647736f1e24b -SIZE (pdore-6.0.tar.Z) = 7230059 diff --git a/graphics/dore/files/patch-aa b/graphics/dore/files/patch-aa deleted file mode 100644 index 3716ff8b9d5f..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${DORE_LOC}/dore/include -I${PREFIX}/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 eac0397cba8d..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${PREFIX}/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 ea3312856be1..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${PREFIX}/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 1bcf0ede6cbd..000000000000 --- a/graphics/dore/files/patch-ad +++ /dev/null @@ -1,214 +0,0 @@ -*** mk.stdx.orig Fri Jan 13 07:14:12 1995 ---- mk.stdx Tue Dec 7 21:33:21 1999 -*************** -*** 24,51 **** - # - - # 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 - - # Compile options -! CC=cc -! CFLAGS= - - # 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 ---- 24,51 ---- - # - - # DORE_LOC is the full pathname of directory containing the dore directory -! #DORE_LOC= - - # DORE_OBJTYPE is the machine object type -! DORE_OBJTYPE=${ARCH} - - # DORE_LIB_NAME specifies the name of the library to be created - DORE_LIB_NAME=libdore.a - - # Compile options -! #CC=cc -! #CFLAGS= - - # 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}/share/dore - - # - # 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,98 ---- - - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -! all: dore -! -! dore: compile library data prep-for-examples - - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -*************** -*** 170,181 **** - - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - - install_dore: check_doreloc - @ echo "Installing Dore' library and include files..." - @ if [ -n "$(DORE_LIBDIR)" ]; then \ - if [ -d $(DORE_LIBDIR) ]; then \ - if [ -f $(LIB_PATH)/$(DORE_LIB_NAME) ]; then \ -! mv $(LIB_PATH)/$(DORE_LIB_NAME) $(DORE_LIBDIR); \ - echo "$(DORE_LIB_NAME) installed in $(DORE_LIBDIR)";\ - else \ - echo "$(LIB_PATH)/$(DORE_LIB_NAME) does not exist";\ ---- 172,185 ---- - - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # - -+ install: install_dore install_data install_example -+ - install_dore: check_doreloc - @ echo "Installing Dore' library and include files..." - @ if [ -n "$(DORE_LIBDIR)" ]; then \ - if [ -d $(DORE_LIBDIR) ]; then \ - if [ -f $(LIB_PATH)/$(DORE_LIB_NAME) ]; then \ -! ${BSD_INSTALL_DATA} $(LIB_PATH)/$(DORE_LIB_NAME) $(DORE_LIBDIR); \ - echo "$(DORE_LIB_NAME) installed in $(DORE_LIBDIR)";\ - else \ - echo "$(LIB_PATH)/$(DORE_LIB_NAME) does not exist";\ -*************** -*** 192,205 **** - @ if [ -n "$(DORE_INCDIR)" ]; then \ - if [ -d $(DORE_INCDIR) ]; then \ - (cd $(DORE_LOC)/dore/include; \ -! cp dore.h $(DORE_INCDIR); \ - find dore_develop -print | \ - cpio -padmu $(DORE_INCDIR)); \ - echo "C include files installed in $(DORE_INCDIR)"; \ - if [ ! -d $(DORE_INCDIR)/fortran ]; then \ - mkdir -p $(DORE_INCDIR)/fortran; \ - fi; \ -! cp $(DORE_LOC)/dore/include/fortran/* \ - $(DORE_INCDIR)/fortran; \ - echo "Fortran include files installed in $(DORE_INCDIR)/fortran"; \ - else \ ---- 196,209 ---- - @ if [ -n "$(DORE_INCDIR)" ]; then \ - if [ -d $(DORE_INCDIR) ]; then \ - (cd $(DORE_LOC)/dore/include; \ -! ${BSD_INSTALL_DATA} dore.h $(DORE_INCDIR); \ - find dore_develop -print | \ - cpio -padmu $(DORE_INCDIR)); \ - echo "C include files installed in $(DORE_INCDIR)"; \ - if [ ! -d $(DORE_INCDIR)/fortran ]; then \ - mkdir -p $(DORE_INCDIR)/fortran; \ - fi; \ -! ${BSD_INSTALL_DATA} $(DORE_LOC)/dore/include/fortran/* \ - $(DORE_INCDIR)/fortran; \ - echo "Fortran include files installed in $(DORE_INCDIR)/fortran"; \ - else \ -*************** -*** 221,227 **** - if [ ! -d $(DORE_DATADIR)/errmsg ]; then \ - mkdir -p $(DORE_DATADIR)/errmsg; \ - fi; \ -! cp $(DORE_LOC)/dore/src/data/errmsg/errmsgfile \ - $(DORE_DATADIR)/errmsg; \ - echo "Error message file installed in $(DORE_DATADIR)/errmsg"; \ - if [ ! -d $(DORE_DATADIR)/fonts ]; then \ ---- 225,231 ---- - if [ ! -d $(DORE_DATADIR)/errmsg ]; then \ - mkdir -p $(DORE_DATADIR)/errmsg; \ - fi; \ -! ${BSD_INSTALL_DATA} $(DORE_LOC)/dore/src/data/errmsg/errmsgfile \ - $(DORE_DATADIR)/errmsg; \ - echo "Error message file installed in $(DORE_DATADIR)/errmsg"; \ - if [ ! -d $(DORE_DATADIR)/fonts ]; then \ -*************** -*** 331,336 **** ---- 335,351 ---- - - - # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # -+ -+ prep-for-examples: -+ @( cd examples/generic; ${MAKE} ) -+ @( cd examples/util; ${MAKE} ) -+ @( cd examples/programs/simple; ${MAKE} ) -+ -+ install_example: -+ @${BSD_INSTALL_PROGRAM} 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 5f366e4c1bda..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/${ARCH} -ldore - -! INCDIR=../../../include - CFLAGS= -DDORE_REAL_$(PRECISION) -I$(INCDIR) -! LIBS= $(DORELIB) -L${PREFIX}/lib -lX11 -lm - - all: render - diff --git a/graphics/dore/files/patch-ag b/graphics/dore/files/patch-ag deleted file mode 100644 index 960138954525..000000000000 --- a/graphics/dore/files/patch-ag +++ /dev/null @@ -1,19 +0,0 @@ -*** src/device_config/pex/makefile.orig Fri Jan 13 07:04:38 1995 ---- src/device_config/pex/makefile Tue Dec 7 07:19:09 1999 -*************** -*** 15,21 **** - # EXPRESS OR IMPLIED. - - SHELL = /bin/sh -! CCCOM = $(CC) $(CFLAGS) -DERRCHK -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/pex ---- 15,21 ---- - # EXPRESS OR IMPLIED. - - SHELL = /bin/sh -! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${PREFIX}/include - LDCOM = $(LD) $(LDFLAGS) - ARCOM = $(AR) $(ARFLAGS) - SRC_PATH = $(DORE_LOC)/dore/src/device_config/pex diff --git a/graphics/dore/files/patch-ah b/graphics/dore/files/patch-ah deleted file mode 100644 index 840719b9ffa8..000000000000 --- a/graphics/dore/files/patch-ah +++ /dev/null @@ -1,19 +0,0 @@ -*** src/device_config/pex/drom/makefile.orig Fri Jan 13 07:04:34 1995 ---- src/device_config/pex/drom/makefile Tue Dec 7 07:20:59 1999 -*************** -*** 15,21 **** - # EXPRESS OR IMPLIED. - - SHELL = /bin/sh -! CCCOM = $(CC) $(CFLAGS) -DERRCHK -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/pex/drom ---- 15,21 ---- - # EXPRESS OR IMPLIED. - - SHELL = /bin/sh -! CCCOM = $(CC) $(CFLAGS) -DERRCHK -I${DORE_LOC}/dore/include -I${PREFIX}/include - LDCOM = $(LD) $(LDFLAGS) - ARCOM = $(AR) $(ARFLAGS) - SRC_PATH = $(DORE_LOC)/dore/src/device_config/pex/drom diff --git a/graphics/dore/files/patch-ai b/graphics/dore/files/patch-ai deleted file mode 100644 index e45737b51521..000000000000 --- a/graphics/dore/files/patch-ai +++ /dev/null @@ -1,19 +0,0 @@ -*** src/subsys/font.c.orig Mon Feb 27 13:33:40 1995 ---- src/subsys/font.c Mon Feb 27 13:34:04 1995 -*************** -*** 70,76 **** - void dor_font_initialize (void) - { - if ( ! (doe_font_library_name = DDgetenv("DORE_FONTDATA"))) -! doe_font_library_name = "/usr/dore/data/fonts"; - - doe_text_max_font = 0; /* maximum font index in use */ - ---- 70,76 ---- - void dor_font_initialize (void) - { - if ( ! (doe_font_library_name = DDgetenv("DORE_FONTDATA"))) -! doe_font_library_name = "%%PREFIX%%/share/dore/fonts"; - - doe_text_max_font = 0; /* maximum font index in use */ - diff --git a/graphics/dore/files/patch-aj b/graphics/dore/files/patch-aj deleted file mode 100644 index 8becf4907e72..000000000000 --- a/graphics/dore/files/patch-aj +++ /dev/null @@ -1,19 +0,0 @@ -*** src/subsys/error.c.orig Mon Feb 27 13:33:44 1995 ---- src/subsys/error.c Mon Feb 27 13:34:37 1995 -*************** -*** 80,86 **** - #ifdef WIN32 - errpath = "c:\\windows\\dore"; - #else -! errpath = "/usr/dore/data/errmsg"; - #endif - - errmsgfilename = dor_space_allocate (strlen(errpath) + 20); ---- 80,86 ---- - #ifdef WIN32 - errpath = "c:\\windows\\dore"; - #else -! errpath = "%%PREFIX%%/share/dore/errmsg"; - #endif - - errmsgfilename = dor_space_allocate (strlen(errpath) + 20); diff --git a/graphics/dore/files/patch-examples_util_preview.c b/graphics/dore/files/patch-examples_util_preview.c deleted file mode 100644 index e601a865ff9d..000000000000 --- a/graphics/dore/files/patch-examples_util_preview.c +++ /dev/null @@ -1,19 +0,0 @@ ---- examples/util/preview.c.orig Fri Jan 13 04:13:44 1995 -+++ examples/util/preview.c Fri Jun 29 17:20:09 2007 -@@ -64,6 +64,8 @@ - - - -+static DtObject MakeNewDefinitionGroup(), MakeNewDisplayGroup(); -+static MakeNewView(); - - void view_preview ( - DtObject user_view, -@@ -71,7 +73,6 @@ - DtInt save_list[]) - { - DtObject new_device, new_view, new_definition_group, new_display_group; -- DtObject MakeNewDefinitionGroup(), MakeNewDisplayGroup(); - - MakeNewView(&new_device, &new_view); - new_definition_group = MakeNewDefinitionGroup(); diff --git a/graphics/dore/files/patch-examples_util_text.c b/graphics/dore/files/patch-examples_util_text.c deleted file mode 100644 index 237e4952a6ae..000000000000 --- a/graphics/dore/files/patch-examples_util_text.c +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/util/text.c.orig Fri Jan 13 04:13:46 1995 -+++ examples/util/text.c Fri Jun 29 17:15:09 2007 -@@ -56,6 +56,8 @@ - words, the string "H ,(2) O" will give the same results as "H,(2)O". - */ - -+static int gettok(); -+ - DtObject subscript ( - char *str) - { diff --git a/graphics/dore/files/patch-examples_util_transform.c b/graphics/dore/files/patch-examples_util_transform.c deleted file mode 100644 index 1559286de9d7..000000000000 --- a/graphics/dore/files/patch-examples_util_transform.c +++ /dev/null @@ -1,19 +0,0 @@ ---- examples/util/transform.c.orig Fri Jun 29 17:19:27 2007 -+++ examples/util/transform.c Fri Jun 29 17:18:15 2007 -@@ -47,10 +47,12 @@ - static DtInt transcount=0, arraysize=0; - - /* prototypes for static functions */ --transform_matrix (DtMatrix4x4, DtInt, DtReal, DtCompType); --translate (DtMatrix4x4, int, DtReal, DtCompType); --scale(DtMatrix4x4, int, DtReal, DtCompType); --rotate(DtMatrix4x4, int, int, DtReal, DtCompType); -+static transform_matrix (DtMatrix4x4, DtInt, DtReal, DtCompType); -+static translate (DtMatrix4x4, int, DtReal, DtCompType); -+static scale(DtMatrix4x4, int, DtReal, DtCompType); -+static rotate(DtMatrix4x4, int, int, DtReal, DtCompType); -+static load_identity(DtMatrix4x4); -+static load_matrix(DtMatrix4x4, DtMatrix4x4); - - - /* diff --git a/graphics/dore/pkg-descr b/graphics/dore/pkg-descr deleted file mode 100644 index 7180419a2881..000000000000 --- a/graphics/dore/pkg-descr +++ /dev/null @@ -1,10 +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 - - Extendibility - - Portability, platform independence - - X11 Window support diff --git a/graphics/dore/pkg-plist b/graphics/dore/pkg-plist deleted file mode 100644 index c09c5d7680e0..000000000000 --- a/graphics/dore/pkg-plist +++ /dev/null @@ -1,101 +0,0 @@ -bin/dore_example -include/dore.h -include/dore_develop/develop.h -include/dore_develop/error.h -include/dore_develop/private/anntxt.h -include/dore_develop/private/cammat.h -include/dore_develop/private/clpvol.h -include/dore_develop/private/datptr.h -include/dore_develop/private/datval.h -include/dore_develop/private/device.h -include/dore_develop/private/filerstr.h -include/dore_develop/private/frame.h -include/dore_develop/private/group.h -include/dore_develop/private/linlst.h -include/dore_develop/private/lokatfrm.h -include/dore_develop/private/mapbmp.h -include/dore_develop/private/mapdifclr.h -include/dore_develop/private/mapenv.h -include/dore_develop/private/maptrnint.h -include/dore_develop/private/nurbsurf.h -include/dore_develop/private/parmat.h -include/dore_develop/private/patch.h -include/dore_develop/private/patchmat.h -include/dore_develop/private/permat.h -include/dore_develop/private/ply.h -include/dore_develop/private/plylin.h -include/dore_develop/private/plymkr.h -include/dore_develop/private/plymsh.h -include/dore_develop/private/pntlst.h -include/dore_develop/private/prisrf.h -include/dore_develop/private/prjmat.h -include/dore_develop/private/quadgrid.h -include/dore_develop/private/quadlst.h -include/dore_develop/private/quadmsh.h -include/dore_develop/private/rayintmtr.h -include/dore_develop/private/rayintsph.h -include/dore_develop/private/rayinttri.h -include/dore_develop/private/rotate.h -include/dore_develop/private/rstr.h -include/dore_develop/private/scale.h -include/dore_develop/private/shear.h -include/dore_develop/private/simply.h -include/dore_develop/private/simplymsh.h -include/dore_develop/private/sphlst.h -include/dore_develop/private/stdtexatt.h -include/dore_develop/private/text.h -include/dore_develop/private/tfmmat.h -include/dore_develop/private/torus.h -include/dore_develop/private/transl.h -include/dore_develop/private/trilst.h -include/dore_develop/private/trimsh.h -include/dore_develop/private/tristrip.h -include/dore_develop/private/varlinlst.h -include/dore_develop/private/varpntlst.h -include/dore_develop/private/varquadgrd.h -include/dore_develop/private/varquadmsh.h -include/dore_develop/private/varsplymsh.h -include/dore_develop/private/vartrilst.h -include/dore_develop/private/vartrimsh.h -include/dore_develop/private/vartristrp.h -include/dore_develop/private/view.h -include/dore_develop/private/zbuffer.h -include/fortran/DORE -include/fortran/DOREMETHODS -include/fortran/DORETEXT -include/fortran/DORETYPES -lib/libdore.a -share/dore/errmsg/errmsgfile -share/dore/fonts/astrology.df -share/dore/fonts/cyrillic.df -share/dore/fonts/gothgbt.df -share/dore/fonts/gothgrt.df -share/dore/fonts/gothitt.df -share/dore/fonts/greekc.df -share/dore/fonts/greekcs.df -share/dore/fonts/greekp.df -share/dore/fonts/greeks.df -share/dore/fonts/helvetica.df -share/dore/fonts/italicc.df -share/dore/fonts/italiccs.df -share/dore/fonts/italict.df -share/dore/fonts/lcmath.df -share/dore/fonts/meteorology.df -share/dore/fonts/music.df -share/dore/fonts/romanc.df -share/dore/fonts/romancs.df -share/dore/fonts/romand.df -share/dore/fonts/romanp.df -share/dore/fonts/romans.df -share/dore/fonts/romant.df -share/dore/fonts/scriptc.df -share/dore/fonts/scripts.df -share/dore/fonts/symbols.df -share/dore/fonts/ucmath.df -share/dore/fonts/unused.df -@dirrm share/dore/fonts -@dirrm share/dore/errmsg -@dirrm share/dore -@dirrm include/dore_develop/private -@dirrm include/dore_develop -@dirrmtry include/fortran |
