summaryrefslogtreecommitdiff
path: root/audio/afsp
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-17 21:35:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-17 21:35:30 +0000
commit45f4c2354472b36a51fbf76e3f5865d15e3b8a80 (patch)
treec0d6dd4409976297ce47bfab1788b719233c51da /audio/afsp
parentUpdate to 2.7. Now with GNOME GUI. (diff)
Update to 7.0a.
PR: ports/53342 Submitted by: Kawaguti Ginga <ginga-freebsd@ginganet.org> (maintainer)
Notes
Notes: svn path=/head/; revision=83191
Diffstat (limited to 'audio/afsp')
-rw-r--r--audio/afsp/Makefile10
-rw-r--r--audio/afsp/distinfo2
-rw-r--r--audio/afsp/files/Makefile24
-rw-r--r--audio/afsp/pkg-plist10
4 files changed, 26 insertions, 20 deletions
diff --git a/audio/afsp/Makefile b/audio/afsp/Makefile
index 8f54bc8cc144..21e2552dc906 100644
--- a/audio/afsp/Makefile
+++ b/audio/afsp/Makefile
@@ -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}"
diff --git a/audio/afsp/distinfo b/audio/afsp/distinfo
index 346621554c5c..e008efa93f89 100644
--- a/audio/afsp/distinfo
+++ b/audio/afsp/distinfo
@@ -1 +1 @@
-MD5 (AFsp-v6r7b.tar.gz) = 84ebac95ef3ec2018d81ff6e3cb5a05b
+MD5 (AFsp-v7r0a.tar.gz) = 0c1921cc5e57afbac4582b2bcd554d1a
diff --git a/audio/afsp/files/Makefile b/audio/afsp/files/Makefile
index 9078686f3562..4478b74cb340 100644
--- a/audio/afsp/files/Makefile
+++ b/audio/afsp/files/Makefile
@@ -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 \
diff --git a/audio/afsp/pkg-plist b/audio/afsp/pkg-plist
index 93cf0bf5f2b1..46208ebee2bd 100644
--- a/audio/afsp/pkg-plist
+++ b/audio/afsp/pkg-plist
@@ -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