mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 19:06:28 -04:00
Add textproc/py-curator, index manager for Elasticsearch
Approved by: mat (mentor) Differential Revision: D4555
This commit is contained in:
parent
fc16b49fe6
commit
98b1bb021e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403750
4 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
|
|
24
textproc/py-curator/Makefile
Normal file
24
textproc/py-curator/Makefile
Normal file
|
@ -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>
|
2
textproc/py-curator/distinfo
Normal file
2
textproc/py-curator/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (elastic-curator-v3.4.0_GH0.tar.gz) = 86e542886d83ad4c499437e42f4ff69d6602314a75c0c156d1c8dd838ab5e605
|
||||
SIZE (elastic-curator-v3.4.0_GH0.tar.gz) = 96741
|
6
textproc/py-curator/pkg-descr
Normal file
6
textproc/py-curator/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue