diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 22:33:07 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 22:33:07 +0800 |
commit | 7c2fa80a46bb8ff08c1351801615de645893166e (patch) | |
tree | 9204fe5b7082e085eae35f34c4c107c55c24a424 /german | |
parent | eb6c50c8c46a57c0d93a86b17ea772e53f5a66dc (diff) | |
download | freebsd-ports-gnome-7c2fa80a46bb8ff08c1351801615de645893166e.tar.gz freebsd-ports-gnome-7c2fa80a46bb8ff08c1351801615de645893166e.tar.zst freebsd-ports-gnome-7c2fa80a46bb8ff08c1351801615de645893166e.zip |
Add some locales thesaurus
Diffstat (limited to 'german')
-rw-r--r-- | german/Makefile | 1 | ||||
-rw-r--r-- | german/mythes/Makefile | 44 | ||||
-rw-r--r-- | german/mythes/distinfo | 2 | ||||
-rw-r--r-- | german/mythes/pkg-descr | 3 |
4 files changed, 50 insertions, 0 deletions
diff --git a/german/Makefile b/german/Makefile index d442c7d68bdc..88e8289d7bc6 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 000000000000..d0723a5c4f3f --- /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 000000000000..e4c25103524d --- /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 000000000000..5f1d430a7ebb --- /dev/null +++ b/german/mythes/pkg-descr @@ -0,0 +1,3 @@ +German thesaurus + +WWW: http://www.openthesaurus.de |