Skip site navigation (1)Skip section navigation (2)

CVS log for ports/audio/festvox-abc/Attic/distinfo

[BACK] Up to [FreeBSD] / ports / audio / festvox-abc

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.7
Sat Jun 13 15:47:07 2009 UTC (2 years, 7 months ago) by erwin
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.6: +0 -0 lines
Remove expired ports in audio:

2009-04-28 audio/festival+OGI: unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months
2009-06-10 audio/festlex-ifd: unfulfilled dependencies for 8+ months, no active maintainer, no user interest
2009-06-10 audio/festogi-italian: unfulfilled dependencies for 8+ months, no active maintainer, no user interest
2009-06-09 audio/festogi-spanish: unfulfilled dependencies for 8+ months, no maintainer, no user interest
2009-06-09 audio/festvox-abc: unfulfilled dependencies for 8+ months, no user interest.
2009-06-09 audio/festvox-hvs: unfulfilled dependencies for 8+ months, no user interest.
2009-06-09 audio/festvox-jph: unfulfilled dependencies for 8+ months, no maintainer, no user interest
2009-06-10 audio/festvox-lp: unfulfilled dependencies for 8+ months, no active maintainer, no user interest
2009-06-09 audio/festvox-mwm: unfulfilled dependencies for 8+ months, no maintainer, no user interest
2009-06-09 audio/festvox-ogirab: unfulfilled dependencies for 8+ months, no maintainer, no user interest
2009-06-10 audio/festvox-pc: unfulfilled dependencies for 8+ months, no active maintainer, no user interest
2009-06-09 audio/festvox-tll: unfulfilled dependencies for 8+ months, no maintainer, no user interest
2009-01-19 audio/py-sdl_mixer: has been broken for more than 6 months

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 8 01:28:04 2009 UTC (2 years, 10 months ago) by araujo
Branches: MAIN
CVS tags: RELEASE_7_2_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
- Mark as RESTRICTED. The License is limited to non-commercial use.
- Distfile was rerolled to fix the DISTDIR.
- Bump PORTREVISION.

Reported by:	QAT

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jan 5 01:27:17 2007 UTC (5 years, 1 month ago) by ijliao
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_7_0_0, RELEASE_6_4_0, RELEASE_6_3_0, RELEASE_5_EOL, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
upgrade to 2.1
take maintainership

PR:		107551
Submitted by:	araujo@bsdmail.org

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 21:54:50 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
Remove duplicate MD5
Add SIZE

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Jan 7 19:59:58 2006 UTC (6 years, 1 month ago) by trevor
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Hash with SHA-256.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Nov 24 17:32:53 2003 UTC (8 years, 2 months ago) by trevor
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0, RELEASE_5_3_0, RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_11_0, RELEASE_4_10_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -0 lines
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

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Sep 16 08:39:44 2000 UTC (11 years, 4 months ago) by will
Branches: MAIN
CVS tags: RELEASE_5_1_0, RELEASE_5_0_DP1, RELEASE_5_0_0, RELEASE_4_9_0, RELEASE_4_8_0, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0, RELEASE_4_4_0, RELEASE_4_3_0, RELEASE_4_2_0, RELEASE_4_1_1
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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options