From owner-dev-commits-ports-all@freebsd.org Tue May 11 21:53:09 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 5D654646BB7; Tue, 11 May 2021 21:53:09 +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 4Ffs9c6JHYz4rLs; Tue, 11 May 2021 21:53:08 +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 B17041FC17; Tue, 11 May 2021 21:53:08 +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 14BLr867099965; Tue, 11 May 2021 21:53:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BLr8ns099964; Tue, 11 May 2021 21:53:08 GMT (envelope-from git) Date: Tue, 11 May 2021 21:53:08 GMT Message-Id: <202105112153.14BLr8ns099964@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: 0da9e2b5cf36 - main - textproc/py-snowballstemmer: Update to 2.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 0da9e2b5cf364c1b1cc62d933ac12b12acb2e4bb 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: Tue, 11 May 2021 21:53:09 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0da9e2b5cf364c1b1cc62d933ac12b12acb2e4bb commit 0da9e2b5cf364c1b1cc62d933ac12b12acb2e4bb Author: Po-Chuan Hsieh AuthorDate: 2021-05-11 21:17:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-11 21:47:20 +0000 textproc/py-snowballstemmer: Update to 2.1.0 - Update LICENSE - Update pkg-descr - Update WWW Changes: https://github.com/snowballstem/snowball/blob/master/NEWS --- textproc/py-snowballstemmer/Makefile | 6 +++--- textproc/py-snowballstemmer/distinfo | 6 +++--- textproc/py-snowballstemmer/pkg-descr | 13 ++++++++++--- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/textproc/py-snowballstemmer/Makefile b/textproc/py-snowballstemmer/Makefile index 6eacc0997332..23d44608283b 100644 --- a/textproc/py-snowballstemmer/Makefile +++ b/textproc/py-snowballstemmer/Makefile @@ -1,5 +1,5 @@ PORTNAME= snowballstemmer -PORTVERSION= 1.2.1 +PORTVERSION= 2.1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -7,8 +7,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Snowball stemming library collection for Python -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE.rst +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-snowballstemmer/distinfo b/textproc/py-snowballstemmer/distinfo index 95185d68b359..849dcc57610f 100644 --- a/textproc/py-snowballstemmer/distinfo +++ b/textproc/py-snowballstemmer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1560171121 -SHA256 (snowballstemmer-1.2.1.tar.gz) = 919f26a68b2c17a7634da993d91339e288964f93c274f1343e3bbbe2096e1128 -SIZE (snowballstemmer-1.2.1.tar.gz) = 49626 +TIMESTAMP = 1620405453 +SHA256 (snowballstemmer-2.1.0.tar.gz) = e997baa4f2e9139951b6f4c631bad912dfd3c792467e2f03d7239464af90e914 +SIZE (snowballstemmer-2.1.0.tar.gz) = 85674 diff --git a/textproc/py-snowballstemmer/pkg-descr b/textproc/py-snowballstemmer/pkg-descr index ca7660120f97..dcb0f45d84df 100644 --- a/textproc/py-snowballstemmer/pkg-descr +++ b/textproc/py-snowballstemmer/pkg-descr @@ -1,4 +1,11 @@ -This is a pure Python stemming library. If PyStemmer is -available, this module uses it to accelerate. +Snowball is a small string processing language for creating stemming algorithms +for use in Information Retrieval, plus a collection of stemming algorithms +implemented using it. -WWW: https://pypi.org/project/snowballstemmer/ +Stemming maps different forms of the same word to a common "stem" - for example, +the English stemmer maps connection, connections, connective, connected, and +connecting to connect. So a searching for connected would also find documents +which only have the other forms. + +WWW: https://snowballstem.org/ +WWW: https://github.com/snowballstem/snowball