Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-12-13 | Changed MAINTAINER to packages@netbsd.org since proff@iq.org | gson | 1 | -2/+2 | |
asked to be relieved as the maintainer of this package. | |||||
2002-12-10 | The sample scripts in ${PREFIX}/share/festival/examples did not work | gson | 4 | -3/+19 | |
because their #! lines contained an incorrect path. Also, even if they had actually pointed to the installed "festival", it would still not have worked because a script cannot be used as a script interpreter. Even if it could, it still wouldn't have worked because the festival script did not pass --script as the first command line argument as festival.naked requires when running a script. Fixed by pointing the #! lines directly at the festival.naked binary. | |||||
2002-12-02 | Because nas installs into $X11BASE this package needs a USE_X11=yes to stop | markd | 2 | -3/+4 | |
buildlink2 eating the $X11BASE/{include,lib} references. Also $BUILDLINK_DIR -> $BUILDLINK_PREFIX.nas Closes PR 19227 from Andreas Gustafsson. | |||||
2002-09-12 | Standardize. | wiz | 1 | -3/+3 | |
2002-08-31 | Convert to buildlink2. | wiz | 1 | -2/+3 | |
2002-02-15 | mkdir -> ${MKDIR} | skrll | 1 | -3/+3 | |
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} | |||||
2001-11-17 | Bring this into the new toolchain world. | martin | 3 | -2/+19 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -2/+2 | |
2001-07-18 | Update festival to 1.4.1, and fix dependent packages up while I'm here | wiz | 5 | -120/+126 | |
(including fixing lots of PLISTs). Changes since 1.4.0, from the NEWS file: . SSFF (for emulabel) track support . Java fixes . various minor bug fixes . WFST with proper quoting . Wagon sample counts . gcc-2.95.1 support Also use newer distfile for mbrola. Addresses pkg/10671. | |||||
2001-07-14 | Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable option | jlam | 1 | -2/+2 | |
on Solaris' xargs. | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -2/+2 | |
2001-04-18 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -5/+9 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -20/+18 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-03-31 | Fix MAKE_ENV (quoting) | zuntum | 1 | -18/+18 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 2 | -2/+2 | |
2001-02-06 | Unify format of MESSAGEs, and include RCS Ids. | wiz | 1 | -2/+7 | |
2000-09-18 | "-lXt" -> "-lXt -lSM -lICE", for a.out/m68k. Closes PR pkg/9971. | fredb | 3 | -7/+7 | |
2000-08-17 | wildcard dependency on nas | wiz | 1 | -2/+2 | |
2000-08-11 | Remove (sometimes FreeBSD) packager's (porter's) name from DESCR. | wiz | 1 | -2/+0 | |
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here. | |||||
2000-05-31 | work around pmax compiler bug (c++ -O2) by not using -O2 on the remaining | dmcmahill | 5 | -5/+57 | |
3 problem files when compiling on pmax. | |||||
2000-05-30 | avoid -O3 on pmax on a particular file which tickles a c++ bug. | dmcmahill | 2 | -1/+19 | |
other arch's are unaffected. | |||||
2000-05-05 | fix ELF linking (for X libs) | hubertf | 3 | -1/+27 | |
1999-12-28 | replaced some more commands by their ${COMMAND} counterparts | wiz | 1 | -2/+2 | |
1999-12-28 | moved ${ECHO} lines below .include of bsd.pkg.mk, making it expand correctly | wiz | 1 | -7/+8 | |
to 'echo' instead of '' | |||||
1999-12-28 | reversed replacement of 'echo' by '${ECHO}' until I understand why | wiz | 1 | -5/+5 | |
it didn't work | |||||
1999-12-25 | pkglint silencing: | wiz | 3 | -55/+14 | |
o use DISTNAME and PKGNAME instead of DISTFILES o replace rm by ${RM}, chmod by ${CHMOD}, pax by ${PAX}, echo by ${ECHO} o reorder lines, remove unnecessary blank o modify pkg/COMMENT and pkg/DESCR o remove lines from files/patch-sum for files that aren't there | |||||
1999-10-27 | add rcs id | hubertf | 1 | -0/+1 | |
1999-10-25 | chmod -> ${chmod} | hubertf | 1 | -5/+5 | |
1999-10-11 | Upgrade to 1.4.0 | proff | 12 | -154/+231 | |
Festival 1.4.0 has the following improvements over the previous release (1.3.1 January 1999) o distributed under a free X11-type licence o generalization of stats modules, ngram, CART, wfst with viterbi so they can be shard more easily o Tidy up of Utterance/Relation/Item architecture o Initial JSAPI support o Three new us voices using MBROLA databases o Tilt code overhaul o XML load for Relations o Fringe graphic display (ALPHA) released seperately http://www.cstr.ed.ac.uk/projects/fringe.html | |||||
1999-10-11 | tell users how not to be lame | proff | 1 | -0/+5 | |
1999-07-09 | Add package patch-sum files | agc | 1 | -0/+7 | |
1999-06-28 | Include bsd.prefs.mk before using ${CC} in a != assignment, just in case | agc | 1 | -1/+3 | |
CC is set to something non-standard. | |||||
1999-06-09 | Set the LICENSE field to "no-commercial-use". "non-commercial-use" | agc | 1 | -2/+2 | |
is deprecated. | |||||
1999-04-14 | no-commercial-use -> non-commercial-use | proff | 1 | -2/+2 | |
1999-04-04 | add LICENSE= no-commercial-use | proff | 1 | -1/+3 | |
1999-04-04 | part of the festival speech synthesis system from CSTR | proff | 15 | -0/+364 | |