aboutsummaryrefslogtreecommitdiff
path: root/science
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete comment.Gerald Pfeifer2009-02-021-1/+1
| | | | | | | Approved by: thierry Notes: svn path=/head/; revision=227441
* Update to 1.1.4Maho Nakata2009-02-022-5/+4
| | | | | | | Suggested by: pav@ Notes: svn path=/head/; revision=227420
* - Update to 1.3.0Chin-San Huang2009-02-012-19/+48
| | | | | | | | | | | - Enable HDF5 1.8, netCDF 4 and proj by default - Reformat Makefile PR: ports/130720 Submitted by: sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=227361
* - Distfile rerolled with minor change to configure scriptPav Lucistnik2009-01-303-5/+5
| | | | | | | | | - Update download location Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227211
* - Update download location, update WWWPav Lucistnik2009-01-302-2/+2
| | | | | | | Reported by: -fetch-original pointyhat run Notes: svn path=/head/; revision=227195
* Update my email address to @FreeBSD.org.Beat Gaetzi2009-01-281-1/+1
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=227071
* Upgrade to 1.3.3.Thierry Thomas2009-01-267-14/+50
| | | | Notes: svn path=/head/; revision=226908
* Upgrade to 1.3.3 and use gfortran43.Thierry Thomas2009-01-266-128/+114
| | | | | | | | Changelog at <http://rd.edf.com/the-edf-offers/research-and-development/softwares/code-saturne/code-saturne-news081127-en-601064.html> Notes: svn path=/head/; revision=226907
* Upgrade to 0.12.0.Thierry Thomas2009-01-264-6/+12
| | | | Notes: svn path=/head/; revision=226906
* Upgrade to 1.0.8.Thierry Thomas2009-01-263-5/+5
| | | | Notes: svn path=/head/; revision=226905
* 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
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-236-10/+11
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226694
* - Chase lang/guile shlib bumpMartin Wilke2009-01-221-2/+2
| | | | Notes: svn path=/head/; revision=226679
* - We need use FCFLAGS to build it in AMD64 and IA64.Marcelo Araujo2009-01-211-2/+2
| | | | | | | - Bump PORTREVISION. Notes: svn path=/head/; revision=226578
* - No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is nowMarcelo Araujo2009-01-205-5/+0
| | | | | | | | | done via Mk/bsd.gcc.mk. Reported by: gerald Notes: svn path=/head/; revision=226543
* - Use USE_FORTRAN knobDmitry Marakasov2009-01-201-6/+2
| | | | | | | | PR: 130734 Submitted by: Shin'ya Murakami <murashin at gfd-dennou dot org> (maintainer) Notes: svn path=/head/; revision=226511
* . Update to 1.12.9.Greg Lewis2009-01-202-5/+4
| | | | Notes: svn path=/head/; revision=226504
* - Fix OPTIONS processingPav Lucistnik2009-01-191-1/+3
| | | | | | | | PR: ports/130740 Submitted by: Shin'ya Murakami <murashin@gfd-dennou.org> Notes: svn path=/head/; revision=226444
* Leverage USE_FORTRAN instead of accomplishing the same manually.Gerald Pfeifer2009-01-181-5/+1
| | | | Notes: svn path=/head/; revision=226383
* Do not explicitly pass F77 and FFLAGS to CONFIGURE_ENV, this is now doneGerald Pfeifer2009-01-181-1/+1
| | | | | | | | | | transparently. Approved by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer) Notes: svn path=/head/; revision=226356
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-171-1/+0
| | | | | | | | | Mk/bsd.gcc.mk.And for this port, CONFIGURE_ENV was bogus to begin with. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=226322
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV; this is now done viaGerald Pfeifer2009-01-171-1/+0
| | | | | | | | | Mk/bsd.gcc.mk. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=226321
* - Actually mark it broken on FreeBSD 6.xPav Lucistnik2009-01-171-1/+1
| | | | Notes: svn path=/head/; revision=226314
* - add LICENSE:Dirk Meyer2009-01-162-0/+4
| | | | Notes: svn path=/head/; revision=226279
* pydicom is a pure python package for working with DICOM files. It wasMartin Wilke2009-01-165-0/+187
| | | | | | | | | | | | | | | made for inspecting and modifying DICOM files in an easy "pythonic" way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements. WWW: http://code.google.com/p/pydicom/ PR: ports/130492 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=226219
* - Fix shlib symlinkPav Lucistnik2009-01-151-2/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226203
* - Mark BROKEN on FreeBSD 6.x: does not compilePav Lucistnik2009-01-151-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226148
* - Fix plistPav Lucistnik2009-01-142-1/+3
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=226083
* - Update to 0.9.2Martin Wilke2009-01-143-82/+52
| | | | | | | | PR: 130446 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=226070
* Bump port revision by the former commit.Maho Nakata2009-01-141-0/+1
| | | | Notes: svn path=/head/; revision=226033
* Support shared lib by tewaking.Maho Nakata2009-01-142-8/+33
| | | | | | | Suggested by: pav@ Notes: svn path=/head/; revision=226032
* - Update to 0.10.3Pav Lucistnik2009-01-137-380/+904
| | | | Notes: svn path=/head/; revision=225980
* - Remove science/gchempaint, it has been integrated into science/gchemutilsPav Lucistnik2009-01-135-192/+0
| | | | Notes: svn path=/head/; revision=225979
* Update to 42r3 and unbreak for 7.Maho Nakata2009-01-137-657/+21
| | | | | | | Drop maintainership to ports@. Notes: svn path=/head/; revision=225931
* - Chase gsl shlib bumpMartin Wilke2009-01-124-6/+8
| | | | Notes: svn path=/head/; revision=225875
* Update to 1.5.3.Edward Tomasz Napierala2009-01-123-8/+9
| | | | Notes: svn path=/head/; revision=225872
* Remove CONFIGURE_ENVMaho Nakata2009-01-114-5/+0
| | | | | | | Submitted by: gerald@ Notes: svn path=/head/; revision=225790
* - Fix build with gfortran43Pav Lucistnik2009-01-101-1/+2
| | | | | | | | PR: ports/130351 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu> (maintainer) Notes: svn path=/head/; revision=225674
* Switch to USE_FORTRAN.Thierry Thomas2009-01-101-5/+1
| | | | | | | Submitted by: gerald Notes: svn path=/head/; revision=225646
* No longer pass FC, F77 and FFLAGS to CONFIGURE_ENV, this is now done viaGerald Pfeifer2009-01-101-2/+1
| | | | | | | | | Mk/bsd.gcc.mk. And for this port, CONFIGURE_ENV was bogus to begin with. Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> Notes: svn path=/head/; revision=225639
* - Unbreak distinfo after portrevision bumpPav Lucistnik2009-01-091-1/+1
| | | | Notes: svn path=/head/; revision=225600
* - fix inappropriate use of NO* varsStefan Walter2009-01-082-28/+32
| | | | | | | | | | | - add MASTER_SITES - change maintainer's email address PR: 127463 Submitted by: maintainer Notes: svn path=/head/; revision=225499
* - update to 1.6.0Stefan Walter2009-01-083-256/+221
| | | | | | | | | | | | | - fix inappropriate use of NO* vars - add mastersites - use COPYTREE_SHARE - change maintainer's email address PR: 127317 Submitted by: maintainer Notes: svn path=/head/; revision=225494
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-0732-25/+32
| | | | Notes: svn path=/head/; revision=225403
* - Mark BROKEN: bad depobj in java3d linePav Lucistnik2009-01-061-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=225356
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-062-5/+1
| | | | Notes: svn path=/head/; revision=225335
* - remove unnecessary stripChin-San Huang2009-01-023-14/+79
| | | | | | | | | | | | - install real documents - fix NOPORTDOCS - add NOPORTEXAMPLES PR: ports/129225 Submitted by: sunpoet (maintainer) Notes: svn path=/head/; revision=225104
* - Remove unused pkgmessage.Chin-San Huang2009-01-021-3/+0
| | | | | | | Noticed by: sunpoet (maintainer) Notes: svn path=/head/; revision=225103
* - Attach science/netcdf4Chin-San Huang2009-01-011-0/+1
| | | | Notes: svn path=/head/; revision=225083