aboutsummaryrefslogtreecommitdiff
path: root/science/afni
Commit message (Collapse)AuthorAgeFilesLines
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-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) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* Update math/gsl to 1.16 and adjust some dependent portsBrendan Fabeny2013-08-261-1/+1
| | | | Notes: svn path=/head/; revision=325401
* Convert from USE_MOTIF to USES=motifBaptiste Daroussin2013-07-101-5/+3
| | | | | | | | | | While here: - Trim headers - Convert USE_GMAKE to USES=gmake - Remove indefinite article from comment Notes: svn path=/head/; revision=322622
* Update math/R to 3.0.1-patched, and adjust dependent ports;Brendan Fabeny2013-05-281-1/+1
| | | | | | | | | | synchronize math/rpy with upstream repository Reviewed by: wen Approved by: wen, tota Notes: svn path=/head/; revision=319316
* - Convert USE_ICONV=yes to USES=iconvMarcus von Appen2013-04-271-2/+1
| | | | | | | | - Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and USE_GETTEXT=yes to USES=gettext while here Notes: svn path=/head/; revision=316683
* update math/R to 2.15.3, and adjust dependent portsBrendan Fabeny2013-03-071-1/+1
| | | | Notes: svn path=/head/; revision=313562
* update the R base ports to 2.15.2 and adjust dependent portsBrendan Fabeny2013-01-041-7/+2
| | | | | | | Reviewed by: thierry, tota, wen Notes: svn path=/head/; revision=309935
* s/X11BASE/LOCALBASE/, or equivalent.Doug Barton2012-06-241-5/+5
| | | | | | | The X11BASE variable is long gone, however these ports were not updated. Notes: svn path=/head/; revision=299908
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to build 2012-04-17 [1]Pawel Pekala2012-05-1110-264/+691
| | | | | | | | | | | - Projest has new homepage [1] - Mark MAKE_JOBS_UNSAFE PR: ports/167651 [1] Submitted by: Jason Bacon <jwbacon@tds.net> (maintainer) [1] Notes: svn path=/head/; revision=296440
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - remove MD5Olli Hauer2011-07-031-6/+0
| | | | Notes: svn path=/head/; revision=276984
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-1/+1
| | | | Notes: svn path=/head/; revision=255371
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Update maintainer's email address. Had already been done for hisMark Linimon2009-06-193-3/+3
| | | | | | | other ports. Notes: svn path=/head/; revision=236345
* Fix science/afni after X.org 7.4 import (needs Xi).Florent Thoumie2009-01-241-1/+2
| | | | | | | Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=226769
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵Pav Lucistnik2008-07-251-1/+0
| | | | | | | MAKE_ENV Notes: svn path=/head/; revision=217477
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-6/+6
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Update to 2008.01.02.1043Thomas Abthorpe2008-01-288-111/+102
| | | | | | | | PR: ports/119961 Submitted by: Jason Bacon <bacon smithers.neuro.mcw.edu> (maintainer) Notes: svn path=/head/; revision=206325
* - Update to 2007.06.15.1339Martin Wilke2007-06-218-29/+121
| | | | | | | | | | - Unbreak PR: 113887 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer) Notes: svn path=/head/; revision=194000
* BROKEN: Does not compileKris Kennaway2007-06-101-0/+2
| | | | Notes: svn path=/head/; revision=193138
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+2
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 2007.04.18.1830Martin Wilke2007-04-215-197/+161
| | | | | | | | | | - Respect X11BASE PR: 111890 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer) Notes: svn path=/head/; revision=190541
* Respect X11BASEFrank J. Laszlo2006-12-011-0/+1
| | | | | | | | | | PR: ports/106101 Submitted by: self Approved by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer) Reported by: pointyhat Notes: svn path=/head/; revision=178464
* - Fix pluginsPav Lucistnik2006-09-247-140/+263
| | | | | | | | | | - Update to 2006.06.30.1332 PR: ports/103318 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> (maintainer) Notes: svn path=/head/; revision=173732
* Remove backquote from BROKEN string to avoid upsetting portsmon code.Mark Linimon2006-07-061-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=167097
* Update to 2006.03.21.1314Tilman Keskinoz2006-05-253-30/+56
| | | | | | | | PR: 97404 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Notes: svn path=/head/; revision=163367
* Update to 2005.12.30.0934.2Tilman Keskinoz2006-04-153-19/+24
| | | | | | | | PR: 94302 Submitted by: maintainer Notes: svn path=/head/; revision=159639
* Change `NOT_FOR_ARCHS' with `if ARCH then BROKEN'Vasil Dimov2006-02-131-3/+6
| | | | | | | | Noticed by: danfe Approved by: garga (mentor) Notes: svn path=/head/; revision=155919
* Mark NOT_FOR_ARCHS=sparc64, maintainer did not fix the build for 7 daysVasil Dimov2006-02-091-0/+3
| | | | | | | | | after kris' mail Approved by: garga (mentor) Notes: svn path=/head/; revision=155603
* Changes to the port:Vasil Dimov2006-01-302-20/+20
| | | | | | | | | | | | | Author fixed the problem with filename versioning by placing filenames without version in their name in a subdirectory on the web server. Changes to the software itself: -DPIC -fPIC used only for amd64 and ia64, suggested by kris Approved by: garga (mentor) Notes: svn path=/head/; revision=154785
* Update Makefile.FreeBSD_PORT's checksum.Vasil Dimov2006-01-261-3/+3
| | | | | | | | | | -DPIC -fPIC were added to CFLAGS in Makefile.FreeBSD_PORT to make it compile on amd64. Approved by: garga (mentor) Notes: svn path=/head/; revision=154496
* Add new port science/afniVasil Dimov2006-01-255-0/+738
AFNI (Advanced Functional Neuro Imaging) is a tool for analyzing 3 dimensional images, especially functional MRI images used in brain mapping research. WWW: http://afni.nimh.nih.gov/ PR: ports/90752 Submitted by: Jason Bacon <bacon@smithers.neuro.mcw.edu> Reviewed by: garga (mentor) Approved by: garga (mentor) Notes: svn path=/head/; revision=154438