- Update to 20141110 (2.2.0)
- Cleanup Makefile - Update WWW
This commit is contained in:
parent
6cffe62efa
commit
38869893b0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426675
@ -1,11 +1,8 @@
|
|||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= hunspell
|
PORTNAME= hunspell
|
||||||
PORTVERSION= 20080604
|
PORTVERSION= 20141110
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= vietnamese textproc
|
CATEGORIES= vietnamese textproc
|
||||||
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}/
|
|
||||||
DISTNAME= vi_VN-${PORTVERSION}
|
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
@ -13,17 +10,21 @@ COMMENT= Vietnamese hunspell dictionaries
|
|||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
|
|
||||||
USES= zip
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
PROJECTHOST= hunspell-spellcheck-vi
|
|
||||||
|
|
||||||
PLIST_FILES= %%DATADIR%%/vi_VN.aff \
|
PLIST_FILES= %%DATADIR%%/vi-DauCu.aff \
|
||||||
%%DATADIR%%/vi_VN.dic
|
%%DATADIR%%/vi-DauCu.dic \
|
||||||
|
%%DATADIR%%/vi-DauMoi.aff \
|
||||||
|
%%DATADIR%%/vi-DauMoi.dic
|
||||||
|
|
||||||
|
GH_ACCOUNT= 1ec5
|
||||||
|
GH_PROJECT= ${PORTNAME}-vi
|
||||||
|
GH_TAGNAME= v2.2.0
|
||||||
|
USE_GITHUB= yes
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${DATADIR}/
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/vi_VN.aff ${WRKSRC}/vi_VN.dic ${STAGEDIR}${DATADIR}/
|
${INSTALL_DATA} ${WRKSRC}/dictionaries/*.aff ${WRKSRC}/dictionaries/*.dic ${STAGEDIR}${DATADIR}/
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
SHA256 (hunspell/vi_VN-20080604.zip) = 28af9fd9964c721ddf11bfc1955bf0bc28cabd467bb7f89a6190446f5e68665d
|
TIMESTAMP = 1479585965
|
||||||
SIZE (hunspell/vi_VN-20080604.zip) = 20589
|
SHA256 (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = e205965ee58fc0dbfab3caa66c115103f5fe3b7d7a2d8874caa8aca8697913ac
|
||||||
|
SIZE (hunspell/1ec5-hunspell-vi-20141110-v2.2.0_GH0.tar.gz) = 113861
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Vietnamese hunspell dictionaries
|
Vietnamese hunspell dictionaries
|
||||||
|
|
||||||
WWW: http://code.google.com/p/hunspell-spellcheck-vi/
|
WWW: https://github.com/1ec5/hunspell-vi
|
||||||
|
Loading…
Reference in New Issue
Block a user