summaryrefslogtreecommitdiff
path: root/audio/mbrolavox-us3
AgeCommit message (Collapse)AuthorFilesLines
2015-11-03Add SHA512 digests for distfiles for audio categoryagc1-1/+2
Problems found with existing distfiles: /pub/pkgsrc/distfiles/amp-0.7.6.tgz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-32000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-music-48000-1.0.8.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-32000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-en-us-callie-48000-1.0.22.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-16000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-8000-1.0.12.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-32000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-fr-ca-june-48000-1.0.18.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-32000-1.0.13.tar.gz /pub/pkgsrc/distfiles/freeswitch/freeswitch-sounds-ru-RU-elena-48000-1.0.13.tar.gz /pub/pkgsrc/distfiles/kid3-3.3.0.tar.gz /pub/pkgsrc/distfiles/libdca-0.0.5.tar.bz2 /pub/pkgsrc/distfiles/mp3to.gz /pub/pkgsrc/distfiles/squeezeboxserver-7.5.1-noCPAN.tgz No changes made to these file. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2012-10-02Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-05-19Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENTwiz1-3/+2
block). Uncomment some commented out LICENSE lines while here.
2009-05-02update master sitezafer1-3/+2
2008-05-26Second round of explicit pax dependencies. As reminded by tnn@,joerg1-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-02Mechanical changes to add full DESTDIR support to packages that installjlam1-3/+5
their files via a custom do-install target.
2007-08-23Don't require exact nb revision for mbrola or the mbrolavox packages.joerg1-3/+3
Take any nb revision. Bump revisions of all affected packages.
2006-12-28Reset maintainer. When sending mail to proff@iq.org, one gets a replywiz1-2/+2
that says the mail there is not read any longer.
2006-10-14Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-05-19Fixed some pkglint warnings by removing the "@" at the start of shellrillig1-3/+3
commands.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+3
2005-07-19depends should be ../../<category>/<pkg>grant1-2/+2
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-18Update festival to 1.4.1, and fix dependent packages up while I'm herewiz2-9/+5
(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-14Don't use find ... -print0 | xargs -0 ... as -0 isn't an acceptable optionjlam1-2/+2
on Solaris' xargs.
2001-05-19Use ${XARGS} instead of invoking xargs directly.jlam1-2/+2
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz1-4/+1
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-2/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-07-06add ONLY_FOR_PLATFORM to match those of mbrola (which these pkgs alldmcmahill1-1/+3
depend upon). This way the "not available for..." message appears instead of a "can't build dependencies" message.
1999-12-28replaced some more commands by their ${COMMAND} counterpartswiz1-2/+2
1999-12-25pkglint silencing:wiz2-60/+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-11US3 is a diphone database for american english, consisting of 2065proff5-0/+106
diphones, male voice. The following phoneme symbols are assumed in the us3 diphone sets. It slightly different than the SAMPA alphabet since american english is not british english. SYMBOL PRONOUNCED LIKE IN p drop proxy t plot tromp 4 later (flapped allophone of t) k rock crop b cob box d nod dot g jog gospel f prof fox s boss sonic S wash shop tS notch chop T cloth thomp v salve volley z was zombie Z garage jacques dZ dodge jog D clothe thy m palm mambo n john novel N bong l doll lockwood l= litle r star roxanne j yacht w show womble h harm r= her urgent i even A arthur u oodles I illness E else { apple V nut U good @ about EI able AI island OI oyster @U over aU out O all -Julian Assange <proff@iq.org>