Add Lithuanian hyphenation rules
This commit is contained in:
parent
83e02dc756
commit
0a86114277
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278093
4 changed files with 33 additions and 0 deletions
|
@ -386,6 +386,7 @@
|
|||
SUBDIR += linuxdoc
|
||||
SUBDIR += localize
|
||||
SUBDIR += lt-aspell
|
||||
SUBDIR += lt-hyphen
|
||||
SUBDIR += lttoolbox
|
||||
SUBDIR += ltxml
|
||||
SUBDIR += luaexpat
|
||||
|
|
29
textproc/lt-hyphen/Makefile
Normal file
29
textproc/lt-hyphen/Makefile
Normal file
|
@ -0,0 +1,29 @@
|
|||
# New ports collection makefile for: lt-hyphen
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= lt-hyphen
|
||||
PORTVERSION= 2004.04.15
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
|
||||
DISTNAME= hyph_lt_LT
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Lithuanian hyphenation rules
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hyphen/hyph_lt_LT.dic
|
||||
PLIST_DIRS= share/hyphen
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hyphen
|
||||
@${INSTALL_DATA} ${WRKDIR}/hyph_lt_LT.dic ${PREFIX}/share/hyphen
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/lt-hyphen/distinfo
Normal file
2
textproc/lt-hyphen/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (hyph_lt_LT.zip) = fb4b921e48632150c22ffb33102dcb5d5d568f445e38446be0cf938b303e0512
|
||||
SIZE (hyph_lt_LT.zip) = 4838
|
1
textproc/lt-hyphen/pkg-descr
Normal file
1
textproc/lt-hyphen/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Lithuanian hyphenation rules
|
Loading…
Reference in a new issue