devel/libheinz: New port: C++ base library of Heinz Maier-Leibnitz Zentrum
This commit is contained in:
parent
1135b25698
commit
e7e2d494e8
@ -1255,6 +1255,7 @@
|
||||
SUBDIR += libgudev
|
||||
SUBDIR += libgusb
|
||||
SUBDIR += libgutenfetch
|
||||
SUBDIR += libheinz
|
||||
SUBDIR += libhoard
|
||||
SUBDIR += libhtp
|
||||
SUBDIR += libhyve-remote
|
||||
|
||||
26
devel/libheinz/Makefile
Normal file
26
devel/libheinz/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= libheinz
|
||||
DISTVERSION= 0.2.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= https://jugit.fz-juelich.de/mlz/${PORTNAME}/-/archive/v${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-v${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= C++ base library of Heinz Maier-Leibnitz Zentrum
|
||||
WWW= https://jugit.fz-juelich.de/mlz/libheinz
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= cmake:testing
|
||||
|
||||
CMAKE_OFF= BUILD_TESTING
|
||||
CMAKE_TESTING_ON= BUILD_TESTING
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
PLIST_FILES= cmake/LibHeinzConfig.cmake \
|
||||
cmake/LibHeinzConfigVersion.cmake \
|
||||
include/heinz/Complex.h \
|
||||
include/heinz/Rotations3D.h \
|
||||
include/heinz/Vectors3D.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
devel/libheinz/distinfo
Normal file
3
devel/libheinz/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1674545526
|
||||
SHA256 (libheinz-v0.2.0.tar.gz) = 895b55c98ee5fbe14e3b990c5393f98c6789ee6b57d35d72f6c75b9d5911e7e0
|
||||
SIZE (libheinz-v0.2.0.tar.gz) = 464422
|
||||
12
devel/libheinz/files/patch-CMakeLists.txt
Normal file
12
devel/libheinz/files/patch-CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
||||
--- CMakeLists.txt.orig 2023-01-24 07:32:58 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -35,7 +35,9 @@ endif()
|
||||
include(CTest)
|
||||
|
||||
add_subdirectory(inc)
|
||||
+if (BUILD_TESTING)
|
||||
add_subdirectory(test)
|
||||
+endif()
|
||||
|
||||
## CPack settings.
|
||||
|
||||
2
devel/libheinz/pkg-descr
Normal file
2
devel/libheinz/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
libheinz is a C++ base library used in software developed at
|
||||
Heinz Maier-Leibnitz Zentrum.
|
||||
Loading…
x
Reference in New Issue
Block a user