Public git conversion mirror of OpenBSD's official cvs ports repository. Pull requests not accepted - send diffs to the ports@ mailing list.
Go to file
matthew 2262322e6f Add OpenCSG 1.3.1.
ok landry@

OpenCSG is a library that does image-based CSG rendering using OpenGL.
OpenCSG is written in C++ and supports most modern graphics hardware.

CSG is short for Constructive Solid Geometry and denotes an approach
to model complex 3D-shapes using simpler ones. I.e., two shapes can be
combined by taking the union of them, by intersecting them, or by
subtracting one shape of the other. The most basic shapes, which are
not result of such a CSG operation, are called primitives. Primitives
must be solid, i.e., they must have a clearly defined interior and
exterior. By construction, a CSG shape is also solid then.

Image-based CSG rendering (also z-buffer CSG rendering) is a term that
denotes algorithms for rendering CSG shapes without an explicit
calculation of the geometric boundary of a CSG shape. Such algorithms
use frame-buffer settings of the graphics hardware, e.g., the depth
and stencil buffer, to compose CSG shapes. OpenCSG implements a
variety of those algorithms, namely the Goldfeather algorithm and the
SCS algorithm, both of them in several variants.
2011-04-29 18:00:03 +00:00
archivers update to 2.0.5; small changes which appear to result in nearly 2x 2011-04-25 21:46:48 +00:00
astro adjust after recent lesstif removal 2011-04-10 18:00:23 +00:00
audio libm has nearbyintf() now. 2011-04-29 06:38:34 +00:00
benchmarks convert to new style depends 2010-11-15 00:22:45 +00:00
biology - update to 16.9 2011-04-15 21:10:27 +00:00
books Fix MASTER_SITES. 2011-04-10 06:52:41 +00:00
cad passing '-unix' to qmake4 is deprecated so remove it. 2011-03-17 14:02:51 +00:00
chinese db/v3 meets PKGSPEC 2010-11-26 14:23:31 +00:00
comms minicom contains a function called wprintf() (print to a window) which 2011-04-22 11:21:46 +00:00
converters - add MASTER_SITE_SOURCEFORGE as backup to MASTER_SITES 2011-04-25 23:50:56 +00:00
databases Bugfixing update to redis-2.2.5. 2011-04-29 07:43:05 +00:00
devel Set CMAKE_HOST_SYSTEM_PROCESSOR more like people are expecting by 2011-04-29 16:50:32 +00:00
editors Update to 3.0.2 2011-04-28 17:06:11 +00:00
education update to 0.1.33, which fixes the verb "chauvir" 2011-04-05 15:33:16 +00:00
emulators fix RK06/RK07 write operation 2011-04-20 05:16:33 +00:00
games - we have nearbyint() in libm now. 2011-04-28 18:38:04 +00:00
geo - we have nearbyintf() in libm now 2011-04-28 18:38:40 +00:00
graphics Add OpenCSG 1.3.1. 2011-04-29 18:00:03 +00:00
infrastructure Remove code to support FreeBSD emulation, ok espie@ 2011-04-25 23:01:03 +00:00
inputmethods Add vala support (it's only a build dep). 2011-04-08 07:37:24 +00:00
japanese restore missing REVISIONs for subpackages that were lost during the original 2011-04-14 21:07:45 +00:00
java new depends 2010-11-17 08:05:12 +00:00
korean add EPOCH that should've been added 6 years ago as v0... 2011-03-27 16:38:13 +00:00
lang - add a HOMEPAGE 2011-04-28 19:28:15 +00:00
mail update to thunderbird-i18n 3.1.10 2011-04-29 13:27:39 +00:00
math add cgal 2011-04-29 17:55:50 +00:00
misc libm has nearbyint() in libm now. 2011-04-29 06:39:54 +00:00
multimedia - we have nearbyintf() in libm now 2011-04-28 18:38:40 +00:00
net Use the gnome MODULE. 2011-04-28 13:58:36 +00:00
news Switch some MASTER_SITES to http and list the http mirrors first. 2011-04-17 10:39:39 +00:00
palm new depends 2010-11-20 09:48:38 +00:00
plan9 - remove unnecessary NULL casts 2011-04-16 21:13:43 +00:00
print Use the gtk-print stock icon instead of the ugly cups one. 2011-04-28 17:21:17 +00:00
productivity Chase thunderbird update and build sunbird from 3.1.10 tarball.. 2011-04-29 08:06:01 +00:00
russian adjust after recent lesstif removal 2011-04-10 18:00:23 +00:00
security - update to 2.02, from jung (maintainer). 2011-04-28 16:17:21 +00:00
shells Update to 4.2 patch level 8. 2011-03-15 19:22:08 +00:00
sysutils Regen dependencies after recent updates: drop eggdbus dependency. 2011-04-28 13:10:57 +00:00
telephony - switch to correct 1.8.3.3 tarball now it's available (vs. 1.8.3.2+patchset) 2011-04-27 17:42:02 +00:00
textproc Unbreak on a clean box: asciidoc requires docbook* stuff. 2011-04-28 11:12:37 +00:00
www update to firefox-i18n 4.0.1 2011-04-29 13:28:28 +00:00
x11 Update to 0.8.1 2011-04-29 14:30:28 +00:00
.cvsignore Change WRKOBJDIR (again...) to default to ${PORTSDIR}/pobj instead of obj, 2009-10-13 14:39:23 +00:00
INDEX sync, 6994 unzels 2011-04-27 17:21:54 +00:00
Makefile move LOCKDIR default to pkgpath.mk since it's shared with Makefile. 2010-08-20 23:11:07 +00:00
README Repoint URL to OpenBSD Porters Handbook. 2010-08-31 03:28:43 +00:00

Documentation for the ports tree: ports(7), packages(7), mirroring-ports(7),
library-specs(7), bsd.port.mk(5), port-modules(5).

See also the OpenBSD Porter's Handbook http://www.openbsd.org/faq/ports/

$OpenBSD: README,v 1.19 2010/08/31 03:28:43 lum Exp $