From owner-svn-ports-head@freebsd.org Sun Sep 22 19:06:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A5CA5129A97; Sun, 22 Sep 2019 19:06:45 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46bxl93wTPz46df; Sun, 22 Sep 2019 19:06:45 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4DC332EFC; Sun, 22 Sep 2019 19:06:45 +0000 (UTC) (envelope-from jwb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8MJ6jDX037682; Sun, 22 Sep 2019 19:06:45 GMT (envelope-from jwb@FreeBSD.org) Received: (from jwb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8MJ6ij5037677; Sun, 22 Sep 2019 19:06:44 GMT (envelope-from jwb@FreeBSD.org) Message-Id: <201909221906.x8MJ6ij5037677@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jwb set sender to jwb@FreeBSD.org using -f From: "Jason W. Bacon" Date: Sun, 22 Sep 2019 19:06:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r512600 - in head/science: . packmol X-SVN-Group: ports-head X-SVN-Commit-Author: jwb X-SVN-Commit-Paths: in head/science: . packmol X-SVN-Commit-Revision: 512600 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Sep 2019 19:06:45 -0000 Author: jwb Date: Sun Sep 22 19:06:43 2019 New Revision: 512600 URL: https://svnweb.freebsd.org/changeset/ports/512600 Log: science/packmol: Pack molecules in defined regions of space PACKMOL creates an initial point for molecular dynamics simulations by packing molecules in defined regions of space. The packing guarantees that short range repulsive interactions do not disrupt the simulations. Added: head/science/packmol/ head/science/packmol/Makefile (contents, props changed) head/science/packmol/distinfo (contents, props changed) head/science/packmol/pkg-descr (contents, props changed) head/science/packmol/pkg-message (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Sep 22 18:51:06 2019 (r512599) +++ head/science/Makefile Sun Sep 22 19:06:43 2019 (r512600) @@ -210,6 +210,7 @@ SUBDIR += p5-Mcstas-Tools SUBDIR += p5-PerlMol SUBDIR += p5-Physics-Unit + SUBDIR += packmol SUBDIR += pagmo2 SUBDIR += paje SUBDIR += paraview Added: head/science/packmol/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/packmol/Makefile Sun Sep 22 19:06:43 2019 (r512600) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= packmol +DISTVERSION= 18.169 +CATEGORIES= science + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Pack molecules in defined regions of space + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:noninja fortran +USE_GITHUB= yes +GH_ACCOUNT= mcubeg + +PLIST_FILES= bin/packmol + +.include Added: head/science/packmol/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/packmol/distinfo Sun Sep 22 19:06:43 2019 (r512600) @@ -0,0 +1,3 @@ +TIMESTAMP = 1563043114 +SHA256 (mcubeg-packmol-18.169_GH0.tar.gz) = 8acf2cbc742a609e763eb00cae55aecd09af2edb4cc4e931706e2f06ac380de9 +SIZE (mcubeg-packmol-18.169_GH0.tar.gz) = 169840 Added: head/science/packmol/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/packmol/pkg-descr Sun Sep 22 19:06:43 2019 (r512600) @@ -0,0 +1,5 @@ +PACKMOL creates an initial point for molecular dynamics simulations by packing +molecules in defined regions of space. The packing guarantees that short range +repulsive interactions do not disrupt the simulations. + +WWW: http://m3g.iqm.unicamp.br/packmol/home.shtml Added: head/science/packmol/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/packmol/pkg-message Sun Sep 22 19:06:43 2019 (r512600) @@ -0,0 +1,10 @@ +[ +{ type: install + message: <