From owner-dev-commits-ports-all@freebsd.org Mon Aug 9 06:39:24 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B656166F0FF; Mon, 9 Aug 2021 06:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Gjmdm4Zhfz3KYW; Mon, 9 Aug 2021 06:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 814E023433; Mon, 9 Aug 2021 06:39:24 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1796dOCm002148; Mon, 9 Aug 2021 06:39:24 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1796dOwd002147; Mon, 9 Aug 2021 06:39:24 GMT (envelope-from git) Date: Mon, 9 Aug 2021 06:39:24 GMT Message-Id: <202108090639.1796dOwd002147@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Baptiste Daroussin Subject: git: f24d493a0223 - main - textproc/sl-hunspell: new port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: bapt X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f24d493a022321d07345ac6d9a65afc05d72de0f Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Aug 2021 06:39:24 -0000 The branch main has been updated by bapt: URL: https://cgit.FreeBSD.org/ports/commit/?id=f24d493a022321d07345ac6d9a65afc05d72de0f commit f24d493a022321d07345ac6d9a65afc05d72de0f Author: Baptiste Daroussin AuthorDate: 2021-08-09 06:31:10 +0000 Commit: Baptiste Daroussin 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@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 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/