diff options
author | flz <flz@FreeBSD.org> | 2005-03-14 21:06:19 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-03-14 21:06:19 +0800 |
commit | 45024dc86aa6fbb589a5c45c09aa3bd9e96207de (patch) | |
tree | 7d9bf94c91e317b2db5777cc0a4348479141f71e /audio | |
parent | 434f298e2f2185f13ebbe1b0e09aa4a7103a6504 (diff) | |
download | freebsd-ports-gnome-45024dc86aa6fbb589a5c45c09aa3bd9e96207de.tar.gz freebsd-ports-gnome-45024dc86aa6fbb589a5c45c09aa3bd9e96207de.tar.zst freebsd-ports-gnome-45024dc86aa6fbb589a5c45c09aa3bd9e96207de.zip |
- Add festlex-ifd 1.0, Italian lexicon for Festival.
PR: ports/77577
Submitted by: Dario Freni <saturnero@gufi.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/festlex-ifd/Makefile | 33 | ||||
-rw-r--r-- | audio/festlex-ifd/distinfo | 2 | ||||
-rw-r--r-- | audio/festlex-ifd/pkg-descr | 5 | ||||
-rw-r--r-- | audio/festlex-ifd/pkg-plist | 4 |
5 files changed, 45 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 86dd4399511d..cd287cf61b90 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -93,6 +93,7 @@ SUBDIR += festival SUBDIR += festival+OGI SUBDIR += festlex-cmu + SUBDIR += festlex-ifd SUBDIR += festlex-oald SUBDIR += festlex-ogi SUBDIR += festlex-poslex diff --git a/audio/festlex-ifd/Makefile b/audio/festlex-ifd/Makefile new file mode 100644 index 000000000000..cf91f74f9c85 --- /dev/null +++ b/audio/festlex-ifd/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: festlex-ifd +# Date created: 2005-02-15 +# Whom: Dario Freni +# +# $FreeBSD$ +# + +PORTNAME= festlex-ifd +PORTVERSION= 1.0 +CATEGORIES= audio accessibility +MASTER_SITES= http://www.csrf.pd.cnr.it/Software/It-Festival/ +DISTNAME= lex_ifd +DIST_SUBDIR= festival + +MAINTAINER= saturnero@gufi.org +COMMENT= Italian lexicon for Festival + +RUN_DEPENDS= ${LOCALBASE}/share/festival/lib/ogi_token.scm:${PORTSDIR}/audio/festival+OGI + +NO_BUILD= yes +USE_ZIP= yes +WRKSRC= ${WRKDIR}/festival +FHOME= ${PREFIX}/share/festival + +post-extract: + @${CHMOD} -R 644 ${WRKSRC} + @${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 + +do-install: + ${MKDIR} ${FHOME} + cd ${WRKSRC} && ${CP} -pPR * ${FHOME} + +.include <bsd.port.mk> diff --git a/audio/festlex-ifd/distinfo b/audio/festlex-ifd/distinfo new file mode 100644 index 000000000000..3b4c0c7239b4 --- /dev/null +++ b/audio/festlex-ifd/distinfo @@ -0,0 +1,2 @@ +MD5 (festival/lex_ifd.zip) = aa544b1f4ac18fb9e1c3e4ba7d5cccfc +SIZE (festival/lex_ifd.zip) = 3394866 diff --git a/audio/festlex-ifd/pkg-descr b/audio/festlex-ifd/pkg-descr new file mode 100644 index 000000000000..b2435ad400eb --- /dev/null +++ b/audio/festlex-ifd/pkg-descr @@ -0,0 +1,5 @@ +Italian lexicon for Festival compiled by ISTC-SPFD CNR & ITC-irst + +WWW: http://www.csrf.pd.cnr.it/TTS/It-FESTIVAL-download.htm + +Dario Freni diff --git a/audio/festlex-ifd/pkg-plist b/audio/festlex-ifd/pkg-plist new file mode 100644 index 000000000000..28123503f071 --- /dev/null +++ b/audio/festlex-ifd/pkg-plist @@ -0,0 +1,4 @@ +share/festival/lib/dicts/ifd/lex.out +share/festival/lib/dicts/ifd/lex.out-README +@dirrm share/festival/lib/dicts/ifd +@unexec rmdir %D/share/festival/lib/dicts 2>/dev/null || true |