diff options
author | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
---|---|---|
committer | wiz <wiz> | 1999-12-25 22:38:54 +0000 |
commit | 1c9d5432e19a5c771936396e45db13d06560e776 (patch) | |
tree | c3de4cd2dbecd614ebc8bbbdce265ff17dd60475 /audio/mbrolavox-us2 | |
parent | 65d18c4371f6065814b64313b65c2e20f6eac4aa (diff) | |
download | pkgsrc-1c9d5432e19a5c771936396e45db13d06560e776.tar.gz |
pkglint silencing:
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
Diffstat (limited to 'audio/mbrolavox-us2')
-rw-r--r-- | audio/mbrolavox-us2/Makefile | 9 | ||||
-rw-r--r-- | audio/mbrolavox-us2/pkg/DESCR | 65 |
2 files changed, 4 insertions, 70 deletions
diff --git a/audio/mbrolavox-us2/Makefile b/audio/mbrolavox-us2/Makefile index ce22908c657..5a7eae7759a 100644 --- a/audio/mbrolavox-us2/Makefile +++ b/audio/mbrolavox-us2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/10/11 18:27:58 proff Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/25 22:39:03 wiz Exp $ DISTNAME= us2-980812 PKGNAME= mbrolavox-${DISTNAME} @@ -11,7 +11,6 @@ MAINTAINER= proff@iq.org HOMEPAGE= http://tcts.fpms.ac.be/synthesis/mbrola.html DEPENDS+= mbrola-301h:../mbrola - BUILD_DEPENDS= unzip:../../archivers/unzip LICENSE= no-commercial-use @@ -23,11 +22,11 @@ NO_BUILD= yes MHOME= ${PREFIX}/share/mbrola/voices post-extract: - @ chmod -R a+r ${WRKSRC} - @ find ${WRKSRC} -type d -print0 | xargs -0 chmod 755 + @ ${CHMOD} -R a+r ${WRKSRC} + @ find ${WRKSRC} -type d -print0 | xargs -0 ${CHMOD} 755 do-install: ${INSTALL_DATA_DIR} ${MHOME} - cd ${WRKSRC} && pax -r -w us2 ${MHOME} + cd ${WRKSRC} && ${PAX} -r -w us2 ${MHOME} .include "../../mk/bsd.pkg.mk" diff --git a/audio/mbrolavox-us2/pkg/DESCR b/audio/mbrolavox-us2/pkg/DESCR index b031c3aa873..a8f0bb5d0d7 100644 --- a/audio/mbrolavox-us2/pkg/DESCR +++ b/audio/mbrolavox-us2/pkg/DESCR @@ -1,68 +1,3 @@ American English male voice for MBROLA. -US2 is a diphone database for american english, consisting of 2065 -diphones, male voice. - -The following phoneme symbols are assumed in our diphone sets. It -slightly differ for the SAMPA alphabet since american english is not -british english. - -SYMBOL PRONOUNCED LIKE IN -p drop proxy -p_h pod (aspirated allophone of p) - -t plot tromp -t_h top (aspirated allophone of t) -4 later (flapped allophone of t) - -k rock crop -k_h cot (aspirated allophone of k) - -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 -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 -Or Allophone of O in front of /r/ like in 'sort' - -The diphone matrix is square, no diphone lacking... of course diphone -like t-N may not sound optimal :-) - -Julian Assange <proff@iq.org> |