diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-01 06:47:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-09-01 06:47:46 +0000 |
commit | d4bfb85f2946281ea4c885c5bc19d7efa733365d (patch) | |
tree | a38e11a947d138bed0c7377e151337a565a6281c /audio/festvox-aec | |
parent | f6f2386bcbdb85efc4268724a629afc6dcdf8236 (diff) |
2011-09-01 astro/gkrellmoon: Abandonware
2011-09-01 astro/spacechart: Abandonware
2011-09-01 audio/adpcm: No more public distfiles
2011-09-01 audio/aube: Abandonware
2011-09-01 audio/festvox-aec: BROKEN for more than 6 month
2011-09-01 audio/gtkgep: Abandonware
2011-09-01 audio/gtkhirad: No more public distfiles
2011-09-01 audio/opmixer: No more upstream
2011-09-01 audio/swami: Abandonware
2011-09-01 audio/x11amp: Abandonware
2011-09-01 audio/xmms-sndstretch: No Master Site
2011-09-01 cad/linux-gid: No more public distfiles
2011-09-01 chinese/gbscript: No more public distfiles
2011-09-01 chinese/mplayer-fonts: No more public distfiles
2011-09-01 chinese/oxford: No more public distfiles
2011-09-01 chinese/vflib: No more public distfiles
2011-09-01 databases/mysql++: No more public distfiles
2011-09-01 databases/mysql_last_value: No Master Site
2011-09-01 databases/p5-DBIx-Table: No more public distfiles
Notes
Notes:
svn path=/head/; revision=280936
Diffstat (limited to 'audio/festvox-aec')
-rw-r--r-- | audio/festvox-aec/Makefile | 57 | ||||
-rw-r--r-- | audio/festvox-aec/distinfo | 2 | ||||
-rw-r--r-- | audio/festvox-aec/pkg-descr | 10 |
3 files changed, 0 insertions, 69 deletions
diff --git a/audio/festvox-aec/Makefile b/audio/festvox-aec/Makefile deleted file mode 100644 index 6a6c444b716a..000000000000 --- a/audio/festvox-aec/Makefile +++ /dev/null @@ -1,57 +0,0 @@ -# New ports collection makefile for: festvox-aec -# Date created: 2000-06-12 -# Whom: Trevor Johnson -# based on the NetBSD port -# -# $NetBSD: Makefile,v 1.16 2003/04/10 01:28:05 grant Exp $ -# $FreeBSD$ -# - -PORTNAME= festvox_aec -PORTVERSION= 2.0 -PORTREVISION= 2 -CATEGORIES= audio accessibility -MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI} -DISTNAME= voice_aec_di-2.0 -DIST_SUBDIR= festival - -MAINTAINER= ports@FreeBSD.org -COMMENT= American English male voice for Festival speech synthesis system - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2011-09-01 - -RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ - ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi - -BROKEN= does not fetch - -AECDIR= share/festival/lib/voices/english/aec_diphone -FHOME= ${PREFIX}/share/festival -NO_BUILD= y -PLIST= ${WRKDIR}/plist -RESTRICTED= "no commercial use" -WRKSRC= ${WRKDIR}/festival - -post-extract: - ${CHMOD} -R a+r ${WRKSRC} - ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} ${CHMOD} 755 - ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr - -pre-install: - ${RM} -f ${PLIST} -.for ii in _diphone.scm diph.msec gain.dat - ${ECHO_CMD} ${AECDIR}/festvox/aec${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} ${AECDIR}/group/aec_di_resLPC.group >> ${PLIST} -.for ii in /group /festvox / - ${ECHO_CMD} @dirrm ${AECDIR}${ii} >> ${PLIST} -.endfor - ${ECHO_CMD} @dirrmtry share/festival/lib/voices/english >> ${PLIST} - ${ECHO_CMD} @dirrmtry share/festival/lib/voices >> ${PLIST} - -do-install: - ${MKDIR} ${FHOME} - cd ${WRKSRC} && ${CP} -pPR * ${FHOME} - -.include <bsd.port.mk> diff --git a/audio/festvox-aec/distinfo b/audio/festvox-aec/distinfo deleted file mode 100644 index beb97d055359..000000000000 --- a/audio/festvox-aec/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (festival/voice_aec_di-2.0.tar.gz) = 922536da5cd4fd80fd18025c25076682ea416dff8e6e94018b6eca2ee67e13fa -SIZE (festival/voice_aec_di-2.0.tar.gz) = 5778285 diff --git a/audio/festvox-aec/pkg-descr b/audio/festvox-aec/pkg-descr deleted file mode 100644 index aa9f884a4758..000000000000 --- a/audio/festvox-aec/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -from the NetBSD maintainer: - - This voice provides an American English male voice using a - residual excited LPC diphone synthesis module, both created - at OGI. It uses a lexicon compiled from MOBY and CMU - lexicons, and other trained modules used by CSTR voices. - -This voice can be activated via (voice_aec_diphone) . - -WWW: http://cslu.cse.ogi.edu/tts |