From owner-svn-ports-all@freebsd.org Tue Jul 14 14:20:16 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 912B09A18D8; Tue, 14 Jul 2015 14:20:16 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8146FAED; Tue, 14 Jul 2015 14:20:16 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.14.9/8.14.9) with ESMTP id t6EEKGVe024798; Tue, 14 Jul 2015 14:20:16 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.14.9/8.14.9/Submit) id t6EEKEku024783; Tue, 14 Jul 2015 14:20:14 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201507141420.t6EEKEku024783@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Tue, 14 Jul 2015 14:20:14 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jul 2015 14:20:16 -0000 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 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 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