diff options
author | bapt <bapt@FreeBSD.org> | 2011-07-21 18:23:22 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2011-07-21 18:23:22 +0800 |
commit | ef10c8fb27fa7bfd24eec5bab46c6cb32eabcce9 (patch) | |
tree | 00c95b89f0dbfe375950ce92d25c9b31f6a539f8 /textproc | |
parent | 6cd9bcb6b25f05b7ceded38b38b5ff98578efd0b (diff) | |
download | freebsd-ports-gnome-ef10c8fb27fa7bfd24eec5bab46c6cb32eabcce9.tar.gz freebsd-ports-gnome-ef10c8fb27fa7bfd24eec5bab46c6cb32eabcce9.tar.zst freebsd-ports-gnome-ef10c8fb27fa7bfd24eec5bab46c6cb32eabcce9.zip |
Add Spanish hyphenation rules
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/es-hyphen/Makefile | 37 | ||||
-rw-r--r-- | textproc/es-hyphen/distinfo | 2 | ||||
-rw-r--r-- | textproc/es-hyphen/pkg-descr | 1 |
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 23f944e91e64..cc1b1eb4d111 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -154,6 +154,7 @@ SUBDIR += eruby SUBDIR += es-aspell SUBDIR += es-hunspell + SUBDIR += es-hyphen SUBDIR += es-ispell SUBDIR += estraier SUBDIR += et-aspell diff --git a/textproc/es-hyphen/Makefile b/textproc/es-hyphen/Makefile new file mode 100644 index 000000000000..2cb9e6fbc507 --- /dev/null +++ b/textproc/es-hyphen/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: es-hyphen +# Date created: 2011-07-21 +# Whom: Baptiste Daroussin <bapt@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= es-hyphen +PORTVERSION= 2005.11.18 +CATEGORIES= textproc +MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/ +DISTNAME= hyph_es_ES + +MAINTAINER= bapt@FreeBSD.org +COMMENT= Spanish hyphenation rules + +USE_ZIP= 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/hyphen/hyph_es_ES.dic +.for ALIAS in ${ESALIASES} +PLIST_FILES+= share/hyphen/hyph_${ALIAS}.dic +.endfor +PLIST_DIRS= share/hyphen + +do-install: + @${MKDIR} ${PREFIX}/share/hyphen + @${INSTALL_DATA} ${WRKDIR}/hyph_es_ES.dic ${PREFIX}/share/hyphen + @cd ${PREFIX}/share/hyphen; \ + for alias in ${ESALIASES}; do \ + ${LN} -s hyph_es_ES.dic hyph_$${alias}.dic ; \ + done + +.include <bsd.port.mk> diff --git a/textproc/es-hyphen/distinfo b/textproc/es-hyphen/distinfo new file mode 100644 index 000000000000..650158b2af6e --- /dev/null +++ b/textproc/es-hyphen/distinfo @@ -0,0 +1,2 @@ +SHA256 (hyph_es_ES.zip) = e762c75276ee65905c11b2ea6ff7984c926c656e746a3a3a5a5eaa8226d58aa8 +SIZE (hyph_es_ES.zip) = 13352 diff --git a/textproc/es-hyphen/pkg-descr b/textproc/es-hyphen/pkg-descr new file mode 100644 index 000000000000..487b6dafe25c --- /dev/null +++ b/textproc/es-hyphen/pkg-descr @@ -0,0 +1 @@ +Spanish hyphenation rules |