Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2018 07:07:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r487954 - in head/science: . vipster vipster/files
Message-ID:  <201812210707.wBL77Z9A079702@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Fri Dec 21 07:07:34 2018
New Revision: 487954
URL: https://svnweb.freebsd.org/changeset/ports/487954

Log:
  New port: science/vipster: Crystalline and molecular structure visualisation program

Added:
  head/science/vipster/
  head/science/vipster/Makefile   (contents, props changed)
  head/science/vipster/distinfo   (contents, props changed)
  head/science/vipster/files/
  head/science/vipster/files/patch-libvipster_configfile.h   (contents, props changed)
  head/science/vipster/pkg-descr   (contents, props changed)
  head/science/vipster/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Fri Dec 21 06:40:37 2018	(r487953)
+++ head/science/Makefile	Fri Dec 21 07:07:34 2018	(r487954)
@@ -304,6 +304,7 @@
     SUBDIR += triqs
     SUBDIR += udunits
     SUBDIR += v_sim
+    SUBDIR += vipster
     SUBDIR += vmd
     SUBDIR += voro++
     SUBDIR += wannier90

Added: head/science/vipster/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/vipster/Makefile	Fri Dec 21 07:07:34 2018	(r487954)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME=	vipster
+DISTVERSIONPREFIX=	v
+DISTVERSION=	1.14a
+CATEGORIES=	science
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Crystalline and molecular structure visualisation program
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+USES=		cmake:outsource compiler:c++17-lang
+USE_GITHUB=	yes
+GH_ACCOUNT=	sgsaenger
+USE_LDCONFIG=	yes
+
+OPTIONS_DEFINE=		DESKTOP PYTHON
+OPTIONS_DEFAULT=	DESKTOP
+OPTIONS_SUB=		yes
+
+DESKTOP_DESC=		Build QT-based desktop app
+DESKTOP_CMAKE_BOOL=	DESKTOP
+DESKTOP_USES=		qt:5
+DESKTOP_USE=		QT=core,gui,widgets,buildtools_build,qmake_build
+
+PYTHON_CMAKE_BOOL=	PYTHON
+PYTHON_BROKEN=		Bundles pybind11: https://repology.org/metapackage/pybind11/versions
+
+.include <bsd.port.mk>

Added: head/science/vipster/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/vipster/distinfo	Fri Dec 21 07:07:34 2018	(r487954)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1545372820
+SHA256 (sgsaenger-vipster-v1.14a_GH0.tar.gz) = 217164469671f7f52850a56e04772b6c0b83ec3b0ffbb214bc54d9e84bb9daf2
+SIZE (sgsaenger-vipster-v1.14a_GH0.tar.gz) = 1090234

Added: head/science/vipster/files/patch-libvipster_configfile.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/vipster/files/patch-libvipster_configfile.h	Fri Dec 21 07:07:34 2018	(r487954)
@@ -0,0 +1,11 @@
+--- libvipster/configfile.h.orig	2018-12-21 06:15:43 UTC
++++ libvipster/configfile.h
+@@ -27,7 +27,7 @@ bool saveConfig();
+ #ifdef __EMSCRIPTEN__
+ const std::string user_path{}; // not used
+ const std::string user_config{}; // not used
+-#elif __linux__
++#elif __linux__ || defined(__FreeBSD__)
+ const std::string user_path = [](){
+         auto tmp = std::getenv("XDG_CONFIG_HOME");
+         return tmp == nullptr ? std::string{std::getenv("HOME")}+"/.config" : tmp;

Added: head/science/vipster/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/vipster/pkg-descr	Fri Dec 21 07:07:34 2018	(r487954)
@@ -0,0 +1,4 @@
+vipster is a visualization and editing framework for atomistic simulations.
+It allows to visualize various molecular structure files.
+
+WWW: https://sgsaenger.github.io/vipster/

Added: head/science/vipster/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/vipster/pkg-plist	Fri Dec 21 07:07:34 2018	(r487954)
@@ -0,0 +1,43 @@
+%%DESKTOP%%bin/vipster
+include/libvipster/atom.h
+include/libvipster/atomcontainers.h
+include/libvipster/bond.h
+include/libvipster/cell.h
+include/libvipster/configfile.h
+include/libvipster/crystal.h
+include/libvipster/data.h
+include/libvipster/global.h
+include/libvipster/io.h
+include/libvipster/io/configs.h
+include/libvipster/io/cpmdinput/config.h
+include/libvipster/io/cpmdinput/param.h
+include/libvipster/io/cpmdinput/plugin.h
+include/libvipster/io/cube/plugin.h
+include/libvipster/io/fmt.h
+include/libvipster/io/lmpinput/config.h
+include/libvipster/io/lmpinput/plugin.h
+include/libvipster/io/lmptrajec/plugin.h
+include/libvipster/io/parameters.h
+include/libvipster/io/plugin.h
+include/libvipster/io/pwinput/config.h
+include/libvipster/io/pwinput/param.h
+include/libvipster/io/pwinput/plugin.h
+include/libvipster/io/pwoutput/plugin.h
+include/libvipster/io/xsf/plugin.h
+include/libvipster/io/xyz/config.h
+include/libvipster/io/xyz/plugin.h
+include/libvipster/kpoints.h
+include/libvipster/molecule.h
+include/libvipster/pse.h
+include/libvipster/settings.h
+include/libvipster/step.h
+include/libvipster/stepconst.h
+include/libvipster/stepmutable.h
+include/libvipster/stepsel.h
+include/libvipster/vec.h
+lib/libvipster.so
+lib/libvipster.so.1
+lib/libvipster.so.1.14
+%%DESKTOP%%share/applications/vipster.desktop
+%%DESKTOP%%share/icons/hicolor/128x128/apps/vipster.png
+%%DESKTOP%%share/metainfo/vipster.appdata.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812210707.wBL77Z9A079702>