NOTICE: This package has been removed from pkgsrc

./graphics/GeometryKit, Objective-C class library for calculating 3D geometry

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.3.1r2nb14, Package name: GeometryKit-0.3.1r2nb14, Maintainer: pkgsrc-users

It is an extension to GNUstep, which provides an object oriented
application development framework and tool set for use on a wide
variety of computer platforms. GNUstep is based on the original
OpenStep specification provided by NeXT, Inc. (now Apple). Additionally
the GNU 3DKit may also be used on Mac OS X using the Cocoa API.

The GNU 3DKit's main purpose is to provide an elegant foundation
commonly required to write 3D applications.

The kit consists of 2 frameworks and some bundles, all written in
Objective-C:

* The GeometryKit implements often required mathematical functionality.
* The RenderKit implements the core rendering API.

* An OpenGL based preview renderer.
* A raytracing based high quality renderer.

The emphasis of the kit lies in a clean, object-oriented design
which enables ease of use and high performance rendering.


Required to run:
[x11/gnustep-back]

Required to build:
[devel/gmake]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2010-02-10 18:05:14 by Joerg Sonnenberger | Files touched by this commit (38) | Package removed
Log message:
Retire RenderKit and friends.
   2010-02-02 16:53:57 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Make sure the header directory is created under ${DESTDIR}
   2010-02-01 03:29:55 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR ready
   2010-01-01 18:47:05 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Has race conditions, so not MAKE_JOBS_SAFE.
   2009-07-06 18:23:33 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix PLIST for gnustep hierachy changes. Bump revision.
   2009-06-14 19:59:32 by Joerg Sonnenberger | Files touched by this commit (263)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2008-09-08 08:38:57 by David A. Holland | Files touched by this commit (7)
Log message:
Fix deps for modular xorg. Bump PKGREVISIONs.