From owner-svn-ports-all@freebsd.org Sun Aug 26 19:04:09 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E7E50107F3F7; Sun, 26 Aug 2018 19:04:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 962AB8D6BD; Sun, 26 Aug 2018 19:04:08 +0000 (UTC) (envelope-from yuri@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 751C012FE2; Sun, 26 Aug 2018 19:04:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7QJ4859027559; Sun, 26 Aug 2018 19:04:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7QJ47np027554; Sun, 26 Aug 2018 19:04:07 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808261904.w7QJ47np027554@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 26 Aug 2018 19:04:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478163 - in head/science: . multiwfn multiwfn/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/science: . multiwfn multiwfn/files X-SVN-Commit-Revision: 478163 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2018 19:04:09 -0000 Author: yuri Date: Sun Aug 26 19:04:07 2018 New Revision: 478163 URL: https://svnweb.freebsd.org/changeset/ports/478163 Log: New port: science/multiwfn: Multifunctional wavefunction analysis for quantum chemistry Added: head/science/multiwfn/ head/science/multiwfn/Makefile (contents, props changed) head/science/multiwfn/distinfo (contents, props changed) head/science/multiwfn/files/ head/science/multiwfn/files/patch-init_Multiwfn.02 (contents, props changed) head/science/multiwfn/pkg-descr (contents, props changed) Modified: head/science/Makefile Modified: head/science/Makefile ============================================================================== --- head/science/Makefile Sun Aug 26 19:02:27 2018 (r478162) +++ head/science/Makefile Sun Aug 26 19:04:07 2018 (r478163) @@ -126,6 +126,7 @@ SUBDIR += mpb SUBDIR += mpqc SUBDIR += mpqc-mpich + SUBDIR += multiwfn SUBDIR += ncs SUBDIR += netcdf SUBDIR += netcdf-cxx Added: head/science/multiwfn/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/multiwfn/Makefile Sun Aug 26 19:04:07 2018 (r478163) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= multiwfn +DISTVERSIONPREFIX= v +DISTVERSION= v3.4.1-0-14 +DISTVERSIONSUFFIX= -ge873677 +CATEGORIES= science + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Multifunctional wavefunction analysis for quantum chemistry + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libopenblas.so:math/openblas +RUN_DEPENDS= bash:shells/bash + +USES= autoreconf gmake fortran shebangfix +SHEBANG_GLOB= *.sh +SHEBANG_FILES= init/Multiwfn.01 +GNU_CONFIGURE= yes +USE_GITHUB= yes +GH_ACCOUNT= stecue +GH_PROJECT= gMultiwfn + +PLIST_FILES= bin/Multiwfn \ + lib/gMultiwfn/Multiwfn + +.include Added: head/science/multiwfn/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/multiwfn/distinfo Sun Aug 26 19:04:07 2018 (r478163) @@ -0,0 +1,3 @@ +TIMESTAMP = 1535307180 +SHA256 (stecue-gMultiwfn-vv3.4.1-0-14-ge873677_GH0.tar.gz) = b16d3361433aa1772377fe630d32b452574fb3319600aac2610d28b5dfd90119 +SIZE (stecue-gMultiwfn-vv3.4.1-0-14-ge873677_GH0.tar.gz) = 28537829 Added: head/science/multiwfn/files/patch-init_Multiwfn.02 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/multiwfn/files/patch-init_Multiwfn.02 Sun Aug 26 19:04:07 2018 (r478163) @@ -0,0 +1,20 @@ +--- init/Multiwfn.02.orig 2018-08-26 18:32:27 UTC ++++ init/Multiwfn.02 +@@ -3,7 +3,7 @@ EOF + echo "Starting Multiwfn with OMP_NUM_THREADS enabled..." + if [ x$OMP_NUM_THREADS = 'x' ] + then +- nCPUs=`cat /proc/cpuinfo |grep processor|wc -l` ++ nCPUs=`sysctl -n hw.ncpu` + echo "Warning! OMP_NUM_THREADS not set. As many as $nCPUs threads might be used." + fi + echo "" +@@ -20,7 +20,7 @@ else + echo "Starting Multiwfn with OMP_NUM_THREADS enabled..." + if [ x$OMP_NUM_THREADS = 'x' ] + then +- nCPUs=`cat /proc/cpuinfo |grep processor|wc -l` ++ nCPUs=`sysctl -n hw.ncpu` + echo "Warning! OMP_NUM_THREADS not set. As many as $nCPUs threads might be used." + fi + fi Added: head/science/multiwfn/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/science/multiwfn/pkg-descr Sun Aug 26 19:04:07 2018 (r478163) @@ -0,0 +1,10 @@ +Multiwfn is an extremely powerful program for realizing electronic wavefunction +analysis, which is a key ingredient of quantum chemistry. Multiwfn is free, +open-source, high-efficient, very user-friendly and flexible, it supports almost +all of the most important wavefunction analysis methods. 64 bit Windows, Linux +and Mac OS platforms are supported. + +This port represents the GNU fortran-compatible fork of Multiwfn, which is +normally using the Intel fortran (ifort). + +WWW: http://sobereva.com/multiwfn/index.html