Update to 6.7b.

PR:		48696
Submitted by:	Kawaguti Ginga <ginga-freebsd@ginganet.org>
This commit is contained in:
Christian Weisgerber 2003-02-27 22:26:07 +00:00
parent 2ed98e2496
commit b5e8389198
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=76598
3 changed files with 5 additions and 10 deletions

View File

@ -6,16 +6,15 @@
#
PORTNAME= afsp
PORTVERSION= 6.6a
PORTVERSION= 6.7b
CATEGORIES= audio
MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
DISTNAME= AFsp-v6r6a
DISTNAME= AFsp-v6r7b
MAINTAINER= ginga-freebsd@ginganet.org
COMMENT= Audio file conversion utilities and library
USE_GMAKE= yes
USE_REINPLACE= yes
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
@ -24,13 +23,9 @@ MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \
AFsetFileType.3tsp AFsetHinfo.3tsp AFsetNHpar.3tsp \
AFwriteData.3tsp AFsetSpeaker.3tsp
MAKE_ENV= COPTS="${CFLAGS}"
MAKE_ARGS= COPTS="${CFLAGS}"
post-extract:
@${CP} -f ${FILESDIR}/Makefile ${WRKSRC}
post-patch:
cd ${WRKSRC} && find . -name Makefile | \
xargs -n10 ${REINPLACE_CMD} -e 's/^(COPTS)/#$$1/'
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (AFsp-v6r6a.tar.gz) = 4aafdb0d1153e3f58007c491d14d059a
MD5 (AFsp-v6r7b.tar.gz) = 84ebac95ef3ec2018d81ff6e3cb5a05b

View File

@ -18,6 +18,6 @@ The following file formats are supported for reading.
The following file formats are supported for writing.
- Headerless, AU, WAVE, AIFF-C
WWW: http://www.TSP.ECE.McGill.CA/Docs/Software/AFsp/AFsp.html
WWW: http://www.TSP.ECE.McGill.CA/MMSP/Documents/Software/index.html
-- Kawaguti Ginga <ginga-freebsd@ginganet.org>