Add Spanish hyphenation rules
This commit is contained in:
parent
2fbbffa45c
commit
a066e304db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278087
4 changed files with 41 additions and 0 deletions
|
@ -154,6 +154,7 @@
|
|||
SUBDIR += eruby
|
||||
SUBDIR += es-aspell
|
||||
SUBDIR += es-hunspell
|
||||
SUBDIR += es-hyphen
|
||||
SUBDIR += es-ispell
|
||||
SUBDIR += estraier
|
||||
SUBDIR += et-aspell
|
||||
|
|
37
textproc/es-hyphen/Makefile
Normal file
37
textproc/es-hyphen/Makefile
Normal file
|
@ -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>
|
2
textproc/es-hyphen/distinfo
Normal file
2
textproc/es-hyphen/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hyph_es_ES.zip) = e762c75276ee65905c11b2ea6ff7984c926c656e746a3a3a5a5eaa8226d58aa8
|
||||
SIZE (hyph_es_ES.zip) = 13352
|
1
textproc/es-hyphen/pkg-descr
Normal file
1
textproc/es-hyphen/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Spanish hyphenation rules
|
Loading…
Reference in a new issue