diff options
author | Tom Judge <tj@FreeBSD.org> | 2016-12-02 14:58:56 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2016-12-02 14:58:56 +0000 |
commit | ed377751527132d9555bcb7a4cd4be73d64e3927 (patch) | |
tree | 8382f0bd3a46f320a2a8252cda65f04fda7db85c | |
parent | d17c4a1d761dc23c3f64d2e5e82b3c701e4f4df5 (diff) |
Notes
-rw-r--r-- | UPDATING | 9 | ||||
-rw-r--r-- | textproc/Makefile | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-0_90/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-0_90/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-1_0/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-1_0/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-2_0/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-2_0/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Search-Elasticsearch/distinfo | 6 |
16 files changed, 133 insertions, 4 deletions
@@ -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@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@FreeBSD.org diff --git a/textproc/Makefile b/textproc/Makefile index 627d4857583b..a8db636f6938 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile b/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile new file mode 100644 index 000000000000..01860b8d0ce6 --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-0_90/Makefile @@ -0,0 +1,31 @@ +# Created by: Tom Judge <tj@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@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> diff --git a/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo b/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo new file mode 100644 index 000000000000..36c13f14bd7e --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-0_90/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480680510 +SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52 +SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534 diff --git a/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr b/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr new file mode 100644 index 000000000000..ed5f502c11f4 --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-descr @@ -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/ diff --git a/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist b/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-0_90/pkg-plist @@ -0,0 +1 @@ + diff --git a/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile b/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile new file mode 100644 index 000000000000..12f8ae16e23b --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-1_0/Makefile @@ -0,0 +1,31 @@ +# Created by: Tom Judge <tj@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@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> diff --git a/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo b/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo new file mode 100644 index 000000000000..36c13f14bd7e --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-1_0/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480680510 +SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52 +SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534 diff --git a/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr b/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr new file mode 100644 index 000000000000..bc05a77331b5 --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-descr @@ -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/ diff --git a/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist b/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-1_0/pkg-plist @@ -0,0 +1 @@ + diff --git a/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile b/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile new file mode 100644 index 000000000000..6c8a0c36273f --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-2_0/Makefile @@ -0,0 +1,31 @@ +# Created by: Tom Judge <tj@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@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> diff --git a/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo b/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo new file mode 100644 index 000000000000..36c13f14bd7e --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-2_0/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1480680510 +SHA256 (Search-Elasticsearch-5.01.tar.gz) = 309bee47403ed0aeee7ec49334d9d3e072f7aba5788bd0b4b106757fa72f9c52 +SIZE (Search-Elasticsearch-5.01.tar.gz) = 108534 diff --git a/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr b/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr new file mode 100644 index 000000000000..bb7498bcf164 --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-descr @@ -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/ diff --git a/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist b/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist new file mode 100644 index 000000000000..8b137891791f --- /dev/null +++ b/textproc/p5-Search-Elasticsearch-Client-2_0/pkg-plist @@ -0,0 +1 @@ + diff --git a/textproc/p5-Search-Elasticsearch/Makefile b/textproc/p5-Search-Elasticsearch/Makefile index f3c77f69cc2a..f8c6dd5b85ce 100644 --- a/textproc/p5-Search-Elasticsearch/Makefile +++ b/textproc/p5-Search-Elasticsearch/Makefile @@ -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 diff --git a/textproc/p5-Search-Elasticsearch/distinfo b/textproc/p5-Search-Elasticsearch/distinfo index d75ccaa90412..36c13f14bd7e 100644 --- a/textproc/p5-Search-Elasticsearch/distinfo +++ b/textproc/p5-Search-Elasticsearch/distinfo @@ -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 |