mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Add Slovak hunspell dictionaries
This commit is contained in:
parent
8d5d707de8
commit
bd2c4b75f3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278071
@ -1227,6 +1227,7 @@
|
||||
SUBDIR += simplehtmldom
|
||||
SUBDIR += simplexml
|
||||
SUBDIR += sk-aspell
|
||||
SUBDIR += sk-hunspell
|
||||
SUBDIR += sk-ispell
|
||||
SUBDIR += skim
|
||||
SUBDIR += skribe
|
||||
|
31
textproc/sk-hunspell/Makefile
Normal file
31
textproc/sk-hunspell/Makefile
Normal file
@ -0,0 +1,31 @@
|
||||
# New ports collection makefile for: sk-hunspell
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sk-hunspell
|
||||
PORTVERSION= 20110228
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://www.sk-spell.sk.cx/files/
|
||||
DISTNAME= hunspell-sk-${PORTVERSION}
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= Slovak hunspell dictionaries
|
||||
|
||||
LICENSE= LGPL21 GPLv2 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hunspell/sk_SK.aff \
|
||||
share/hunspell/sk_SK.dic
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKSRC}/sk_SK* ${PREFIX}/share/hunspell
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/sk-hunspell/distinfo
Normal file
2
textproc/sk-hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hunspell-sk-20110228.zip) = 216ad718fc761bd3a95c9271d8e1cfdf0e0d5967093da9e0ba4a7cfabbfd90c6
|
||||
SIZE (hunspell-sk-20110228.zip) = 893321
|
3
textproc/sk-hunspell/pkg-descr
Normal file
3
textproc/sk-hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Slovak hunspell dictionaries
|
||||
|
||||
WWW: http://www.sk-spell.sk.cx/
|
Loading…
Reference in New Issue
Block a user