Commit Graph

65469 Commits

Author SHA1 Message Date
sthen
936b6924ac install docbook.spec outside the .for loop, it's pointless to install
the same file 6 times.
2011-05-01 12:32:19 +00:00
ajacoutot
8be917e72b Use proper AUTOCONF_VERSION, from Brad. 2011-05-01 12:12:17 +00:00
ajacoutot
382b28b3a0 Use proper AUTOCONF_VERSION, from Brad. 2011-05-01 11:43:06 +00:00
ajacoutot
c6da1f2fb8 Use proper AUTOCONF_VERSION version, from Brad. 2011-05-01 11:39:03 +00:00
ajacoutot
0c8fae4b4b Use proper AUTOCONF_VERSION, from Brad. 2011-05-01 11:35:06 +00:00
ajacoutot
104e5e02d5 Set proper AUTOCONF_VERSION, from Brad. 2011-05-01 11:34:17 +00:00
sthen
a0b11d8d8c update to 0.098, from Brad 2011-05-01 11:28:10 +00:00
landry
246ade0791 Explicitely add 1.7 to the list of allowed jdks. Needed by an incoming
apache-ant update, and it's more correct anyway since MODJAVA_VER is set
to 1.7+.
From Daniel Dickman.
2011-05-01 09:25:02 +00:00
landry
f3abe3e315 Chase firefox36 update and bump xulrunner to 1.9.2.17. 2011-04-30 08:35:40 +00:00
benoit
ea97f96353 - update john to 1.7.7
- update patch

ok sthen@, gsoares@
2011-04-30 05:12:51 +00:00
matthew
3f4996784a cgal needs m>=5.3 for fenv.h support 2011-04-30 01:07:14 +00:00
matthew
6100c96341 add openscad 2011-04-29 18:56:45 +00:00
matthew
42debab506 Add cad/openscad.
ok landry@

OpenSCAD is a software for creating 3D CAD objects.

Unlike most free software for creating 3D models, it does not focus on
the artistic aspects of 3D modelling but instead on the CAD aspects.
Thus it is more suitable for creating 3D models of machine parts but
perhaps not when creating computer-animated movies.

OpenSCAD is not an interactive modeller. Instead it is something like
a 3D-compiler that reads in a script file that describes the object
and renders the 3D model from this script file. This gives designers
full control over the modelling process and enables them to easily
change any step in the modelling process or make designes that are
defined by configurable parameters.
2011-04-29 18:55:37 +00:00
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
matthew
5ea8e37938 add cgal 2011-04-29 17:55:50 +00:00
matthew
ae39bc87fa CGAL 3.8 port; needs recent libm (i.e., fenv.h) to build 2011-04-29 17:47:50 +00:00
sthen
49167b523a Set CMAKE_HOST_SYSTEM_PROCESSOR more like people are expecting by
using arch -s instead of uname -p. Tested with all current CMake
users in tree, no change.  ok dcoppa@
2011-04-29 16:50:32 +00:00
pea
80a0814378 Update to 0.8.1
ok jasper@
2011-04-29 14:30:28 +00:00
gsoares
fa8aa2153b - update to 0.14
- doesnt need groff
- install examples
- regen plist

ok jasper@ sthen@
2011-04-29 14:09:52 +00:00
landry
7cb6ca89df update to firefox-i18n 4.0.1 2011-04-29 13:28:28 +00:00
landry
cc02225242 update to thunderbird-i18n 3.1.10 2011-04-29 13:27:39 +00:00
landry
56f17afd60 Fix, was broken since vim 7.3 update. Pointed out by Rafael Sadowski,
thanks!
2011-04-29 13:27:20 +00:00
landry
6682fdca87 Ooops, update fennec's distinfo after DIST_SUBIDR change. Pointed out by
naddy@.
2011-04-29 13:22:31 +00:00
robert
089acff6fe update to the latest stable version which is now 11.0.696.60
+ switch from using system sqlite to the bundled one because they have
  many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00
sthen
db24b5aee8 regen distinfo and adjust WRKDIST; stupid built-on-the-fly tarballs
only change are paths in the tgz and different .hg_archival.txt file
2011-04-29 11:47:12 +00:00
stsp
c93b5f15db Update to 1.7.5. ok bernd 2011-04-29 11:09:10 +00:00
jasper
918d66b089 - update to 0.2 2011-04-29 09:32:50 +00:00
dcoppa
ef75e7135c Fix unaligned memory access on sparc.
Patch already committed upstream
2011-04-29 09:18:53 +00:00
ajacoutot
6554bf904f Disable libnotify support. It doesn't work and upstream removed it a year
ago.
2011-04-29 08:41:51 +00:00
dcoppa
7f82e11f65 Update to minitube-1.4.2.
OK sthen@, pirofti@, rpointel@
2011-04-29 08:28:12 +00:00
pea
90e77f7472 Update to 0.7.
Fix dependency (spotted by landry@)

ok landry@
2011-04-29 08:19:41 +00:00
landry
376a790e28 Chase thunderbird update and build sunbird from 3.1.10 tarball.. 2011-04-29 08:06:01 +00:00
landry
e90c1a5b57 Update to seamonkey 2.0.14.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 08:04:04 +00:00
landry
837808d82d Update to firefox35 3.5.19.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 08:02:16 +00:00
landry
5cfd472562 Update to mozilla-thunderbird 3.1.10. 2011-04-29 08:01:26 +00:00
landry
c74639eec6 Update to firefox36 3.6.17.
Fixes MFSA 2011-12,13,14,15,16 & 18.
2011-04-29 07:59:41 +00:00
landry
a30bd0967e Update to mozilla-firefox 4.0.1.
Fixes MFSA 2011-12, 2011-17, 2011-18.
2011-04-29 07:58:10 +00:00
dcoppa
83c910b355 Bugfixing update to redis-2.2.5.
Fixed a crash occurring when loading an AOF containing the SPOP
command.
2011-04-29 07:43:05 +00:00
jasper
888cb1b180 Zap zoom zoom (-O3)
prompted by zthen@
2011-04-29 07:41:15 +00:00
jasper
e1094de897 sync 2011-04-29 07:31:17 +00:00
jasper
973e6194eb import libwnck3 3.0.0
this is the gtk3 counterpart of devel/libwnck and can be installed alongside
just fine.

ok aja@
2011-04-29 07:30:49 +00:00
ajacoutot
bc21119a99 Update to gtk2-equinox-engine-1.50. 2011-04-29 07:01:18 +00:00
jasper
613a1ee084 - bugfix update to 2011-04-28 2011-04-29 06:46:06 +00:00
jasper
4540d7cb07 libm has nearbyint() in libm now.
ok sebastia@ (MAINTAINER)
2011-04-29 06:39:54 +00:00
jasper
39a4143af0 libm has nearbyintf() now.
ok jakemsr@
2011-04-29 06:38:34 +00:00
jasper
a8ed53e972 - update to 0.4.7
i386 build test by sthen@, thanks
2011-04-28 22:02:44 +00:00
jasper
1b30818661 usage of SUBST_CMD wasn't needed here, so use MAKE_FLAGS instead. prevents
unneeded substitutions in PLIST too.
2011-04-28 21:27:31 +00:00
jasper
6b93577fce - update to 2011-04-23 2011-04-28 21:18:47 +00:00
dhill
fc71d3791d update to 0.3.
ok jasper@
2011-04-28 20:50:11 +00:00