aboutsummaryrefslogtreecommitdiffstats
path: root/audio/epos-devel/pkg-descr
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2016-01-27 01:57:01 +0800
committerdanfe <danfe@FreeBSD.org>2016-01-27 01:57:01 +0800
commita0c52df006fd622c2db2bec62cbe1dc8ac4b8ed1 (patch)
treeaa646ffb24932ade6d8738bef409d890fb28e70f /audio/epos-devel/pkg-descr
parented5d15df7ec0d03b2b858954e92833595497c1e0 (diff)
downloadfreebsd-ports-gnome-a0c52df006fd622c2db2bec62cbe1dc8ac4b8ed1.tar.gz
freebsd-ports-gnome-a0c52df006fd622c2db2bec62cbe1dc8ac4b8ed1.tar.zst
freebsd-ports-gnome-a0c52df006fd622c2db2bec62cbe1dc8ac4b8ed1.zip
Unbreak the build on 9.X (against old yacc(1) which apparently does not
support %token_table declaration). Originally the port was relying on bison(1) instead (via USES=bison) in yacc-compat mode, but was switched to yacc(1) in r389653 because it failed to build against `devel/bison' version update to 3.0.4 as part of an exp-run (see PR). It turns out that actually generated code does not suffer from removing %token_table: the only difference in generated `neural_parse.cc' is that yyname[] table is not guarded by `#if YYDEBUG' and it #define's yytname as yyname, but the code that references yytname in `neural_parse.cc' is #if'ed 0 and YYDEBUG is defined to 1 earlier. That said, simply comment out %token_table line which allows the build to proceed (ir)regardless of the yacc(1) version, on all FreeBSD releases (including 8.X). While here, remove `ac_cv_lib_stdcpp_main=no' in CONFIGURE_ENV that was supposed to fix the build against Clang added in r323095 as it seems no longer required, augment COMMENT and port description, and fix WWW line to point to working website, killing trailing whitespace along the way. PR: 200833
Diffstat (limited to 'audio/epos-devel/pkg-descr')
-rw-r--r--audio/epos-devel/pkg-descr20
1 files changed, 14 insertions, 6 deletions
diff --git a/audio/epos-devel/pkg-descr b/audio/epos-devel/pkg-descr
index 8716d97424d2..3155a97c4f0f 100644
--- a/audio/epos-devel/pkg-descr
+++ b/audio/epos-devel/pkg-descr
@@ -1,8 +1,16 @@
-Epos is a language independent rule-driven Text-to-Speech (TTS) system
-primarily designed to serve as a research tool. Epos is (or tries to be)
-independent of the language processed, linguistic description method,
-and computing environment.
+Epos is a language independent rule-driven Text-to-Speech (TTS) system
+primarily designed to serve as a research tool. Epos is (or tries to be)
+independent of the language processed, linguistic description method, and
+computing environment. It has the following features:
-This port is built from the development branch of Epos.
+ - Czech and Slovak text to speech synthesis configuration
+ - LPC and time domain speech synthesizers
+ - Prosody modelling driven by rules, prosody models, and artificial
+ neural networks
+ - All language dependencies are defined in the configuration files,
+ as opposed to the source code
+ - Documentation in English included in the distribution
-WWW: http://epos.ure.cas.cz/
+This is a port for the development version of Epos.
+
+WWW: http://epos.ufe.cz/