1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Mark as RESTRICTED. The License is limited to non-commercial use.

- Distfile was rerolled to fix the DISTDIR.
- Bump PORTREVISION.

Reported by:	QAT
This commit is contained in:
Marcelo Araujo 2009-04-08 01:28:05 +00:00
parent 9ba9b893e8
commit 8ce52f5a2f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231846
7 changed files with 44 additions and 25 deletions

3
LEGAL
View File

@ -746,3 +746,6 @@ clustalw-* biology/clustalw No commercial use
nttcp-* benchmark/nttcp No commercial use
TW-*.ttf chinese/CNS11643-font No redistribution or
commercial use is allowed
festlex-ogi audio/festlex-ogi No commercial use
festvox-abc audio/festvox-abc No commercial use
festvox-hvs audio/festvox-hvs No commercial use

View File

@ -9,11 +9,10 @@
PORTNAME= festlex-ogi
PORTVERSION= 2.2
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio accessibility
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
MASTER_SITES= # ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= OGIlexicon-2.2
DIST_SUBDIR= festival
MAINTAINER= araujo@FreeBSD.org
COMMENT= Composite pronunciation dictionary from ogi.edu for Festival
@ -29,6 +28,12 @@ NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/OGIlexicon-2.2.tar.gz and put ${DISTFILE} into ${DISTDIR}
.endif
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@ -37,4 +42,4 @@ do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (festival/OGIlexicon-2.2.tar.gz) = b6de1dcd13dfabb0c66a7343148ff445
SHA256 (festival/OGIlexicon-2.2.tar.gz) = f7f22a92f24804f25f220bc06018b48ea5d8141b46fa7272285155c843baded7
SIZE (festival/OGIlexicon-2.2.tar.gz) = 1630858
MD5 (OGIlexicon-2.2.tar.gz) = b6de1dcd13dfabb0c66a7343148ff445
SHA256 (OGIlexicon-2.2.tar.gz) = f7f22a92f24804f25f220bc06018b48ea5d8141b46fa7272285155c843baded7
SIZE (OGIlexicon-2.2.tar.gz) = 1630858

View File

@ -9,11 +9,10 @@
PORTNAME= festvox-abc
PORTVERSION= 2.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio accessibility spanish
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
MASTER_SITES= # ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_abc_di-${PORTVERSION}
DIST_SUBDIR= festival
MAINTAINER= araujo@FreeBSD.org
COMMENT= Mexican Spanish male voice for Festival speech synthesis system
@ -30,6 +29,12 @@ NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/voice_abc_di-2.1.tar.gz and put ${DISTFILE} into ${DISTDIR}
.endif
post-extract:
${CHMOD} -R a+r ${WRKSRC}
${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@ -40,4 +45,4 @@ do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (festival/voice_abc_di-2.1.tar.gz) = 2bc2d872300f01f235ea8b9eba3b81cf
SHA256 (festival/voice_abc_di-2.1.tar.gz) = e4e84b43616ba180157aed2edab74dc35e1475097c7a1b023d74687b115b1f04
SIZE (festival/voice_abc_di-2.1.tar.gz) = 1689756
MD5 (voice_abc_di-2.1.tar.gz) = 2bc2d872300f01f235ea8b9eba3b81cf
SHA256 (voice_abc_di-2.1.tar.gz) = e4e84b43616ba180157aed2edab74dc35e1475097c7a1b023d74687b115b1f04
SIZE (voice_abc_di-2.1.tar.gz) = 1689756

View File

@ -9,27 +9,33 @@
PORTNAME= festvox-hvs
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= audio accessibility spanish
MASTER_SITES= ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME= voice_hvs_di-2.1
DIST_SUBDIR= festival
MAINTAINER= araujo@FreeBSD.org
COMMENT= Mexican Spanish female voice for Festival
RESTRICTED= no-commercial-use
RUN_DEPENDS= ${PORTSDIR}/audio/festival+OGI \
${PORTSDIR}/audio/festlex-poslex \
${PORTSDIR}/audio/festlex-ogi \
${PORTSDIR}/audio/festogi-spanish
RUN_DEPENDS= festival+OGI:${PORTSDIR}/audio/festival+OGI \
festlex-poslex:${PORTSDIR}/audio/festlex-poslex \
festlex-ogi:${PORTSDIR}/audio/festlex-ogi \
festogi-spanish:${PORTSDIR}/audio/festogi-spanish
WRKSRC= ${WRKDIR}/festival
RESTRICTED= no-commercial-use
NO_BUILD= yes
FHOME= ${PREFIX}/share/festival
.include <bsd.port.pre.mk>
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
IGNORE= distfile can only be fetched if you accept the license. Go to https://www.cslu.ogi.edu/tts/download/data/voice_hvs_di-2.1.tar.gz and put ${DISTFILE} into ${DISTDIR}
.endif
post-extract:
@ ${CHMOD} -R a+r ${WRKSRC}
@ ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} -0 ${CHMOD} 755
@ -39,4 +45,4 @@ do-install:
${MKDIR} ${FHOME}
cd ${WRKSRC} && ${CP} -pPR * ${FHOME}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (festival/voice_hvs_di-2.1.tar.gz) = 263f53135942086fa584b63ecf6f794a
SHA256 (festival/voice_hvs_di-2.1.tar.gz) = feab89b74819be118ebdcc018fdcab9c3239dc1c0fdfb6095df714e032bcddc0
SIZE (festival/voice_hvs_di-2.1.tar.gz) = 2325002
MD5 (voice_hvs_di-2.1.tar.gz) = 263f53135942086fa584b63ecf6f794a
SHA256 (voice_hvs_di-2.1.tar.gz) = feab89b74819be118ebdcc018fdcab9c3239dc1c0fdfb6095df714e032bcddc0
SIZE (voice_hvs_di-2.1.tar.gz) = 2325002