diff options
author | Tom Judge <tj@FreeBSD.org> | 2014-02-12 17:20:40 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2014-02-12 17:20:40 +0000 |
commit | 99f8ce6bed4e3f181c0711ef4dc58ab34ba958cc (patch) | |
tree | 7fd043b8eb6b9a591afc137c988c8be3d0d5ab9c /textproc/p5-ElasticSearch | |
parent | 1e4d0f532c6d2f265335de7e2756945c62541b5e (diff) |
Notes
Diffstat (limited to 'textproc/p5-ElasticSearch')
-rw-r--r-- | textproc/p5-ElasticSearch/Makefile | 44 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/p5-ElasticSearch/pkg-plist | 25 |
4 files changed, 0 insertions, 75 deletions
diff --git a/textproc/p5-ElasticSearch/Makefile b/textproc/p5-ElasticSearch/Makefile deleted file mode 100644 index 8fdb573efdae..000000000000 --- a/textproc/p5-ElasticSearch/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Created by: Tom Judge <tj@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= ElasticSearch -PORTVERSION= 0.65 -PORTREVISION= 2 -CATEGORIES= textproc perl5 -MASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ -PKGNAMEPREFIX= p5- - -MAINTAINER= tj@FreeBSD.org -COMMENT= ElasticSearch API - -LICENSE= ART10 GPLv1 -LICENSE_COMB= dual - -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-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 - -USES= perl5 -USE_PERL5= configure - -.include <bsd.port.mk> diff --git a/textproc/p5-ElasticSearch/distinfo b/textproc/p5-ElasticSearch/distinfo deleted file mode 100644 index c78b5a795966..000000000000 --- a/textproc/p5-ElasticSearch/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ElasticSearch-0.65.tar.gz) = 96f4489f1c1377616e30b6e03e9379397f1bee35ceab5d127f2b8c4781712e1a -SIZE (ElasticSearch-0.65.tar.gz) = 111447 diff --git a/textproc/p5-ElasticSearch/pkg-descr b/textproc/p5-ElasticSearch/pkg-descr deleted file mode 100644 index 8b1254c624ee..000000000000 --- a/textproc/p5-ElasticSearch/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ElasticSearch is a thin API which makes it easy to communicate with -an ElasticSearch cluster. - -WWW: http://search.cpan.org/dist/ElasticSearch/ diff --git a/textproc/p5-ElasticSearch/pkg-plist b/textproc/p5-ElasticSearch/pkg-plist deleted file mode 100644 index dff68f1be315..000000000000 --- a/textproc/p5-ElasticSearch/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -%%PERL5_MAN3%%/ElasticSearch.3.gz -%%PERL5_MAN3%%/ElasticSearch::Error.3.gz -%%PERL5_MAN3%%/ElasticSearch::QueryParser.3.gz -%%PERL5_MAN3%%/ElasticSearch::ScrolledSearch.3.gz -%%PERL5_MAN3%%/ElasticSearch::TestServer.3.gz -%%PERL5_MAN3%%/ElasticSearch::Transport.3.gz -%%PERL5_MAN3%%/ElasticSearch::Transport::HTTP.3.gz -%%PERL5_MAN3%%/ElasticSearch::Transport::HTTPLite.3.gz -%%PERL5_MAN3%%/ElasticSearch::Transport::HTTPTiny.3.gz -%%PERL5_MAN3%%/ElasticSearch::Util.3.gz -%%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 -@dirrm %%SITE_PERL%%/ElasticSearch/Transport -@dirrmtry %%SITE_PERL%%/ElasticSearch |