biology/py-biosig: New port: Library for reading and writing different biosignal data format

This commit is contained in:
Yuri Victorovich 2022-12-29 23:36:36 -08:00
parent d8b8927be2
commit 8ce2f72427
4 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1672383148
SHA256 (biosig-2.5.0.src.tar.xz) = 25ffaf0ee906904e6af784f33ed1ad8ad55280e40bc9dac07a487833ebd124d0
SIZE (biosig-2.5.0.src.tar.xz) = 1895956

View File

@ -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.