Commit Graph

3435 Commits

Author SHA1 Message Date
matthew
3fbd78b501 add opencsg 2011-04-29 18:15:04 +00:00
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
sthen
d7447e777f - remove patch now we have FE_TONEAREST in fenv.h 2011-04-28 19:11:51 +00:00
ajacoutot
687b73d774 No need for the itlocaledir tweak anymore. 2011-04-26 13:09:07 +00:00
ajacoutot
681b996612 Hook up sane-backends,snmp. 2011-04-25 09:35:49 +00:00
ajacoutot
2714dc9f0c Don't compile with net-snmp by default, instead create an "snmp" FLAVOR
for people who need snmp network scanner support.
2011-04-25 09:34:39 +00:00
kili
ab954ec4cf New distinfo after DIST_SUBDIR change in ghc.port.mk. 2011-04-23 20:22:13 +00:00
kili
67047fb4b8 Depend on and use mtl-2 from devel/hs-mtl. 2011-04-23 14:32:50 +00:00
ajacoutot
2cb2977973 Bugfix update to simple-scan-2.32.0.2. 2011-04-21 06:50:30 +00:00
sthen
3c37381983 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:27:31 +00:00
sthen
65d10f2a68 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:11:53 +00:00
sthen
54d8cabe9e sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 22:18:33 +00:00
sthen
e2e90b126f sync WANTLIB 2011-04-18 22:17:44 +00:00
ajacoutot
39b4bb375b Depends on x11/gtk-engines2 instead of gtk2-clearlook, because that's
where the clearlook engine is.
2011-04-17 15:11:56 +00:00
jasper
f25b29ed30 - remove unnecessary NULL casts
- regen PLIST (qiv)
- remove USE_GROFF (qiv)
- tweak do-install (s10sh)
2011-04-16 21:33:35 +00:00
jasper
e3030ea1ce - regen patches
- add rcs id
2011-04-16 21:31:06 +00:00
jasper
591a251cf1 add rcs id 2011-04-16 21:27:49 +00:00
dcoppa
6ff73abfa2 Fix goption warning, consequence of the update to glib-2.28.2.
Ok ajacoutot@, landry@
2011-04-16 07:47:04 +00:00
sthen
9d814da0bb - remove casts now that NULL is a void *
- sync WANTLIB
2011-04-16 00:15:37 +00:00
jasper
bc76057bd6 sync 2011-04-14 07:02:57 +00:00
jasper
ed1acc1a72 import xaos 3.5
XaoS is an interactive fractal zoomer. It allows the user to
continuously zoom in or out of a fractal in a fluid, continuous motion.

from pascal stumpf (MAINTAINER) with tweaks by me
ok sthen@
2011-04-14 07:02:21 +00:00
ajacoutot
cead6cb783 Bugfix update to gthumb-2.12.3. 2011-04-14 05:32:08 +00:00
sthen
d6629d69dc Update FFmpeg to 20110408 snapshot.
- Enable WebM encoding.
- Stop stripping the shared libraries which explains why I was
   seeing no symbol table with the shared libraries.
- Build all of FFmpeg with -fomit-frame-pointer on i386 instead of
   hacking the various Makefile's and having to add more files as
   further updates are made. Use default CFLAGS (-O2) on i386 now too
   instead of overriding with -O.
- Remove the UINT64_C hack.
- Update HOMEPAGE to use the ffmpeg.org domain.
- Various other cleaning up and fixes for the port.

From Brad, ok dcoppa@
2011-04-12 22:59:07 +00:00
landry
53ebcd1b0d add link to m4 args bz, remove link to old fixed bz 2011-04-12 21:04:49 +00:00
kili
b181bcc909 Update to 0.12.0. 2011-04-11 14:48:48 +00:00
kili
ce5f31092f Tweak dependencies and bump. 2011-04-11 14:46:29 +00:00
kili
f20fe3fa2a Bump after ghc update. 2011-04-11 14:45:14 +00:00
jasper
9319cf7e1b sync 2011-04-11 07:44:35 +00:00
jasper
dc1a70ce65 import geomview 1.9.4
General purpose interactive viewing program for Unix. It is used
mostly for 3D graphics but can display data in 2D and 4D as well.

from patsy (MAINTAINER), with some tweaks by me

ok aja@ landry@
2011-04-11 07:43:34 +00:00
giovanni
1b7026ee3d Update to 8.50 from maintainer Patrick Keshishian 2011-04-07 16:59:43 +00:00
ajacoutot
0fa27d6a70 There is no introspection data in here. 2011-04-07 13:10:58 +00:00
jasper
5b19b36f6a Enable introspection support (though nothing is built or installed yet) 2011-04-07 13:06:26 +00:00
jasper
28b72d087f - provide a distfile mirror 2011-04-07 12:15:44 +00:00
jasper
4fc36bfde8 unclutter build logs by not shaving the output 2011-04-07 12:03:30 +00:00
jasper
b9f1fc9959 - fix the cogl pkg-config file, so gnome-games can use it 2011-04-07 11:38:42 +00:00
ajacoutot
044d3b805e Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 11:30:22 +00:00
jasper
e96ed4d288 Add introspection support (needed for on-going GNOME 3 work). 2011-04-07 11:17:08 +00:00
jasper
6bc1d17d60 - remove unneeded patch now that g-ir-scanner looks in ${X11BASE}/include 2011-04-07 09:38:46 +00:00
jasper
9a85995af3 Enable introspection support (though nothing is built or installed yet) 2011-04-07 07:50:22 +00:00
jasper
e7240972b9 - Add introspection support (needed for on-going GNOME 3 work).
- Add a bunch of patches to allow doing introspection on the external json-glib instead of the local copy.
2011-04-07 07:44:46 +00:00
ajacoutot
a50addae7c Add introspection support. 2011-04-07 06:42:30 +00:00
ajacoutot
4a3c4607d1 Update to gtkam-0.1.17. 2011-04-06 13:56:52 +00:00
jasper
b526741f0c sync 2011-04-06 12:46:19 +00:00
jasper
4855ce0924 import mscgen 0.20
Mscgen is a small program that parses Message Sequence Chart
descriptions and produces PNG, SVG, EPS or server side image maps
(ismaps) as the output. Message Sequence Charts (MSCs) are a way of
representing entities and interactions over some time period and are
often used in combination with SDL. MSCs are popular in Telecoms to
specify how protocols operate although MSCs need not be complicated to
create or use. Mscgen aims to provide a simple text language that is
clear to create, edit and understand, which can also be transformed into
common image formats for display or printing.

ok aja@
2011-04-06 12:44:39 +00:00
ajacoutot
cfb57ffb08 Update to shotwell-0.9.1.
input from and ok landry@ (maintainer)
2011-04-05 18:43:43 +00:00
ajacoutot
56881e0491 --disable-scrollkeeper is not needed when rarian is in the dependency
chain (scrollkeer is a compatility wrapper that does nothing).
2011-04-05 16:37:58 +00:00
shadchin
283e931805 switch on prebuild icon.png (remove librsvg build depends)
and fix RUN_DEPENDS

ok jasper@, ajacoutot@
2011-04-05 14:12:35 +00:00
shadchin
4403bf515e switch on prebuild icon.png (remove librsvg build depends)
ok jasper@, ajacoutot@
2011-04-05 14:10:45 +00:00
jasper
c9a77015d3 sigh, i need coffee.. 2011-03-30 09:50:53 +00:00
jasper
f2fe42734d - fill the examples directories with some source files, instead of
installing three mager executeables.
2011-03-30 09:49:04 +00:00