summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-05-23 04:35:39 +0000
committertrevor <trevor@FreeBSD.org>2002-05-23 04:35:39 +0000
commit1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0 (patch)
treeb6ffb452c4a786ceecfdcb544f95923acdefb313
parentb244d92c6f4c4a37492b409eb4019acf6af3ba77 (diff)
downloadFreeBSD-ports-1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0.zip
FreeBSD-ports-1ed389fb8123cbf26e7a5fadb6e691f4d52cb1d0.tar.gz
Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.
-rw-r--r--Mk/bsd.sites.mk11
-rw-r--r--audio/festdoc/Makefile5
-rw-r--r--audio/festival+OGI/Makefile11
-rw-r--r--audio/festival/Makefile11
-rw-r--r--audio/festlex-cmu/Makefile5
-rw-r--r--audio/festlex-oald/Makefile5
-rw-r--r--audio/festlex-ogi/Makefile3
-rw-r--r--audio/festlex-poslex/Makefile5
-rw-r--r--audio/festogi-spanish/Makefile2
-rw-r--r--audio/festvox-abc/Makefile2
-rw-r--r--audio/festvox-don/Makefile5
-rw-r--r--audio/festvox-el11/Makefile5
-rw-r--r--audio/festvox-hvs/Makefile4
-rw-r--r--audio/festvox-jph/Makefile5
-rw-r--r--audio/festvox-kal16/Makefile5
-rw-r--r--audio/festvox-kal8/Makefile5
-rw-r--r--audio/festvox-ked16/Makefile4
-rw-r--r--audio/festvox-ked8/Makefile4
-rw-r--r--audio/festvox-mwm/Makefile4
-rw-r--r--audio/festvox-ogirab/Makefile4
-rw-r--r--audio/festvox-rab16/Makefile5
-rw-r--r--audio/festvox-rab8/Makefile5
-rw-r--r--audio/festvox-tll/Makefile4
23 files changed, 49 insertions, 70 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk
index 6fdb374..5b637d4 100644
--- a/Mk/bsd.sites.mk
+++ b/Mk/bsd.sites.mk
@@ -47,6 +47,17 @@ MASTER_SITE_COMP_SOURCES+= \
ftp://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \
ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/
+MASTER_SITE_FESTIVAL= \
+ http://www.speech.cs.cmu.edu/festival/cstr/festival/%SUBDIR%/ \
+ ftp://ftp.leb.net/pub/blinux/festival/mirror.festival_home/%SUBDIR%/ \
+ ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.festival_home/%SUBDIR%/ \
+ ftp://ftp.tuwien.ac.at/opsys/linux/blinux/festival/mirror.festival_home/%SUBDIR%/
+
+MASTER_SITE_FESTIVAL_OGI= \
+ ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
+ ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
+ ftp://cslu.cse.ogi.edu/pub/tts/
+
#
# FreeBSD mirror sites
#
diff --git a/audio/festdoc/Makefile b/audio/festdoc/Makefile
index e61a7ea..1fcd3fb 100644
--- a/audio/festdoc/Makefile
+++ b/audio/festdoc/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festdoc
PORTVERSION= 1.4.0.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DIST_SUBDIR= festival
MAINTAINER= trevor@FreeBSD.org
diff --git a/audio/festival+OGI/Makefile b/audio/festival+OGI/Makefile
index d966933..d90688a 100644
--- a/audio/festival+OGI/Makefile
+++ b/audio/festival+OGI/Makefile
@@ -11,16 +11,11 @@ PORTNAME= festival
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \
- ftp://ftp.leb.net/pub/blinux/${SUB} \
- ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \
- ftp://ftp.tuwien.ac.at/opsys/linux/blinux/${SUB}
-SUB= festival/mirror.festival_home/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
.if defined (WITH_OGI)
MASTER_SITES+= ${PATCH_SITES}
-PATCH_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+PATCH_SITES= ${MASTER_SITE_FESTIVAL_OGI}
.endif
DISTFILES= ${DISTNAME}.tar.gz \
speech_tools-1.2.1.tar.gz
diff --git a/audio/festival/Makefile b/audio/festival/Makefile
index d966933..d90688a 100644
--- a/audio/festival/Makefile
+++ b/audio/festival/Makefile
@@ -11,16 +11,11 @@ PORTNAME= festival
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/${PORTVERSION}/ \
- ftp://ftp.leb.net/pub/blinux/${SUB} \
- ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \
- ftp://ftp.tuwien.ac.at/opsys/linux/blinux/${SUB}
-SUB= festival/mirror.festival_home/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
.if defined (WITH_OGI)
MASTER_SITES+= ${PATCH_SITES}
-PATCH_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+PATCH_SITES= ${MASTER_SITE_FESTIVAL_OGI}
.endif
DISTFILES= ${DISTNAME}.tar.gz \
speech_tools-1.2.1.tar.gz
diff --git a/audio/festlex-cmu/Makefile b/audio/festlex-cmu/Makefile
index 786911b..2fa3611 100644
--- a/audio/festlex-cmu/Makefile
+++ b/audio/festlex-cmu/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festlex-cmu
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festlex_CMU
DIST_SUBDIR= festival
diff --git a/audio/festlex-oald/Makefile b/audio/festlex-oald/Makefile
index e7d2819..656ef3c 100644
--- a/audio/festlex-oald/Makefile
+++ b/audio/festlex-oald/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festlex-oald
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festlex_OALD
DIST_SUBDIR= festival
diff --git a/audio/festlex-ogi/Makefile b/audio/festlex-ogi/Makefile
index c5e5106..eec0aa5 100644
--- a/audio/festlex-ogi/Makefile
+++ b/audio/festlex-ogi/Makefile
@@ -10,8 +10,7 @@
PORTNAME= festlex-ogi
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/ \
- ${MASTER_SITE_NETBSD}
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= OGIlexicon-2.0
DIST_SUBDIR= festival
diff --git a/audio/festlex-poslex/Makefile b/audio/festlex-poslex/Makefile
index 9dc1018..6bc6efc 100644
--- a/audio/festlex-poslex/Makefile
+++ b/audio/festlex-poslex/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festlex-poslex
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festlex_POSLEX
DIST_SUBDIR= festival
diff --git a/audio/festogi-spanish/Makefile b/audio/festogi-spanish/Makefile
index ec1210d..1978c8c 100644
--- a/audio/festogi-spanish/Makefile
+++ b/audio/festogi-spanish/Makefile
@@ -10,7 +10,7 @@
PORTNAME= festogi-spanish
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= OGIspanish-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-abc/Makefile b/audio/festvox-abc/Makefile
index 80743d2..5d9846d 100644
--- a/audio/festvox-abc/Makefile
+++ b/audio/festvox-abc/Makefile
@@ -10,7 +10,7 @@
PORTNAME= festvox-abc
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_abc_di-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-don/Makefile b/audio/festvox-don/Makefile
index f34211e..28eb81d 100644
--- a/audio/festvox-don/Makefile
+++ b/audio/festvox-don/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-don
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_don
DIST_SUBDIR= festival
diff --git a/audio/festvox-el11/Makefile b/audio/festvox-el11/Makefile
index 54981fc..fac7f79 100644
--- a/audio/festvox-el11/Makefile
+++ b/audio/festvox-el11/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-el11
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_ellpc11k
DIST_SUBDIR= festival
diff --git a/audio/festvox-hvs/Makefile b/audio/festvox-hvs/Makefile
index d03f7ee..28039c9 100644
--- a/audio/festvox-hvs/Makefile
+++ b/audio/festvox-hvs/Makefile
@@ -10,9 +10,7 @@
PORTNAME= festvox-hvs
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_hvs_di-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-jph/Makefile b/audio/festvox-jph/Makefile
index 6eec6e2..9f184cb 100644
--- a/audio/festvox-jph/Makefile
+++ b/audio/festvox-jph/Makefile
@@ -10,10 +10,7 @@
PORTNAME= festvox-jph
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.leb.net/pub/blinux/${SUB} \
- ftp://ftp.mayn.de/pub/linux/BLinux/${SUB} \
- ftp://cslu.cse.ogi.edu/pub/tts/
-SUB= festival/mirror.ogi-synth_home/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_jph_di-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-kal16/Makefile b/audio/festvox-kal16/Makefile
index 5bc5670..bb6cf40 100644
--- a/audio/festvox-kal16/Makefile
+++ b/audio/festvox-kal16/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-kal16
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_kallpc16k
DIST_SUBDIR= festival
diff --git a/audio/festvox-kal8/Makefile b/audio/festvox-kal8/Makefile
index 9c59321..86dbc5f 100644
--- a/audio/festvox-kal8/Makefile
+++ b/audio/festvox-kal8/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-kal8
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_kallpc8k
DIST_SUBDIR= festival
diff --git a/audio/festvox-ked16/Makefile b/audio/festvox-ked16/Makefile
index b69153c..17dc784 100644
--- a/audio/festvox-ked16/Makefile
+++ b/audio/festvox-ked16/Makefile
@@ -10,8 +10,8 @@
PORTNAME= festvox-ked16
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_kedlpc16k
DIST_SUBDIR= festival
diff --git a/audio/festvox-ked8/Makefile b/audio/festvox-ked8/Makefile
index 5d1f8d5..878babe 100644
--- a/audio/festvox-ked8/Makefile
+++ b/audio/festvox-ked8/Makefile
@@ -10,8 +10,8 @@
PORTNAME= festvox-ked8
PORTVERSION= 1.4.0
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= 1.4.1
DISTNAME= festvox_kedlpc8k
DIST_SUBDIR= festival
diff --git a/audio/festvox-mwm/Makefile b/audio/festvox-mwm/Makefile
index 08519f6..e5777d1 100644
--- a/audio/festvox-mwm/Makefile
+++ b/audio/festvox-mwm/Makefile
@@ -10,9 +10,7 @@
PORTNAME= festvox-mwm
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_mwm_di-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-ogirab/Makefile b/audio/festvox-ogirab/Makefile
index 64f309d..1bb201d 100644
--- a/audio/festvox-ogirab/Makefile
+++ b/audio/festvox-ogirab/Makefile
@@ -10,9 +10,7 @@
PORTNAME= festvox-ogirab
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_ogirab_di-2.0
DIST_SUBDIR= festival
diff --git a/audio/festvox-rab16/Makefile b/audio/festvox-rab16/Makefile
index 6a96186..7ba4026 100644
--- a/audio/festvox-rab16/Makefile
+++ b/audio/festvox-rab16/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-rab16
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festvox_rablpc16k
DIST_SUBDIR= festival
diff --git a/audio/festvox-rab8/Makefile b/audio/festvox-rab8/Makefile
index bd84ee5..e269018 100644
--- a/audio/festvox-rab8/Makefile
+++ b/audio/festvox-rab8/Makefile
@@ -10,9 +10,8 @@
PORTNAME= festvox-rab8
PORTVERSION= 1.4.1
CATEGORIES= audio
-MASTER_SITES= http://www.speech.cs.cmu.edu/festival/cstr/festival/1.4.1/ \
- ${MASTER_SITE_NETBSD} \
- ftp://ftp.cstr.ed.ac.uk/pub/festival/1.4.1/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL}
+MASTER_SITE_SUBDIR= ${PORTVERSION}
DISTNAME= festvox_rablpc8k
DIST_SUBDIR= festival
diff --git a/audio/festvox-tll/Makefile b/audio/festvox-tll/Makefile
index ebc1a4d..e657c33 100644
--- a/audio/festvox-tll/Makefile
+++ b/audio/festvox-tll/Makefile
@@ -10,9 +10,7 @@
PORTNAME= festvox-tll
PORTVERSION= 2.0
CATEGORIES= audio
-MASTER_SITES= ftp://ftp.leb.net/pub/blinux/festival/mirror.ogi-synth_home/ \
- ftp://ftp.mayn.de/pub/linux/BLinux/festival/mirror.ogi-synth_home/ \
- ftp://cslu.cse.ogi.edu/pub/tts/
+MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_tll_di-2.0
DIST_SUBDIR= festival
OpenPOWER on IntegriCloud