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

(-)./usr/ports/comms/spandsp-devel/Makefile (-5 / +5 lines)
Lines 6-26 Link Here
6
#
6
#
7
7
8
PORTNAME=	spandsp
8
PORTNAME=	spandsp
9
DISTVERSION=	0.0.4pre3
9
PORTVERSION=	0.0.4.p15
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
		ftp://ftp.rewt.org.uk/pub/distfiles/
12
		ftp://ftp.rewt.org.uk/pub/distfiles/
13
PKGNAMESUFFIX=	-devel
13
PKGNAMESUFFIX=	-devel
14
DISTNAME=	spandsp-${DISTVERSION}
14
DISTNAME=	${PORTNAME}-${PORTVERSION:S/.p/pre/}
15
EXTRACT_SUFX=	.tgz
15
EXTRACT_SUFX=	.tgz
16
16
17
MAINTAINER=	joe@joeholden.co.uk
17
MAINTAINER=	joe@joeholden.co.uk
18
COMMENT=	Fax DSP library
18
COMMENT=	A DSP library and software FAX machine
19
19
20
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
20
LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
21
21
22
WRKSRC=		${WRKDIR}/spandsp-0.0.4/
22
WRKSRC=		${WRKDIR}/spandsp-${PORTVERSION:S/.p15//}
23
USE_AUTOTOOLS=	libtool:15
23
USE_AUTOTOOLS=	libtool15
24
USE_GMAKE=	yes
24
USE_GMAKE=	yes
25
25
26
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
(-)./usr/ports/comms/spandsp-devel/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (spandsp-0.0.4pre3.tgz) = 3bae68e00663e1a91f4499eadbb7866c
1
MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154
2
SHA256 (spandsp-0.0.4pre3.tgz) = 7adc04b047d3ac39039de8de6cd80b2ab7cb162dd9ae61f5518e37d74b5023a3
2
SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e
3
SIZE (spandsp-0.0.4pre3.tgz) = 1657351
3
SIZE (spandsp-0.0.4pre15.tgz) = 1705762
(-)./usr/ports/comms/spandsp-devel/pkg-descr (-2 / +3 lines)
Lines 1-4 Link Here
1
Spandsp is a DSP library to support fax functions.
1
Spandsp is a DSP library for telephony and fax functions. It
2
Basically it implements a software fax machine to fax out or in.
2
basically, also implements a complete software fax machine to
3
send and, or receive messages.
3
4
4
WWW: http://www.soft-switch.org/
5
WWW: http://www.soft-switch.org/
(-)./usr/ports/comms/spandsp-devel/pkg-plist (+1 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

Return to bug 118032