Date: Tue, 18 Jun 2013 19:01:09 +0000 (UTC) From: Tom Judge <tj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321213 - in head/textproc: . p5-ElasticSearch Message-ID: <201306181901.r5IJ19AR073759@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tj Date: Tue Jun 18 19:01:08 2013 New Revision: 321213 URL: http://svnweb.freebsd.org/changeset/ports/321213 Log: New port for textproc/p5-ElasticSearch ElasticSearch is a thin API which makes it easy to communicate with an ElasticSearch cluster. WWW: http://search.cpan.org/dist/ElasticSearch/ Added: head/textproc/p5-ElasticSearch/ head/textproc/p5-ElasticSearch/Makefile (contents, props changed) head/textproc/p5-ElasticSearch/distinfo (contents, props changed) head/textproc/p5-ElasticSearch/pkg-descr (contents, props changed) head/textproc/p5-ElasticSearch/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Jun 18 18:57:26 2013 (r321212) +++ head/textproc/Makefile Tue Jun 18 19:01:08 2013 (r321213) @@ -510,6 +510,7 @@ SUBDIR += p5-Dev-Bollocks SUBDIR += p5-Devel-TraceSAX SUBDIR += p5-DocSet + SUBDIR += p5-ElasticSearch SUBDIR += p5-ElasticSearch-SearchBuilder SUBDIR += p5-EBook-Tools SUBDIR += p5-Excel-Template Added: head/textproc/p5-ElasticSearch/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-ElasticSearch/Makefile Tue Jun 18 19:01:08 2013 (r321213) @@ -0,0 +1,51 @@ +# Created by: Tom Judge <tj@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= ElasticSearch +PORTVERSION= 0.65 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ +PKGNAMEPREFIX= p5- + +MAINTAINER= tj@FreeBSD.org +COMMENT= ElasticSearch API + +BUILD_DEPENDS:= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp +RUN_DEPENDS:= p5-ElasticSearch-SearchBuilder>=0:${PORTSDIR}/textproc/p5-ElasticSearch-SearchBuilder \ + p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ + p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ + p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ + p5-Encode>=0:${PORTSDIR}/converters/p5-Encode \ + p5-Exporter>=0:${PORTSDIR}/devel/p5-Exporter \ + p5-File-Path>=0:${PORTSDIR}/devel/p5-File-Path \ + p5-PathTools>=0:${PORTSDIR}/devel/p5-PathTools \ + p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ + p5-HTTP-Lite>=0:${PORTSDIR}/www/p5-HTTP-Lite \ + p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ + p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ + p5-IO>=0:${PORTSDIR}/devel/p5-IO \ + p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \ + p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken \ + p5-URI>=0:${PORTSDIR}/net/p5-URI \ + p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ + p5-constant>=0:${PORTSDIR}/devel/p5-constant \ + p5-parent>=0:${PORTSDIR}/devel/p5-parent +TEST_DEPENDS= p5-Test-Differences>=0:${PORTSDIR}/devel/p5-Test-Differences \ + p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception + +PERL_CONFIGURE= yes + +MAN3= ElasticSearch.3 \ + ElasticSearch::Error.3 \ + ElasticSearch::QueryParser.3 \ + ElasticSearch::ScrolledSearch.3 \ + ElasticSearch::TestServer.3 \ + ElasticSearch::Transport.3 \ + ElasticSearch::Transport::HTTP.3 \ + ElasticSearch::Transport::HTTPLite.3 \ + ElasticSearch::Transport::HTTPTiny.3 \ + ElasticSearch::Util.3 + +.include <bsd.port.mk> Added: head/textproc/p5-ElasticSearch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-ElasticSearch/distinfo Tue Jun 18 19:01:08 2013 (r321213) @@ -0,0 +1,2 @@ +SHA256 (ElasticSearch-0.65.tar.gz) = 96f4489f1c1377616e30b6e03e9379397f1bee35ceab5d127f2b8c4781712e1a +SIZE (ElasticSearch-0.65.tar.gz) = 111447 Added: head/textproc/p5-ElasticSearch/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-ElasticSearch/pkg-descr Tue Jun 18 19:01:08 2013 (r321213) @@ -0,0 +1,4 @@ +ElasticSearch is a thin API which makes it easy to communicate with +an ElasticSearch cluster. + +WWW: http://search.cpan.org/dist/ElasticSearch/ Added: head/textproc/p5-ElasticSearch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-ElasticSearch/pkg-plist Tue Jun 18 19:01:08 2013 (r321213) @@ -0,0 +1,16 @@ +%%SITE_PERL%%/ElasticSearch.pm +%%SITE_PERL%%/ElasticSearch/Error.pm +%%SITE_PERL%%/ElasticSearch/QueryParser.pm +%%SITE_PERL%%/ElasticSearch/RequestParser.pm +%%SITE_PERL%%/ElasticSearch/ScrolledSearch.pm +%%SITE_PERL%%/ElasticSearch/TestServer.pm +%%SITE_PERL%%/ElasticSearch/Transport.pm +%%SITE_PERL%%/ElasticSearch/Transport/HTTP.pm +%%SITE_PERL%%/ElasticSearch/Transport/HTTPLite.pm +%%SITE_PERL%%/ElasticSearch/Transport/HTTPTiny.pm +%%SITE_PERL%%/ElasticSearch/Util.pm +%%SITE_PERL%%/mach/auto/ElasticSearch/.packlist +@dirrmtry %%SITE_PERL%%/mach/auto/ElasticSearch +@dirrmtry %%SITE_PERL%%/mach/auto/ElasticSearch +@dirrm %%SITE_PERL%%/ElasticSearch/Transport +@dirrmtry %%SITE_PERL%%/ElasticSearch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306181901.r5IJ19AR073759>