Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 2015 23:44:41 +0000 (UTC)
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403750 - in head/textproc: . py-curator
Message-ID:  <201512142344.tBENifl8089990@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=		curator
+PORTVERSION=		3.4.0
+DISTVERSIONPREFIX=	v
+CATEGORIES=		textproc python
+PKGNAMEPREFIX=		${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=		dvl@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512142344.tBENifl8089990>