aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-07-21 10:23:22 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-07-21 10:23:22 +0000
commita066e304db3c1934848d94553e9396d4c9488b16 (patch)
tree963ea6bf7e894ca6a705944a8d7396a076485bbf
parent2fbbffa45c956759441340e2993ead56b1d046d9 (diff)
downloadports-a066e304db3c1934848d94553e9396d4c9488b16.tar.gz
ports-a066e304db3c1934848d94553e9396d4c9488b16.zip
Add Spanish hyphenation rules
Notes
Notes: svn path=/head/; revision=278087
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/es-hyphen/Makefile37
-rw-r--r--textproc/es-hyphen/distinfo2
-rw-r--r--textproc/es-hyphen/pkg-descr1
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