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. WWW: http://www.opencsg.org/ 4/cgit/cgit.cgi/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/cryptopp
Commit message (Expand)AuthorAgeFilesLines
* security/cryptopp: Add patch from pkgsrcmarino2014-07-302-1/+30
* Build shared library by defaultgrembo2014-06-20class='column1'>| | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
* Rename the GTKDOC option to DOCS.mat2019-05-072-71/+70
| | | | | | | | | First, all those ports should also have had a DOCS option that would have guarded the GTKDOC option, and then textproc/gtk-doc is pretty light and does not warrant a separate option. Discussed with: portmgr Approved by: portmgr
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-0/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* To fix undefined reference to `__cxa_throw_bad_array_new_length@CXXABI_1.3.8',linimon2018-12-061-1/+1
| | | | | | | | add compiler:c11 to USES. PR: 218131 Submitted by: Hiroo Ono <hiroo.ono plus freebsd at gmail dot com> Approved by: portmgr (tier-2 blanket)
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.kwm2018-09-308-62/+369
| | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
* Update to 1.42.0bapt2018-03-272-6/+7
|
* Update pango to 1.40.6.kwm2017-05-312-17/+9
| | | | | | * Convert X11 option to option helpers * Drop BUILD_DEPENDS version checks on fontconfig and cairo. These versions been in ports for long enough.
* update to 1.40.4bapt2017-04-05