From owner-cvs-all@FreeBSD.ORG Tue Mar 13 00:39:59 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1594D16A40B; Tue, 13 Mar 2007 00:39:59 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id AF47C13C46E; Tue, 13 Mar 2007 00:39:58 +0000 (UTC) (envelope-from maho@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2D0dwTJ067223; Tue, 13 Mar 2007 00:39:58 GMT (envelope-from maho@repoman.freebsd.org) Received: (from maho@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2D0dwg6067222; Tue, 13 Mar 2007 00:39:58 GMT (envelope-from maho) Message-Id: <200703130039.l2D0dwg6067222@repoman.freebsd.org> From: Maho Nakata Date: Tue, 13 Mar 2007 00:39:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/science Makefile ports/science/gamess Makefile distinfo pkg-descr pkg-plist ports/science/gamess/files Makefile.tools Makefile.top patch-comp patch-compall patch-compddi patch-lked patch-rungms X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Mar 2007 00:39:59 -0000 maho 2007-03-13 00:39:58 UTC FreeBSD ports repository Modified files: science Makefile Added files: science/gamess Makefile distinfo pkg-descr pkg-plist science/gamess/files Makefile.tools Makefile.top patch-comp patch-compall patch-compddi patch-lked patch-rungms Log: 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. :) Revision Changes Path 1.111 +1 -0 ports/science/Makefile 1.1 +133 -0 ports/science/gamess/Makefile (new) 1.1 +3 -0 ports/science/gamess/distinfo (new) 1.1 +11 -0 ports/science/gamess/files/Makefile.tools (new) 1.1 +11 -0 ports/science/gamess/files/Makefile.top (new) 1.1 +293 -0 ports/science/gamess/files/patch-comp (new) 1.1 +31 -0 ports/science/gamess/files/patch-compall (new) 1.1 +94 -0 ports/science/gamess/files/patch-compddi (new) 1.1 +59 -0 ports/science/gamess/files/patch-lked (new) 1.1 +133 -0 ports/science/gamess/files/patch-rungms (new) 1.1 +16 -0 ports/science/gamess/pkg-descr (new) 1.1 +56 -0 ports/science/gamess/pkg-plist (new)