Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 08:32:05 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8ce2f7242767 - main - biology/py-biosig: New port: Library for reading and writing different biosignal data format
Message-ID:  <202212300832.2BU8W5nY049034@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8ce2f7242767fa9f76b45f930aa586c1852f7800

commit 8ce2f7242767fa9f76b45f930aa586c1852f7800
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-30 07:36:36 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-30 08:32:02 +0000

    biology/py-biosig: New port: Library for reading and writing different biosignal data format
---
 biology/Makefile            |  1 +
 biology/py-biosig/Makefile  | 24 ++++++++++++++++++++++++
 biology/py-biosig/distinfo  |  3 +++
 biology/py-biosig/pkg-descr |  8 ++++++++
 4 files changed, 36 insertions(+)

diff --git a/biology/Makefile b/biology/Makefile
index b466435210cf..623fc167e24e 100644
--- a/biology/Makefile
+++ b/biology/Makefile
@@ -151,6 +151,7 @@
     SUBDIR += py-bcbio-gff
     SUBDIR += py-biom-format
     SUBDIR += py-biopython
+    SUBDIR += py-biosig
     SUBDIR += py-bx-python
     SUBDIR += py-crossmap
     SUBDIR += py-cutadapt
diff --git a/biology/py-biosig/Makefile b/biology/py-biosig/Makefile
new file mode 100644
index 000000000000..1577ad89521a
--- /dev/null
+++ b/biology/py-biosig/Makefile
@@ -0,0 +1,24 @@
+PORTNAME=	biosig
+DISTVERSION=	2.5.0
+CATEGORIES=	biology
+MASTER_SITES=	SF/${PORTNAME}/BioSig%20for%20C_C%2B%2B/src/
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	${PORTNAME}-${PORTVERSION}.src
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Library for reading and writing different biosignal data format
+WWW=		http://biosig.sourceforge.net/
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/../../COPYING
+
+BUILD_DEPENDS=	${PYNUMPY}
+LIB_DEPENDS=	libbiosig.so:biology/biosig
+
+USES=		python tar:xz
+USE_PYTHON=	distutils autoplist
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION}
+WRKSRC_SUBDIR=	biosig4c++/python
+
+.include <bsd.port.mk>
diff --git a/biology/py-biosig/distinfo b/biology/py-biosig/distinfo
new file mode 100644
index 000000000000..2525118c8bc2
--- /dev/null
+++ b/biology/py-biosig/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1672383148
+SHA256 (biosig-2.5.0.src.tar.xz) = 25ffaf0ee906904e6af784f33ed1ad8ad55280e40bc9dac07a487833ebd124d0
+SIZE (biosig-2.5.0.src.tar.xz) = 1895956
diff --git a/biology/py-biosig/pkg-descr b/biology/py-biosig/pkg-descr
new file mode 100644
index 000000000000..f35f407e30db
--- /dev/null
+++ b/biology/py-biosig/pkg-descr
@@ -0,0 +1,8 @@
+BioSig is an open source software library for biomedical signal processing,
+featuring for example the analysis of biosignals such as the
+electroencephalogram (EEG), electrocorticogram (ECoG), electrocardiogram (ECG),
+electrooculogram (EOG), electromyogram (EMG), respiration, and so on. Major
+application areas are: Neuroinformatics, brain-computer interfaces,
+neurophysiology, psychology, cardiovascular systems and sleep research. The aim
+of the BioSig project is to foster research in biomedical signal processing by
+providing open source software tools for many different applications.



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