aboutsummaryrefslogtreecommitdiff
path: root/audio/festvox-abc
Commit message (Collapse)AuthorAgeFilesLines
* Touch up dependencies: use PORTSDIR macro; lose dependency onTrevor Johnson2004-02-121-3/+3
| | | | | | | | audio/festival because this port needs audio/festival+OGI, which is brought in as a dependency of festogi-spanish. Notes: svn path=/head/; revision=100781
* Add new MD5 hash. These are the changes in the contents of the distfile:Trevor Johnson2003-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Wed Mar 1 21:37:02 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/CVS/Entries Thu Dec 30 01:11:31 1999 @@ -1,3 +1,3 @@ /abcdiph.msec/1.1.1.1/Thu Feb 18 00:23:42 1999// -/abc_diphone.scm/1.4/Thu Feb 24 02:35:05 2000// +/abc_diphone.scm/1.3/Tue Jun 22 17:35:25 1999// D diff -burN work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm --- work-old/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Feb 24 02:35:05 2000 +++ work-new/festival/lib/voices/spanish/abc_diphone/festvox/abc_diphone.scm Thu Dec 30 01:11:32 1999 @@ -58,8 +58,6 @@ ;; token to word rules (Parameter.set 'Token_Method 'Token_Any) (set! token_to_words mx_spanish_token_to_words) - (set! prev_token.punctuation token.punctuation) - (set! token.punctuation "\"`.,:;!?(){}[]" "[see Tokenizing]") ;; No pos prediction (set! pos_lex_name nil) @@ -104,12 +102,7 @@ (Parameter.set 'Synth_Method 'OGIdiphone) (OGIdbase.activate "abc_diphone") (OGIresLPC.init abcdi_OGI_syn_params) - (set! current_voice_reset abc_voice_reset) (set! current-voice 'abc_diphone) -) - -(define (abc_voice_reset) - (set! token.punctuation prev_token.punctuation) ) ;; Context-dependent smoothing: PR: 50869 Submitted by: krion Approved by: portmgr Notes: svn path=/head/; revision=94765
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-2/+2
| | | | Notes: svn path=/head/; revision=93882
* Remove my e-mail address from comment blocks of portsTrevor Johnson2003-11-131-1/+1
| | | | | | | I have contributed, in hopes of attracting less spam. Notes: svn path=/head/; revision=93876
* new virtual category requested: accessibilityEdwin Groothuis2003-10-041-1/+1
| | | | | | | | | | | | | | | | | This category, to be described as "of interest to disabled users" is intended to make it simpler for users to find software which will let them overcome a handicap. For example, blind users may want to combine OCR and text-to-speech software so the computer can read books to them; users with diminished eyesight can use large fonts and "magnifiers"; paralyzed users may use speech recognition to compose text or give commands. PR: ports/39103 Submitted by: Trevor Johnson <trevor@jpj.net> Notes: svn path=/head/; revision=90192
* Retire comment file.Trevor Johnson2003-03-012-1/+1
| | | | Notes: svn path=/head/; revision=76700
* Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI.Trevor Johnson2002-05-231-1/+1
| | | | Notes: svn path=/head/; revision=59762
* Change MAINTAINER for my ports.Trevor Johnson2000-10-021-1/+1
| | | | | | | Approved by: will Notes: svn path=/head/; revision=33312
* Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead ofSatoshi Asami2000-09-201-4/+4
| | | | | | | | | | | | relative paths. This is necessary for INDEX generation to work. Change PORTNAME of festvox_{abc,don} to fostvox-{abc,don} for consistency with other ports and port directory names. Approved by: maintainer Notes: svn path=/head/; revision=32891
* Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. ThisWill Andrews2000-09-165-0/+63
commit includes the various ports festival can work with. Big thanks to Trevor for putting in all the time to port these! PR: 21182, 21183, 21184, 21185, 21186, 21187, 21188, 21189 21190, 21191, 21192, 21193, 21194, 21195, 21196, 21197 21198, 21199, 21200, 21201 Submitted by: Trevor Johnson <trevor@jpj.net> Obtained from: NetBSD pkgsrc Notes: svn path=/head/; revision=32683