diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-01-08 16:15:38 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-01-08 16:15:38 +0800 |
commit | 6eb0df33358c54708d560ee778ae4cc02aad3a30 (patch) | |
tree | 1ad43adf151d6dda5fae00157caba45de2e7228b /audio | |
parent | 6a1c06055b72a25c23bb38bc3b6d4ae1510c9110 (diff) | |
download | freebsd-ports-gnome-6eb0df33358c54708d560ee778ae4cc02aad3a30.tar.gz freebsd-ports-gnome-6eb0df33358c54708d560ee778ae4cc02aad3a30.tar.zst freebsd-ports-gnome-6eb0df33358c54708d560ee778ae4cc02aad3a30.zip |
- Add festival-freebsoft-utils
festival-freebsoft-utils is a collection of Festival utilities that
enhance Festival with some useful features. They provide all what is
needed for interaction with Speech Dispatcher.
PR: 142435
Submitted by: Alberto Villa
Tested by: myself
Approved by: miwi, tabthorpe (mentors iplicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/festival-freebsoft-utils/Makefile | 38 | ||||
-rw-r--r-- | audio/festival-freebsoft-utils/distinfo | 3 | ||||
-rw-r--r-- | audio/festival-freebsoft-utils/pkg-descr | 5 | ||||
-rw-r--r-- | audio/festival-freebsoft-utils/pkg-plist | 19 |
5 files changed, 66 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index de509f26c684..f7bcabef638e 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -162,6 +162,7 @@ SUBDIR += festalon SUBDIR += festdoc SUBDIR += festival + SUBDIR += festival-freebsoft-utils SUBDIR += festlex-cmu SUBDIR += festlex-czech SUBDIR += festlex-oald diff --git a/audio/festival-freebsoft-utils/Makefile b/audio/festival-freebsoft-utils/Makefile new file mode 100644 index 000000000000..9b30f0e70cec --- /dev/null +++ b/audio/festival-freebsoft-utils/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: festival-freebsoft-utils +# Date created: 6 January 2010 +# Whom: Alberto Villa <villa.alberto@gmail.com> +# +# $FreeBSD$ + +PORTNAME= festival-freebsoft-utils +PORTVERSION= 0.10 +CATEGORIES= audio accessibility +MASTER_SITES= http://www.freebsoft.org/pub/projects/${PORTNAME}/ + +MAINTAINER= villa.alberto@gmail.com +COMMENT= Festival utilities focused on interaction with Speech Dispatcher + +RUN_DEPENDS= festival:${PORTSDIR}/audio/festival \ + sox:${PORTSDIR}/audio/sox + +NO_BUILD= yes +USE_ICONV= yes + +PORTDOCS= ANNOUNCE NEWS README + +INFO= ${PORTNAME} + +do-install: + ${MKDIR} ${LOCALBASE}/share/festival/lib + cd ${WRKSRC} && ${INSTALL_DATA} *.scm ${LOCALBASE}/share/festival/lib + cd ${WRKSRC}/doc && ${INSTALL_MAN} ${PORTNAME}.info ${PREFIX}/${INFO_PATH} + +post-install: +.ifndef(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_MAN} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/audio/festival-freebsoft-utils/distinfo b/audio/festival-freebsoft-utils/distinfo new file mode 100644 index 000000000000..02d1200611a8 --- /dev/null +++ b/audio/festival-freebsoft-utils/distinfo @@ -0,0 +1,3 @@ +MD5 (festival-freebsoft-utils-0.10.tar.gz) = 8afc4ef740ce6eb324870102185aa287 +SHA256 (festival-freebsoft-utils-0.10.tar.gz) = c16cbd1d5494b1b058b787ef936fa483ac2f3ce92657372c92b3dbf153750457 +SIZE (festival-freebsoft-utils-0.10.tar.gz) = 73022 diff --git a/audio/festival-freebsoft-utils/pkg-descr b/audio/festival-freebsoft-utils/pkg-descr new file mode 100644 index 000000000000..8d99cbbe4ff3 --- /dev/null +++ b/audio/festival-freebsoft-utils/pkg-descr @@ -0,0 +1,5 @@ +festival-freebsoft-utils is a collection of Festival utilities that +enhance Festival with some useful features. They provide all what is +needed for interaction with Speech Dispatcher. + +WWW: http://www.freebsoft.org/festival-freebsoft-utils diff --git a/audio/festival-freebsoft-utils/pkg-plist b/audio/festival-freebsoft-utils/pkg-plist new file mode 100644 index 000000000000..c9082d1e2750 --- /dev/null +++ b/audio/festival-freebsoft-utils/pkg-plist @@ -0,0 +1,19 @@ +share/festival/lib/cap-signalization.scm +share/festival/lib/events.scm +share/festival/lib/fileio.scm +share/festival/lib/multiwave.scm +share/festival/lib/nopauses.scm +share/festival/lib/oo.scm +share/festival/lib/prosody-param.scm +share/festival/lib/punctuation.scm +share/festival/lib/recode.scm +share/festival/lib/speech-dispatcher.scm +share/festival/lib/spell-mode.scm +share/festival/lib/ssml-mode.scm +share/festival/lib/tokenize.scm +share/festival/lib/util.scm +share/festival/lib/voice-select.scm +share/festival/lib/wave.scm +share/festival/lib/word-mapping.scm +@dirrmtry share/festival/lib +@dirrmtry share/festival |