1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Add German hyphenation rules

This commit is contained in:
Baptiste Daroussin 2011-07-21 10:24:12 +00:00
parent a066e304db
commit 0d92bcd672
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278088
4 changed files with 42 additions and 0 deletions

View File

@ -22,6 +22,7 @@
SUBDIR += geonext
SUBDIR += gimp-help
SUBDIR += hunspell
SUBDIR += hyphen
SUBDIR += ispell
SUBDIR += ispell-alt
SUBDIR += ispell-neu

38
german/hyphen/Makefile Normal file
View File

@ -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>

2
german/hyphen/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (hyph_de_DE.zip) = 731a87fb5ed128341b4178b1dee11819fd5e7392e4ac0526c318d9ab28cf61c9
SIZE (hyph_de_DE.zip) = 26322

1
german/hyphen/pkg-descr Normal file
View File

@ -0,0 +1 @@
German hyphenation rules