diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-23 06:23:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-23 06:23:22 +0800 |
commit | c8251312a595f972caccf26aa51697f03e04d6de (patch) | |
tree | aa2e65e407c3318fa7efac23287cfca6534a14cc /textproc | |
parent | a4b621fa5c80ea0e4c4821da3a4b479b6eed3ef4 (diff) | |
download | freebsd-ports-gnome-c8251312a595f972caccf26aa51697f03e04d6de.tar.gz freebsd-ports-gnome-c8251312a595f972caccf26aa51697f03e04d6de.tar.zst freebsd-ports-gnome-c8251312a595f972caccf26aa51697f03e04d6de.zip |
Sphinx search engine API Perl client.
WWW: http://search.cpan.org/dist/Sphinx-Search
PR: ports/138000
Submitted by: Vivek Khera <vivek at khera.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Sphinx-Search/pkg-plist | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 6bdbc2bbd301..8e7201eb7c33 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -579,6 +579,7 @@ SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally + SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel SUBDIR += p5-Spreadsheet-WriteExcel diff --git a/textproc/p5-Sphinx-Search/Makefile b/textproc/p5-Sphinx-Search/Makefile new file mode 100644 index 000000000000..0b13b1569268 --- /dev/null +++ b/textproc/p5-Sphinx-Search/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Sphinx-Search +# Date created: Thu Aug 20 15:21:22 EDT 2009 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= Sphinx-Search +PORTVERSION= 0.22 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Sphinx search engine API Perl client + +PERL_CONFIGURE= yes + +MAN3= Sphinx::Search.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Sphinx-Search/distinfo b/textproc/p5-Sphinx-Search/distinfo new file mode 100644 index 000000000000..3d5ef3f019ab --- /dev/null +++ b/textproc/p5-Sphinx-Search/distinfo @@ -0,0 +1,3 @@ +MD5 (Sphinx-Search-0.22.tar.gz) = eff8a3a8749c8f36b80978e0a44408a2 +SHA256 (Sphinx-Search-0.22.tar.gz) = 5c5bfbcf5687d3bbae8f222783bc1f84e6f2e82e340bae71a285041beb8b79a3 +SIZE (Sphinx-Search-0.22.tar.gz) = 23979 diff --git a/textproc/p5-Sphinx-Search/pkg-descr b/textproc/p5-Sphinx-Search/pkg-descr new file mode 100644 index 000000000000..fa66824be475 --- /dev/null +++ b/textproc/p5-Sphinx-Search/pkg-descr @@ -0,0 +1,3 @@ +Sphinx search engine API Perl client. + +WWW: http://search.cpan.org/dist/Sphinx-Search diff --git a/textproc/p5-Sphinx-Search/pkg-plist b/textproc/p5-Sphinx-Search/pkg-plist new file mode 100644 index 000000000000..ce6eed21b963 --- /dev/null +++ b/textproc/p5-Sphinx-Search/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Sphinx/Search.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Search/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Search +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx +@dirrmtry %%SITE_PERL%%/Sphinx |