aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/raster3d
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistbapt2014-12-091-6/+0
|
* Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-111-1/+1
| | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
* Update the default version of GCC used in the Ports Collection fromgerald2014-03-111-1/+1
| | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs)
* - New LIB_DEPENDS syntax.tijl2013-12-222-33/+35
| | | | | | - Fix IMAGEMAGICK option. - USES=fortran. - Staging.
* Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* - update libdg to 2.1.0dinoex2013-08-091-3/+3
|
* Mark jobs unsafe (fails with -j24)bapt2013-07-111-15/+7
| | | | | | While here: - Use options helpers - Removed indefinite article
* Conver to new options frameworkbapt2012-06-131-7/+8
|
* - update png to 1.5.10dinoex2012-06-011-0/+1
|
* - Remove outdated version checkseadler2012-01-091-2/+0
| | | | Reviewed by: nox
* - Update to 3.0.2dhn2011-09-016-575/+30
| | | | | PR: ports/160120 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* -remove MD5ohauer2011-07-031-1/+0
|
* - update to 1.4.1dinoex2010-03-281-2/+2
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-0/+1
|
* - Update to 2.7smiwi2009-11-203-81/+87
| | | | | PR: 140672 Submitted by: Ports Fury
* Reset shaun@FreeBSD.org due to maintainer-timeouts and no responselinimon2009-11-121-1/+1
| | | | | | to email. Hat: portmgr
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Fix to work with a custom PREFIX and/or LOCALBASE.shaun2009-07-201-3/+5
| | | | | | - Remove my mirror. Noticed by: itetcu va QA tinderbox
* Mark as broken on sparc64-7: fails to compile.linimon2008-02-011-1/+9
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+1
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-172-2/+2
| | | | | | | > If I haven't done it by Monday, you may commit it yourself. Now Monday is over in Shaun's timezone and mine as well :) Approved by: maintainer
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Update distinfo to reflect re-rolled distfile, and add another mastershaun2006-08-162-5/+6
| | | | | | | site location for the previous file. The changes are trivial and don't appear to affect us, so no PORTREVISION bump.
* Switch to my @FreeBSD.org address.shaun2006-06-201-1/+1
| | | | Approved by: ahze (mentor)
* Add an additional mirror.ehaupt2006-04-291-1/+2
| | | | Submitted by: Shaun Amott <shaun@inerd.com> (maintainer)
* Add raster3d, a set of tools for generating raster images of proteinsehaupt2006-04-287-0/+793
and molecules. PR: 96444 Submitted by: Shaun Amott <shaun@inerd.com>