Add some locales thesaurus

This commit is contained in:
Baptiste Daroussin 2011-07-21 14:33:07 +00:00
parent fee610051e
commit 2eff2d7953
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278116
53 changed files with 620 additions and 0 deletions

View File

@ -30,6 +30,7 @@
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
SUBDIR += med
SUBDIR += mythes
SUBDIR += php_doc
SUBDIR += tvdownloader
SUBDIR += verbiste

44
french/mythes/Makefile Normal file
View File

@ -0,0 +1,44 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2.2.2
CATEGORIES= french textproc
MASTER_SITES= http://www.dicollecte.org/download/fr/
DISTNAME= thesaurus-v${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= French thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
FRALIASES= fr_BE fr_CA fr_CH fr_LU
PLIST_FILES= share/mythes/th_fr_FR_v2.dat \
share/mythes/th_fr_FR_v2.idx
.for ALIAS in ${FRALIASES}
PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \
share/mythes/th_${ALIAS}_v2.idx
.endfor
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/thes_fr.dat ${PREFIX}/share/mythes/th_fr_FR_v2.dat
@${INSTALL_DATA} ${WRKDIR}/thes_fr.idx ${PREFIX}/share/mythes/th_fr_FR_v2.idx
@cd ${PREFIX}/share/mythes; \
for alias in ${FRALIASES}; do \
${LN} -s th_fr_FR_v2.idx th_$${alias}_v2.idx ; \
${LN} -s th_fr_FR_v2.dat th_$${alias}_v2.dat ; \
done
.include <bsd.port.mk>

2
french/mythes/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (thesaurus-v2.2.2.zip) = 2d09f512e160249a27198a444f17658473bb42967eb77cbfd6739cf2b08cd154
SIZE (thesaurus-v2.2.2.zip) = 1733996

3
french/mythes/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
French thesaurus
WWW: http://www.dicollecte.org/home.php?prj=fr

View File

@ -36,6 +36,7 @@
SUBDIR += ksteak
SUBDIR += manpages
SUBDIR += mediathek
SUBDIR += mythes
SUBDIR += pecl-konto_check
SUBDIR += phone
SUBDIR += php_doc

44
german/mythes/Makefile Normal file
View File

@ -0,0 +1,44 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2011.07.20
CATEGORIES= german textproc
MASTER_SITES= http://www.openthesaurus.de/export/
DISTNAME= Deutscher-Thesaurus
EXTRACT_SUFX= .oxt
MAINTAINER= bapt@FreeBSD.org
COMMENT= German thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
DEALIASES= de_AT de_BE de_CH de_LI de_LU
PLIST_FILES= share/mythes/th_de_DE_v2.idx \
share/mythes/th_de_DE_v2.dat
.for ALIAS in ${DEALIASES}
PLIST_FILES+= share/mythes/th_${ALIAS}_v2.idx \
share/mythes/th_${ALIAS}_v2.dat
.endfor
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_de_DE_v2.* ${PREFIX}/share/mythes
@cd ${PREFIX}/share/mythes; \
for alias in ${DEALIASES}; do \
${LN} -s th_de_DE_v2.idx th_$${alias}_v2.idx ; \
${LN} -s th_de_DE_v2.dat th_$${alias}_v2.dat ; \
done
.include <bsd.port.mk>

2
german/mythes/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (Deutscher-Thesaurus.oxt) = 283ba41d42b857dd873ba68508127255f6588cd18f0e7fa9021478af9087e6f8
SIZE (Deutscher-Thesaurus.oxt) = 3175630

3
german/mythes/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
German thesaurus
WWW: http://www.openthesaurus.de

View File

@ -15,5 +15,6 @@
SUBDIR += kde4-l10n
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
SUBDIR += mythes
.include <bsd.port.subdir.mk>

30
hungarian/mythes/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2003.09.29
CATEGORIES= hungarian textproc
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
DISTNAME= thes_hu_HU
MAINTAINER= bapt@FreeBSD.org
COMMENT= Hungarian thesaurus
LICENSE= GPLv2
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_hu_HU.dat \
share/mythes/th_hu_HU.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_hu_HU.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_hu_HU.zip) = 0d184579af89511ab216534d7b8287ec99244d374512e733025b200c7d0a733a
SIZE (thes_hu_HU.zip) = 423739

View File

@ -0,0 +1 @@
Hungarian thesaurus

View File

@ -18,6 +18,7 @@
SUBDIR += koffice-kde4-l10n
SUBDIR += libgadu
SUBDIR += libtlen
SUBDIR += mythes
SUBDIR += php_doc
SUBDIR += qfaktury
SUBDIR += qnapi

31
polish/mythes/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 1.5
CATEGORIES= polish textproc
MASTER_SITES= SF/synonimy/synonimy/${PORTVERSION}/
DISTNAME= OOo2-Thesaurus-${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Polish thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_pl_PL_v2.dat \
share/mythes/th_pl_PL_v2.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_pl_PL_v2.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

2
polish/mythes/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (OOo2-Thesaurus-1.5.zip) = 9a04ade7f6e7532edebb2582001719c82886884553f15dcba9baf409b9c49420
SIZE (OOo2-Thesaurus-1.5.zip) = 1576689

3
polish/mythes/pkg-descr Normal file
View File

@ -0,0 +1,3 @@
Polish thesaurus
WWW: http://synonimy.ux.pl/

View File

@ -18,6 +18,7 @@
SUBDIR += koffice-i18n-pt_BR
SUBDIR += koffice-kde4-l10n
SUBDIR += koffice-kde4-l10n-pt_BR
SUBDIR += mythes
SUBDIR += php_doc-br
SUBDIR += webalizer-pt_BR
SUBDIR += webalizer-pt_PT

View File

@ -0,0 +1,35 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2006.08.17
CATEGORIES= portuguese textproc
MASTER_SITES= http://openthesaurus.caixamagica.pt/download/
DISTNAME= thes_pt_PT_v2
MAINTAINER= bapt@FreeBSD.org
COMMENT= Portuguese thesaurus
LICENSE= GPLv2
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_pt_PT_v2.dat \
share/mythes/th_pt_PT_v2.idx \
share/mythes/th_pt_BR_v2.dat \
share/mythes/th_pt_BR_v2.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_pt_PT_v2.* ${PREFIX}/share/mythes
@cd ${PREFIX}/share/mythes; \
${LN} -s th_pt_PT_v2.dat th_pt_BR_v2.dat ; \
${LN} -s th_pt_PT_v2.idx th_pt_BR_v2.idx
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_pt_PT_v2.zip) = 287e56dc278e49cbb60a08ee96330dc1a7e8945b1fab700408bcc700592e9903
SIZE (thes_pt_PT_v2.zip) = 302469

View File

@ -0,0 +1,3 @@
Portuguese thesaurus
WWW: http://openthesaurus.caixamagica.pt/

View File

@ -31,6 +31,7 @@
SUBDIR += messarge
SUBDIR += mueller-dic
SUBDIR += muttprint
SUBDIR += mythes
SUBDIR += napster
SUBDIR += p5-Convert-Cyrillic
SUBDIR += p5-Lingua-DetectCyrillic

36
russian/mythes/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythes
PORTVERSION= 2007.06.13
CATEGORIES= russian textproc
MASTER_SITES= http://download.i-rs.ru/pub/openoffice/dict/
DISTNAME= thes_ru_RU_v2
MAINTAINER= bapt@FreeBSD.org
COMMENT= Russian thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_ru_RU_v2.dat \
share/mythes/th_ru_RU_v2.idx \
share/mythes/th_ru_UA_v2.dat \
share/mythes/th_ru_UA_v2.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_ru_RU_v2.* ${PREFIX}/share/mythes
@cd ${PREFIX}/share/mythes; \
${LN} -s th_ru_RU_v2.dat th_ru_UA_v2.dat; \
${LN} -s th_ru_RU_v2.idx th_ru_UA_v2.idx
.include <bsd.port.mk>

2
russian/mythes/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (thes_ru_RU_v2.zip) = 58f7f86d63b9f4052c90f4964a37b608b4defabf0723902fa9b6f007a35fbdd4
SIZE (thes_ru_RU_v2.zip) = 470867

1
russian/mythes/pkg-descr Normal file
View File

@ -0,0 +1 @@
Russian thesaurus

View File

@ -36,6 +36,7 @@
SUBDIR += beediff
SUBDIR += bg-aspell
SUBDIR += bg-hyphen
SUBDIR += bg-mythes
SUBDIR += bib2html
SUBDIR += bibtex2html
SUBDIR += bibtool
@ -74,6 +75,7 @@
SUBDIR += cost
SUBDIR += crimson
SUBDIR += cs-aspell
SUBDIR += cs-mythes
SUBDIR += csb-aspell
SUBDIR += csv2latex
SUBDIR += csv2xml
@ -148,6 +150,7 @@
SUBDIR += emacs-wiki
SUBDIR += en-aspell
SUBDIR += en-hunspell
SUBDIR += en-mythes
SUBDIR += enchant
SUBDIR += eo-aspell
SUBDIR += eqe
@ -156,6 +159,7 @@
SUBDIR += es-hunspell
SUBDIR += es-hyphen
SUBDIR += es-ispell
SUBDIR += es-mythes
SUBDIR += estraier
SUBDIR += et-aspell
SUBDIR += etoile-lucenekit
@ -298,6 +302,7 @@
SUBDIR += it-hunspell
SUBDIR += it-hyphen
SUBDIR += it-ispell
SUBDIR += it-mythes
SUBDIR += jade
SUBDIR += jakarta-commons-digester
SUBDIR += jakarta-poi
@ -427,6 +432,7 @@
SUBDIR += nl-aspell
SUBDIR += nl-hyphen
SUBDIR += nl-ispell
SUBDIR += nl-mythes
SUBDIR += nltk
SUBDIR += nn-aspell
SUBDIR += no-hunspell
@ -1129,6 +1135,7 @@
SUBDIR += ro-aspell
SUBDIR += ro-hunspell
SUBDIR += ro-hyphen
SUBDIR += ro-mythes
SUBDIR += roap
SUBDIR += romdict
SUBDIR += rot
@ -1244,10 +1251,12 @@
SUBDIR += sk-hunspell
SUBDIR += sk-hyphen
SUBDIR += sk-ispell
SUBDIR += sk-mythes
SUBDIR += skim
SUBDIR += skribe
SUBDIR += sl-aspell
SUBDIR += sl-hyphen
SUBDIR += sl-mythes
SUBDIR += slides
SUBDIR += sml-fxp
SUBDIR += smu
@ -1278,6 +1287,7 @@
SUBDIR += supercat
SUBDIR += sv-aspell
SUBDIR += sv-hyphen
SUBDIR += sv-mythes
SUBDIR += svn2cl
SUBDIR += sw-aspell
SUBDIR += sw-hunspell

View File

@ -0,0 +1,32 @@
# New ports collection makefile for: bg-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bg-mythes
PORTVERSION= 4.3
CATEGORIES= textproc
MASTER_SITES= SF/bgoffice/OpenOffice.org%20Thesaurus%20BG/${PORTVERSION}/
DISTNAME= OOo-thes-bg-${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Bulgarian thesaurus
LICENSE= GPLv2 LGPL21 MPL
LICENSE_COMB= dual
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_bg_BG.dat \
share/mythes/th_bg_BG.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKSRC}/th_bg_BG.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (OOo-thes-bg-4.3.zip) = 48489358065feee858d4f068b3c6fecbda6372df2c68383212fd947f29c74496
SIZE (OOo-thes-bg-4.3.zip) = 1084454

View File

@ -0,0 +1,3 @@
Bulgarian thesaurus
WWW: http://bgoffice.sourceforge.net

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: cs-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= cs-mythes
PORTVERSION= 2007.09.26
CATEGORIES= textproc
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
DISTNAME= thes_cs_CZ_v2
MAINTAINER= bapt@FreeBSD.org
COMMENT= Czech thesaurus
LICENSE= BSD
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_cs_CZ_v2.dat \
share/mythes/th_cs_CZ_v2.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_cs_CZ_v2.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_cs_CZ_v2.zip) = 2b5660c2dd375a5475b5c2e24828e43ee001c9755e24b50a877d92aba6eb2728
SIZE (thes_cs_CZ_v2.zip) = 260389

View File

@ -0,0 +1 @@
Czech thesaurus

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: en-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= en-mythes
PORTVERSION= 2006.12.08
CATEGORIES= textproc
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
DISTNAME= thes_en_US_v2
MAINTAINER= bapt@FreeBSD.org
COMMENT= English thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
USALIASES= en_AG en_AU en_BS en_BW en_BZ en_CA en_DK en_GB en_GH en_IE \
en_IN en_JM en_NA en_NG en_NZ en_PH en_SG en_TT en_ZA en_ZW
PLIST_FILES= share/mythes/th_en_US_v2.dat \
share/mythes/th_en_US_v2.idx
.for ALIAS in ${USALIASES}
PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \
share/mythes/th_${ALIAS}_v2.idx
.endfor
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_en_US_v2.* ${PREFIX}/share/mythes
@cd ${PREFIX}/share/mythes; \
for alias in ${USALIASES}; do \
${LN} -s th_en_US_v2.idx th_$${alias}_v2.idx ; \
${LN} -s th_en_US_v2.dat th_$${alias}_v2.dat ; \
done
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_en_US_v2.zip) = 0e1362f89572ec50aa46ca2db4980356b7c759a5a5610e892802a28427425a3b
SIZE (thes_en_US_v2.zip) = 5162416

View File

@ -0,0 +1 @@
English thesaurus

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: es-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= es-mythes
PORTVERSION= 20101002
CATEGORIES= textproc
MASTER_SITES= http://openthes-es.berlios.de/download/
DISTNAME= OOo2-thes_es_ES
MAINTAINER= bapt@FreeBSD.org
COMMENT= Spanish thesaurus
LICENSE= LGPL21
USE_BZIP2= yes
NO_BUILD= yes
ESALIASES= es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX \
es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE
PLIST_FILES= share/mythes/th_es_ES_v2.dat \
share/mythes/th_es_ES_v2.idx
.for ALIAS in ${ESALIASES}
PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \
share/mythes/th_${ALIAS}_v2.idx
.endfor
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_es_ES_v2.* ${PREFIX}/share/mythes
@cd ${PREFIX}/share/mythes; \
for alias in ${ESALIASES}; do \
${LN} -s th_es_ES_v2.idx th_$${alias}_v2.idx ; \
${LN} -s th_es_ES_v2.dat th_$${alias}_v2.dat ; \
done
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (OOo2-thes_es_ES.tar.bz2) = 299a93d528ec3e22a9cccb6385b458de8740e1a5d131680cd42989e2d49171ca
SIZE (OOo2-thes_es_ES.tar.bz2) = 824556

View File

@ -0,0 +1,3 @@
Spanish thesaurus
WWW: http://openthes-es.berlios.de

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: it-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= it-mythes
DISTVERSION= 02_09_l
CATEGORIES= textproc
MASTER_SITES= SF/linguistico/Thesaurus%20OOo%202.x.x/${DISTVERSION}_2008_11_29/
DISTNAME= thesaurus2_it_${DISTVERSION}_2008_11_29
MAINTAINER= bapt@FreeBSD.org
COMMENT= Italian thesaurus
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_it_IT.dat \
share/mythes/th_it_IT.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_it_IT.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thesaurus2_it_02_09_l_2008_11_29.zip) = e8223872c3a81c76be7683ad1a3097852e8b916015e2225f35ee72bf345b5522
SIZE (thesaurus2_it_02_09_l_2008_11_29.zip) = 980279

View File

@ -0,0 +1,3 @@
Italian thesaurus
WWW: http://linguistico.sourceforge.net/pages/thesaurus_italiano.html

View File

@ -0,0 +1,44 @@
# New ports collection makefile for: nl-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nl-mythes
PORTVERSION= 2011.06.09
CATEGORIES= textproc
MASTER_SITES= http://data.opentaal.org/opentaalbank/thesaurus/download/
DISTNAME= thes_nl
EXTRACT_SUFX= .oxt
MAINTAINER= bapt@FreeBSD.org
COMMENT= Dutch thesaurus
LICENSE= BSD
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_nl_NL_v2.dat \
share/mythes/th_nl_NL_v2.idx
PLIST_DIRS= share/mythes
NLALIASES= nl_AW nl_BE
.for ALIAS in ${NLALIASES}
PLIST_FILES+= share/mythes/th_${ALIAS}_v2.dat \
share/mythes/th_${ALIAS}_v2.idx
.endfor
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.dat
@${INSTALL_DATA} ${WRKDIR}/th_nl_v2.dat ${PREFIX}/share/mythes/th_nl_NL_v2.idx
@cd ${PREFIX}/share/mythes; \
for alias in ${NLALIASES}; do \
${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.dat ; \
${LN} -s th_nl_NL_v2.dat th_$${alias}_v2.idx ; \
done
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_nl.oxt) = acbe57725cab867008f831bd623f5c57315c67e372c2af84627de10af369e7e3
SIZE (thes_nl.oxt) = 1955743

View File

@ -0,0 +1,3 @@
Dutch thesaurus
WWW: http://data.opentaal.org/opentaalbank/thesaurus

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: ro-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ro-mythes
PORTVERSION= 3.3
CATEGORIES= textproc
MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/
DISTNAME= th_ro_RO.${PORTVERSION}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Romanian thesaurus
LICENSE= GPLv2
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_ro_RO.dat \
share/mythes/th_ro_RO.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_ro_RO.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (th_ro_RO.3.3.zip) = 097f0a58be60859292fb0c8109669d579abd19a500b9d93bda3c16b9aa446be0
SIZE (th_ro_RO.3.3.zip) = 1235156

View File

@ -0,0 +1,3 @@
Romanian thesaurus
WWW: http://rospell.sourceforge.net/

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: sl-mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sl-mythes
PORTVERSION= 2011.07.21
CATEGORIES= textproc
MASTER_SITES= http://193.2.66.133:85/download/
DISTNAME= thes_sl_SI_v2
MAINTAINER= bapt@FreeBSD.org
COMMENT= Slovenian thesaurus
LICENSE= LGPL21
USE_ZIP= yes
NO_BUILD= yes
PLIST_FILES= share/mythes/th_sl_SI_v2.dat \
share/mythes/th_sl_SI_v2.idx
PLIST_DIRS= share/mythes
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKDIR}/th_sl_SI_v2.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (thes_sl_SI_v2.zip) = d66c9b53ec508f3965b7acdfbf58f74be7fd5a3820731eb29807bab4619e3dae
SIZE (thes_sl_SI_v2.zip) = 317357

View File

@ -0,0 +1,3 @@
Slovenian thesaurus
WWW: http://www.tezaver.si/

View File

@ -14,6 +14,7 @@
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
SUBDIR += monacofonts
SUBDIR += mythes
SUBDIR += webalizer
.include <bsd.port.subdir.mk>

34
ukrainian/mythes/Makefile Normal file
View File

@ -0,0 +1,34 @@
# New ports collection makefile for: mythes
# Date created: 2011-07-21
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mythe
PORTVERSION= 1.6.5
CATEGORIES= ukrainian textproc
MASTER_SITES= SF/ispell-uk/spell-uk/${PORTVERSION}
DISTNAME= spell-uk-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= bapt@FreeBSD.org
COMMENT= Ukrainian thesaurus
LICENSE= LGPL21 GPLv2
LICENSE_COMB= dual
USE_PERL5_BUILD= yes
PLIST_FILES= share/mythes/th_uk_UA.dat \
share/mythes/th_uk_UA.idx
PLIST_DIRS= share/mythes
do-build:
@${PERL} ${WRKSRC}/bin/th_gen_idx.pl < ${WRKSRC}/src/thesaurus/th_uk_UA.dat > ${WRKSRC}/src/thesaurus/th_uk_UA.idx
do-install:
@${MKDIR} ${PREFIX}/share/mythes
@${INSTALL_DATA} ${WRKSRC}/src/thesaurus/th_uk_UA.* ${PREFIX}/share/mythes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (spell-uk-1.6.5.tgz) = 90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422
SIZE (spell-uk-1.6.5.tgz) = 836333

View File

@ -0,0 +1,3 @@
Ukrainian thesaurus
WWW: http://code.google.com/p/spell-uk