diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-01-04 13:20:50 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-01-04 13:20:50 +0000 |
commit | 91457a88381fd3cd7337be4b8a317970ad1f1f9e (patch) | |
tree | 2fceff19f92ed5f6e17b49a3994036137cea8b06 /comms/spandsp-devel | |
parent | 051ef56a5b6b478ed59567a9e67079ced43b9737 (diff) | |
download | ports-91457a88381fd3cd7337be4b8a317970ad1f1f9e.tar.gz ports-91457a88381fd3cd7337be4b8a317970ad1f1f9e.zip |
Notes
Diffstat (limited to 'comms/spandsp-devel')
-rw-r--r-- | comms/spandsp-devel/Makefile | 10 | ||||
-rw-r--r-- | comms/spandsp-devel/distinfo | 6 | ||||
-rw-r--r-- | comms/spandsp-devel/pkg-descr | 5 | ||||
-rw-r--r-- | comms/spandsp-devel/pkg-plist | 1 |
4 files changed, 12 insertions, 10 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile index 1ef2a639f721..503c157be449 100644 --- a/comms/spandsp-devel/Makefile +++ b/comms/spandsp-devel/Makefile @@ -6,21 +6,21 @@ # PORTNAME= spandsp -DISTVERSION= 0.0.4pre3 +PORTVERSION= 0.0.4.p15 CATEGORIES= comms MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \ ftp://ftp.rewt.org.uk/pub/distfiles/ PKGNAMESUFFIX= -devel -DISTNAME= spandsp-${DISTVERSION} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/} EXTRACT_SUFX= .tgz MAINTAINER= joe@joeholden.co.uk -COMMENT= Fax DSP library +COMMENT= A DSP library and software FAX machine LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff -WRKSRC= ${WRKDIR}/spandsp-0.0.4/ -USE_AUTOTOOLS= libtool:15 +WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//} +USE_AUTOTOOLS= libtool15 USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/comms/spandsp-devel/distinfo b/comms/spandsp-devel/distinfo index f9d50ab4dc46..d34b1c7a31d5 100644 --- a/comms/spandsp-devel/distinfo +++ b/comms/spandsp-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (spandsp-0.0.4pre3.tgz) = 3bae68e00663e1a91f4499eadbb7866c -SHA256 (spandsp-0.0.4pre3.tgz) = 7adc04b047d3ac39039de8de6cd80b2ab7cb162dd9ae61f5518e37d74b5023a3 -SIZE (spandsp-0.0.4pre3.tgz) = 1657351 +MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154 +SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e +SIZE (spandsp-0.0.4pre15.tgz) = 1705762 diff --git a/comms/spandsp-devel/pkg-descr b/comms/spandsp-devel/pkg-descr index 81d95f93eaad..98c9b511a12e 100644 --- a/comms/spandsp-devel/pkg-descr +++ b/comms/spandsp-devel/pkg-descr @@ -1,4 +1,5 @@ -Spandsp is a DSP library to support fax functions. -Basically it implements a software fax machine to fax out or in. +Spandsp is a DSP library for telephony and fax functions. It +basically, also implements a complete software fax machine to +send and, or receive messages. WWW: http://www.soft-switch.org/ diff --git a/comms/spandsp-devel/pkg-plist b/comms/spandsp-devel/pkg-plist index b2f45be6c382..cee582d14d81 100644 --- a/comms/spandsp-devel/pkg-plist +++ b/comms/spandsp-devel/pkg-plist @@ -12,6 +12,7 @@ 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 |