aboutsummaryrefslogtreecommitdiff
path: root/audio/festlex-ifd
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-14 13:06:19 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-14 13:06:19 +0000
commitc1d19cf46b02f925935643e49805a8c1aeb56126 (patch)
tree8908471350bfcf42ba2931677a9bb8de48f7fb2d /audio/festlex-ifd
parent9772815b0c9908e963c1b5bd66b5c78412beb711 (diff)
downloadports-c1d19cf46b02f925935643e49805a8c1aeb56126.tar.gz
ports-c1d19cf46b02f925935643e49805a8c1aeb56126.zip
Notes
Diffstat (limited to 'audio/festlex-ifd')
-rw-r--r--audio/festlex-ifd/Makefile33
-rw-r--r--audio/festlex-ifd/distinfo2
-rw-r--r--audio/festlex-ifd/pkg-descr5
-rw-r--r--audio/festlex-ifd/pkg-plist4
4 files changed, 44 insertions, 0 deletions
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