svn commit: r563780 - in head/science: . thermofun

Yuri Victorovich yuri at FreeBSD.org
Tue Feb 2 00:48:22 UTC 2021


Author: yuri
Date: Tue Feb  2 00:48:20 2021
New Revision: 563780
URL: https://svnweb.freebsd.org/changeset/ports/563780

Log:
  New port: science/thermofun: Code for calculating thermodynamic properties of materials

Added:
  head/science/thermofun/
  head/science/thermofun/Makefile   (contents, props changed)
  head/science/thermofun/distinfo   (contents, props changed)
  head/science/thermofun/pkg-descr   (contents, props changed)
  head/science/thermofun/pkg-plist   (contents, props changed)
Modified:
  head/science/Makefile

Modified: head/science/Makefile
==============================================================================
--- head/science/Makefile	Tue Feb  2 00:41:38 2021	(r563779)
+++ head/science/Makefile	Tue Feb  2 00:48:20 2021	(r563780)
@@ -339,6 +339,7 @@
     SUBDIR += szip
     SUBDIR += teem
     SUBDIR += tfel
+    SUBDIR += thermofun
     SUBDIR += tfel-edf
     SUBDIR += tinker
     SUBDIR += udunits

Added: head/science/thermofun/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/thermofun/Makefile	Tue Feb  2 00:48:20 2021	(r563780)
@@ -0,0 +1,24 @@
+# $FreeBSD$
+
+PORTNAME=	thermofun
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.3.6
+CATEGORIES=	science
+
+MAINTAINER=	yuri at FreeBSD.org
+COMMENT=	Code for calculating thermodynamic properties of materials
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+BUILD_DEPENDS=	nlohmann-json>0:devel/nlohmann-json
+
+USES=		cmake compiler:c++14-lang
+USE_LDCONFIG=	yes
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	thermohub
+
+CMAKE_OFF=	TFUN_BUILD_PYTHON
+
+.include <bsd.port.mk>

Added: head/science/thermofun/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/thermofun/distinfo	Tue Feb  2 00:48:20 2021	(r563780)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1612225842
+SHA256 (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 083e55f1c142344870de9fe9638e5d14e541f33cf0968b681f1ee857ea2e17a0
+SIZE (thermohub-thermofun-v0.3.6_GH0.tar.gz) = 1195683

Added: head/science/thermofun/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/thermofun/pkg-descr	Tue Feb  2 00:48:20 2021	(r563780)
@@ -0,0 +1,4 @@
+A code for calculating the standard state thermodynamic properties at a given
+temperature and pressure.
+
+WWW: https://github.com/thermohub/thermofun

Added: head/science/thermofun/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/thermofun/pkg-plist	Tue Feb  2 00:48:20 2021	(r563780)
@@ -0,0 +1,72 @@
+include/ThermoFun/Batch/OutputBatch.h
+include/ThermoFun/Batch/ThermoBatch.h
+include/ThermoFun/Common/Exception.h
+include/ThermoFun/Common/OutputToCSV.h
+include/ThermoFun/Common/OutputWaterSteamConventionProp.h
+include/ThermoFun/Common/ParseJsonToData.h
+include/ThermoFun/Common/ScalarTypes.hpp
+include/ThermoFun/Common/ThermoOmp.h
+include/ThermoFun/Common/ThermoScalar.hpp
+include/ThermoFun/Common/Units.hpp
+include/ThermoFun/Common/formuladata.h
+include/ThermoFun/Common/formulaparser.h
+include/ThermoFun/Database.h
+include/ThermoFun/ElectroModelsSolvent.h
+include/ThermoFun/Element.h
+include/ThermoFun/GlobalVariables.h
+include/ThermoFun/OptimizationUtils.h
+include/ThermoFun/Reaction.h
+include/ThermoFun/Reactions/DolejsManning2010.h
+include/ThermoFun/Reactions/FrantzMarshall.h
+include/ThermoFun/Reactions/LogK_function_of_T.h
+include/ThermoFun/Reactions/RyzhenkoBryzgalyn.h
+include/ThermoFun/Reactions/Volume_function_of_T.h
+include/ThermoFun/Substance.h
+include/ThermoFun/Substances/EmpiricalCpIntegration.h
+include/ThermoFun/Substances/Gases/GasCGF.h
+include/ThermoFun/Substances/Gases/GasCORK.h
+include/ThermoFun/Substances/Gases/GasPR78.h
+include/ThermoFun/Substances/Gases/GasPRSV.h
+include/ThermoFun/Substances/Gases/GasSRK.h
+include/ThermoFun/Substances/Gases/GasSTP.h
+include/ThermoFun/Substances/Gases/s_solmod_.h
+include/ThermoFun/Substances/Gases/verror.h
+include/ThermoFun/Substances/Solids/SolidBMGottschalk.h
+include/ThermoFun/Substances/Solids/SolidBerman88.h
+include/ThermoFun/Substances/Solids/SolidHPLandau.h
+include/ThermoFun/Substances/Solids/SolidMurnaghanHP98.h
+include/ThermoFun/Substances/Solute/SoluteADgems.h
+include/ThermoFun/Substances/Solute/SoluteAnderson91.h
+include/ThermoFun/Substances/Solute/SoluteHKFgems.h
+include/ThermoFun/Substances/Solute/SoluteHKFreaktoro.h
+include/ThermoFun/Substances/Solute/SoluteHollandPowell98.h
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterConstants.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterElectroState.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterElectroStateJohnsonNorton.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzState.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzStateHGK.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterHelmholtzStateWagnerPruss.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterThermoState.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterThermoStateUtils.hpp
+include/ThermoFun/Substances/Solvent/Reaktoro/WaterUtils.hpp
+include/ThermoFun/Substances/Solvent/WaterElectroFernandez1997.h
+include/ThermoFun/Substances/Solvent/WaterElectroSverjensky2014.h
+include/ThermoFun/Substances/Solvent/WaterHGK-JNgems.h
+include/ThermoFun/Substances/Solvent/WaterHGKreaktoro.h
+include/ThermoFun/Substances/Solvent/WaterIdealGasWolley.h
+include/ThermoFun/Substances/Solvent/WaterJN91reaktoro.h
+include/ThermoFun/Substances/Solvent/WaterWP95reaktoro.h
+include/ThermoFun/Substances/Solvent/WaterZhangDuan2005.h
+include/ThermoFun/Substances/StandardEntropyCpIntegration.h
+include/ThermoFun/ThermoEngine.h
+include/ThermoFun/ThermoFun.h
+include/ThermoFun/ThermoModelsReaction.h
+include/ThermoFun/ThermoModelsSolvent.h
+include/ThermoFun/ThermoModelsSubstance.h
+include/ThermoFun/ThermoParameters.h
+include/ThermoFun/ThermoProperties.h
+lib/cmake/ThermoFun/ThermoFunConfig.cmake
+lib/cmake/ThermoFun/ThermoFunConfigVersion.cmake
+lib/cmake/ThermoFun/ThermoFunTargets-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/ThermoFun/ThermoFunTargets.cmake
+lib/libThermoFun.so


More information about the svn-ports-all mailing list