1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

- Update to 0.0.6pre7

- Pass maintainership to submitter

PR:		133839
Submitted by:	"Alexander V. Chernikov" <melifaro at ipfw dot ru>
This commit is contained in:
Dmitry Marakasov 2009-05-06 23:53:15 +00:00
parent 1b51bd7af9
commit fb079817d6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233330
3 changed files with 82 additions and 11 deletions

View File

@ -6,20 +6,19 @@
#
PORTNAME= spandsp
PORTVERSION= 0.0.4.p15
DISTVERSION= 0.0.6pre7
CATEGORIES= comms
MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/ \
ftp://ftp.rewt.org.uk/pub/distfiles/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/pre/}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
MAINTAINER= melifaro@ipfw.ru
COMMENT= A DSP library and software FAX machine
LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/spandsp-${PORTVERSION:S/.p15//}
WRKSRC= ${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
USE_AUTOTOOLS= libtool15
USE_GMAKE= yes
@ -31,4 +30,22 @@ USE_LDCONFIG= yes
CONFLICTS= spandsp-[0-9]*
.ifndef(WITH_DOXYGEN)
NOPORTDOCS= yes
CONFIGURE_ARGS+=--disable-doc
.else
CONFIGURE_ARGS+=--enable-doc
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.endif
post-configure:
${REINPLACE_CMD} -e 's/\/pkgconfig/data\/pkgconfig/' ${WRKSRC}/Makefile
post-install:
.if defined(WITH_DOXYGEN)
${MKDIR} ${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")
PORTDOCS= *
.endif
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (spandsp-0.0.4pre15.tgz) = 5c0147612e040fc72b29a5c519bd5154
SHA256 (spandsp-0.0.4pre15.tgz) = 22ad2ed2938aae26f443078b0da3aa0f8c70fd1068bde707354276c23cd7f71e
SIZE (spandsp-0.0.4pre15.tgz) = 1705762
MD5 (spandsp-0.0.6pre7.tgz) = 61364cca8604b0d6328b7c9ecfeef5e5
SHA256 (spandsp-0.0.6pre7.tgz) = 60c0d286d6929bfbc9fe7ed63380455c1cb36e12ae1d76717389c9adf6beeab3
SIZE (spandsp-0.0.6pre7.tgz) = 2493861

View File

@ -12,12 +12,16 @@ include/spandsp/bitstream.h
include/spandsp/complex.h
include/spandsp/complex_filters.h
include/spandsp/complex_vector_float.h
include/spandsp/complex_vector_int.h
include/spandsp/crc.h
include/spandsp/dc_restore.h
include/spandsp/dds.h
include/spandsp/dtmf.h
include/spandsp/echo.h
include/spandsp/expose.h
include/spandsp/fast_convert.h
include/spandsp/fax.h
include/spandsp/fax_modems.h
include/spandsp/fir.h
include/spandsp/fsk.h
include/spandsp/g168models.h
@ -36,18 +40,69 @@ include/spandsp/oki_adpcm.h
include/spandsp/playout.h
include/spandsp/plc.h
include/spandsp/power_meter.h
include/spandsp/private/adsi.h
include/spandsp/private/async.h
include/spandsp/private/at_interpreter.h
include/spandsp/private/awgn.h
include/spandsp/private/bell_r2_mf.h
include/spandsp/private/bert.h
include/spandsp/private/bitstream.h
include/spandsp/private/dtmf.h
include/spandsp/private/fax.h
include/spandsp/private/fax_modems.h
include/spandsp/private/fsk.h
include/spandsp/private/g711.h
include/spandsp/private/g722.h
include/spandsp/private/g726.h
include/spandsp/private/gsm0610.h
include/spandsp/private/hdlc.h
include/spandsp/private/ima_adpcm.h
include/spandsp/private/logging.h
include/spandsp/private/lpc10.h
include/spandsp/private/modem_connect_tones.h
include/spandsp/private/noise.h
include/spandsp/private/oki_adpcm.h
include/spandsp/private/queue.h
include/spandsp/private/schedule.h
include/spandsp/private/sig_tone.h
include/spandsp/private/super_tone_rx.h
include/spandsp/private/super_tone_tx.h
include/spandsp/private/t30.h
include/spandsp/private/t31.h
include/spandsp/private/t38_core.h
include/spandsp/private/t38_gateway.h
include/spandsp/private/t38_non_ecm_buffer.h
include/spandsp/private/t38_terminal.h
include/spandsp/private/t4.h
include/spandsp/private/time_scale.h
include/spandsp/private/tone_detect.h
include/spandsp/private/tone_generate.h
include/spandsp/private/v17rx.h
include/spandsp/private/v17tx.h
include/spandsp/private/v22bis.h
include/spandsp/private/v27ter_rx.h
include/spandsp/private/v27ter_tx.h
include/spandsp/private/v29rx.h
include/spandsp/private/v29tx.h
include/spandsp/private/v42.h
include/spandsp/private/v42bis.h
include/spandsp/private/v8.h
include/spandsp/queue.h
include/spandsp/saturated.h
include/spandsp/schedule.h
include/spandsp/sig_tone.h
include/spandsp/silence_gen.h
include/spandsp/super_tone_rx.h
include/spandsp/super_tone_tx.h
include/spandsp/t30.h
include/spandsp/t30_api.h
include/spandsp/t30_fcf.h
include/spandsp/t30_logging.h
include/spandsp/t31.h
include/spandsp/t35.h
include/spandsp/t38_core.h
include/spandsp/t38_gateway.h
include/spandsp/t38_non_ecm_buffer.h
include/spandsp/t38_terminal.h
include/spandsp/t4.h
include/spandsp/telephony.h
@ -71,8 +126,7 @@ include/spandsp/version.h
lib/libspandsp.a
lib/libspandsp.la
lib/libspandsp.so
lib/libspandsp.so.0
%%DATADIR%%/global-tones.xml
%%DATADIR%%/tones.dtd
@dirrm share/spandsp
lib/libspandsp.so.2
libdata/pkgconfig/spandsp.pc
@dirrm include/spandsp/private
@dirrm include/spandsp