svn commit: r403750 - in head/textproc: . py-curator

Dan Langille dvl at FreeBSD.org
Mon Dec 14 23:44:42 UTC 2015


Author: dvl
Date: Mon Dec 14 23:44:41 2015
New Revision: 403750
URL: https://svnweb.freebsd.org/changeset/ports/403750

Log:
  Add textproc/py-curator, index manager for Elasticsearch
  Approved by: mat (mentor)
  
  Differential Revision: D4555

Added:
  head/textproc/py-curator/
  head/textproc/py-curator/Makefile   (contents, props changed)
  head/textproc/py-curator/distinfo   (contents, props changed)
  head/textproc/py-curator/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Dec 14 23:32:21 2015	(r403749)
+++ head/textproc/Makefile	Mon Dec 14 23:44:41 2015	(r403750)
@@ -152,6 +152,7 @@
     SUBDIR += ekhtml
     SUBDIR += el-aspell
     SUBDIR += el-hyphen
+    SUBDIR += curator
     SUBDIR += elasticsearch
     SUBDIR += elasticsearch-plugin-head
     SUBDIR += elasticsearch-plugin-hq
@@ -1209,6 +1210,7 @@
     SUBDIR += py-chardet
     SUBDIR += py-cloud_sptheme
     SUBDIR += py-creole
+    SUBDIR += py-curator
     SUBDIR += py-diff-match-patch
     SUBDIR += py-docutils
     SUBDIR += py-dsv

Added: head/textproc/py-curator/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-curator/Makefile	Mon Dec 14 23:44:41 2015	(r403750)
@@ -0,0 +1,24 @@
+# Created by: Dan Langille <dvl at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=		curator
+PORTVERSION=		3.4.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=		textproc python
+PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=		dvl at FreeBSD.org
+COMMENT=		Python index manager for Elasticsearch
+
+LICENSE=		APACHE20
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}urllib3>=1.8.3:${PORTSDIR}/net/py-urllib3 \
+		${PYTHON_PKGNAMEPREFIX}elasticsearch-py>=1.8.0:${PORTSDIR}/textproc/py-elasticsearch-py \
+		${PYTHON_PKGNAMEPREFIX}click>=3.3:${PORTSDIR}/devel/py-click
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	elastic
+USES=		python
+USE_PYTHON=	distutils autoplist
+
+.include <bsd.port.mk>

Added: head/textproc/py-curator/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-curator/distinfo	Mon Dec 14 23:44:41 2015	(r403750)
@@ -0,0 +1,2 @@
+SHA256 (elastic-curator-v3.4.0_GH0.tar.gz) = 86e542886d83ad4c499437e42f4ff69d6602314a75c0c156d1c8dd838ab5e605
+SIZE (elastic-curator-v3.4.0_GH0.tar.gz) = 96741

Added: head/textproc/py-curator/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-curator/pkg-descr	Mon Dec 14 23:44:41 2015	(r403750)
@@ -0,0 +1,6 @@
+Have indices in Elasticsearch? This is the tool for you!
+
+Like a museum curator manages the exhibits and collections on display,
+Elasticsearch Curator helps you curate, or manage your indices.
+
+WWW: http://curator.readthedocs.org/en/master/


More information about the svn-ports-all mailing list