Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-05-26 | Second round of explicit pax dependencies. As reminded by tnn@, | joerg | 1 | -2/+4 | |
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all. | |||||
2008-03-02 | Mechanical changes to add full DESTDIR support to packages that install | jlam | 1 | -3/+5 | |
their files via a custom do-install target. | |||||
2006-12-28 | Reset maintainer. When sending mail to proff@iq.org, one gets a reply | wiz | 1 | -2/+2 | |
that says the mail there is not read any longer. | |||||
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 1 | -2/+2 | |
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 1 | -2/+2 | |
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html | |||||
2005-07-19 | depends should be ../../<category>/<pkg> | grant | 1 | -3/+3 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-04-10 | make ${PAX} usage consistent: | grant | 1 | -2/+2 | |
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup | |||||
2002-08-06 | Update to 2.0nb1, distfile has changed: | wiz | 1 | -1/+4 | |
diff -r old/festival/lib/voices/english/aec_diphone/festvox/aec_diphone.scm new/festival/lib/voices/english/aec_diphone/festvox/aec_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) Closes pkg/17822 by Oliver Tonnhofer. | |||||
2001-07-18 | Update festival to 1.4.1, and fix dependent packages up while I'm here | wiz | 1 | -4/+4 | |
(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 | -3/+3 | |
on Solaris' xargs. | |||||
2001-05-19 | Use ${XARGS} instead of invoking xargs directly. | jlam | 1 | -3/+3 | |
2001-02-16 | Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. | wiz | 1 | -1/+2 | |
2000-02-15 | When multi-line dependencies occur, use a "DEPENDS+= package" format | agc | 1 | -3/+3 | |
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies. | |||||
1999-12-28 | replaced some more commands by their ${COMMAND} counterparts | wiz | 1 | -3/+3 | |
1999-12-25 | pkglint silencing: | wiz | 1 | -6/+6 | |
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-28 | fix: do not install CVS dirs, make PLIST match reality | hubertf | 1 | -5/+4 | |
1999-10-27 | Mark packages as broken, where necessary. | agc | 1 | -1/+3 | |
1999-10-11 | upgrade to ogi-2.0 / festival-1.4.0 | proff | 1 | -5/+5 | |
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 | 1 | -0/+27 | |