The FreeBSD Ports Archive
FreeBSD graphics : dore4>
The Dynamic Object Rendering Environment
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
|
dore history
v. 1.25
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2006/09/17 20:07:25; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.23
date: 2006/05/07 23:45:56; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.22
date: 2005/02/11 12:10:54; author: danfe; state: Exp; lines: +1 -4
Unbreak the build.
v. 1.21
date: 2004/09/26 02:03:41; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
v. 1.20
date: 2004/04/12 04:26:27; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.19
date: 2004/03/12 21:03:26; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.18
date: 2004/02/04 05:20:50; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.17
date: 2003/02/20 18:07:58; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.16
date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:45:21; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/07/08 10:41:26; author: ijliao; state: Exp; lines: +3 -2
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.13
date: 2000/06/09 21:58:55; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.12
date: 2000/04/13 06:28:15; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.11
date: 1999/12/23 18:07:18; author: steve; state: Exp; lines: +14 -6
* Modified patches to support ARCH/CFLAGS/PREFIX properly
* Modified patches to support INSTALL_MACROS instead of cp/mv command
* Moved install path of data files from lib/ to share/
* Fixed pkg/PLIST
PR: 15335
Submitted by: KATO Tsuguru
v. 1.10
date: 1999/08/25 06:13:47; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:30; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1999/02/03 11:11:46; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.7
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1997/04/30 03:18:01; author: asami; state: Exp; lines: +2 -2
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
v. 1.5
date: 1996/11/18 11:27:45; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.4
date: 1996/03/07 00:21:43; author: asami; state: Exp; lines: +5 -5
Redefine WRKSRC instead of WRKDIR so that "work/" won't be left behind
after a "make clean". Adjust scripts and variables accordingly.
v. 1.3
date: 1995/04/09 07:09:33; author: asami; state: Exp; lines: +6 -5
Yet another round of Makefile updates, graphics version.
v. 1.2
date: 1995/04/01 12:45:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1995/02/19 10:34:03; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/02/19 10:34:04; author: jkh; state: Exp; lines: +0 -0
The Dore' graphics toolkit. This thing is a monster, but the examples
are pretty impressive. This needs a lot more polishing to really do it
justice, but this will at least give you the libraries, headers and an
example to look at.
=============================================================================
v. 1.25
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2006/09/17 20:07:25; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.23
date: 2006/05/07 23:45:56; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.22
date: 2005/02/11 12:10:54; author: danfe; state: Exp; lines: +1 -4
Unbreak the build.
v. 1.21
date: 2004/09/26 02:03:41; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
v. 1.20
date: 2004/04/12 04:26:27; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.19
date: 2004/03/12 21:03:26; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.18
date: 2004/02/04 05:20:50; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.17
date: 2003/02/20 18:07:58; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.16
date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:45:21; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/07/08 10:41:26; author: ijliao; state: Exp; lines: +3 -2
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.13
date: 2000/06/09 21:58:55; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.12
date: 2000/04/13 06:28:15; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.11
date: 1999/12/23 18:07:18; author: steve; state: Exp; lines: +14 -6
* Modified patches to support ARCH/CFLAGS/PREFIX properly
* Modified patches to support INSTALL_MACROS instead of cp/mv command
* Moved install path of data files from lib/ to share/
* Fixed pkg/PLIST
PR: 15335
Submitted by: KATO Tsuguru
v. 1.10
date: 1999/08/25 06:13:47; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:30; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1999/02/03 11:11:46; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.7
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1997/04/30 03:18:01; author: asami; state: Exp; lines: +2 -2
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
v. 1.5
date: 1996/11/18 11:27:45; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.4
date: 1996/03/07 00:21:43; author: asami; state: Exp; lines: +5 -5
Redefine WRKSRC instead of WRKDIR so that "work/" won't be left behind
after a "make clean". Adjust scripts and variables accordingly.
v. 1.3
date: 1995/04/09 07:09:33; author: asami; state: Exp; lines: +6 -5
Yet another round of Makefile updates, graphics version.
v. 1.2
date: 1995/04/01 12:45:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1995/02/19 10:34:03; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/02/19 10:34:04; author: jkh; state: Exp; lines: +0 -0
The Dore' graphics toolkit. This thing is a monster, but the examples
are pretty impressive. This needs a lot more polishing to really do it
justice, but this will at least give you the libraries, headers and an
example to look at.
=============================================================================
v. 1.25
date: 2007/05/19 20:08:52; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.24
date: 2006/09/17 20:07:25; author: kris; state: Exp; lines: +0 -4
Now builds on sparc64
v. 1.23
date: 2006/05/07 23:45:56; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE for categories starting with a G
v. 1.22
date: 2005/02/11 12:10:54; author: danfe; state: Exp; lines: +1 -4
Unbreak the build.
v. 1.21
date: 2004/09/26 02:03:41; author: kris; state: Exp; lines: +4 -0
BROKEN on 5.x: Does not build
Approved by: portmgr (self)
v. 1.20
date: 2004/04/12 04:26:27; author: kris; state: Exp; lines: +7 -1
BROKEN on sparc64: Does not compile
v. 1.19
date: 2004/03/12 21:03:26; author: trevor; state: Exp; lines: +1 -1
Since asami's directory on MASTER_SITE_LOCAL is gone, stow his
distfiles in my directory.
v. 1.18
date: 2004/02/04 05:20:50; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.17
date: 2003/02/20 18:07:58; author: knu; state: Exp; lines: +1 -0
de-pkg-comment
v. 1.16
date: 2002/11/10 16:46:23; author: lioux; state: Exp; lines: +0 -2
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
v. 1.15
date: 2002/11/06 22:45:21; author: adamw; state: Exp; lines: +2 -0
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
v. 1.14
date: 2002/07/08 10:41:26; author: ijliao; state: Exp; lines: +3 -2
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun
v. 1.13
date: 2000/06/09 21:58:55; author: asami; state: Exp; lines: +2 -1
Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
v. 1.12
date: 2000/04/13 06:28:15; author: obrien; state: Exp; lines: +3 -3
PORTNAME / PORTVERSION syntax conversion
v. 1.11
date: 1999/12/23 18:07:18; author: steve; state: Exp; lines: +14 -6
* Modified patches to support ARCH/CFLAGS/PREFIX properly
* Modified patches to support INSTALL_MACROS instead of cp/mv command
* Moved install path of data files from lib/ to share/
* Fixed pkg/PLIST
PR: 15335
Submitted by: KATO Tsuguru
v. 1.10
date: 1999/08/25 06:13:47; author: obrien; state: Exp; lines: +1 -1
Change Id->FreeBSD.
v. 1.9
date: 1999/08/22 23:32:30; author: mharo; state: Exp; lines: +2 -2
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
v. 1.8
date: 1999/02/03 11:11:46; author: asami; state: Exp; lines: +4 -2
Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.
The fix here is one of the following.
(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
EXTRACT_* commands.
(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
calling the "tar" command (i.e., arguments like "-xzf" are spelled
out).
(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
add ${EXTRACT_AFTER_ARGS} to the command line as well.
(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
is set, define the other two too.
v. 1.7
date: 1998/08/05 09:31:07; author: asami; state: Exp; lines: +2 -2
Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
v. 1.6
date: 1997/04/30 03:18:01; author: asami; state: Exp; lines: +2 -2
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
v. 1.5
date: 1996/11/18 11:27:45; author: asami; state: Exp; lines: +2 -2
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
v. 1.4
date: 1996/03/07 00:21:43; author: asami; state: Exp; lines: +5 -5
Redefine WRKSRC instead of WRKDIR so that "work/" won't be left behind
after a "make clean". Adjust scripts and variables accordingly.
v. 1.3
date: 1995/04/09 07:09:33; author: asami; state: Exp; lines: +6 -5
Yet another round of Makefile updates, graphics version.
v. 1.2
date: 1995/04/01 12:45:49; author: jkh; state: Exp; lines: +2 -1
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
v. 1.1
date: 1995/02/19 10:34:03; author: jkh; state: Exp;
branches: 1.1.1;
Initial revision
v. 1.1.1.1
date: 1995/02/19 10:34:04; author: jkh; state: Exp; lines: +0 -0
The Dore' graphics toolkit. This thing is a monster, but the examples
are pretty impressive. This needs a lot more polishing to really do it
justice, but this will at least give you the libraries, headers and an
example to look at.
=============================================================================
|
| |

|