mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -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$
|
||||
|
||||
PORTNAME= hunspell
|
||||
PORTVERSION= 1.46
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.24
|
||||
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-
|
||||
DISTNAME= sv-${PORTVERSION}
|
||||
EXTRACT_SUFX= .zip
|
||||
DISTNAME= ooo_swedish_dict_${PORTVERSION:R}-${PORTVERSION:E}
|
||||
EXTRACT_SUFX= .oxt
|
||||
DIST_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Swedish hunspell dictionaries
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
|
@ -24,8 +26,6 @@ PLIST_DIRSTRY= %%DATADIR%%
|
|||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${DATADIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/sv_SE.aff ${WRKSRC}/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
|
||||
cd ${WRKSRC}/dictionaries/ && ${INSTALL_DATA} sv_FI.aff sv_FI.dic sv_SE.aff sv_SE.dic ${STAGEDIR}${DATADIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (hunspell/sv-1.46.zip) = acd974002d6ddf9c27e31f4111ebd169ca3ee407cc5a46165b93c41d02ee402c
|
||||
SIZE (hunspell/sv-1.46.zip) = 336191
|
||||
SHA256 (hunspell/ooo_swedish_dict_2-24.oxt) = b29da9e6de509050fb0e3733a1f4828b65a4c95bd91f84683d6f7a24284cf387
|
||||
SIZE (hunspell/ooo_swedish_dict_2-24.oxt) = 1319696
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
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