From owner-svn-ports-head@freebsd.org Mon May 7 08:08:45 2018 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 288FEFAA6D1; Mon, 7 May 2018 08:08:45 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CD5A1851EB; Mon, 7 May 2018 08:08:44 +0000 (UTC) (envelope-from mr@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 C1FE4189C4; Mon, 7 May 2018 08:08:44 +0000 (UTC) (envelope-from mr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4788iiO092275; Mon, 7 May 2018 08:08:44 GMT (envelope-from mr@FreeBSD.org) Received: (from mr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4788hlD092271; Mon, 7 May 2018 08:08:43 GMT (envelope-from mr@FreeBSD.org) Message-Id: <201805070808.w4788hlD092271@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mr set sender to mr@FreeBSD.org using -f From: Michael Reifenberger Date: Mon, 7 May 2018 08:08:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469271 - head/comms/liquid-dsp X-SVN-Group: ports-head X-SVN-Commit-Author: mr X-SVN-Commit-Paths: head/comms/liquid-dsp X-SVN-Commit-Revision: 469271 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 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: Mon, 07 May 2018 08:08:45 -0000 Author: mr Date: Mon May 7 08:08:43 2018 New Revision: 469271 URL: https://svnweb.freebsd.org/changeset/ports/469271 Log: Add liquid-dsp. liquid-dsp is a free and open-source digital signal processing (DSP) library designed specifically for software-defined radios on embedded platforms. The aim is to provide a lightweight DSP library that does not rely on a myriad of external dependencies or proprietary and otherwise cumbersome frameworks. All signal processing elements are designed to be flexible, scalable, and dynamic, including filters, filter design, oscillators, modems, synchronizers, complex mathematical operations, and much more. Added: head/comms/liquid-dsp/ head/comms/liquid-dsp/Makefile (contents, props changed) head/comms/liquid-dsp/distinfo (contents, props changed) head/comms/liquid-dsp/pkg-descr (contents, props changed) head/comms/liquid-dsp/pkg-plist (contents, props changed) Added: head/comms/liquid-dsp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/Makefile Mon May 7 08:08:43 2018 (r469271) @@ -0,0 +1,35 @@ +# $FreeBSD$ + +PORTNAME= liquid-dsp +DISTVERSIONPREFIX= ${PORTNAME}- +DISTVERSION= 1.3.1 +#PORTREVISION= 1 +CATEGORIES= comms + +MAINTAINER= mr@FreeBSD.org +COMMENT= Software-Defined Radio Digital Signal Processing Library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libfftw3.so:math/fftw3 \ + libfftw3f.so:math/fftw3-float + +USE_GITHUB= yes +GH_ACCOUNT= jgaeddert +GH_TAGNAME= 4c9a751 + +USES= autoreconf:build gmake #gettext-tools iconv:wchar_t libtool +GNU_CONFIGURE= yes +MAKEFILE= makefile +#USE_LDCONFIG= yes +#INSTALL_TARGET= install-strip +PORTDOCS= * + +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib + +pre-configure: + @cd ${WRKSRC}; ${SH} bootstrap.sh + +.include Added: head/comms/liquid-dsp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/distinfo Mon May 7 08:08:43 2018 (r469271) @@ -0,0 +1,3 @@ +TIMESTAMP = 1525598304 +SHA256 (jgaeddert-liquid-dsp-liquid-dsp-1.3.1-4c9a751_GH0.tar.gz) = 28fd5dc2b008e2c20d805e16d2c4b0d6c44ee5cfbb4c3b18c37e8988ad8ea14f +SIZE (jgaeddert-liquid-dsp-liquid-dsp-1.3.1-4c9a751_GH0.tar.gz) = 1047198 Added: head/comms/liquid-dsp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/pkg-descr Mon May 7 08:08:43 2018 (r469271) @@ -0,0 +1,10 @@ +liquid-dsp is a free and open-source digital signal processing (DSP) +library designed specifically for software-defined radios on embedded +platforms. The aim is to provide a lightweight DSP library that does not +rely on a myriad of external dependencies or proprietary and otherwise +cumbersome frameworks. All signal processing elements are designed to be +flexible, scalable, and dynamic, including filters, filter design, +oscillators, modems, synchronizers, complex mathematical operations, and +much more. + +WWW: http://liquidsdr.org Added: head/comms/liquid-dsp/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/liquid-dsp/pkg-plist Mon May 7 08:08:43 2018 (r469271) @@ -0,0 +1,3 @@ +include/liquid/liquid.h +lib/libliquid.a +lib/libliquid.so