Skip to content

Commit

Permalink
misc/libxdf: New port: C++ library for loading XDF files
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Aug 17, 2021
1 parent 9bc5a1e commit 800ae81
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions misc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@
SUBDIR += libsupertone
SUBDIR += libsweep-lidar
SUBDIR += libutf
SUBDIR += libxdf
SUBDIR += lifelines
SUBDIR += lingoteach
SUBDIR += locale-en_DK
Expand Down
23 changes: 23 additions & 0 deletions misc/libxdf/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
PORTNAME= libxdf
DISTVERSIONPREFIX= v
DISTVERSION= 0.99.6-2
DISTVERSIONSUFFIX= -g1ee26a6
CATEGORIES= misc

MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library for loading XDF files

LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

LIB_DEPENDS= libpugixml.so:textproc/pugixml

USES= cmake
USE_LDCONFIG= yes

USE_GITHUB= yes
GH_ACCOUNT= xdf-modules

CMAKE_ON= BUILD_SHARED_LIBS

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions misc/libxdf/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
TIMESTAMP = 1629169794
SHA256 (xdf-modules-libxdf-v0.99.6-2-g1ee26a6_GH0.tar.gz) = e753a8123d561d6a0635d5e91898329eb3bdb541dc4f65cb153860d2a2d19c0a
SIZE (xdf-modules-libxdf-v0.99.6-2-g1ee26a6_GH0.tar.gz) = 14029321
4 changes: 4 additions & 0 deletions misc/libxdf/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Libxdf is a cross-platform C++ library for loading multimodal, multi-rate
signals stored in XDF files.

WWW: https://github.com/xdf-modules/libxdf
4 changes: 4 additions & 0 deletions misc/libxdf/pkg-plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include/xdf.h
lib/cmake/libxdf/libxdfConfig-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/libxdf/libxdfConfig.cmake
lib/libxdf.so

0 comments on commit 800ae81

Please sign in to comment.