Date: Tue, 14 Jul 2015 14:20:14 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392000 - in head/textproc: . py-alabaster py-snowballstemmer Message-ID: <201507141420.t6EEKEku024783@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Tue Jul 14 14:20:13 2015 New Revision: 392000 URL: https://svnweb.freebsd.org/changeset/ports/392000 Log: - Add textproc/py-alabaster and textproc/py-snowballstemmer, required components of the upcoming textproc/py-sphinx update for doc building. Added: head/textproc/py-alabaster/ head/textproc/py-alabaster/Makefile (contents, props changed) head/textproc/py-alabaster/distinfo (contents, props changed) head/textproc/py-alabaster/pkg-descr (contents, props changed) head/textproc/py-snowballstemmer/ head/textproc/py-snowballstemmer/Makefile (contents, props changed) head/textproc/py-snowballstemmer/distinfo (contents, props changed) head/textproc/py-snowballstemmer/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jul 14 14:04:19 2015 (r391999) +++ head/textproc/Makefile Tue Jul 14 14:20:13 2015 (r392000) @@ -1171,6 +1171,7 @@ SUBDIR += py-MarkupSafe SUBDIR += py-Tempita SUBDIR += py-acora + SUBDIR += py-alabaster SUBDIR += py-asciinema SUBDIR += py-asv SUBDIR += py-bugzillatools @@ -1231,6 +1232,7 @@ SUBDIR += py-rstyoutube SUBDIR += py-rxp SUBDIR += py-sgrep + SUBDIR += py-snowballstemmer SUBDIR += py-sparqlwrapper SUBDIR += py-sphinx SUBDIR += py-sphinx-intl Added: head/textproc/py-alabaster/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-alabaster/Makefile Tue Jul 14 14:20:13 2015 (r392000) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= alabaster +PORTVERSION= 0.7.6 +CATEGORIES= textproc python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= kmoore@FreeBSD.org +COMMENT= Modified Kr Sphinx theme + +LICENSE= MIT + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/textproc/py-alabaster/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-alabaster/distinfo Tue Jul 14 14:20:13 2015 (r392000) @@ -0,0 +1,2 @@ +SHA256 (alabaster-0.7.6.tar.gz) = 309d33e0282c8209f792f3527f41ec04e508ff837c61fc1906dde988a256deeb +SIZE (alabaster-0.7.6.tar.gz) = 16598 Added: head/textproc/py-alabaster/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/py-alabaster/pkg-descr Tue Jul 14 14:20:13 2015 (r392000) @@ -0,0 +1,4 @@ +Based off the original Flask and KR themes, this is a more +extensible version of the prior. + +WWW: https://github.com/bitprophet/alabaster 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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507141420.t6EEKEku024783>