64cd14352e
2.00 2015-10-28 The default client is now '2_0::Direct', for use with Elasticsearch 2.x. Specify client '1_0::Direct' if using with Elasticsearch 1.x. Breaking: * The field parameter to indices.get_field_mapping() has been renamed to fields New features: * Added fields param to Bulk helper * The name parameter to indices.get_template() can accept multiple options * Added indices.forcemerge() and deprecated indices.optimize() * The index parameter to indices.open() and indices.close() is required * Added allow_no_indices, expand_wildcards, and ignore_unavailable params to indices.flush_synced() * Added the timeout param to cluster.stats(), nodes.hot_threads(), nodes.stats(), and nodes.info() * cluster.health() can accept multiple indices * Added cat.repositories() and cat.snapshots() * Added detect_noop param to update() * search_shards() accepts multi values for index/type * delete_template() requires an id * Add fork protection to Scroll and Async::Scroll Bug fix: * Added missing debug QS param
33 lines
1.3 KiB
Makefile
33 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.6 2016/04/14 12:50:34 wiz Exp $
|
|
|
|
DISTNAME= Search-Elasticsearch-2.00
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://cpan.metacpan.org/authors/id/D/DR/DRTECH/
|
|
#ASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://cpan.metacpan.org/authors/id/D/DR/DRTECH/
|
|
COMMENT= Search::Elasticsearch - The official client for Elasticsearch
|
|
LICENSE= apache-2.0
|
|
|
|
# for make test, but not completed yet
|
|
BUILD_DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
|
|
BUILD_DEPENDS+= p5-JSON-MaybeXS-[0-9]*:../../converters/p5-JSON-MaybeXS
|
|
BUILD_DEPENDS+= p5-Log-Any-[0-9]*:../../devel/p5-Log-Any
|
|
BUILD_DEPENDS+= p5-Moo-[0-9]*:../../devel/p5-Moo
|
|
BUILD_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
|
|
BUILD_DEPENDS+= p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
|
|
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
BUILD_DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
|
|
BUILD_DEPENDS+= p5-Hijk-[0-9]*:../../www/p5-Hijk
|
|
BUILD_DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
BUILD_DEPENDS+= p5-Any-URI-Escape-[0-9]*:../../www/p5-Any-URI-Escape
|
|
|
|
PERL5_PACKLIST= auto/Search/Elasticsearch/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
TEST_TARGET?= # empty = means make test fails
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|