From owner-svn-ports-all@freebsd.org Thu May 7 16:08:28 2020 Return-Path: Delivered-To: svn-ports-all@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 10EB62DCFFA; Thu, 7 May 2020 16:08:28 +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.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 49Hz0C6mrBz4LlL; Thu, 7 May 2020 16:08:27 +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 E39DD1BA47; Thu, 7 May 2020 16:08:27 +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 047G8R0T001851; Thu, 7 May 2020 16:08:27 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 047G8Rmh001847; Thu, 7 May 2020 16:08:27 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202005071608.047G8Rmh001847@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 7 May 2020 16:08:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534270 - head/science/vipster X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/science/vipster X-SVN-Commit-Revision: 534270 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.30 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: Thu, 07 May 2020 16:08:28 -0000 Author: yuri Date: Thu May 7 16:08:27 2020 New Revision: 534270 URL: https://svnweb.freebsd.org/changeset/ports/534270 Log: science/vipster: Update 1.18b-75 -> 1.18b-174 Modified: head/science/vipster/Makefile head/science/vipster/distinfo head/science/vipster/pkg-plist Modified: head/science/vipster/Makefile ============================================================================== --- head/science/vipster/Makefile Thu May 7 15:58:38 2020 (r534269) +++ head/science/vipster/Makefile Thu May 7 16:08:27 2020 (r534270) @@ -2,9 +2,8 @@ PORTNAME= vipster DISTVERSIONPREFIX= v -DISTVERSION= 1.18b-75 -DISTVERSIONSUFFIX= -gfa5853f -PORTREVISION= 1 +DISTVERSION= 1.18b-174 +DISTVERSIONSUFFIX= -gb555fa4 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -13,6 +12,9 @@ COMMENT= Crystalline and molecular structure visualisa LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= cli11>0:devel/cli11 \ + nlohmann-json>0:devel/nlohmann-json + USES= cmake compiler USE_GITHUB= yes GH_ACCOUNT= sgsaenger @@ -27,23 +29,9 @@ DESKTOP_CMAKE_BOOL= DESKTOP DESKTOP_USES= qt:5 DESKTOP_USE= QT=core,gui,widgets,buildtools_build,qmake_build -PYTHON_CMAKE_BOOL= PYTHON +PYTHON_CMAKE_BOOL= PYTHON PYSHELL PYTHON_BROKEN= Bundles pybind11: https://github.com/sgsaenger/vipster/issues/23 -# use clang from ports because older clang (clang-6) lacks the c++17 feature std::mmap::extract - -.include - -.if ${CHOSEN_COMPILER_TYPE} == clang -LLVM_VER= ${LLVM_DEFAULT} -BUILD_DEPENDS+= clang${LLVM_VER}:devel/llvm${LLVM_VER} -CPP= clang-cpp${LLVM_VER} -CC= clang${LLVM_VER} -CXX= clang++${LLVM_VER} -.else -USE_GCC= yes -.endif - PORTSCOUT= limit:^[0-9][0-9a-z\.]*$$ do-test: @@ -52,4 +40,4 @@ do-test: ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test -.include +.include Modified: head/science/vipster/distinfo ============================================================================== --- head/science/vipster/distinfo Thu May 7 15:58:38 2020 (r534269) +++ head/science/vipster/distinfo Thu May 7 16:08:27 2020 (r534270) @@ -1,3 +1,3 @@ -TIMESTAMP = 1577938644 -SHA256 (sgsaenger-vipster-v1.18b-75-gfa5853f_GH0.tar.gz) = f8796af4e85db5e176222fb1c5f28d71f4b64557681cbb50109c5e929beeda29 -SIZE (sgsaenger-vipster-v1.18b-75-gfa5853f_GH0.tar.gz) = 1205340 +TIMESTAMP = 1588838192 +SHA256 (sgsaenger-vipster-v1.18b-174-gb555fa4_GH0.tar.gz) = 8f9b2b246dcc4906ad816271acc71cafab17099361ec7abf8cfff1735fa58f60 +SIZE (sgsaenger-vipster-v1.18b-174-gb555fa4_GH0.tar.gz) = 970043 Modified: head/science/vipster/pkg-plist ============================================================================== --- head/science/vipster/pkg-plist Thu May 7 15:58:38 2020 (r534269) +++ head/science/vipster/pkg-plist Thu May 7 16:08:27 2020 (r534270) @@ -5,36 +5,31 @@ include/vipster/cell.h include/vipster/configfile.h include/vipster/crystal.h include/vipster/data.h +include/vipster/fileio.h include/vipster/global.h -include/vipster/io.h -include/vipster/io/configs.h -include/vipster/io/cpmdinput/config.h -include/vipster/io/cpmdinput/param.h -include/vipster/io/cpmdinput/plugin.h -include/vipster/io/cube/plugin.h -include/vipster/io/fmt.h -include/vipster/io/lmpinput/config.h -include/vipster/io/lmpinput/plugin.h -include/vipster/io/lmptrajec/plugin.h -include/vipster/io/orca/param.h -include/vipster/io/orca/plugin.h +include/vipster/io/data.h include/vipster/io/parameters.h include/vipster/io/plugin.h -include/vipster/io/poscar/config.h -include/vipster/io/poscar/plugin.h -include/vipster/io/pwinput/config.h -include/vipster/io/pwinput/param.h -include/vipster/io/pwinput/plugin.h -include/vipster/io/pwoutput/plugin.h +include/vipster/io/plugin.py.h +include/vipster/io/plugins/cpmdinput.h +include/vipster/io/plugins/cube.h +include/vipster/io/plugins/lmpinput.h +include/vipster/io/plugins/lmptrajec.h +include/vipster/io/plugins/orca.h +include/vipster/io/plugins/poscar.h +include/vipster/io/plugins/pwinput.h +include/vipster/io/plugins/pwoutput.h +include/vipster/io/plugins/xsf.h +include/vipster/io/plugins/xyz.h +include/vipster/io/presets.h include/vipster/io/util.h -include/vipster/io/xsf/plugin.h -include/vipster/io/xyz/config.h -include/vipster/io/xyz/plugin.h include/vipster/kpoints.h include/vipster/molecule.h +include/vipster/namedenum.h include/vipster/periodictable.h include/vipster/pyvipster.h include/vipster/settings.h +include/vipster/staticmap.h include/vipster/step.h include/vipster/stepconst.h include/vipster/stepmutable.h