From owner-svn-ports-head@freebsd.org Mon Feb 26 07:23:54 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3A82EF308E5; Mon, 26 Feb 2018 07:23:54 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E4E1C870A1; Mon, 26 Feb 2018 07:23:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C6D09185FD; Mon, 26 Feb 2018 07:23:53 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1Q7Nrc8046594; Mon, 26 Feb 2018 07:23:53 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1Q7Nr18046590; Mon, 26 Feb 2018 07:23:53 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802260723.w1Q7Nr18046590@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 26 Feb 2018 07:23:53 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/textproc: . py-gambit-elasticsearch X-SVN-Commit-Revision: 462994 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Feb 2018 07:23:54 -0000 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 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