svn commit: r393632 - in head: . textproc/py-pystemmer textproc/pystemmer
Li-Wen Hsu
lwhsu at FreeBSD.org
Thu Aug 6 06:25:36 UTC 2015
Author: lwhsu
Date: Thu Aug 6 06:25:34 2015
New Revision: 393632
URL: https://svnweb.freebsd.org/changeset/ports/393632
Log:
- Rename to match upstream (PyPi) name
- Add license
Added:
head/textproc/py-pystemmer/
- copied from r392117, head/textproc/pystemmer/
Deleted:
head/textproc/pystemmer/
Modified:
head/MOVED
head/textproc/py-pystemmer/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Thu Aug 6 05:30:26 2015 (r393631)
+++ head/MOVED Thu Aug 6 06:25:34 2015 (r393632)
@@ -7816,3 +7816,4 @@ french/trytond_account_fr||2015-08-05|No
german/trytond_account_de_skr03||2015-08-05|No more supported upstream, use tryton 2.8 instead
www/trytond_google_maps||2015-08-05|No more supported upstream, use tryton 2.8 instead
devel/appdata-tools|devel/appstream-glib|2015-08-05|Replaced by appstream-glib
+textproc/pystemmer|textproc/py-pystemmer|2015-08-06|Rename to match upstream (PyPi) name
Modified: head/textproc/py-pystemmer/Makefile
==============================================================================
--- head/textproc/pystemmer/Makefile Wed Jul 15 02:44:30 2015 (r392117)
+++ head/textproc/py-pystemmer/Makefile Thu Aug 6 06:25:34 2015 (r393632)
@@ -7,11 +7,15 @@ PORTREVISION= 1
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP \
http://snowball.tartarus.org/wrappers/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyStemmer-${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
COMMENT= Snowball Stemming Algorithms for Information Retrieval
+LICENSE= MIT BSD3CLAUSE
+LICENSE_COMB= dual
+
USES= python
USE_PYTHON= distutils autoplist
More information about the svn-ports-all
mailing list