2001-03-24 22:40:17 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
2001-09-21 07:59:19 +02:00
|
|
|
|
2004-04-02 09:29:48 +02:00
|
|
|
COMMENT = Scientific ports
|
|
|
|
|
2003-07-24 11:50:24 +02:00
|
|
|
SUBDIR += 2dhf
|
2006-09-07 03:24:33 +02:00
|
|
|
SUBDIR += InsightToolkit
|
2004-08-14 10:45:42 +02:00
|
|
|
SUBDIR += abinit
|
2006-01-25 18:34:35 +01:00
|
|
|
SUBDIR += afni
|
2003-09-08 14:45:59 +02:00
|
|
|
SUBDIR += at
|
2002-07-22 08:52:25 +02:00
|
|
|
SUBDIR += bblimage
|
2005-01-22 16:01:02 +01:00
|
|
|
SUBDIR += buddy
|
2004-02-27 23:35:23 +01:00
|
|
|
SUBDIR += cdcl
|
2006-01-28 21:40:56 +01:00
|
|
|
SUBDIR += cdf
|
CDO is a collection of command line Operators to manipulate and analyse Climate
model Data. Supported file formats are GRIB, netCDF, SERVICE, EXTRA and IEG.
There are more than 250 operators available. The following table gives a short
overview about the main categories.
* File information (info, sinfo, diff, ...)
* File operations (copy, cat, merge, split*, ...)
* Selection (selcode, selvar, sellevel, seltimestep, ...)
* Missing values (setctomiss, setmisstoc, setrtomiss)
* Arithmetic (add, sub, mul, div, ...)
* Mathematical functions (sqrt, exp, log, sin, cos, ...)
* Comparision (eq, ne, le, lt, ge, gt, ...)
* Conditions (ifthen, ifnotthen, ifthenc, ifnotthenc)
* Field statistic (fldsum, fldavg, fldstd, fldmin, fldmax, ...)
* Vertical statistic (vertsum, vertavg, vertstd, vertmin, ...)
* Time range statistic (timavg, yearavg, monavg, dayavg, ...)
* Ensemble statistic (enssum, ensavg, ensstd, ensmin, ...)
* Regression (detrend)
* Field interpolation (remapbil, remapcon, remapdis, ...)
* Vertical interpolation (ml2pl, ml2hl)
* Time interpolation (inttime, intyear)
WWW: http://www.mpimet.mpg.de/fileadmin/software/cdo/
PR: ports/98099
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
2006-06-11 10:41:34 +02:00
|
|
|
SUBDIR += cdo
|
2001-03-30 21:23:00 +02:00
|
|
|
SUBDIR += chemtool
|
2003-10-04 04:30:06 +02:00
|
|
|
SUBDIR += chemtool-devel
|
2001-05-08 02:03:05 +02:00
|
|
|
SUBDIR += clhep
|
2006-07-28 05:38:04 +02:00
|
|
|
SUBDIR += crf++
|
2005-02-24 21:26:31 +01:00
|
|
|
SUBDIR += dcl
|
2005-01-21 20:03:52 +01:00
|
|
|
SUBDIR += devisor
|
2004-03-20 05:50:45 +01:00
|
|
|
SUBDIR += dft++
|
2006-04-24 21:49:57 +02:00
|
|
|
SUBDIR += elmer-eio
|
2006-04-24 21:54:02 +02:00
|
|
|
SUBDIR += elmer-fem
|
2006-04-24 21:53:14 +02:00
|
|
|
SUBDIR += elmer-hutiter
|
2006-04-24 21:50:53 +02:00
|
|
|
SUBDIR += elmer-matc
|
2006-04-24 21:46:15 +02:00
|
|
|
SUBDIR += elmer-meshgen2d
|
2006-04-24 21:54:49 +02:00
|
|
|
SUBDIR += elmerfront
|
2006-04-24 21:48:58 +02:00
|
|
|
SUBDIR += elmergrid
|
2006-04-24 21:55:43 +02:00
|
|
|
SUBDIR += elmerpost
|
2002-05-14 05:59:02 +02:00
|
|
|
SUBDIR += euler
|
2006-03-15 11:36:29 +01:00
|
|
|
SUBDIR += fastcap
|
2006-03-15 11:38:00 +01:00
|
|
|
SUBDIR += fasthenry
|
2003-11-08 10:08:52 +01:00
|
|
|
SUBDIR += felt
|
2002-10-14 22:11:17 +02:00
|
|
|
SUBDIR += flounder
|
2006-10-02 10:59:12 +02:00
|
|
|
SUBDIR += g3data
|
GAMESS is freely available ab-initio molecular orbital
calculation program calculates energy, molecular structure,
vibrational frequencies from the basic principle of quantum mechanics.
A site license for GAMESS is available at no cost to both academic
and industrial users. Please refer
http://wwwmsg.fi.ameslab.gov/GAMESS/dist.menu.html
for details.
We also included simple launcher called `gamess'
for your convenience. You don't set any environment variable
to run gamess. Just type
% gamess <somefile.inp>
is enough.
WWW: http://wwwmsg.fi.ameslab.gov/GAMESS/
I also recived an e-mail from Mike Schmidt <mike@si.fi.ameslab.gov>
as my inquery.
> I'm maintaining gamess port for FreeBSD only for myself,
> but I'd like to maintain this program at ports tree so that
> everyone can install gamess for FreeBSD very easily like following:
> obtain gamess-current.tar.gz then, put it to some directory, then:
>
> % mkdir /usr/ports/distfiles/gamess.20060907.4
> % cp gamess-current.tar.gz /usr/ports/distfiles/gamess.20060907.4/
> % cd /usr/ports/science/gamess
> % make
> % sudo make install
> ...
> will finish the compilation and installation.
>
> So I'd like to ask you about it.
>
> Can I put port such a skeleton, which is merely an installation
> instruction for FreeBSD ports tree like MPQC?
> http://www.freebsd.org/cgi/cvsweb.cgi/ports/science/mpqc/
> Everyone can access this instruction publically.
> Of course, I don't expose gamess archive for public, and if gamess =20
> archive
> is not found, make stops like:
>
>> % make
>> =3D=3D=3D> gamess-20060907.4 You must manually get the source =20
>> distribution from master site. http://www.msg.ameslab.gov/GAMESS/=20
>> dist.menu.html. Please selsect "Source code distribution", and =20
>> check on "running on Intel compatible PC running Linux". You must =20
>> have license, but freely obtainable..
>> *** Error code 1
>
Mike Schmidt <mike@si.fi.ameslab.gov> replied as:
> I do not really object to your idea about "make" for BSD, since
> you don't include source code with it. but don't really understand
> why it would be necessary.
:)
2007-03-13 01:39:58 +01:00
|
|
|
SUBDIR += gamess
|
2004-03-14 17:52:34 +01:00
|
|
|
SUBDIR += gave
|
2003-04-08 02:09:55 +02:00
|
|
|
SUBDIR += gchempaint
|
2003-04-08 02:04:57 +02:00
|
|
|
SUBDIR += gchemutils
|
2002-03-05 04:36:20 +01:00
|
|
|
SUBDIR += gdis
|
2005-09-25 14:45:46 +02:00
|
|
|
SUBDIR += gerris
|
2004-11-15 23:18:09 +01:00
|
|
|
SUBDIR += getdp
|
2003-05-04 04:33:52 +02:00
|
|
|
SUBDIR += ghemical
|
2006-07-28 05:36:25 +02:00
|
|
|
SUBDIR += ghmm
|
2005-10-31 19:48:23 +01:00
|
|
|
SUBDIR += gnudatalanguage
|
2004-02-01 04:09:52 +01:00
|
|
|
SUBDIR += gramps
|
2004-10-19 03:36:11 +02:00
|
|
|
SUBDIR += gromacs
|
2006-03-19 21:51:14 +01:00
|
|
|
SUBDIR += gsmc
|
2004-12-29 00:30:00 +01:00
|
|
|
SUBDIR += gsystem
|
2006-09-27 21:59:46 +02:00
|
|
|
SUBDIR += gtamsanalyzer
|
Gwyddion is a modular SPM (Scanning Probe Microsopy) data visualization and
analysis tool written with Gtk+.
It can be used for all most frequently used data processing operations
including: leveling, false color plotting, shading, filtering, denoising, data
editing, integral transforms, grain analysis, profile extraction, fractal
analysis, and many more. The program is primarily focused on SPM data analysis
(e.g. data obtained from AFM, STM, NSOM, and similar microscopes). However, it
can also be used for analysis of SEM (Scanning Electron Microscopy) data or any
other 2D data.
WWW: http://gwyddion.net/
PR: ports/101773
Submitted by: David Necas <yeti@gwyddion.net>
2006-08-13 00:34:57 +02:00
|
|
|
SUBDIR += gwyddion
|
2004-02-25 23:55:01 +01:00
|
|
|
SUBDIR += hdf
|
|
|
|
SUBDIR += hdf5
|
2004-12-29 21:46:47 +01:00
|
|
|
SUBDIR += isaac-cfd
|
2003-10-24 06:19:28 +02:00
|
|
|
SUBDIR += kmovisto
|
2004-04-30 17:44:32 +02:00
|
|
|
SUBDIR += kst
|
2005-05-15 23:44:02 +02:00
|
|
|
SUBDIR += lamprop
|
2003-04-04 09:28:22 +02:00
|
|
|
SUBDIR += libctl
|
2006-07-03 09:30:45 +02:00
|
|
|
SUBDIR += libghemical
|
2006-12-29 08:41:44 +01:00
|
|
|
SUBDIR += libint
|
2001-12-19 04:44:59 +01:00
|
|
|
SUBDIR += libsvm
|
2004-12-11 05:52:40 +01:00
|
|
|
SUBDIR += libsvm-python
|
2006-12-22 04:38:47 +01:00
|
|
|
SUBDIR += linsmith
|
2002-03-09 11:58:55 +01:00
|
|
|
SUBDIR += mayavi
|
2005-05-22 17:50:06 +02:00
|
|
|
SUBDIR += mbdyn
|
2005-02-18 15:17:20 +01:00
|
|
|
SUBDIR += mcstas
|
2006-09-25 01:09:26 +02:00
|
|
|
SUBDIR += medit
|
2006-02-12 16:30:03 +01:00
|
|
|
SUBDIR += minc
|
2006-04-30 14:05:08 +02:00
|
|
|
SUBDIR += minc2
|
2003-04-04 12:22:55 +02:00
|
|
|
SUBDIR += mpb
|
2001-09-12 18:36:24 +02:00
|
|
|
SUBDIR += mpqc
|
2002-07-16 08:53:52 +02:00
|
|
|
SUBDIR += mpqc-mpich
|
2006-01-30 23:19:24 +01:00
|
|
|
SUBDIR += netcdf
|
2002-05-28 05:31:29 +02:00
|
|
|
SUBDIR += oases
|
2004-11-15 23:53:44 +01:00
|
|
|
SUBDIR += omnetpp
|
2006-06-12 20:58:44 +02:00
|
|
|
SUBDIR += oof
|
2003-01-05 18:04:59 +01:00
|
|
|
SUBDIR += openbabel
|
2006-01-22 11:13:06 +01:00
|
|
|
SUBDIR += openfoam
|
2004-03-24 00:34:29 +01:00
|
|
|
SUBDIR += ovt
|
2006-08-03 09:29:03 +02:00
|
|
|
SUBDIR += p5-Algorithm-SVMLight
|
2002-02-08 07:15:14 +01:00
|
|
|
SUBDIR += p5-Chemistry-Elements
|
2006-09-28 21:17:57 +02:00
|
|
|
SUBDIR += paje
|
2005-06-14 07:41:20 +02:00
|
|
|
SUBDIR += paraview
|
2006-07-28 05:34:54 +02:00
|
|
|
SUBDIR += pcp
|
2004-03-19 10:32:49 +01:00
|
|
|
SUBDIR += psi3
|
2005-07-18 18:22:48 +02:00
|
|
|
SUBDIR += py-paida
|
2004-08-26 10:37:09 +02:00
|
|
|
SUBDIR += py-scipy
|
2006-11-15 06:54:59 +01:00
|
|
|
SUBDIR += py-scipy03
|
2005-02-10 09:44:55 +01:00
|
|
|
SUBDIR += qcl
|
2004-02-28 00:54:14 +01:00
|
|
|
SUBDIR += ruby-dcl
|
2004-03-14 17:34:51 +01:00
|
|
|
SUBDIR += ruby-gphys
|
2004-11-27 22:38:03 +01:00
|
|
|
SUBDIR += simlib
|
2006-08-01 17:07:54 +02:00
|
|
|
SUBDIR += svmlight
|
2005-03-17 20:30:00 +01:00
|
|
|
SUBDIR += szip
|
2005-01-14 22:52:08 +01:00
|
|
|
SUBDIR += udunits
|
2005-12-10 22:45:28 +01:00
|
|
|
SUBDIR += v_sim
|
2002-01-09 15:51:38 +01:00
|
|
|
SUBDIR += vis5d+
|
2004-08-21 18:34:57 +02:00
|
|
|
SUBDIR += vmd
|
2004-12-27 00:08:06 +01:00
|
|
|
SUBDIR += x11iraf
|
2002-10-15 12:02:15 +02:00
|
|
|
SUBDIR += xloops-ginac
|
2001-09-12 18:36:24 +02:00
|
|
|
SUBDIR += xmakemol
|
2006-07-19 21:58:28 +02:00
|
|
|
SUBDIR += xmds
|
2001-03-24 22:40:17 +01:00
|
|
|
|
|
|
|
.include <bsd.port.subdir.mk>
|