diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2009-11-04 16:18:01 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2009-11-04 16:18:01 +0000 |
commit | eb43dbc6f6d61767596c57a84493536c3bb73cc5 (patch) | |
tree | d21ab329dd1bd74c3c039dc403f8b5e6d5494d67 /audio/espeak | |
parent | 66f67ad3863664cfcdf03652a396a4f1ce763a92 (diff) | |
download | ports-eb43dbc6f6d61767596c57a84493536c3bb73cc5.tar.gz ports-eb43dbc6f6d61767596c57a84493536c3bb73cc5.zip |
Notes
Diffstat (limited to 'audio/espeak')
-rw-r--r-- | audio/espeak/Makefile | 4 | ||||
-rw-r--r-- | audio/espeak/distinfo | 6 | ||||
-rw-r--r-- | audio/espeak/pkg-plist | 10 |
3 files changed, 13 insertions, 7 deletions
diff --git a/audio/espeak/Makefile b/audio/espeak/Makefile index 196c36893d0f..608abda727a0 100644 --- a/audio/espeak/Makefile +++ b/audio/espeak/Makefile @@ -6,9 +6,9 @@ # PORTNAME= espeak -PORTVERSION= 1.40.02 +PORTVERSION= 1.41.01 CATEGORIES= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-1.40 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:R} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= nivit@FreeBSD.org diff --git a/audio/espeak/distinfo b/audio/espeak/distinfo index accda9122278..b0ab9890731f 100644 --- a/audio/espeak/distinfo +++ b/audio/espeak/distinfo @@ -1,3 +1,3 @@ -MD5 (espeak-1.40.02-source.zip) = 708954b44c526e8174df8b88a6382738 -SHA256 (espeak-1.40.02-source.zip) = b55e323a52be38337f8d5f219fd8878fc7b62b9e25d8cc15685e5f815bf6519e -SIZE (espeak-1.40.02-source.zip) = 1400971 +MD5 (espeak-1.41.01-source.zip) = 8737d839e9b1f164242b7955df66e967 +SHA256 (espeak-1.41.01-source.zip) = 1c89178b8021f77352eb482e93f2545044c7010ec5c1f902fbdee899bfde01a2 +SIZE (espeak-1.41.01-source.zip) = 1476908 diff --git a/audio/espeak/pkg-plist b/audio/espeak/pkg-plist index 380e13be2e4a..72793ef4daba 100644 --- a/audio/espeak/pkg-plist +++ b/audio/espeak/pkg-plist @@ -4,7 +4,7 @@ include/espeak/speak_lib.h lib/libespeak.a lib/libespeak.so lib/libespeak.so.1 -lib/libespeak.so.1.1.40 +lib/libespeak.so.1.1.41 %%PORTDOCS%%%%DOCSDIR%%/add_language.html %%PORTDOCS%%%%DOCSDIR%%/analyse.html %%PORTDOCS%%%%DOCSDIR%%/commands.html @@ -27,6 +27,7 @@ lib/libespeak.so.1.1.40 %%DATADIR%%/espeak-data/config %%DATADIR%%/espeak-data/cs_dict %%DATADIR%%/espeak-data/cy_dict +%%DATADIR%%/espeak-data/da_dict %%DATADIR%%/espeak-data/de_dict %%DATADIR%%/espeak-data/el_dict %%DATADIR%%/espeak-data/en_dict @@ -77,7 +78,9 @@ lib/libespeak.so.1.1.40 %%DATADIR%%/espeak-data/mk_dict %%DATADIR%%/espeak-data/nl_dict %%DATADIR%%/espeak-data/no_dict +%%DATADIR%%/espeak-data/pap_dict %%DATADIR%%/espeak-data/phondata +%%DATADIR%%/espeak-data/phondata-manifest %%DATADIR%%/espeak-data/phonindex %%DATADIR%%/espeak-data/phontab %%DATADIR%%/espeak-data/pl_dict @@ -103,12 +106,14 @@ lib/libespeak.so.1.1.40 %%DATADIR%%/espeak-data/voices/!v/m4 %%DATADIR%%/espeak-data/voices/!v/m5 %%DATADIR%%/espeak-data/voices/!v/m6 +%%DATADIR%%/espeak-data/voices/!v/m7 %%DATADIR%%/espeak-data/voices/!v/whisper %%DATADIR%%/espeak-data/voices/af %%DATADIR%%/espeak-data/voices/bs %%DATADIR%%/espeak-data/voices/ca %%DATADIR%%/espeak-data/voices/cs %%DATADIR%%/espeak-data/voices/cy +%%DATADIR%%/espeak-data/voices/da %%DATADIR%%/espeak-data/voices/de %%DATADIR%%/espeak-data/voices/default %%DATADIR%%/espeak-data/voices/el @@ -196,6 +201,7 @@ lib/libespeak.so.1.1.40 %%DATADIR%%/espeak-data/voices/ta %%DATADIR%%/espeak-data/voices/test/grc %%DATADIR%%/espeak-data/voices/test/jbo +%%DATADIR%%/espeak-data/voices/test/pap %%DATADIR%%/espeak-data/voices/tr %%DATADIR%%/espeak-data/voices/vi %%DATADIR%%/espeak-data/voices/zh @@ -214,6 +220,6 @@ lib/libespeak.so.1.1.40 @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/images %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm include/espeak @exec mkdir -p %D/%%DATADIR%%/espeak-data/soundicons @exec mkdir -p %D/%%DATADIR%%/espeak-data/mbrola -@dirrm include/espeak |