svn commit: r392000 - in head/textproc: . py-alabaster py-snowballstemmer

Li-Wen Hsu lwhsu at FreeBSD.org
Wed Jul 15 04:42:55 UTC 2015


On 二,  7 14, 2015 at 14:20:14 +0000, Kris Moore wrote:
> Added: head/textproc/py-snowballstemmer/Makefile
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/textproc/py-snowballstemmer/Makefile	Tue Jul 14 14:20:13 2015	(r392000)
> @@ -0,0 +1,17 @@
> +# $FreeBSD$
> +
> +PORTNAME=	snowballstemmer
> +PORTVERSION=	1.2.0
> +CATEGORIES=	textproc python
> +MASTER_SITES=	CHEESESHOP
> +PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
> +
> +MAINTAINER=	kmoore at FreeBSD.org
> +COMMENT=	Pure Python stemming library
> +
> +LICENSE=	MIT
> +
> +USES=		python
> +USE_PYTHON=	distutils autoplist
> +
> +.include <bsd.port.mk>
> 
> Added: head/textproc/py-snowballstemmer/distinfo
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/textproc/py-snowballstemmer/distinfo	Tue Jul 14 14:20:13 2015	(r392000)
> @@ -0,0 +1,2 @@
> +SHA256 (snowballstemmer-1.2.0.tar.gz) = 6d54f350e7a0e48903a4e3b6b2cabd1b43e23765fbc975065402893692954191
> +SIZE (snowballstemmer-1.2.0.tar.gz) = 49639
> 
> Added: head/textproc/py-snowballstemmer/pkg-descr
> ==============================================================================
> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
> +++ head/textproc/py-snowballstemmer/pkg-descr	Tue Jul 14 14:20:13 2015	(r392000)
> @@ -0,0 +1,4 @@
> +This is a pure Python stemming library. If PyStemmer is
> +available, this module uses it to accelerate.
> +
> +WWW: https://pypi.python.org/pypi/snowballstemmer

I'm also working on py-sphinx update, and going to add this port.  Since
it says "If PyStemmer is available, this module uses it to accelerate."
How do you think about the attached patch?  Also, I think its license is
BSD2CALUSE, and the COMMENT might be more suitable.

Please note that patch needs renaming textproc/pystemmer to
textproc/py-pystemmer, I think it's fine and better, since it (only)
install things to PYTHON_SITELIBDIR.

Li-Wen

-- 
Li-Wen Hsu <lwhsu at FreeBSD.org>
http://lwhsu.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py-snowballstemmer.diff
Type: text/x-diff
Size: 826 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150715/7f10d8b6/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py-pystemmer.diff
Type: text/x-diff
Size: 3304 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150715/7f10d8b6/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 949 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20150715/7f10d8b6/attachment-0002.bin>


More information about the svn-ports-all mailing list