View | Details | Raw Unified | Return to bug 44303
Collapse All | Expand All

(-)afsp/Makefile (-2 / +2 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	afsp
8
PORTNAME=	afsp
9
PORTVERSION=	6.4
9
PORTVERSION=	6.5a
10
CATEGORIES=	audio
10
CATEGORIES=	audio
11
MASTER_SITES=	ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
11
MASTER_SITES=	ftp://ftp.tsp.ece.mcgill.ca/pub/AFsp/
12
DISTNAME=	AFsp-v6r4
12
DISTNAME=	AFsp-v6r5a
13
13
14
MAINTAINER=	ginga-freebsd@ginganet.org
14
MAINTAINER=	ginga-freebsd@ginganet.org
15
15
(-)afsp/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (AFsp-v6r4.tar.gz) = 4229e9a9b3a825c00817d8a1754eeffd
1
MD5 (AFsp-v6r5a.tar.gz) = 1cb3fa8a5c046e11bd7cbddcc0c13ef0
(-)afsp/files/Makefile (-5 / +8 lines)
Lines 73-79 Link Here
73
		html/libtsp/AF/AFsetNHpar.html \
73
		html/libtsp/AF/AFsetNHpar.html \
74
		html/libtsp/AF/AFsetSpeaker.html \
74
		html/libtsp/AF/AFsetSpeaker.html \
75
		html/libtsp/AF/AFwriteData.html
75
		html/libtsp/AF/AFwriteData.html
76
FILTERFILES =	filters/STL_BPF_FIR_16k.cof \
76
FILTERFILES =	filters/STL_BPF5k_FIR_16k.cof \
77
		filters/STL_BPF_FIR_16k.cof \
77
		filters/STL_G712_IIR_16k.cof \
78
		filters/STL_G712_IIR_16k.cof \
78
		filters/STL_G712_IIR_8k.cof \
79
		filters/STL_G712_IIR_8k.cof \
79
		filters/STL_IRS_FIR_16k.cof \
80
		filters/STL_IRS_FIR_16k.cof \
Lines 82-94 Link Here
82
		filters/STL_LPx2_FIR.cof \
83
		filters/STL_LPx2_FIR.cof \
83
		filters/STL_LPx3_FIR.cof \
84
		filters/STL_LPx3_FIR.cof \
84
		filters/STL_LPx3_IIR.cof \
85
		filters/STL_LPx3_IIR.cof \
85
		filters/STL_P341_FIR_16k.cof \
86
		filters/STL_MSin_FIR_16k.cof \
86
		filters/STL_WB_IIR_48k.cof \
87
		filters/STL_P341S_FIR_16k.cof \
87
		filters/STL_dc_IIR_8k.cof \
88
		filters/STL_dc_IIR_8k.cof \
88
		filters/STL_dsm_FIR_16k.cof \
89
		filters/STL_dsm_FIR_16k.cof \
89
		filters/STL_hIRS_FIR_16k.cof \
90
		filters/STL_hIRS_FIR_16k.cof \
90
		filters/STL_mIRS_FIR_16k.cof \
91
		filters/STL_mIRSR_FIR_16k.cof \
91
		filters/STL_mIRS_FIR_48k.cof \
92
		filters/STL_mIRSR_FIR_8k.cof \
93
		filters/STL_mIRSS_FIR_16k.cof \
94
		filters/STL_mIRSS_FIR_48k.cof \
92
		filters/STL_pso_FIR_8k.cof \
95
		filters/STL_pso_FIR_8k.cof \
93
		filters/TIA_IRS_FIR_8k.cof
96
		filters/TIA_IRS_FIR_8k.cof
94
97
(-)afsp/pkg-plist (-4 / +7 lines)
Lines 33-38 Link Here
33
include/libtsp/sysOS.h
33
include/libtsp/sysOS.h
34
lib/libAO.a
34
lib/libAO.a
35
lib/libtsp.a
35
lib/libtsp.a
36
share/afsp/filters/STL_BPF5k_FIR_16k.cof
36
share/afsp/filters/STL_BPF_FIR_16k.cof
37
share/afsp/filters/STL_BPF_FIR_16k.cof
37
share/afsp/filters/STL_G712_IIR_16k.cof
38
share/afsp/filters/STL_G712_IIR_16k.cof
38
share/afsp/filters/STL_G712_IIR_8k.cof
39
share/afsp/filters/STL_G712_IIR_8k.cof
Lines 42-54 Link Here
42
share/afsp/filters/STL_LPx2_FIR.cof
43
share/afsp/filters/STL_LPx2_FIR.cof
43
share/afsp/filters/STL_LPx3_FIR.cof
44
share/afsp/filters/STL_LPx3_FIR.cof
44
share/afsp/filters/STL_LPx3_IIR.cof
45
share/afsp/filters/STL_LPx3_IIR.cof
45
share/afsp/filters/STL_P341_FIR_16k.cof
46
share/afsp/filters/STL_MSin_FIR_16k.cof
46
share/afsp/filters/STL_WB_IIR_48k.cof
47
share/afsp/filters/STL_P341S_FIR_16k.cof
47
share/afsp/filters/STL_dc_IIR_8k.cof
48
share/afsp/filters/STL_dc_IIR_8k.cof
48
share/afsp/filters/STL_dsm_FIR_16k.cof
49
share/afsp/filters/STL_dsm_FIR_16k.cof
49
share/afsp/filters/STL_hIRS_FIR_16k.cof
50
share/afsp/filters/STL_hIRS_FIR_16k.cof
50
share/afsp/filters/STL_mIRS_FIR_16k.cof
51
share/afsp/filters/STL_mIRSR_FIR_16k.cof
51
share/afsp/filters/STL_mIRS_FIR_48k.cof
52
share/afsp/filters/STL_mIRSR_FIR_8k.cof
53
share/afsp/filters/STL_mIRSS_FIR_16k.cof
54
share/afsp/filters/STL_mIRSS_FIR_48k.cof
52
share/afsp/filters/STL_pso_FIR_8k.cof
55
share/afsp/filters/STL_pso_FIR_8k.cof
53
share/afsp/filters/TIA_IRS_FIR_8k.cof
56
share/afsp/filters/TIA_IRS_FIR_8k.cof
54
share/doc/afsp/audio/AFsp.html
57
share/doc/afsp/audio/AFsp.html

Return to bug 44303