diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 18:24:12 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 18:24:12 +0800 |
commit | 38dc3ab55b7b2f8776e6b45a9174688d694b63a8 (patch) | |
tree | 9cf98f7de4369520d4f582fe92cffc3d5d50913b /german/hyphen | |
parent | ef10c8fb27fa7bfd24eec5bab46c6cb32eabcce9 (diff) | |
download | freebsd-ports-gnome-38dc3ab55b7b2f8776e6b45a9174688d694b63a8.tar.gz freebsd-ports-gnome-38dc3ab55b7b2f8776e6b45a9174688d694b63a8.tar.zst freebsd-ports-gnome-38dc3ab55b7b2f8776e6b45a9174688d694b63a8.zip |
Add German hyphenation rules
Diffstat (limited to 'german/hyphen')
-rw-r--r-- | german/hyphen/Makefile | 38 | ||||
-rw-r--r-- | german/hyphen/distinfo | 2 | ||||
-rw-r--r-- | german/hyphen/pkg-descr | 1 |
3 files changed, 41 insertions, 0 deletions
diff --git a/german/hyphen/Makefile b/german/hyphen/Makefile new file mode 100644 index 000000000000..70af33a9a9b5 --- /dev/null +++ b/german/hyphen/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: de-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= hyphen +PORTVERSION= 2007.02.17 +CATEGORIES= german textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_de_DE + +MAINTAINER= bapt@FreeBSD.org +COMMENT= German hyphenation rules + +LICENSE= LGPL21 + +USE_ZIP= yes +NO_BUILD= yes + +DEALIASES= de_AT de_BE de_CH de_LI de_LU + +PLIST_FILES= share/hyphen/hyph_de_DE.dic +.for ALIAS in ${DEALIASES} +PLIST_FILES+= share/hyphen/hyph_${ALIAS}.dic +.endfor +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_de_DE.dic ${PREFIX}/share/hyphen + @cd ${PREFIX}/share/hyphen; \ + for alias in ${DEALIASES}; do \ + ${LN} -s hyph_de_DE.dic hyph_$${alias}.dic ; \ + done + +.include <bsd.port.mk> diff --git a/german/hyphen/distinfo b/german/hyphen/distinfo new file mode 100644 index 000000000000..1f2f1c9a0d22 --- /dev/null +++ b/german/hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_de_DE.zip) = 731a87fb5ed128341b4178b1dee11819fd5e7392e4ac0526c318d9ab28cf61c9 +SIZE (hyph_de_DE.zip) = 26322 diff --git a/german/hyphen/pkg-descr b/german/hyphen/pkg-descr new file mode 100644 index 000000000000..d2a2e4fa387f --- /dev/null +++ b/german/hyphen/pkg-descr @@ -0,0 +1 @@ +German hyphenation rules |