mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Korean hunspell dictionaries
WWW: http://code.google.com/p/spellcheck-ko/
This commit is contained in:
parent
02ce43955f
commit
7d38c7a66a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279367
@ -28,6 +28,7 @@
|
||||
SUBDIR += hlatexfonts-ocf
|
||||
SUBDIR += hmconv
|
||||
SUBDIR += hpscat
|
||||
SUBDIR += hunspell
|
||||
SUBDIR += ibus-hangul
|
||||
SUBDIR += imhangul
|
||||
SUBDIR += johabfonts
|
||||
|
38
korean/hunspell/Makefile
Normal file
38
korean/hunspell/Makefile
Normal file
@ -0,0 +1,38 @@
|
||||
# New ports collection makefile for: Korean hunspell dictionaries
|
||||
# Date created: August 9, 2011
|
||||
# Whom: Jung-uk Kim <jkim@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= hunspell
|
||||
PORTVERSION= 0.5.4
|
||||
CATEGORIES= korean textproc
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
DISTNAME= ${PORTNAME}-dict-ko-${PORTVERSION}
|
||||
|
||||
MAINTAINER= jkim@FreeBSD.org
|
||||
COMMENT= Korean hunspell dictionaries
|
||||
|
||||
LICENSE= GPLv2 LGPL21 MPL
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS+= py*-lxml>=0:${PORTSDIR}/devel/py-lxml
|
||||
|
||||
USE_GMAKE= yes
|
||||
USE_PYTHON_BUILD= yes
|
||||
|
||||
PLIST_FILES= %%DATADIR%%/ko-KR.aff \
|
||||
%%DATADIR%%/ko-KR.dic
|
||||
PLIST_DIRSTRY= %%DATADIR%%
|
||||
|
||||
PROJECTHOST= spellcheck-ko
|
||||
|
||||
MAKE_ENV+= PYTHON=${PYTHON_CMD}
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/ko.aff ${DATADIR}/ko-KR.aff
|
||||
${INSTALL_DATA} ${WRKSRC}/ko.dic ${DATADIR}/ko-KR.dic
|
||||
|
||||
.include <bsd.port.mk>
|
2
korean/hunspell/distinfo
Normal file
2
korean/hunspell/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (hunspell-dict-ko-0.5.4.tar.gz) = 419c420740a118b01a2aeb41030e0df2959172b0e62b43336d46591c04c2bdea
|
||||
SIZE (hunspell-dict-ko-0.5.4.tar.gz) = 428360
|
8
korean/hunspell/files/patch-Makefile
Normal file
8
korean/hunspell/files/patch-Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
--- Makefile.orig 2011-07-17 16:15:50.000000000 -0400
|
||||
+++ Makefile 2011-08-09 13:54:44.000000000 -0400
|
||||
@@ -1,4 +1,4 @@
|
||||
-PYTHON = python
|
||||
+PYTHON ?= python
|
||||
ZIP = zip -r
|
||||
|
||||
AFFIX = ko.aff
|
3
korean/hunspell/pkg-descr
Normal file
3
korean/hunspell/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Korean hunspell dictionaries
|
||||
|
||||
WWW: http://code.google.com/p/spellcheck-ko/
|
Loading…
Reference in New Issue
Block a user