2006-12-28 12:47:52 by Thomas Klausner | Files touched by this commit (30) |
Log message: Reset maintainer. When sending mail to proff@iq.org, one gets a reply that says the mail there is not read any longer. |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2005-07-19 12:22:34 by grant beattie | Files touched by this commit (29) |
Log message: depends should be ../../<category>/<pkg> |
2004-01-20 13:07:43 by Alistair G. Crooks | Files touched by this commit (63) |
Log message: Move WRKSRC definition away from the first paragraph in a Makefile. |
2003-05-06 19:43:16 by Julio Merino | Files touched by this commit (726) |
Log message: Drop trailing whitespace. Ok'ed by wiz. |
2003-04-10 03:28:32 by grant beattie | Files touched by this commit (85) |
Log message: make ${PAX} usage consistent: - group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup |
2003-01-27 11:52:03 by Thomas Klausner | Files touched by this commit (1) |
Log message: Update for currently available tarball. Changes: diff -r old/festival/lib/voices/english/jph_diphone/festvox/jph_diphone.scm \ new/festival/lib/voices/ english/jph_diphone/festvox/jph_diphone.scm 25a26 > (require 'ogi_token) 62a64 > (set! token_pos_cart_trees OGI_english_token_pos_cart_trees) 69,70c71,72 < ;(set! pos_map english_pos_map_wp39_to_wp20) < (set! pos_map nil) --- > (set! pos_map english_pos_map_wp39_to_wp20) > ;(set! pos_map nil) Addresses part of PR 19873. |