From owner-svn-ports-head@freebsd.org Sat Feb 9 19:54:45 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 660D414C79BD; Sat, 9 Feb 2019 19:54:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 08DCA77BD4; Sat, 9 Feb 2019 19:54:45 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EEEDB5864; Sat, 9 Feb 2019 19:54:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x19JsiRu046953; Sat, 9 Feb 2019 19:54:44 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x19JshCY046947; Sat, 9 Feb 2019 19:54:43 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201902091954.x19JshCY046947@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 9 Feb 2019 19:54:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r492508 - in head/misc: . libiio libiio/files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/misc: . libiio libiio/files X-SVN-Commit-Revision: 492508 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 08DCA77BD4 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Feb 2019 19:54:45 -0000 Author: yuri Date: Sat Feb 9 19:54:43 2019 New Revision: 492508 URL: https://svnweb.freebsd.org/changeset/ports/492508 Log: New port: misc/libiio: Library for interfacing with local and remote IIO devices Added: head/misc/libiio/ head/misc/libiio/Makefile (contents, props changed) head/misc/libiio/distinfo (contents, props changed) head/misc/libiio/files/ head/misc/libiio/files/patch-CMakeLists.txt (contents, props changed) head/misc/libiio/pkg-descr (contents, props changed) head/misc/libiio/pkg-plist (contents, props changed) Modified: head/misc/Makefile Modified: head/misc/Makefile ============================================================================== --- head/misc/Makefile Sat Feb 9 19:37:41 2019 (r492507) +++ head/misc/Makefile Sat Feb 9 19:54:43 2019 (r492508) @@ -216,6 +216,7 @@ SUBDIR += lesspipe SUBDIR += libeatmydata SUBDIR += libemos + SUBDIR += libiio SUBDIR += libisocodes SUBDIR += libkeduvocdocument SUBDIR += liblxi Added: head/misc/libiio/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/libiio/Makefile Sat Feb 9 19:54:43 2019 (r492508) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= libiio +DISTVERSIONPREFIX= v +DISTVERSION= 0.17 +CATEGORIES= misc + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Library for interfacing with local and remote IIO devices + +LICENSE= BSL +LICENSE_FILE= ${WRKSRC}/COPYING.txt + +LIB_DEPENDS= libavahi-client.so:net/avahi-app + +USES= cmake gnome +USE_GITHUB= yes +GH_ACCOUNT= analogdevicesinc +USE_GNOME= libxml2 +USE_LDCONFIG= yes + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + +.include Added: head/misc/libiio/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/libiio/distinfo Sat Feb 9 19:54:43 2019 (r492508) @@ -0,0 +1,3 @@ +TIMESTAMP = 1549741571 +SHA256 (analogdevicesinc-libiio-v0.17_GH0.tar.gz) = f591693b8759b6f159ab7afcc1325854a883a486adaf8a849acbdfe0def9db56 +SIZE (analogdevicesinc-libiio-v0.17_GH0.tar.gz) = 199593 Added: head/misc/libiio/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/libiio/files/patch-CMakeLists.txt Sat Feb 9 19:54:43 2019 (r492508) @@ -0,0 +1,11 @@ +--- CMakeLists.txt.orig 2019-02-09 19:52:30 UTC ++++ CMakeLists.txt +@@ -310,7 +310,7 @@ endif() + #set(SETUP_PY ${CMAKE_CURRENT_SOURCE_DIR}/bindings/python/setup.py) + #configure_file(python/setup.py.in ${SETUP_PY} @ONLY) + +-add_subdirectory(bindings) ++#add_subdirectory(bindings) + + if (WITH_MATLAB_BINDINGS_API) + set(LIBIIO_EXTRA_HEADERS ${LIBIIO_EXTRA_HEADERS} bindings/matlab/iio-wrapper.h) Added: head/misc/libiio/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/libiio/pkg-descr Sat Feb 9 19:54:43 2019 (r492508) @@ -0,0 +1,12 @@ +libiio is used to interface to the Linux Industrial Input/Output (IIO) +Subsystem. The Linux IIO subsystem is intended to provide support for devices +that in some sense are analog to digital or digital to analog converters (ADCs, +DACs). This includes, but is not limited to ADCs, Accelerometers, Gyros, IMUs, +Capacitance to Digital Converters (CDCs), Pressure Sensors, Color, Light and +Proximity Sensors, Temperature Sensors, Magnetometers, DACs, DDS (Direct Digital +Synthesis), PLLs (Phase Locked Loops), Variable/Programmable Gain Amplifiers +(VGA, PGA), and RF transceivers. You can use libiio natively on an embedded +Linux target (local mode), or use libiio to communicate remotely to that same +target from a host Linux, Windows or MAC over USB or Ethernet or Serial. + +WWW: https://github.com/analogdevicesinc/libiio Added: head/misc/libiio/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/misc/libiio/pkg-plist Sat Feb 9 19:54:43 2019 (r492508) @@ -0,0 +1,12 @@ +bin/iio_adi_xflow_check +bin/iio_attr +bin/iio_genxml +bin/iio_info +bin/iio_readdev +bin/iio_reg +bin/iio_writedev +include/iio.h +lib/libiio.so +lib/libiio.so.0 +lib/libiio.so.0.17 +libdata/pkgconfig/libiio.pc