mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Add Romanian hunspell dictionaries
This commit is contained in:
parent
bd2c4b75f3
commit
ce07bfe887
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=278072
@ -1115,6 +1115,7 @@
|
||||
SUBDIR += rman
|
||||
SUBDIR += rnv
|
||||
SUBDIR += ro-aspell
|
||||
SUBDIR += ro-hunspell
|
||||
SUBDIR += roap
|
||||
SUBDIR += romdict
|
||||
SUBDIR += rot
|
||||
|
30
textproc/ro-hunspell/Makefile
Normal file
30
textproc/ro-hunspell/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: ro-hunspell
|
||||
# Date created: 2011-07-21
|
||||
# Whom: Baptiste Daroussin <bapt@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ro-hunspell
|
||||
PORTVERSION= 3.3.6
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/rospell/Romanian%20dictionaries/dict-${PORTVERSION}/
|
||||
DISTNAME= ro_RO.${PORTVERSION}
|
||||
|
||||
COMMENT= Romanian hunspell dictionaries
|
||||
|
||||
LICENSE= LGPL21 GPLv2 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_ZIP= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
PLIST_FILES= share/hunspell/ro_RO.aff \
|
||||
share/hunspell/ro_RO.dic
|
||||
PLIST_DIRS= share/hunspell
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/hunspell
|
||||
@${INSTALL_DATA} ${WRKDIR}/ro_RO.* ${PREFIX}/share/hunspell
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/ro-hunspell/distinfo
Normal file
2
textproc/ro-hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ro_RO.3.3.6.zip) = a02c8b795677c2515829e4e219c9aaa0eac170df347d52c620264fa1d71c58fe
|
||||
SIZE (ro_RO.3.3.6.zip) = 583531
|
3
textproc/ro-hunspell/pkg-descr
Normal file
3
textproc/ro-hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Romanian hunspell dictionaries
|
||||
|
||||
WWW: http://rospell.sourceforce.net
|
Loading…
Reference in New Issue
Block a user