Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2018 07:23:53 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462994 - in head/textproc: . py-gambit-elasticsearch
Message-ID:  <201802260723.w1Q7Nr18046590@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Feb 26 07:23:53 2018
New Revision: 462994
URL: https://svnweb.freebsd.org/changeset/ports/462994

Log:
  New port: textproc/py-gambit-elasticsearch: Micro library for performing multi queries in elasticsearch
  
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D14509

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

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Mon Feb 26 07:04:28 2018	(r462993)
+++ head/textproc/Makefile	Mon Feb 26 07:23:53 2018	(r462994)
@@ -1299,6 +1299,7 @@
     SUBDIR += py-et_xmlfile
     SUBDIR += py-excelerator
     SUBDIR += py-feedparser
+    SUBDIR += py-gambit-elasticsearch
     SUBDIR += py-genshi
     SUBDIR += py-guess-language
     SUBDIR += py-hexdump

Added: head/textproc/py-gambit-elasticsearch/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-gambit-elasticsearch/Makefile	Mon Feb 26 07:23:53 2018	(r462994)
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME=	gambit
+DISTVERSION=	0.1.6
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	-elasticsearch
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Micro library for performing multi queries in elasticsearch
+
+LICENSE=	MIT
+
+USES=		python
+USE_PYTHON=	distutils autoplist
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-gambit-elasticsearch/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-gambit-elasticsearch/distinfo	Mon Feb 26 07:23:53 2018	(r462994)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519605189
+SHA256 (gambit-0.1.6.tar.gz) = f35c387fdfc42a51a030fe27a07b9b1bdd2ed5f37538a0d1b888b328cc49456f
+SIZE (gambit-0.1.6.tar.gz) = 1943

Added: head/textproc/py-gambit-elasticsearch/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-gambit-elasticsearch/pkg-descr	Mon Feb 26 07:23:53 2018	(r462994)
@@ -0,0 +1,4 @@
+A python library for performing multi queries in elasticsearch,
+a distributed RESTful search engine.
+
+WWW: https://pypi.python.org/pypi/gambit



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