Port details |
- py-snowballstemmer Snowball stemming library collection for Python
- 2.2.0 textproc
=14 2.2.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2015-07-14 14:20:29
- Last Update: 2021-11-21 21:16:05
- Commit Hash: 87d87ba
- People watching this port, also watch:: expat, autoconf, libedit, pkgconf, indexinfo
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- 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.
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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}snowballstemmer>0:textproc/py-snowballstemmer@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-snowballstemmer/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-snowballstemmer
- pkg install py38-snowballstemmer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-snowballstemmer listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-snowballstemmer
- Package flavors (<flavor>: <package>)
- py38: py38-snowballstemmer
- distinfo:
- TIMESTAMP = 1637519904
SHA256 (snowballstemmer-2.2.0.tar.gz) = 09b16deb8547d3412ad7b590689584cd0fe25ec8db3be37788be3810cbf19cb1
SIZE (snowballstemmer-2.2.0.tar.gz) = 86699
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-pystemmer>=0 : textproc/py-pystemmer@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- This port is required by:
- for Build
-
- math/sage
- for Run
-
- devel/py-pydocstyle
- math/sage
- textproc/py-sphinx
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
- Configuration Options:
- ===> The following configuration options are available for py38-snowballstemmer-2.2.0:
PYSTEMMER=on: Use PyStemmer to accelerate
===> Use 'make config' to modify these settings
- Options name:
- textproc_py-snowballstemmer
- USES:
- python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
21 Nov 2021 21:16:05 2.2.0
|
Po-Chuan Hsieh (sunpoet)  |
textproc/py-snowballstemmer: Update to 2.2.0
Changes: https://github.com/snowballstem/snowball/blob/master/NEWS |
11 May 2021 21:47:20 2.1.0
|
Po-Chuan Hsieh (sunpoet)  |
textproc/py-snowballstemmer: Update to 2.1.0
- Update LICENSE
- Update pkg-descr
- Update WWW
Changes: https://github.com/snowballstem/snowball/blob/master/NEWS |
04 May 2021 19:15:32 1.2.1
|
Po-Chuan Hsieh (sunpoet)  |
textproc/py-snowballstemmer: Add LICENSE_FILE
- Take maintainership |
04 May 2021 16:57:55 1.2.1
|
Rene Ladan (rene)  |
*: reset kmoore's ports after safekeeping his ports bit.
Hat: portmgr-secretary |
07 Apr 2021 08:09:01 1.2.1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.2.1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
09 Jan 2021 16:34:07
1.2.1
|
antoine  |
Remove python 2.7 support from a few ports |
19 Jul 2019 14:43:50
1.2.1
|
swills  |
textproc/py-snowballstemmer: update to 1.2.1
PR: 238451
Approved by: maintainer timeout (kmoore, >10 weeks) |
29 Mar 2019 19:02:27
1.2.0_1
|
sunpoet  |
Add NO_ARCH
Approved by: portmgr (blanket) |
20 Jun 2018 17:05:44
1.2.0_1
|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
25 Apr 2018 16:42:38
1.2.0_1
|
amdmi3  |
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.
Approved by: portmgr blanket, mat |
30 Nov 2017 15:50:34
1.2.0_1 
|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
08 Mar 2017 12:48:41
1.2.0_1
|
kmoore  |
- Create python3 version of textproc/py-snowballstemmer
- Use options helpers
PR: 217467
Submitted by: Danilo Baio <dbaio@bsd.com.br> |
01 Apr 2016 14:25:18
1.2.0_1
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
06 Aug 2015 07:07:34
1.2.0_1
|
lwhsu  |
- Correct license
- Add textproc/py-pystemmer to RUN_DEPENDS for acceleration
Approved by: kmoore |
14 Jul 2015 14:20:14
1.2.0
|
kmoore  |
- Add textproc/py-alabaster and textproc/py-snowballstemmer, required
components of the upcoming textproc/py-sphinx update for doc building. |