1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Update to 7.0a.

PR:		ports/53342
Submitted by:	Kawaguti Ginga <ginga-freebsd@ginganet.org> (maintainer)
This commit is contained in:
Adam Weinberger 2003-06-17 21:35:30 +00:00
parent 314717c216
commit 45f4c23544
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83191
4 changed files with 26 additions and 20 deletions

View File

@ -6,10 +6,10 @@
#
PORTNAME= afsp
PORTVERSION= 6.7b
PORTVERSION= 7.0a
CATEGORIES= audio
MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
DISTNAME= AFsp-v6r7b
DISTNAME= AFsp-v7r0a
MAINTAINER= ginga-freebsd@ginganet.org
COMMENT= Audio file conversion utilities and library
@ -19,9 +19,9 @@ USE_GMAKE= yes
MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \
GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \
LPsyn.1audio ResampAudio.1audio
MAN3= AFclose.3tsp AFopenRead.3tsp AFopenWrite.3tsp AFreadData.3tsp \
AFsetFileType.3tsp AFsetHinfo.3tsp AFsetNHpar.3tsp \
AFwriteData.3tsp AFsetSpeaker.3tsp
MAN3= AFclose.3tsp AFdReadData.3tsp AFdWriteData.3tsp AFfReadData.3tsp \
AFfWriteData.3tsp AFopnRead.3tsp AFopnWrite.3tsp AFsetFileType.3tsp \
AFsetHinfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp
MAKE_ARGS= COPTS="${CFLAGS}"

View File

@ -1 +1 @@
MD5 (AFsp-v6r7b.tar.gz) = 84ebac95ef3ec2018d81ff6e3cb5a05b
MD5 (AFsp-v7r0a.tar.gz) = 0c1921cc5e57afbac4582b2bcd554d1a

View File

@ -36,14 +36,16 @@ SUBHEADERS = include/libtsp/AFdataio.h \
include/libtsp/nucleus.h \
include/libtsp/sysOS.h
MAN3FILES = man/libtsp/AF/AFclose.3tsp \
man/libtsp/AF/AFopenRead.3tsp \
man/libtsp/AF/AFopenWrite.3tsp \
man/libtsp/AF/AFreadData.3tsp \
man/libtsp/AF/AFdReadData.3tsp \
man/libtsp/AF/AFdWriteData.3tsp \
man/libtsp/AF/AFfReadData.3tsp \
man/libtsp/AF/AFfWriteData.3tsp \
man/libtsp/AF/AFopnRead.3tsp \
man/libtsp/AF/AFopnWrite.3tsp \
man/libtsp/AF/AFsetFileType.3tsp \
man/libtsp/AF/AFsetHinfo.3tsp \
man/libtsp/AF/AFsetNHpar.3tsp \
man/libtsp/AF/AFsetSpeaker.3tsp \
man/libtsp/AF/AFwriteData.3tsp
man/libtsp/AF/AFsetSpeaker.3tsp
MAN1FILES = man/audio/AFsp.1audio \
man/audio/CompAudio.1audio \
man/audio/CopyAudio.1audio \
@ -65,14 +67,16 @@ HTMLFILES1 = html/audio/AFsp.html \
html/audio/LPsyn.html \
html/audio/ResampAudio.html
HTMLFILES3 = html/libtsp/AF/AFclose.html \
html/libtsp/AF/AFopenRead.html \
html/libtsp/AF/AFopenWrite.html \
html/libtsp/AF/AFreadData.html \
html/libtsp/AF/AFdReadData.html \
html/libtsp/AF/AFdWriteData.html \
html/libtsp/AF/AFfReadData.html \
html/libtsp/AF/AFfWriteData.html \
html/libtsp/AF/AFopnRead.html \
html/libtsp/AF/AFopnWrite.html \
html/libtsp/AF/AFsetFileType.html \
html/libtsp/AF/AFsetHinfo.html \
html/libtsp/AF/AFsetNHpar.html \
html/libtsp/AF/AFsetSpeaker.html \
html/libtsp/AF/AFwriteData.html
html/libtsp/AF/AFsetSpeaker.html
FILTERFILES = filters/STL_BPF5k_FIR_16k.cof \
filters/STL_BPF_FIR_16k.cof \
filters/STL_G712_IIR_16k.cof \

View File

@ -65,14 +65,16 @@ share/doc/afsp/audio/LPanal.html
share/doc/afsp/audio/LPsyn.html
share/doc/afsp/audio/ResampAudio.html
share/doc/afsp/libtsp/AF/AFclose.html
share/doc/afsp/libtsp/AF/AFopenRead.html
share/doc/afsp/libtsp/AF/AFopenWrite.html
share/doc/afsp/libtsp/AF/AFreadData.html
share/doc/afsp/libtsp/AF/AFdReadData.html
share/doc/afsp/libtsp/AF/AFdWriteData.html
share/doc/afsp/libtsp/AF/AFfReadData.html
share/doc/afsp/libtsp/AF/AFfWriteData.html
share/doc/afsp/libtsp/AF/AFopnRead.html
share/doc/afsp/libtsp/AF/AFopnWrite.html
share/doc/afsp/libtsp/AF/AFsetFileType.html
share/doc/afsp/libtsp/AF/AFsetHinfo.html
share/doc/afsp/libtsp/AF/AFsetNHpar.html
share/doc/afsp/libtsp/AF/AFsetSpeaker.html
share/doc/afsp/libtsp/AF/AFwriteData.html
@dirrm include/libtsp
@dirrm share/doc/afsp/audio
@dirrm share/doc/afsp/libtsp/AF