svn commit: r427559 - in head: . textproc textproc/p5-Search-Elasticsearch textproc/p5-Search-Elasticsearch-Client-0_90 textproc/p5-Search-Elasticsearch-Client-1_0 textproc/p5-Search-Elasticsearch-...
Tom Judge
tj at FreeBSD.org
Fri Dec 2 14:58:59 UTC 2016
Author: tj
Date: Fri Dec 2 14:58:56 2016
New Revision: 427559
URL: https://svnweb.freebsd.org/changeset/ports/427559
Log:
Update p5-Search-Elasticsearch to 5.01
Changes: https://metacpan.org/changes/distribution/Search-Elasticsearch
This update brings 3 new packages for older Elasticsearch server APIs:
p5-Search-Elasticsearch-Client-0_90 for accessing 0.90 based servers
p5-Search-Elasticsearch-Client-1_0 for accessing 1.X based servers
p5-Search-Elasticsearch-Client-2_0 for accessing 2.X based servers
People accessing older instances of elasticsearch must also install the
appropriate client API package as well.
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-0_90-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-1_0-5.01
WWW: https://metacpan.org/release/DRTECH/Search-Elasticsearch-Client-2_0-5.01
Added:
head/textproc/p5-Search-Elasticsearch-Client-0_90/
head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-1_0/
head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-2_0/
head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr (contents, props changed)
head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist (contents, props changed)
Modified:
head/UPDATING
head/textproc/Makefile
head/textproc/p5-Search-Elasticsearch/Makefile
head/textproc/p5-Search-Elasticsearch/distinfo
Modified: head/UPDATING
==============================================================================
--- head/UPDATING Fri Dec 2 14:53:21 2016 (r427558)
+++ head/UPDATING Fri Dec 2 14:58:56 2016 (r427559)
@@ -5,6 +5,15 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20161202:
+ AFFECTS: Users of textproc/p5-Search-Elasticsearch
+ AUTHOR: tj at FreeBSD.org
+
+ As of the 5.01 release of ths package, the client libraries for older
+ versions of Elasticsearch have started to be shipped seperately. If you are
+ using this library to access a none 5.X server you will need to install one of
+ the textproc/p5-Search-Elasticsearch-Client-* ports.
+
20161126:
AFFECTS: Users of security/gpgme-*
AUTHOR: jhale at FreeBSD.org
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Fri Dec 2 14:53:21 2016 (r427558)
+++ head/textproc/Makefile Fri Dec 2 14:58:56 2016 (r427559)
@@ -763,6 +763,9 @@
SUBDIR += p5-SVG
SUBDIR += p5-SVG-Parser
SUBDIR += p5-Search-Elasticsearch
+ SUBDIR += p5-Search-Elasticsearch-Client-0_90
+ SUBDIR += p5-Search-Elasticsearch-Client-1_0
+ SUBDIR += p5-Search-Elasticsearch-Client-2_0
SUBDIR += p5-Search-Estraier
SUBDIR += p5-Search-Odeum
SUBDIR += p5-Search-QueryParser
Added: head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,31 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Search-Elasticsearch-Client-0_90
+PORTVERSION= 5.01
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DRTECH
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= ElasticSearch API for 0.90 servers
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \
+ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
+ p5-Moo>=1.003:devel/p5-Moo \
+ p5-Try-Tiny>=0:lang/p5-Try-Tiny \
+ p5-namespace-clean>=0:devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
+ p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \
+ p5-Test-Deep>=0:devel/p5-Test-Deep \
+ p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480680510
+SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52
+SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534
Added: head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,4 @@
+Search::Elasticsearch::Client::0_90 - Thin client with full support for
+Elasticsearch 0.90 APIs
+
+WWW: http://search.cpan.org/dist/Search-Elasticsearch-Client-0_90/
Added: head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1 @@
+
Added: head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,31 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Search-Elasticsearch-Client-1_0
+PORTVERSION= 5.01
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DRTECH
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= ElasticSearch API for 1.0 servers
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \
+ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
+ p5-Moo>=1.003:devel/p5-Moo \
+ p5-Try-Tiny>=0:lang/p5-Try-Tiny \
+ p5-namespace-clean>=0:devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
+ p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \
+ p5-Test-Deep>=0:devel/p5-Test-Deep \
+ p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480680510
+SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52
+SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534
Added: head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,4 @@
+Search::Elasticsearch::Client::1_0 - Thin client with full support for
+Elasticsearch 1.x APIs
+
+WWW: http://search.cpan.org/dist/Search-Elasticsearch-Client-1_0/
Added: head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1 @@
+
Added: head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,31 @@
+# Created by: Tom Judge <tj at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= Search-Elasticsearch-Client-2_0
+PORTVERSION= 5.01
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:DRTECH
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= tj at FreeBSD.org
+COMMENT= ElasticSearch API for 2.0 servers
+
+LICENSE= APACHE20
+
+BUILD_DEPENDS= p5-Search-Elasticsearch>=5.01:textproc/p5-Search-Elasticsearch \
+ p5-Devel-GlobalDestruction>=0:devel/p5-Devel-GlobalDestruction \
+ p5-Moo>=1.003:devel/p5-Moo \
+ p5-Try-Tiny>=0:lang/p5-Try-Tiny \
+ p5-namespace-clean>=0:devel/p5-namespace-clean
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-IO-Socket-SSL>=0:security/p5-IO-Socket-SSL \
+ p5-JSON-XS>=0:converters/p5-JSON-XS \
+ p5-Log-Any-Adapter-Callback>=0:devel/p5-Log-Any-Adapter-Callback \
+ p5-Test-Deep>=0:devel/p5-Test-Deep \
+ p5-Test-Exception>=0:devel/p5-Test-Exception
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
Added: head/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1480680510
+SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52
+SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534
Added: head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1,4 @@
+Search::Elasticsearch::Client::2_0 - Thin client with full support for
+Elasticsearch 2.x APIs
+
+WWW: http://search.cpan.org/dist/Search-Elasticsearch-Client-2_0/
Added: head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist Fri Dec 2 14:58:56 2016 (r427559)
@@ -0,0 +1 @@
+
Modified: head/textproc/p5-Search-Elasticsearch/Makefile
==============================================================================
--- head/textproc/p5-Search-Elasticsearch/Makefile Fri Dec 2 14:53:21 2016 (r427558)
+++ head/textproc/p5-Search-Elasticsearch/Makefile Fri Dec 2 14:58:56 2016 (r427559)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Search-Elasticsearch
-PORTVERSION= 2.03
+PORTVERSION= 5.01
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DRTECH
Modified: head/textproc/p5-Search-Elasticsearch/distinfo
==============================================================================
--- head/textproc/p5-Search-Elasticsearch/distinfo Fri Dec 2 14:53:21 2016 (r427558)
+++ head/textproc/p5-Search-Elasticsearch/distinfo Fri Dec 2 14:58:56 2016 (r427559)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1471016653
-SHA256 (Search-Elasticsearch-2.03.tar.gz) = 4d6ada3926cf4519a8b301f2c20607c53fa72bc99d769956e96dbe0fbc57bbc0
-SIZE (Search-Elasticsearch-2.03.tar.gz) = 142978
+TIMESTAMP = 1480680510
+SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52
+SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534
More information about the svn-ports-all
mailing list