summaryrefslogtreecommitdiff
path: root/comms/spandsp-devel
diff options
context:
space:
mode:
Diffstat (limited to 'comms/spandsp-devel')
-rw-r--r--comms/spandsp-devel/Makefile38
-rw-r--r--comms/spandsp-devel/distinfo3
-rw-r--r--comms/spandsp-devel/files/patch-src-Makefile.in17
-rw-r--r--comms/spandsp-devel/files/patch-src-playout.c10
-rw-r--r--comms/spandsp-devel/files/patch-src-spandsp-dc_restore.h17
-rw-r--r--comms/spandsp-devel/files/patch-src::awgn.c13
-rw-r--r--comms/spandsp-devel/files/patch-src::t31.c21
-rw-r--r--comms/spandsp-devel/files/patch-src::tone_generate.c13
-rw-r--r--comms/spandsp-devel/files/patch-src::v17tx.c13
-rw-r--r--comms/spandsp-devel/pkg-descr4
-rw-r--r--comms/spandsp-devel/pkg-plist64
11 files changed, 0 insertions, 213 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
deleted file mode 100644
index 2ac4a651ad28..000000000000
--- a/comms/spandsp-devel/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: spandsp
-# Date created: 23 June 2005
-# Whom: wlloyd@slap.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= spandsp
-DISTVERSION= 0.0.2pre26
-CATEGORIES= comms
-MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/${PORTNAME}-${DISTVERSION}/ \
- ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= pav
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fax DSP library for Asterisk
-
-LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION:C/pre.*$//}
-
-USE_GMAKE= yes
-
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-USE_LDCONFIG= yes
-
-.include <bsd.port.pre.mk>
-
-post-patch:
- @${FIND} ${WRKSRC} -name *.c | ${XARGS} ${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|'
-.if ${OSVERSION} < 503000
- ${ECHO} '#define lrintf(x) ((int16_t)rintf(x))' > ${WRKSRC}/src/tgmath.h
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/comms/spandsp-devel/distinfo b/comms/spandsp-devel/distinfo
deleted file mode 100644
index 6d367c0f090d..000000000000
--- a/comms/spandsp-devel/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (spandsp-0.0.2pre26.tar.gz) = 2b28a75b1d7c49616534bd7264317241
-SHA256 (spandsp-0.0.2pre26.tar.gz) = 57ac136a61974eb6c8cfd81bab14a514a04a3be8c513cc1682524ec4082d0fc8
-SIZE (spandsp-0.0.2pre26.tar.gz) = 1417752
diff --git a/comms/spandsp-devel/files/patch-src-Makefile.in b/comms/spandsp-devel/files/patch-src-Makefile.in
deleted file mode 100644
index de339f157d18..000000000000
--- a/comms/spandsp-devel/files/patch-src-Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- src/Makefile.in.orig
-+++ src/Makefile.in
-@@ -195,9 +195,9 @@
- sharedstatedir = @sharedstatedir@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
--AM_CFLAGS = -std=c99
-+#AM_CFLAGS = -std=c99
- MAINTAINERCLEANFILES = Makefile.in
--INCLUDES = -I$(top_builddir)
-+#INCLUDES = -I$(top_builddir)
- lib_LTLIBRARIES = libspandsp.la
- libspandsp_la_SOURCES = adsi.c \
- async.c \
diff --git a/comms/spandsp-devel/files/patch-src-playout.c b/comms/spandsp-devel/files/patch-src-playout.c
deleted file mode 100644
index 2674f62f0de3..000000000000
--- a/comms/spandsp-devel/files/patch-src-playout.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/playout.c~ Fri Feb 4 14:19:30 2005
-+++ src/playout.c Thu Jun 23 15:35:06 2005
-@@ -37,6 +37,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <limits.h>
-+#include <sys/types.h>
-
- #include "spandsp/telephony.h"
- #include "spandsp/playout.h"
diff --git a/comms/spandsp-devel/files/patch-src-spandsp-dc_restore.h b/comms/spandsp-devel/files/patch-src-spandsp-dc_restore.h
deleted file mode 100644
index dec6fcf8e048..000000000000
--- a/comms/spandsp-devel/files/patch-src-spandsp-dc_restore.h
+++ /dev/null
@@ -1,17 +0,0 @@
-
-$FreeBSD$
-
---- src/spandsp/dc_restore.h.orig
-+++ src/spandsp/dc_restore.h
-@@ -53,6 +53,11 @@
- clean_sample = sample - (dc_bias >> 15);
- */
-
-+#ifndef INT16_MAX
-+#define INT16_MAX 0x7fff
-+#define INT16_MIN (-0x7fff-1)
-+#endif
-+
- /*!
- Zero DC restoration descriptor. This defines the working state for a single
- instance of DC content filter.
diff --git a/comms/spandsp-devel/files/patch-src::awgn.c b/comms/spandsp-devel/files/patch-src::awgn.c
deleted file mode 100644
index b4a45a08bb4e..000000000000
--- a/comms/spandsp-devel/files/patch-src::awgn.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/awgn.c
-+++ src/awgn.c
-@@ -51,6 +51,7 @@
- #include <stdio.h>
- #include <inttypes.h>
- #include <math.h>
-+#include <tgmath.h>
-
- #include "spandsp/dc_restore.h"
- #include "spandsp/awgn.h"
diff --git a/comms/spandsp-devel/files/patch-src::t31.c b/comms/spandsp-devel/files/patch-src::t31.c
deleted file mode 100644
index ba190efb6216..000000000000
--- a/comms/spandsp-devel/files/patch-src::t31.c
+++ /dev/null
@@ -1,21 +0,0 @@
-
-$FreeBSD$
-
---- src/t31.c
-+++ src/t31.c
-@@ -81,14 +81,7 @@
- .pulse_dial = FALSE,
- .double_escape = FALSE,
- .adaptive_receive = FALSE,
-- .s_regs[0] = 0,
-- .s_regs[3] = '\r',
-- .s_regs[4] = '\n',
-- .s_regs[5] = '\b',
-- .s_regs[6] = 1,
-- .s_regs[7] = 60,
-- .s_regs[8] = 5,
-- .s_regs[10] = 0
-+ .s_regs = { 0, 0, 0, '\r', '\n', '\b', 1, 60, 5, 0, 0 }
- }
- };
-
diff --git a/comms/spandsp-devel/files/patch-src::tone_generate.c b/comms/spandsp-devel/files/patch-src::tone_generate.c
deleted file mode 100644
index e0a5f895152b..000000000000
--- a/comms/spandsp-devel/files/patch-src::tone_generate.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/tone_generate.c
-+++ src/tone_generate.c
-@@ -39,6 +39,7 @@
- #include <stdio.h>
- #include <time.h>
- #include <fcntl.h>
-+#include <tgmath.h>
-
- #include "spandsp/telephony.h"
- #include "spandsp/dc_restore.h"
diff --git a/comms/spandsp-devel/files/patch-src::v17tx.c b/comms/spandsp-devel/files/patch-src::v17tx.c
deleted file mode 100644
index 00d8803ec315..000000000000
--- a/comms/spandsp-devel/files/patch-src::v17tx.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- src/v17tx.c
-+++ src/v17tx.c
-@@ -39,6 +39,7 @@
- #include <stdlib.h>
- #include <string.h>
- #include <math.h>
-+#include <tgmath.h>
-
- #include "spandsp/telephony.h"
- #include "spandsp/logging.h"
diff --git a/comms/spandsp-devel/pkg-descr b/comms/spandsp-devel/pkg-descr
deleted file mode 100644
index a19fea158bbc..000000000000
--- a/comms/spandsp-devel/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Spandsp is a DSP library to support fax functions in the Asterisk PBX.
-Basically it implements a software fax machine to fax out or in.
-
-WWW: http://www.soft-switch.org/
diff --git a/comms/spandsp-devel/pkg-plist b/comms/spandsp-devel/pkg-plist
deleted file mode 100644
index e46d42c9ce21..000000000000
--- a/comms/spandsp-devel/pkg-plist
+++ /dev/null
@@ -1,64 +0,0 @@
-include/spandsp.h
-include/spandsp/adsi.h
-include/spandsp/alaw_ulaw.h
-include/spandsp/arctan2.h
-include/spandsp/async.h
-include/spandsp/awgn.h
-include/spandsp/bert.h
-include/spandsp/biquad.h
-include/spandsp/complex.h
-include/spandsp/complex_filters.h
-include/spandsp/dc_restore.h
-include/spandsp/dds.h
-include/spandsp/ec_disable_tone.h
-include/spandsp/echo.h
-include/spandsp/fir.h
-include/spandsp/fsk.h
-include/spandsp/g168models.h
-include/spandsp/g722.h
-include/spandsp/g726.h
-include/spandsp/hdlc.h
-include/spandsp/ima_adpcm.h
-include/spandsp/logging.h
-include/spandsp/mmx.h
-include/spandsp/modem_echo.h
-include/spandsp/noise.h
-include/spandsp/oki_adpcm.h
-include/spandsp/oss.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/super_tone_rx.h
-include/spandsp/super_tone_tx.h
-include/spandsp/t30.h
-include/spandsp/t30_fcf.h
-include/spandsp/t31.h
-include/spandsp/t35.h
-include/spandsp/t4.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.h
-lib/libspandsp.a
-lib/libspandsp.la
-lib/libspandsp.so
-lib/libspandsp.so.0
-%%DATADIR%%/global-tones.xml
-%%DATADIR%%/tones.dtd
-@dirrm %%DATADIR%%
-@dirrm include/spandsp