View | Details | Raw Unified | Return to bug 136137
Collapse All | Expand All

(-)Makefile (-4 / +3 lines)
Lines 6-18 Link Here
6
#
6
#
7
7
8
PORTNAME=	spandsp
8
PORTNAME=	spandsp
9
DISTVERSION=	0.0.3
9
DISTVERSION=	0.0.5
10
CATEGORIES=	comms
10
CATEGORIES=	comms
11
MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/ \
11
MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/
12
		http://www.soft-switch.org/downloads/spandsp/old/
13
EXTRACT_SUFX=	.tgz
12
EXTRACT_SUFX=	.tgz
14
13
15
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	scjamorim@bsd.com.br
16
COMMENT=	Fax DSP library for Asterisk
15
COMMENT=	Fax DSP library for Asterisk
17
16
18
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
17
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (spandsp-0.0.3.tgz) = 6ea33941985fbf94b5f79dc3255ad925
1
MD5 (spandsp-0.0.5.tgz) = fe83ed37a7831f0dd38e7ef4e7e6fd9e
2
SHA256 (spandsp-0.0.3.tgz) = 368467b757736aef99e19f68e4ed50012b555ef18445b4ad7e47da8c1c353118
2
SHA256 (spandsp-0.0.5.tgz) = 07f42a237c77b08fa765c3a148c83cdfa267bf24c0ab681d80b90d30dd0b3dbf
3
SIZE (spandsp-0.0.3.tgz) = 1667197
3
SIZE (spandsp-0.0.5.tgz) = 2506742
(-)pkg-plist (-4 / +5 lines)
Lines 12-17 Link Here
12
include/spandsp/complex.h
12
include/spandsp/complex.h
13
include/spandsp/complex_filters.h
13
include/spandsp/complex_filters.h
14
include/spandsp/complex_vector_float.h
14
include/spandsp/complex_vector_float.h
15
include/spandsp/crc.h
15
include/spandsp/dc_restore.h
16
include/spandsp/dc_restore.h
16
include/spandsp/dds.h
17
include/spandsp/dds.h
17
include/spandsp/dtmf.h
18
include/spandsp/dtmf.h
Lines 42-48 Link Here
42
include/spandsp/super_tone_rx.h
43
include/spandsp/super_tone_rx.h
43
include/spandsp/super_tone_tx.h
44
include/spandsp/super_tone_tx.h
44
include/spandsp/t30.h
45
include/spandsp/t30.h
46
include/spandsp/t30_api.h
45
include/spandsp/t30_fcf.h
47
include/spandsp/t30_fcf.h
48
include/spandsp/t30_logging.h
46
include/spandsp/t31.h
49
include/spandsp/t31.h
47
include/spandsp/t35.h
50
include/spandsp/t35.h
48
include/spandsp/t38_core.h
51
include/spandsp/t38_core.h
Lines 66-76 Link Here
66
include/spandsp/v8.h
69
include/spandsp/v8.h
67
include/spandsp/vector_float.h
70
include/spandsp/vector_float.h
68
include/spandsp/vector_int.h
71
include/spandsp/vector_int.h
72
include/spandsp/version.h
69
lib/libspandsp.a
73
lib/libspandsp.a
70
lib/libspandsp.la
74
lib/libspandsp.la
71
lib/libspandsp.so
75
lib/libspandsp.so
72
lib/libspandsp.so.0
76
lib/libspandsp.so.1
73
%%DATADIR%%/global-tones.xml
74
%%DATADIR%%/tones.dtd
75
@dirrm %%DATADIR%%
76
@dirrm include/spandsp
77
@dirrm include/spandsp
(-)files/patch-src-Makefile.in (-14 lines)
Removed Link Here
1
--- src/Makefile.in.orig	Sat Mar 31 08:39:20 2007
2
+++ src/Makefile.in	Fri Jul 20 11:50:18 2007
3
@@ -213,9 +213,9 @@
4
 sharedstatedir = @sharedstatedir@
5
 sysconfdir = @sysconfdir@
6
 target_alias = @target_alias@
7
-AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
8
+#AM_CFLAGS = $(COMP_VENDOR_CFLAGS)
9
 MAINTAINERCLEANFILES = Makefile.in
10
-INCLUDES = -I$(top_builddir)
11
+#INCLUDES = -I$(top_builddir)
12
 lib_LTLIBRARIES = libspandsp.la
13
 libspandsp_la_SOURCES = adsi.c \
14
                         async.c \

Return to bug 136137