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

(-)spandsp-devel/Makefile (-4 / +24 lines)
Lines 6-25 Link Here
6
#
6
#
7
7
8
PORTNAME=	spandsp
8
PORTNAME=	spandsp
9
PORTVERSION=	0.0.4.p15
9
PORTVERSION=	0.0.6
10
PORTREVISION=	7
10
CATEGORIES=	comms
11
CATEGORIES=	comms
11
MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/ \
12
MASTER_SITES=	http://www.soft-switch.org/downloads/spandsp/ \
12
		ftp://ftp.rewt.org.uk/pub/distfiles/
13
		ftp://ftp.rewt.org.uk/pub/distfiles/
13
PKGNAMESUFFIX=	-devel
14
PKGNAMESUFFIX=	-devel
14
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/pre/}
15
DISTNAME=	${PORTNAME}-${PORTVERSION}${FILE_SUFX}
15
EXTRACT_SUFX=	.tgz
16
EXTRACT_SUFX=	.tgz
16
17
17
MAINTAINER=	ports@FreeBSD.org
18
MAINTAINER=	melifaro@ipfw.ru
18
COMMENT=	A DSP library and software FAX machine
19
COMMENT=	A DSP library and software FAX machine
19
20
20
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
21
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
21
22
22
WRKSRC=		${WRKDIR}/spandsp-${PORTVERSION:S/.p15//}
23
FILE_SUFX=	pre${PORTREVISION}
24
WRKSRC=		${WRKDIR}/spandsp-${PORTVERSION}
23
USE_AUTOTOOLS=	libtool15
25
USE_AUTOTOOLS=	libtool15
24
USE_GMAKE=	yes
26
USE_GMAKE=	yes
25
27
Lines 31-34 Link Here
31
33
32
CONFLICTS=	spandsp-[0-9]*
34
CONFLICTS=	spandsp-[0-9]*
33
35
36
.ifndef(WITH_DOXYGEN)
37
NOPORTDOCS=	yes
38
CONFIGURE_ARGS+=--disable-doc
39
.else
40
CONFIGURE_ARGS+=--enable-doc
41
BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
42
.endif
43
44
post-configure:
45
	${SED} -i '' -e 's/\/pkgconfig/data\/pkgconfig/' ${WRKSRC}/Makefile
46
47
post-install:
48
.if defined(WITH_DOXYGEN)
49
	${MKDIR} ${DOCSDIR}
50
	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")
51
PORTDOCS=	*
52
.endif
53
34
.include <bsd.port.mk>
54
.include <bsd.port.mk>
(-)spandsp-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154
1
MD5 (spandsp-0.0.6pre7.tgz) = 61364cca8604b0d6328b7c9ecfeef5e5
2
SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e
2
SHA256 (spandsp-0.0.6pre7.tgz) = 60c0d286d6929bfbc9fe7ed63380455c1cb36e12ae1d76717389c9adf6beeab3
3
SIZE (spandsp-0.0.4pre15.tgz) = 1705762
3
SIZE (spandsp-0.0.6pre7.tgz) = 2493861
(-)spandsp-devel/pkg-plist (-4 / +58 lines)
Lines 12-23 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/complex_vector_int.h
15
include/spandsp/crc.h
16
include/spandsp/crc.h
16
include/spandsp/dc_restore.h
17
include/spandsp/dc_restore.h
17
include/spandsp/dds.h
18
include/spandsp/dds.h
18
include/spandsp/dtmf.h
19
include/spandsp/dtmf.h
19
include/spandsp/echo.h
20
include/spandsp/echo.h
21
include/spandsp/expose.h
22
include/spandsp/fast_convert.h
20
include/spandsp/fax.h
23
include/spandsp/fax.h
24
include/spandsp/fax_modems.h
21
include/spandsp/fir.h
25
include/spandsp/fir.h
22
include/spandsp/fsk.h
26
include/spandsp/fsk.h
23
include/spandsp/g168models.h
27
include/spandsp/g168models.h
Lines 36-53 Link Here
36
include/spandsp/playout.h
40
include/spandsp/playout.h
37
include/spandsp/plc.h
41
include/spandsp/plc.h
38
include/spandsp/power_meter.h
42
include/spandsp/power_meter.h
43
include/spandsp/private/adsi.h
44
include/spandsp/private/async.h
45
include/spandsp/private/at_interpreter.h
46
include/spandsp/private/awgn.h
47
include/spandsp/private/bell_r2_mf.h
48
include/spandsp/private/bert.h
49
include/spandsp/private/bitstream.h
50
include/spandsp/private/dtmf.h
51
include/spandsp/private/fax.h
52
include/spandsp/private/fax_modems.h
53
include/spandsp/private/fsk.h
54
include/spandsp/private/g711.h
55
include/spandsp/private/g722.h
56
include/spandsp/private/g726.h
57
include/spandsp/private/gsm0610.h
58
include/spandsp/private/hdlc.h
59
include/spandsp/private/ima_adpcm.h
60
include/spandsp/private/logging.h
61
include/spandsp/private/lpc10.h
62
include/spandsp/private/modem_connect_tones.h
63
include/spandsp/private/noise.h
64
include/spandsp/private/oki_adpcm.h
65
include/spandsp/private/queue.h
66
include/spandsp/private/schedule.h
67
include/spandsp/private/sig_tone.h
68
include/spandsp/private/super_tone_rx.h
69
include/spandsp/private/super_tone_tx.h
70
include/spandsp/private/t30.h
71
include/spandsp/private/t31.h
72
include/spandsp/private/t38_core.h
73
include/spandsp/private/t38_gateway.h
74
include/spandsp/private/t38_non_ecm_buffer.h
75
include/spandsp/private/t38_terminal.h
76
include/spandsp/private/t4.h
77
include/spandsp/private/time_scale.h
78
include/spandsp/private/tone_detect.h
79
include/spandsp/private/tone_generate.h
80
include/spandsp/private/v17rx.h
81
include/spandsp/private/v17tx.h
82
include/spandsp/private/v22bis.h
83
include/spandsp/private/v27ter_rx.h
84
include/spandsp/private/v27ter_tx.h
85
include/spandsp/private/v29rx.h
86
include/spandsp/private/v29tx.h
87
include/spandsp/private/v42.h
88
include/spandsp/private/v42bis.h
89
include/spandsp/private/v8.h
39
include/spandsp/queue.h
90
include/spandsp/queue.h
91
include/spandsp/saturated.h
40
include/spandsp/schedule.h
92
include/spandsp/schedule.h
41
include/spandsp/sig_tone.h
93
include/spandsp/sig_tone.h
42
include/spandsp/silence_gen.h
94
include/spandsp/silence_gen.h
43
include/spandsp/super_tone_rx.h
95
include/spandsp/super_tone_rx.h
44
include/spandsp/super_tone_tx.h
96
include/spandsp/super_tone_tx.h
45
include/spandsp/t30.h
97
include/spandsp/t30.h
98
include/spandsp/t30_api.h
46
include/spandsp/t30_fcf.h
99
include/spandsp/t30_fcf.h
100
include/spandsp/t30_logging.h
47
include/spandsp/t31.h
101
include/spandsp/t31.h
48
include/spandsp/t35.h
102
include/spandsp/t35.h
49
include/spandsp/t38_core.h
103
include/spandsp/t38_core.h
50
include/spandsp/t38_gateway.h
104
include/spandsp/t38_gateway.h
105
include/spandsp/t38_non_ecm_buffer.h
51
include/spandsp/t38_terminal.h
106
include/spandsp/t38_terminal.h
52
include/spandsp/t4.h
107
include/spandsp/t4.h
53
include/spandsp/telephony.h
108
include/spandsp/telephony.h
Lines 71-78 Link Here
71
lib/libspandsp.a
126
lib/libspandsp.a
72
lib/libspandsp.la
127
lib/libspandsp.la
73
lib/libspandsp.so
128
lib/libspandsp.so
74
lib/libspandsp.so.0
129
lib/libspandsp.so.2
75
%%DATADIR%%/global-tones.xml
130
libdata/pkgconfig/spandsp.pc
76
%%DATADIR%%/tones.dtd
131
@dirrm include/spandsp/private
77
@dirrm share/spandsp
78
@dirrm include/spandsp
132
@dirrm include/spandsp

Return to bug 133839