Commit Graph

10 Commits

Author SHA1 Message Date
Trevor Johnson
fce975f03f Touch up dependencies: use PORTSDIR macro; lose dependency on
audio/festival because this port needs audio/festival+OGI, which
is brought in as a dependency of festogi-spanish.
2004-02-12 17:39:30 +00:00
Trevor Johnson
e331747748 Add new MD5 hash. These are the changes in the contents of the distfile:
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
2003-11-24 17:32:53 +00:00
Trevor Johnson
39a7f86255 Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. 2003-11-13 11:38:29 +00:00
Trevor Johnson
11b0931878 Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
2003-11-13 10:11:35 +00:00
Edwin Groothuis
62a8ba9cf4 new virtual category requested: accessibility
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>
2003-10-04 01:34:47 +00:00
Trevor Johnson
5e37fb828f Retire comment file. 2003-03-01 14:34:33 +00:00
Trevor Johnson
5b34771f44 Implement MASTER_SITE_FESTIVAL and MASTER_SITE_FESTIVAL_OGI. 2002-05-23 04:35:39 +00:00
Trevor Johnson
14111407e3 Change MAINTAINER for my ports.
Approved by:	will
2000-10-02 05:39:35 +00:00
Satoshi Asami
d9f9abfd00 Use fullpaths (prepend "${.CURDIR}") in dependency dirs instead of
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
2000-09-20 09:09:57 +00:00
Will Andrews
bab74078a9 Add festival 1.4.1, a multi-lingual text-to-speech system for Unix. This
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
2000-09-16 08:39:50 +00:00