e52e61d419
------------------------------------------------------- 2.03 2016-05-24 Added register_qs() to allow plugins to expand known query string params Added api_version() to API roles so that plugins can determine which API version they should load. 2.02 2016-04-20 Bug fix: Sniffed http addresses may or may not have the hostname/ prepended 2.01 2016-04-15 Updated for Elasticsearch 2.3.0 New features: * Added delete_by_query(), reindex(), and update_by_query() * Added tasks.list() and tasks.cancel() * Added ignore_unavailable to cat.snapshots() * Added attributes and explain to indices.analyze() * Added verbose to indices.segments() * S::ES::Error now implements TO_JSON * TestServer can now be used with forked processes Bug fixes: * Search::Elasticsearch::Error shouldn't be a Moo class * Search::Elasticsearch::Scroll can now be used in a forked process * Hijk is now optional as it doesn't work on windows * cat.snapshots requires a repository
33 lines
1.3 KiB
Makefile
33 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.8 2016/06/19 12:06:07 mef Exp $
|
|
|
|
DISTNAME= Search-Elasticsearch-2.03
|
|
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"
|