mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Change upstream to LibreOffice extension: original upstream has disappeared
- Update to 2.24 - Add LICENSE - Add WWW
This commit is contained in:
parent
ebdf16e1c0
commit
b7940ca408
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346414
3 changed files with 12 additions and 10 deletions
|
@ -1,18 +1,20 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= hunspell
|
PORTNAME= hunspell
|
||||||
PORTVERSION= 1.46
|
PORTVERSION= 2.24
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= LOCAL/sunpoet/${PORTNAME}
|
MASTER_SITES= http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${PORTVERSION}/ \
|
||||||
|
LOCAL/sunpoet/${PORTNAME}
|
||||||
PKGNAMEPREFIX= sv-
|
PKGNAMEPREFIX= sv-
|
||||||
DISTNAME= sv-${PORTVERSION}
|
DISTNAME= ooo_swedish_dict_${PORTVERSION:R}-${PORTVERSION:E}
|
||||||
EXTRACT_SUFX= .zip
|
EXTRACT_SUFX= .oxt
|
||||||
DIST_SUBDIR= ${PORTNAME}
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= office@FreeBSD.org
|
MAINTAINER= office@FreeBSD.org
|
||||||
COMMENT= Swedish hunspell dictionaries
|
COMMENT= Swedish hunspell dictionaries
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
|
@ -24,8 +26,6 @@ PLIST_DIRSTRY= %%DATADIR%%
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${STAGEDIR}${DATADIR}/
|
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||||
${INSTALL_DATA} ${WRKSRC}/sv_SE.aff ${WRKSRC}/sv_SE.dic ${STAGEDIR}${DATADIR}/
|
cd ${WRKSRC}/dictionaries/ && ${INSTALL_DATA} sv_FI.aff sv_FI.dic sv_SE.aff sv_SE.dic ${STAGEDIR}${DATADIR}/
|
||||||
${LN} -s sv_SE.aff ${STAGEDIR}${DATADIR}/sv_FI.aff
|
|
||||||
${LN} -s sv_SE.dic ${STAGEDIR}${DATADIR}/sv_FI.dic
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (hunspell/sv-1.46.zip) = acd974002d6ddf9c27e31f4111ebd169ca3ee407cc5a46165b93c41d02ee402c
|
SHA256 (hunspell/ooo_swedish_dict_2-24.oxt) = b29da9e6de509050fb0e3733a1f4828b65a4c95bd91f84683d6f7a24284cf387
|
||||||
SIZE (hunspell/sv-1.46.zip) = 336191
|
SIZE (hunspell/ooo_swedish_dict_2-24.oxt) = 1319696
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
Swedish hunspell dictionaries
|
Swedish hunspell dictionaries
|
||||||
|
|
||||||
|
WWW: http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan
|
||||||
|
|
Loading…
Add table
Reference in a new issue