Index: head/comms/liquid-dsp/Makefile =================================================================== --- head/comms/liquid-dsp/Makefile (nonexistent) +++ head/comms/liquid-dsp/Makefile (revision 469271) @@ -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 Property changes on: head/comms/liquid-dsp/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/liquid-dsp/distinfo =================================================================== --- head/comms/liquid-dsp/distinfo (nonexistent) +++ head/comms/liquid-dsp/distinfo (revision 469271) @@ -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 Property changes on: head/comms/liquid-dsp/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/liquid-dsp/pkg-descr =================================================================== --- head/comms/liquid-dsp/pkg-descr (nonexistent) +++ head/comms/liquid-dsp/pkg-descr (revision 469271) @@ -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 Property changes on: head/comms/liquid-dsp/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/comms/liquid-dsp/pkg-plist =================================================================== --- head/comms/liquid-dsp/pkg-plist (nonexistent) +++ head/comms/liquid-dsp/pkg-plist (revision 469271) @@ -0,0 +1,3 @@ +include/liquid/liquid.h +lib/libliquid.a +lib/libliquid.so Property changes on: head/comms/liquid-dsp/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property