From eb150f33f7e91895382d1ed02e0b0aad8e7fdcc7 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Tue, 13 Mar 2007 00:39:58 +0000 Subject: 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 is enough. WWW: http://wwwmsg.fi.ameslab.gov/GAMESS/ I also recived an e-mail from Mike Schmidt 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 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. :) --- science/gamess/pkg-plist | 56 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 science/gamess/pkg-plist (limited to 'science/gamess/pkg-plist') diff --git a/science/gamess/pkg-plist b/science/gamess/pkg-plist new file mode 100644 index 000000000000..71a5e48bea63 --- /dev/null +++ b/science/gamess/pkg-plist @@ -0,0 +1,56 @@ +bin/gamess +bin/gms/ddikick.x +bin/gms/gamess.00.x +share/doc/gamess/INPUT.DOC +share/doc/gamess/INTRO.DOC +share/doc/gamess/IRON.DOC +share/doc/gamess/PROG.DOC +share/doc/gamess/REFS.DOC +share/doc/gamess/TESTS.DOC +share/gamess/ericfmt.dat +share/examples/gamess/exam01.inp +share/examples/gamess/exam02.inp +share/examples/gamess/exam03.inp +share/examples/gamess/exam04.inp +share/examples/gamess/exam05.inp +share/examples/gamess/exam06.inp +share/examples/gamess/exam07.inp +share/examples/gamess/exam08.inp +share/examples/gamess/exam09.inp +share/examples/gamess/exam10.inp +share/examples/gamess/exam11.inp +share/examples/gamess/exam12.inp +share/examples/gamess/exam13.inp +share/examples/gamess/exam14.inp +share/examples/gamess/exam15.inp +share/examples/gamess/exam16.inp +share/examples/gamess/exam17.inp +share/examples/gamess/exam18.inp +share/examples/gamess/exam19.inp +share/examples/gamess/exam20.inp +share/examples/gamess/exam21.inp +share/examples/gamess/exam22.inp +share/examples/gamess/exam23.inp +share/examples/gamess/exam24.inp +share/examples/gamess/exam25.inp +share/examples/gamess/exam26.inp +share/examples/gamess/exam27.inp +share/examples/gamess/exam28.inp +share/examples/gamess/exam29.inp +share/examples/gamess/exam30.inp +share/examples/gamess/exam31.inp +share/examples/gamess/exam32.inp +share/examples/gamess/exam33.inp +share/examples/gamess/exam34.inp +share/examples/gamess/exam35.inp +share/examples/gamess/exam36.inp +share/examples/gamess/exam37.inp +share/examples/gamess/exam38.inp +share/examples/gamess/exam39.inp +share/examples/gamess/exam40.inp +share/examples/gamess/exam41.inp +@dirrm bin/gms +@dirrm share/doc/gamess +@dirrm share/gamess +@dirrm share/examples/gamess + -- cgit v1.2.3