git: f24d493a0223 - main - textproc/sl-hunspell: new port

Baptiste Daroussin bapt at FreeBSD.org
Mon Aug 9 06:39:24 UTC 2021


The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f24d493a022321d07345ac6d9a65afc05d72de0f

commit f24d493a022321d07345ac6d9a65afc05d72de0f
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-08-09 06:31:10 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-08-09 06:39:07 +0000

    textproc/sl-hunspell: new port
    
    Slovenian hunspell dictionary
    
    WWW: https://extensions.libreoffice.org/extensions/slovenian-dictionary-pack/
---
 textproc/Makefile              |  1 +
 textproc/sl-hunspell/Makefile  | 25 +++++++++++++++++++++++++
 textproc/sl-hunspell/distinfo  |  3 +++
 textproc/sl-hunspell/pkg-descr |  3 +++
 4 files changed, 32 insertions(+)

diff --git a/textproc/Makefile b/textproc/Makefile
index ca21d62e97cc..23c5697f924d 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -1818,6 +1818,7 @@
     SUBDIR += sk-hyphen
     SUBDIR += sk-mythes
     SUBDIR += sl-aspell
+    SUBDIR += sl-hunspell
     SUBDIR += sl-hyphen
     SUBDIR += sl-mythes
     SUBDIR += slides
diff --git a/textproc/sl-hunspell/Makefile b/textproc/sl-hunspell/Makefile
new file mode 100644
index 000000000000..eca5d911d2de
--- /dev/null
+++ b/textproc/sl-hunspell/Makefile
@@ -0,0 +1,25 @@
+PORTNAME=	hunspell
+PORTVERSION=	2020.12.31
+CATEGORIES=	textproc
+MASTER_SITES=	https://extensions.libreoffice.org/assets/downloads/752/
+DISTNAME=	pack-sl
+EXTRACT_SUFX=	.oxt
+
+MAINTAINER=	office at FreeBSD.org
+COMMENT=	Slovenian hunspell dictionary
+
+LICENSE=	LGPL21
+
+USES=		zip
+NO_ARCH=	yes
+NO_BUILD=	yes
+NO_WRKSUBDIR=	yes
+
+PLIST_FILES=	${DATADIR}/sl_SI.aff \
+		${DATADIR}/sl_SI.dic
+
+do-install:
+	${MKDIR} ${STAGEDIR}${DATADIR}/
+	${INSTALL_DATA} ${WRKSRC}/sl_SI.aff ${WRKSRC}/sl_SI.dic ${STAGEDIR}${DATADIR}/
+
+.include <bsd.port.mk>
diff --git a/textproc/sl-hunspell/distinfo b/textproc/sl-hunspell/distinfo
new file mode 100644
index 000000000000..d324a0851a2f
--- /dev/null
+++ b/textproc/sl-hunspell/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1628490352
+SHA256 (pack-sl.oxt) = 0183eb7472a7da234be9dab8f89c0eb93b2fdf660b5ff2f80718ab4281189d00
+SIZE (pack-sl.oxt) = 1606834
diff --git a/textproc/sl-hunspell/pkg-descr b/textproc/sl-hunspell/pkg-descr
new file mode 100644
index 000000000000..d974b200bfa9
--- /dev/null
+++ b/textproc/sl-hunspell/pkg-descr
@@ -0,0 +1,3 @@
+Slovenian hunspell dictionary
+
+WWW: https://extensions.libreoffice.org/extensions/slovenian-dictionary-pack/


More information about the dev-commits-ports-main mailing list