New port: misc/libad9361-iio: IIO AD9361 library for filter design, handling, multi-chip sync, etc

This commit is contained in:
Yuri Victorovich 2019-09-02 03:59:14 +00:00
parent c56e48fdfe
commit 5ac1d3930f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510751
4 changed files with 42 additions and 0 deletions

View File

@ -220,6 +220,7 @@
SUBDIR += lc
SUBDIR += lesspipe
SUBDIR += lf
SUBDIR += libad9361-iio
SUBDIR += libeatmydata
SUBDIR += libemos
SUBDIR += libiio

View File

@ -0,0 +1,31 @@
# $FreeBSD$
PORTNAME= libad9361-iio
DISTVERSIONPREFIX= v
DISTVERSION= 0.2-8
DISTVERSIONSUFFIX= -ge7bb5cd
CATEGORIES= misc
MAINTAINER= yuri@FreeBSD.org
COMMENT= IIO AD9361 library for filter design, handling, multi-chip sync, etc
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libiio.so:misc/libiio
USES= cmake
USE_GITHUB= yes
GH_ACCOUNT= analogdevicesinc
USE_LDCONFIG= yes
LDFLAGS+= -lm
PLIST_FILES= include/ad9361-wrapper.h \
include/ad9361.h \
lib/libad9361.so \
lib/libad9361.so.0 \
lib/libad9361.so.0.2 \
libdata/pkgconfig/libad9361.pc
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1567396142
SHA256 (analogdevicesinc-libad9361-iio-v0.2-8-ge7bb5cd_GH0.tar.gz) = f9b233382d0a31cf84294bcc6ddb8bcc216903f8671982bf939327fea90f025e
SIZE (analogdevicesinc-libad9361-iio-v0.2-8-ge7bb5cd_GH0.tar.gz) = 168190

View File

@ -0,0 +1,7 @@
This is a simple library used for userspace management control and configuration
of AD936X transceivers,
* which manages multi-chip sync (on platforms (FMCOMMS5) where multiple AD9361
devices are use)
* can create AD9361 specific FIR filters on the fly
WWW: http://analogdevicesinc.github.io/libad9361-iio/