mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Add Icelandic hyphenation rules
This commit is contained in:
parent
0c06b564be
commit
c6c48fbd11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278091
@ -290,6 +290,7 @@
|
||||
SUBDIR += ipdf
|
||||
SUBDIR += irstlm
|
||||
SUBDIR += is-aspell
|
||||
SUBDIR += is-hyphen
|
||||
SUBDIR += iso12083
|
||||
SUBDIR += iso8879
|
||||
SUBDIR += ispell
|
||||
|
29
textproc/is-hyphen/Makefile
Normal file
29
textproc/is-hyphen/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: is-hyphen
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= is-hyphen
|
||||
PORTVERSION= 2004.04.15
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://ftp.osuosl.org/pub/openoffice/contrib/dictionaries/
|
||||
DISTNAME= hyph_is_IS
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Icelandic hyphenation rules
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hyphen/hyph_is_IS.dic
|
||||
PLIST_DIRS= share/hyphen
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hyphen
|
||||
@${INSTALL_DATA} ${WRKDIR}/hyph_is_IS.dic ${PREFIX}/share/hyphen
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/is-hyphen/distinfo
Normal file
2
textproc/is-hyphen/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hyph_is_IS.zip) = 9ad8d1c3ab427508766eadc3f60902b79ddac3325a5c6ece8f3d82d6dc539c2f
|
||||
SIZE (hyph_is_IS.zip) = 14246
|
1
textproc/is-hyphen/pkg-descr
Normal file
1
textproc/is-hyphen/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Icelandic hyphenation rules
|
Loading…
Reference in New Issue
Block a user