summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2011-07-21 14:33:07 +0000
committerbapt <bapt@FreeBSD.org>2011-07-21 14:33:07 +0000
commit7c2fa80a46bb8ff08c1351801615de645893166e (patch)
tree9204fe5b7082e085eae35f34c4c107c55c24a424
parenteb6c50c8c46a57c0d93a86b17ea772e53f5a66dc (diff)
downloadFreeBSD-ports-7c2fa80a46bb8ff08c1351801615de645893166e.zip
FreeBSD-ports-7c2fa80a46bb8ff08c1351801615de645893166e.tar.gz
Add some locales thesaurus
-rw-r--r--french/Makefile1
-rw-r--r--french/mythes/Makefile44
-rw-r--r--french/mythes/distinfo2
-rw-r--r--french/mythes/pkg-descr3
-rw-r--r--german/Makefile1
-rw-r--r--german/mythes/Makefile44
-rw-r--r--german/mythes/distinfo2
-rw-r--r--german/mythes/pkg-descr3
-rw-r--r--hungarian/Makefile1
-rw-r--r--hungarian/mythes/Makefile30
-rw-r--r--hungarian/mythes/distinfo2
-rw-r--r--hungarian/mythes/pkg-descr1
-rw-r--r--polish/Makefile1
-rw-r--r--polish/mythes/Makefile31
-rw-r--r--polish/mythes/distinfo2
-rw-r--r--polish/mythes/pkg-descr3
-rw-r--r--portuguese/Makefile1
-rw-r--r--portuguese/mythes/Makefile35
-rw-r--r--portuguese/mythes/distinfo2
-rw-r--r--portuguese/mythes/pkg-descr3
-rw-r--r--russian/Makefile1
-rw-r--r--russian/mythes/Makefile36
-rw-r--r--russian/mythes/distinfo2
-rw-r--r--russian/mythes/pkg-descr1
-rw-r--r--textproc/Makefile10
-rw-r--r--textproc/bg-mythes/Makefile32
-rw-r--r--textproc/bg-mythes/distinfo2
-rw-r--r--textproc/bg-mythes/pkg-descr3
-rw-r--r--textproc/cs-mythes/Makefile30
-rw-r--r--textproc/cs-mythes/distinfo2
-rw-r--r--textproc/cs-mythes/pkg-descr1
-rw-r--r--textproc/en-mythes/Makefile44
-rw-r--r--textproc/en-mythes/distinfo2
-rw-r--r--textproc/en-mythes/pkg-descr1
-rw-r--r--textproc/es-mythes/Makefile44
-rw-r--r--textproc/es-mythes/distinfo2
-rw-r--r--textproc/es-mythes/pkg-descr3
-rw-r--r--textproc/it-mythes/Makefile28
-rw-r--r--textproc/it-mythes/distinfo2
-rw-r--r--textproc/it-mythes/pkg-descr3
-rw-r--r--textproc/nl-mythes/Makefile44
-rw-r--r--textproc/nl-mythes/distinfo2
-rw-r--r--textproc/nl-mythes/pkg-descr3
-rw-r--r--textproc/ro-mythes/Makefile30
-rw-r--r--textproc/ro-mythes/distinfo2
-rw-r--r--textproc/ro-mythes/pkg-descr3
-rw-r--r--textproc/sl-mythes/Makefile30
-rw-r--r--textproc/sl-mythes/distinfo2
-rw-r--r--textproc/sl-mythes/pkg-descr3
-rw-r--r--ukrainian/Makefile1
-rw-r--r--ukrainian/mythes/Makefile34
-rw-r--r--ukrainian/mythes/distinfo2
-rw-r--r--ukrainian/mythes/pkg-descr3
53 files changed, 620 insertions, 0 deletions
diff --git a/french/Makefile b/french/Makefile
index 6363e4d..8350444 100644
--- a/french/Makefile
+++ b/french/Makefile
@@ -30,6 +30,7 @@
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
SUBDIR += med
+ SUBDIR += mythes
SUBDIR += php_doc
SUBDIR += tvdownloader
SUBDIR += verbiste
diff --git a/french/mythes/Makefile b/french/mythes/Makefile
new file mode 100644
index 0000000..a8a504c
--- /dev/null
+++ b/french/mythes/Makefile
@@ -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>
diff --git a/french/mythes/distinfo b/french/mythes/distinfo
new file mode 100644
index 0000000..78d2232
--- /dev/null
+++ b/french/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thesaurus-v2.2.2.zip) = 2d09f512e160249a27198a444f17658473bb42967eb77cbfd6739cf2b08cd154
+SIZE (thesaurus-v2.2.2.zip) = 1733996
diff --git a/french/mythes/pkg-descr b/french/mythes/pkg-descr
new file mode 100644
index 0000000..d2ac2ea
--- /dev/null
+++ b/french/mythes/pkg-descr
@@ -0,0 +1,3 @@
+French thesaurus
+
+WWW: http://www.dicollecte.org/home.php?prj=fr
diff --git a/german/Makefile b/german/Makefile
index d442c7d6..88e8289 100644
--- a/german/Makefile
+++ b/german/Makefile
@@ -36,6 +36,7 @@
SUBDIR += ksteak
SUBDIR += manpages
SUBDIR += mediathek
+ SUBDIR += mythes
SUBDIR += pecl-konto_check
SUBDIR += phone
SUBDIR += php_doc
diff --git a/german/mythes/Makefile b/german/mythes/Makefile
new file mode 100644
index 0000000..d0723a5
--- /dev/null
+++ b/german/mythes/Makefile
@@ -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>
diff --git a/german/mythes/distinfo b/german/mythes/distinfo
new file mode 100644
index 0000000..e4c2510
--- /dev/null
+++ b/german/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Deutscher-Thesaurus.oxt) = 283ba41d42b857dd873ba68508127255f6588cd18f0e7fa9021478af9087e6f8
+SIZE (Deutscher-Thesaurus.oxt) = 3175630
diff --git a/german/mythes/pkg-descr b/german/mythes/pkg-descr
new file mode 100644
index 0000000..5f1d430
--- /dev/null
+++ b/german/mythes/pkg-descr
@@ -0,0 +1,3 @@
+German thesaurus
+
+WWW: http://www.openthesaurus.de
diff --git a/hungarian/Makefile b/hungarian/Makefile
index 37cdb1e..2c1c331 100644
--- a/hungarian/Makefile
+++ b/hungarian/Makefile
@@ -15,5 +15,6 @@
SUBDIR += kde4-l10n
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
+ SUBDIR += mythes
.include <bsd.port.subdir.mk>
diff --git a/hungarian/mythes/Makefile b/hungarian/mythes/Makefile
new file mode 100644
index 0000000..683ae55
--- /dev/null
+++ b/hungarian/mythes/Makefile
@@ -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>
diff --git a/hungarian/mythes/distinfo b/hungarian/mythes/distinfo
new file mode 100644
index 0000000..b54e13d
--- /dev/null
+++ b/hungarian/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_hu_HU.zip) = 0d184579af89511ab216534d7b8287ec99244d374512e733025b200c7d0a733a
+SIZE (thes_hu_HU.zip) = 423739
diff --git a/hungarian/mythes/pkg-descr b/hungarian/mythes/pkg-descr
new file mode 100644
index 0000000..eede3c3
--- /dev/null
+++ b/hungarian/mythes/pkg-descr
@@ -0,0 +1 @@
+Hungarian thesaurus
diff --git a/polish/Makefile b/polish/Makefile
index c1156cb..f3effba 100644
--- a/polish/Makefile
+++ b/polish/Makefile
@@ -18,6 +18,7 @@
SUBDIR += koffice-kde4-l10n
SUBDIR += libgadu
SUBDIR += libtlen
+ SUBDIR += mythes
SUBDIR += php_doc
SUBDIR += qfaktury
SUBDIR += qnapi
diff --git a/polish/mythes/Makefile b/polish/mythes/Makefile
new file mode 100644
index 0000000..a41323e
--- /dev/null
+++ b/polish/mythes/Makefile
@@ -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>
diff --git a/polish/mythes/distinfo b/polish/mythes/distinfo
new file mode 100644
index 0000000..e1cab34
--- /dev/null
+++ b/polish/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (OOo2-Thesaurus-1.5.zip) = 9a04ade7f6e7532edebb2582001719c82886884553f15dcba9baf409b9c49420
+SIZE (OOo2-Thesaurus-1.5.zip) = 1576689
diff --git a/polish/mythes/pkg-descr b/polish/mythes/pkg-descr
new file mode 100644
index 0000000..13d8bc6
--- /dev/null
+++ b/polish/mythes/pkg-descr
@@ -0,0 +1,3 @@
+Polish thesaurus
+
+WWW: http://synonimy.ux.pl/
diff --git a/portuguese/Makefile b/portuguese/Makefile
index 16cd9da..77f9941 100644
--- a/portuguese/Makefile
+++ b/portuguese/Makefile
@@ -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
diff --git a/portuguese/mythes/Makefile b/portuguese/mythes/Makefile
new file mode 100644
index 0000000..54aa15f
--- /dev/null
+++ b/portuguese/mythes/Makefile
@@ -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>
diff --git a/portuguese/mythes/distinfo b/portuguese/mythes/distinfo
new file mode 100644
index 0000000..fbcfad6
--- /dev/null
+++ b/portuguese/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_pt_PT_v2.zip) = 287e56dc278e49cbb60a08ee96330dc1a7e8945b1fab700408bcc700592e9903
+SIZE (thes_pt_PT_v2.zip) = 302469
diff --git a/portuguese/mythes/pkg-descr b/portuguese/mythes/pkg-descr
new file mode 100644
index 0000000..6ac7c29
--- /dev/null
+++ b/portuguese/mythes/pkg-descr
@@ -0,0 +1,3 @@
+Portuguese thesaurus
+
+WWW: http://openthesaurus.caixamagica.pt/
diff --git a/russian/Makefile b/russian/Makefile
index a5be471..1c0b598 100644
--- a/russian/Makefile
+++ b/russian/Makefile
@@ -31,6 +31,7 @@
SUBDIR += messarge
SUBDIR += mueller-dic
SUBDIR += muttprint
+ SUBDIR += mythes
SUBDIR += napster
SUBDIR += p5-Convert-Cyrillic
SUBDIR += p5-Lingua-DetectCyrillic
diff --git a/russian/mythes/Makefile b/russian/mythes/Makefile
new file mode 100644
index 0000000..3f7ecd5
--- /dev/null
+++ b/russian/mythes/Makefile
@@ -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>
diff --git a/russian/mythes/distinfo b/russian/mythes/distinfo
new file mode 100644
index 0000000..0be17da
--- /dev/null
+++ b/russian/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_ru_RU_v2.zip) = 58f7f86d63b9f4052c90f4964a37b608b4defabf0723902fa9b6f007a35fbdd4
+SIZE (thes_ru_RU_v2.zip) = 470867
diff --git a/russian/mythes/pkg-descr b/russian/mythes/pkg-descr
new file mode 100644
index 0000000..3372254
--- /dev/null
+++ b/russian/mythes/pkg-descr
@@ -0,0 +1 @@
+Russian thesaurus
diff --git a/textproc/Makefile b/textproc/Makefile
index 66315ce..500f156 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/bg-mythes/Makefile b/textproc/bg-mythes/Makefile
new file mode 100644
index 0000000..961b65a
--- /dev/null
+++ b/textproc/bg-mythes/Makefile
@@ -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>
diff --git a/textproc/bg-mythes/distinfo b/textproc/bg-mythes/distinfo
new file mode 100644
index 0000000..b61a6b0
--- /dev/null
+++ b/textproc/bg-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (OOo-thes-bg-4.3.zip) = 48489358065feee858d4f068b3c6fecbda6372df2c68383212fd947f29c74496
+SIZE (OOo-thes-bg-4.3.zip) = 1084454
diff --git a/textproc/bg-mythes/pkg-descr b/textproc/bg-mythes/pkg-descr
new file mode 100644
index 0000000..45483ba
--- /dev/null
+++ b/textproc/bg-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Bulgarian thesaurus
+
+WWW: http://bgoffice.sourceforge.net
diff --git a/textproc/cs-mythes/Makefile b/textproc/cs-mythes/Makefile
new file mode 100644
index 0000000..b77c365
--- /dev/null
+++ b/textproc/cs-mythes/Makefile
@@ -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>
diff --git a/textproc/cs-mythes/distinfo b/textproc/cs-mythes/distinfo
new file mode 100644
index 0000000..da4dc25
--- /dev/null
+++ b/textproc/cs-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_cs_CZ_v2.zip) = 2b5660c2dd375a5475b5c2e24828e43ee001c9755e24b50a877d92aba6eb2728
+SIZE (thes_cs_CZ_v2.zip) = 260389
diff --git a/textproc/cs-mythes/pkg-descr b/textproc/cs-mythes/pkg-descr
new file mode 100644
index 0000000..c1ed12d
--- /dev/null
+++ b/textproc/cs-mythes/pkg-descr
@@ -0,0 +1 @@
+Czech thesaurus
diff --git a/textproc/en-mythes/Makefile b/textproc/en-mythes/Makefile
new file mode 100644
index 0000000..480e562
--- /dev/null
+++ b/textproc/en-mythes/Makefile
@@ -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>
diff --git a/textproc/en-mythes/distinfo b/textproc/en-mythes/distinfo
new file mode 100644
index 0000000..ee48a4f
--- /dev/null
+++ b/textproc/en-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_en_US_v2.zip) = 0e1362f89572ec50aa46ca2db4980356b7c759a5a5610e892802a28427425a3b
+SIZE (thes_en_US_v2.zip) = 5162416
diff --git a/textproc/en-mythes/pkg-descr b/textproc/en-mythes/pkg-descr
new file mode 100644
index 0000000..4f4a1c1
--- /dev/null
+++ b/textproc/en-mythes/pkg-descr
@@ -0,0 +1 @@
+English thesaurus
diff --git a/textproc/es-mythes/Makefile b/textproc/es-mythes/Makefile
new file mode 100644
index 0000000..3ef045a
--- /dev/null
+++ b/textproc/es-mythes/Makefile
@@ -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>
diff --git a/textproc/es-mythes/distinfo b/textproc/es-mythes/distinfo
new file mode 100644
index 0000000..9ba0cb6
--- /dev/null
+++ b/textproc/es-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (OOo2-thes_es_ES.tar.bz2) = 299a93d528ec3e22a9cccb6385b458de8740e1a5d131680cd42989e2d49171ca
+SIZE (OOo2-thes_es_ES.tar.bz2) = 824556
diff --git a/textproc/es-mythes/pkg-descr b/textproc/es-mythes/pkg-descr
new file mode 100644
index 0000000..e19e903
--- /dev/null
+++ b/textproc/es-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Spanish thesaurus
+
+WWW: http://openthes-es.berlios.de
diff --git a/textproc/it-mythes/Makefile b/textproc/it-mythes/Makefile
new file mode 100644
index 0000000..71679f1
--- /dev/null
+++ b/textproc/it-mythes/Makefile
@@ -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>
diff --git a/textproc/it-mythes/distinfo b/textproc/it-mythes/distinfo
new file mode 100644
index 0000000..f552721
--- /dev/null
+++ b/textproc/it-mythes/distinfo
@@ -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
diff --git a/textproc/it-mythes/pkg-descr b/textproc/it-mythes/pkg-descr
new file mode 100644
index 0000000..6252452
--- /dev/null
+++ b/textproc/it-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Italian thesaurus
+
+WWW: http://linguistico.sourceforge.net/pages/thesaurus_italiano.html
diff --git a/textproc/nl-mythes/Makefile b/textproc/nl-mythes/Makefile
new file mode 100644
index 0000000..b08c1f05
--- /dev/null
+++ b/textproc/nl-mythes/Makefile
@@ -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>
diff --git a/textproc/nl-mythes/distinfo b/textproc/nl-mythes/distinfo
new file mode 100644
index 0000000..2b9a770
--- /dev/null
+++ b/textproc/nl-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_nl.oxt) = acbe57725cab867008f831bd623f5c57315c67e372c2af84627de10af369e7e3
+SIZE (thes_nl.oxt) = 1955743
diff --git a/textproc/nl-mythes/pkg-descr b/textproc/nl-mythes/pkg-descr
new file mode 100644
index 0000000..5f56d2b
--- /dev/null
+++ b/textproc/nl-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Dutch thesaurus
+
+WWW: http://data.opentaal.org/opentaalbank/thesaurus
diff --git a/textproc/ro-mythes/Makefile b/textproc/ro-mythes/Makefile
new file mode 100644
index 0000000..b678de0
--- /dev/null
+++ b/textproc/ro-mythes/Makefile
@@ -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>
diff --git a/textproc/ro-mythes/distinfo b/textproc/ro-mythes/distinfo
new file mode 100644
index 0000000..109a1ca
--- /dev/null
+++ b/textproc/ro-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (th_ro_RO.3.3.zip) = 097f0a58be60859292fb0c8109669d579abd19a500b9d93bda3c16b9aa446be0
+SIZE (th_ro_RO.3.3.zip) = 1235156
diff --git a/textproc/ro-mythes/pkg-descr b/textproc/ro-mythes/pkg-descr
new file mode 100644
index 0000000..1f6ef08
--- /dev/null
+++ b/textproc/ro-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Romanian thesaurus
+
+WWW: http://rospell.sourceforge.net/
diff --git a/textproc/sl-mythes/Makefile b/textproc/sl-mythes/Makefile
new file mode 100644
index 0000000..a6c721f
--- /dev/null
+++ b/textproc/sl-mythes/Makefile
@@ -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>
diff --git a/textproc/sl-mythes/distinfo b/textproc/sl-mythes/distinfo
new file mode 100644
index 0000000..f7aac87
--- /dev/null
+++ b/textproc/sl-mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (thes_sl_SI_v2.zip) = d66c9b53ec508f3965b7acdfbf58f74be7fd5a3820731eb29807bab4619e3dae
+SIZE (thes_sl_SI_v2.zip) = 317357
diff --git a/textproc/sl-mythes/pkg-descr b/textproc/sl-mythes/pkg-descr
new file mode 100644
index 0000000..4ab9646
--- /dev/null
+++ b/textproc/sl-mythes/pkg-descr
@@ -0,0 +1,3 @@
+Slovenian thesaurus
+
+WWW: http://www.tezaver.si/
diff --git a/ukrainian/Makefile b/ukrainian/Makefile
index 1da81ea..5cd1574 100644
--- a/ukrainian/Makefile
+++ b/ukrainian/Makefile
@@ -14,6 +14,7 @@
SUBDIR += koffice-i18n
SUBDIR += koffice-kde4-l10n
SUBDIR += monacofonts
+ SUBDIR += mythes
SUBDIR += webalizer
.include <bsd.port.subdir.mk>
diff --git a/ukrainian/mythes/Makefile b/ukrainian/mythes/Makefile
new file mode 100644
index 0000000..d71591d
--- /dev/null
+++ b/ukrainian/mythes/Makefile
@@ -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>
diff --git a/ukrainian/mythes/distinfo b/ukrainian/mythes/distinfo
new file mode 100644
index 0000000..a8c1825
--- /dev/null
+++ b/ukrainian/mythes/distinfo
@@ -0,0 +1,2 @@
+SHA256 (spell-uk-1.6.5.tgz) = 90eff3b9e40d04b53717240b725e303f02cec4ee8bef9bded69b7481e41fa422
+SIZE (spell-uk-1.6.5.tgz) = 836333
diff --git a/ukrainian/mythes/pkg-descr b/ukrainian/mythes/pkg-descr
new file mode 100644
index 0000000..fb9ab85
--- /dev/null
+++ b/ukrainian/mythes/pkg-descr
@@ -0,0 +1,3 @@
+Ukrainian thesaurus
+
+WWW: http://code.google.com/p/spell-uk
OpenPOWER on IntegriCloud