Add Greek hyphenation rules
This commit is contained in:
parent
b5a43c84e3
commit
2fbbffa45c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278086
4 changed files with 37 additions and 0 deletions
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += ecromedos
|
||||
SUBDIR += ekhtml
|
||||
SUBDIR += el-aspell
|
||||
SUBDIR += el-hyphen
|
||||
SUBDIR += emacs-wiki
|
||||
SUBDIR += en-aspell
|
||||
SUBDIR += en-hunspell
|
||||
|
|
33
textproc/el-hyphen/Makefile
Normal file
33
textproc/el-hyphen/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# New ports collection makefile for: el-hyphen
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= el-hyphen
|
||||
PORTVERSION= 2005.10.17
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
|
||||
DISTNAME= hyph_el_GR
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Greek hyphenation rules
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hyphen/hyph_el_GR.dic \
|
||||
share/hyphen/hyph_el_CY.dic
|
||||
|
||||
PLIST_DIRS= share/hyphen
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hyphen
|
||||
@${INSTALL_DATA} ${WRKDIR}/hyph_el_GR.dic ${PREFIX}/share/hyphen
|
||||
@cd ${PREFIX}/share/hyphen; \
|
||||
${LN} -s hyph_el_GR.dic hyph_el_CY.dic
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/el-hyphen/distinfo
Normal file
2
textproc/el-hyphen/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hyph_el_GR.zip) = 8609bd1f835839b2b44ebd3587a2c4fc25327fb22f7de02a7528cae39d9d17d5
|
||||
SIZE (hyph_el_GR.zip) = 1882
|
1
textproc/el-hyphen/pkg-descr
Normal file
1
textproc/el-hyphen/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Greek hyphenation rules
|
Loading…
Reference in a new issue