[Midnightbsd-cvs] mports [24966] trunk/comms: add spandsp
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 9 18:18:40 EST 2019
Revision: 24966
http://svnweb.midnightbsd.org/mports/?rev=24966
Author: laffer1
Date: 2019-02-09 18:18:39 -0500 (Sat, 09 Feb 2019)
Log Message:
-----------
add spandsp
Modified Paths:
--------------
trunk/comms/Makefile
Added Paths:
-----------
trunk/comms/spandsp/
trunk/comms/spandsp/Makefile
trunk/comms/spandsp/distinfo
trunk/comms/spandsp/files/
trunk/comms/spandsp/files/patch-Makefile.am
trunk/comms/spandsp/files/patch-configure.ac
trunk/comms/spandsp/pkg-descr
trunk/comms/spandsp/pkg-plist
Modified: trunk/comms/Makefile
===================================================================
--- trunk/comms/Makefile 2019-02-09 23:16:33 UTC (rev 24965)
+++ trunk/comms/Makefile 2019-02-09 23:18:39 UTC (rev 24966)
@@ -26,6 +26,7 @@
SUBDIR += qt5-sensors
SUBDIR += qt5-serialbus
SUBDIR += qt5-serialport
+SUBDIR += spandsp
SUBDIR += tits
SUBDIR += usbmuxd
SUBDIR += zssh
Added: trunk/comms/spandsp/Makefile
===================================================================
--- trunk/comms/spandsp/Makefile (rev 0)
+++ trunk/comms/spandsp/Makefile 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,20 @@
+# $MidnightBSD$
+
+PORTNAME= spandsp
+PORTVERSION= 0.0.6
+CATEGORIES= comms
+MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= DSP library and software FAX machine
+
+LICENSE= lgpl2.1
+
+LIB_DEPENDS= libtiff.so:graphics/tiff
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+USES= autoreconf gmake libtool localbase
+USE_LDCONFIG= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/comms/spandsp/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/comms/spandsp/distinfo
===================================================================
--- trunk/comms/spandsp/distinfo (rev 0)
+++ trunk/comms/spandsp/distinfo 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,2 @@
+SHA256 (spandsp-0.0.6.tar.gz) = cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465
+SIZE (spandsp-0.0.6.tar.gz) = 3309837
Property changes on: trunk/comms/spandsp/distinfo
___________________________________________________________________
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
Added: trunk/comms/spandsp/files/patch-Makefile.am
===================================================================
--- trunk/comms/spandsp/files/patch-Makefile.am (rev 0)
+++ trunk/comms/spandsp/files/patch-Makefile.am 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2014-09-03 14:15:04.000000000 +0300
++++ Makefile.am 2014-09-03 14:15:16.000000000 +0300
+@@ -61,7 +61,7 @@ SUBDIRS = src $(MAYBE_DOC) $(MAYBE_TESTD
+
+ DIST_SUBDIRS = src doc test-data spandsp-sim tests
+
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(libdir)data/pkgconfig
+ pkgconfig_DATA = spandsp.pc
+
+ faq: faq.xml
Property changes on: trunk/comms/spandsp/files/patch-Makefile.am
___________________________________________________________________
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
Added: trunk/comms/spandsp/files/patch-configure.ac
===================================================================
--- trunk/comms/spandsp/files/patch-configure.ac (rev 0)
+++ trunk/comms/spandsp/files/patch-configure.ac 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,37 @@
+--- configure.ac.orig 2014-11-11 15:56:10.000000000 +0100
++++ configure.ac 2014-11-11 15:58:13.000000000 +0100
+@@ -198,7 +198,6 @@ AC_CHECK_HEADERS([stdlib.h])
+ AC_CHECK_HEADERS([string.h])
+ AC_CHECK_HEADERS([strings.h])
+ AC_CHECK_HEADERS([malloc.h])
+-AC_CHECK_HEADERS([tgmath.h], [INSERT_TGMATH_HEADER="#include <tgmath.h>"])
+ AC_CHECK_HEADERS([math.h], [INSERT_MATH_HEADER="#include <math.h>"])
+ AC_CHECK_HEADERS([float.h])
+ AC_CHECK_HEADERS([fcntl.h])
+@@ -331,7 +330,7 @@ AX_CHECK_EXPORT_CAPABILITY([$host],
+
+ case "${ax_cv_c_compiler_vendor}" in
+ gnu)
+- COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
++ COMP_VENDOR_CFLAGS="-std=gnu99 -ffast-math -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
+ if test "$enable_avx" = "yes" ; then
+ COMP_VENDOR_CFLAGS="-mavx $COMP_VENDOR_CFLAGS"
+ fi
+@@ -392,7 +391,7 @@ sun)
+ REMOVE_FROM_VAR(CFLAGS, -Xc)
+ ;;
+ intel)
+- COMP_VENDOR_CFLAGS="-std=c99 -D_POSIX_C_SOURCE=2 -D_GNU_SOURCE=1 -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
++ COMP_VENDOR_CFLAGS="-std=c99 -D_POSIX_C_SOURCE=2 -D_GNU_SOURCE=1 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
+ if test "$enable_avx" = "yes" ; then
+ COMP_VENDOR_CFLAGS="-mavx $COMP_VENDOR_CFLAGS"
+ fi
+@@ -426,7 +425,7 @@ intel)
+ COMP_VENDOR_LDFLAGS=
+ ;;
+ *)
+- COMP_VENDOR_CFLAGS="-std=c99 -Wall -Wunused-variable -Wunused-but-set-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
++ COMP_VENDOR_CFLAGS="-std=c99 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes $COMP_VENDOR_CFLAGS"
+ COMP_VENDOR_LDFLAGS=
+ ;;
+ esac
Property changes on: trunk/comms/spandsp/files/patch-configure.ac
___________________________________________________________________
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
Added: trunk/comms/spandsp/pkg-descr
===================================================================
--- trunk/comms/spandsp/pkg-descr (rev 0)
+++ trunk/comms/spandsp/pkg-descr 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,4 @@
+Spandsp is a library of many DSP functions for telephony. These range from
+simple modules, such as DTMF detection, to a complete software FAX machine.
+
+WWW: https://www.soft-switch.org/
Property changes on: trunk/comms/spandsp/pkg-descr
___________________________________________________________________
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
Added: trunk/comms/spandsp/pkg-plist
===================================================================
--- trunk/comms/spandsp/pkg-plist (rev 0)
+++ trunk/comms/spandsp/pkg-plist 2019-02-09 23:18:39 UTC (rev 24966)
@@ -0,0 +1,152 @@
+include/spandsp.h
+include/spandsp/adsi.h
+include/spandsp/arctan2.h
+include/spandsp/async.h
+include/spandsp/at_interpreter.h
+include/spandsp/awgn.h
+include/spandsp/bell_r2_mf.h
+include/spandsp/bert.h
+include/spandsp/biquad.h
+include/spandsp/bit_operations.h
+include/spandsp/bitstream.h
+include/spandsp/complex.h
+include/spandsp/complex_filters.h
+include/spandsp/complex_vector_float.h
+include/spandsp/crc.h
+include/spandsp/dc_restore.h
+include/spandsp/dds.h
+include/spandsp/dtmf.h
+include/spandsp/echo.h
+include/spandsp/fax.h
+include/spandsp/fir.h
+include/spandsp/fsk.h
+include/spandsp/g168models.h
+include/spandsp/g711.h
+include/spandsp/g722.h
+include/spandsp/g726.h
+include/spandsp/gsm0610.h
+include/spandsp/hdlc.h
+include/spandsp/ima_adpcm.h
+include/spandsp/logging.h
+include/spandsp/lpc10.h
+include/spandsp/modem_connect_tones.h
+include/spandsp/modem_echo.h
+include/spandsp/noise.h
+include/spandsp/oki_adpcm.h
+include/spandsp/playout.h
+include/spandsp/plc.h
+include/spandsp/power_meter.h
+include/spandsp/queue.h
+include/spandsp/schedule.h
+include/spandsp/sig_tone.h
+include/spandsp/silence_gen.h
+include/spandsp/super_tone_rx.h
+include/spandsp/super_tone_tx.h
+include/spandsp/t30_api.h
+include/spandsp/t30_logging.h
+include/spandsp/t30.h
+include/spandsp/t30_fcf.h
+include/spandsp/t31.h
+include/spandsp/t35.h
+include/spandsp/t38_core.h
+include/spandsp/t38_gateway.h
+include/spandsp/t38_terminal.h
+include/spandsp/telephony.h
+include/spandsp/time_scale.h
+include/spandsp/timing.h
+include/spandsp/tone_detect.h
+include/spandsp/tone_generate.h
+include/spandsp/v17rx.h
+include/spandsp/v17tx.h
+include/spandsp/v22bis.h
+include/spandsp/v27ter_rx.h
+include/spandsp/v27ter_tx.h
+include/spandsp/v29rx.h
+include/spandsp/v29tx.h
+include/spandsp/v42.h
+include/spandsp/v42bis.h
+include/spandsp/v8.h
+include/spandsp/vector_float.h
+include/spandsp/vector_int.h
+include/spandsp/version.h
+include/spandsp/ademco_contactid.h
+include/spandsp/complex_vector_int.h
+include/spandsp/expose.h
+include/spandsp/fast_convert.h
+include/spandsp/fax_modems.h
+include/spandsp/image_translate.h
+include/spandsp/math_fixed.h
+include/spandsp/private/ademco_contactid.h
+include/spandsp/private/adsi.h
+include/spandsp/private/async.h
+include/spandsp/private/at_interpreter.h
+include/spandsp/private/awgn.h
+include/spandsp/private/bell_r2_mf.h
+include/spandsp/private/bert.h
+include/spandsp/private/bitstream.h
+include/spandsp/private/dtmf.h
+include/spandsp/private/echo.h
+include/spandsp/private/fax.h
+include/spandsp/private/fax_modems.h
+include/spandsp/private/fsk.h
+include/spandsp/private/g711.h
+include/spandsp/private/g722.h
+include/spandsp/private/g726.h
+include/spandsp/private/gsm0610.h
+include/spandsp/private/hdlc.h
+include/spandsp/private/ima_adpcm.h
+include/spandsp/private/image_translate.h
+include/spandsp/private/logging.h
+include/spandsp/private/lpc10.h
+include/spandsp/private/modem_connect_tones.h
+include/spandsp/private/modem_echo.h
+include/spandsp/private/noise.h
+include/spandsp/private/oki_adpcm.h
+include/spandsp/private/queue.h
+include/spandsp/private/schedule.h
+include/spandsp/private/sig_tone.h
+include/spandsp/private/silence_gen.h
+include/spandsp/private/super_tone_rx.h
+include/spandsp/private/super_tone_tx.h
+include/spandsp/private/swept_tone.h
+include/spandsp/private/t30.h
+include/spandsp/private/t30_dis_dtc_dcs_bits.h
+include/spandsp/private/t31.h
+include/spandsp/private/t38_core.h
+include/spandsp/private/t38_gateway.h
+include/spandsp/private/t38_non_ecm_buffer.h
+include/spandsp/private/t38_terminal.h
+include/spandsp/private/t4_rx.h
+include/spandsp/private/t4_t6_decode.h
+include/spandsp/private/t4_t6_encode.h
+include/spandsp/private/t4_tx.h
+include/spandsp/private/time_scale.h
+include/spandsp/private/timezone.h
+include/spandsp/private/tone_detect.h
+include/spandsp/private/tone_generate.h
+include/spandsp/private/v17rx.h
+include/spandsp/private/v17tx.h
+include/spandsp/private/v18.h
+include/spandsp/private/v22bis.h
+include/spandsp/private/v27ter_rx.h
+include/spandsp/private/v27ter_tx.h
+include/spandsp/private/v29rx.h
+include/spandsp/private/v29tx.h
+include/spandsp/private/v42.h
+include/spandsp/private/v42bis.h
+include/spandsp/private/v8.h
+include/spandsp/saturated.h
+include/spandsp/stdbool.h
+include/spandsp/swept_tone.h
+include/spandsp/t38_non_ecm_buffer.h
+include/spandsp/t4_rx.h
+include/spandsp/t4_t6_decode.h
+include/spandsp/t4_t6_encode.h
+include/spandsp/t4_tx.h
+include/spandsp/timezone.h
+include/spandsp/v18.h
+lib/libspandsp.a
+lib/libspandsp.so
+lib/libspandsp.so.2
+lib/libspandsp.so.2.0.0
+libdata/pkgconfig/spandsp.pc
Property changes on: trunk/comms/spandsp/pkg-plist
___________________________________________________________________
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
More information about the Midnightbsd-cvs
mailing list