diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-17 21:54:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-17 21:54:36 +0000 |
commit | 9d7609dfea8a97be6a34e1648a86917de0723afd (patch) | |
tree | fd3ffe0841891e42840ebd7e5d0d7a968eccb017 /audio/afsp | |
parent | d0470c12f7205912ac2cf800e6dae39fd5b70c8c (diff) | |
download | ports-9d7609dfea8a97be6a34e1648a86917de0723afd.tar.gz ports-9d7609dfea8a97be6a34e1648a86917de0723afd.zip |
Notes
Diffstat (limited to 'audio/afsp')
-rw-r--r-- | audio/afsp/Makefile | 9 | ||||
-rw-r--r-- | audio/afsp/distinfo | 4 | ||||
-rw-r--r-- | audio/afsp/files/Makefile | 7 | ||||
-rw-r--r-- | audio/afsp/pkg-plist | 4 |
4 files changed, 14 insertions, 10 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile index 6b1c1c8f3330..67a0c7352be6 100644 --- a/audio/afsp/Makefile +++ b/audio/afsp/Makefile @@ -6,11 +6,10 @@ # PORTNAME= afsp -PORTVERSION= 7.1 -PORTREVISION= 1 +PORTVERSION= 8.0 CATEGORIES= audio MASTER_SITES= ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/ -DISTNAME= AFsp-v7r1 +DISTNAME= AFsp-v8r0 MAINTAINER= ginga-freebsd@ginganet.org COMMENT= Audio file conversion utilities and library @@ -19,10 +18,10 @@ USE_GMAKE= yes MAN1= AFsp.1audio CompAudio.1audio CopyAudio.1audio FiltAudio.1audio \ GenNoise.1audio GenTone.1audio InfoAudio.1audio LPanal.1audio \ - LPsyn.1audio ResampAudio.1audio + LPsyn.1audio PQevalAudio.1audio ResampAudio.1audio MAN3= AFclose.3tsp AFdReadData.3tsp AFdWriteData.3tsp AFfReadData.3tsp \ AFfWriteData.3tsp AFopnRead.3tsp AFopnWrite.3tsp AFsetFileType.3tsp \ - AFsetHinfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp + AFsetInfo.3tsp AFsetNHpar.3tsp AFsetSpeaker.3tsp MAKE_ARGS= COPTS="${CFLAGS}" diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo index f4a19e472a1c..4fd7744cb1fc 100644 --- a/audio/afsp/distinfo +++ b/audio/afsp/distinfo @@ -1,2 +1,2 @@ -MD5 (AFsp-v7r1.tar.gz) = c4214003ae5157a523c5f4d1ac7d893c -SIZE (AFsp-v7r1.tar.gz) = 1081981 +MD5 (AFsp-v8r0.tar.gz) = 179daf2ed330317691a25e6072fe28fc +SIZE (AFsp-v8r0.tar.gz) = 1206724 diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile index 4478b74cb340..c059d267eed7 100644 --- a/audio/afsp/files/Makefile +++ b/audio/afsp/files/Makefile @@ -10,6 +10,7 @@ BINARIES = bin/CompAudio \ bin/InfoAudio \ bin/LPanal \ bin/LPsyn \ + bin/PQevalAudio \ bin/ResampAudio MAINHEADERS = include/AO.h \ include/AObase.h \ @@ -43,7 +44,7 @@ MAN3FILES = man/libtsp/AF/AFclose.3tsp \ man/libtsp/AF/AFopnRead.3tsp \ man/libtsp/AF/AFopnWrite.3tsp \ man/libtsp/AF/AFsetFileType.3tsp \ - man/libtsp/AF/AFsetHinfo.3tsp \ + man/libtsp/AF/AFsetInfo.3tsp \ man/libtsp/AF/AFsetNHpar.3tsp \ man/libtsp/AF/AFsetSpeaker.3tsp MAN1FILES = man/audio/AFsp.1audio \ @@ -55,6 +56,7 @@ MAN1FILES = man/audio/AFsp.1audio \ man/audio/InfoAudio.1audio \ man/audio/LPanal.1audio \ man/audio/LPsyn.1audio \ + man/audio/PQevalAudio.1audio \ man/audio/ResampAudio.1audio HTMLFILES1 = html/audio/AFsp.html \ html/audio/CompAudio.html \ @@ -65,6 +67,7 @@ HTMLFILES1 = html/audio/AFsp.html \ html/audio/InfoAudio.html \ html/audio/LPanal.html \ html/audio/LPsyn.html \ + html/audio/PQevalAudio.html \ html/audio/ResampAudio.html HTMLFILES3 = html/libtsp/AF/AFclose.html \ html/libtsp/AF/AFdReadData.html \ @@ -74,7 +77,7 @@ HTMLFILES3 = html/libtsp/AF/AFclose.html \ html/libtsp/AF/AFopnRead.html \ html/libtsp/AF/AFopnWrite.html \ html/libtsp/AF/AFsetFileType.html \ - html/libtsp/AF/AFsetHinfo.html \ + html/libtsp/AF/AFsetInfo.html \ html/libtsp/AF/AFsetNHpar.html \ html/libtsp/AF/AFsetSpeaker.html FILTERFILES = filters/STL_BPF5k_FIR_16k.cof \ diff --git a/audio/afsp/pkg-plist b/audio/afsp/pkg-plist index 834c3f82920f..5647c0d783f6 100644 --- a/audio/afsp/pkg-plist +++ b/audio/afsp/pkg-plist @@ -6,6 +6,7 @@ bin/GenTone bin/InfoAudio bin/LPanal bin/LPsyn +bin/PQevalAudio bin/ResampAudio include/AO.h include/AObase.h @@ -63,6 +64,7 @@ share/afsp/filters/TIA_IRS_FIR_8k.cof %%DOCSDIR%%/audio/InfoAudio.html %%DOCSDIR%%/audio/LPanal.html %%DOCSDIR%%/audio/LPsyn.html +%%DOCSDIR%%/audio/PQevalAudio.html %%DOCSDIR%%/audio/ResampAudio.html %%DOCSDIR%%/libtsp/AF/AFclose.html %%DOCSDIR%%/libtsp/AF/AFdReadData.html @@ -72,7 +74,7 @@ share/afsp/filters/TIA_IRS_FIR_8k.cof %%DOCSDIR%%/libtsp/AF/AFopnRead.html %%DOCSDIR%%/libtsp/AF/AFopnWrite.html %%DOCSDIR%%/libtsp/AF/AFsetFileType.html -%%DOCSDIR%%/libtsp/AF/AFsetHinfo.html +%%DOCSDIR%%/libtsp/AF/AFsetInfo.html %%DOCSDIR%%/libtsp/AF/AFsetNHpar.html %%DOCSDIR%%/libtsp/AF/AFsetSpeaker.html @dirrm include/libtsp |