diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-05 10:40:28 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-05 10:40:28 +0000 |
| commit | 50665c9bafa23984a67c2b54a69b1f6cf0d44372 (patch) | |
| tree | 7fadba6099db0c4b8356cb25dd4fee8ca49065f1 | |
| parent | - Update to 3.112610 (diff) | |
- Add p5-Sphinx-Config 0.09
Sphinx::Config is a Perl module to read, modify and write configuration file of
Sphinx search engine.
WWW: http://search.cpan.org/dist/Sphinx-Config/
| -rw-r--r-- | textproc/Makefile | 1 | ||||
| -rw-r--r-- | textproc/p5-Sphinx-Config/Makefile | 24 | ||||
| -rw-r--r-- | textproc/p5-Sphinx-Config/distinfo | 2 | ||||
| -rw-r--r-- | textproc/p5-Sphinx-Config/pkg-descr | 4 | ||||
| -rw-r--r-- | textproc/p5-Sphinx-Config/pkg-plist | 5 |
5 files changed, 36 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 3b472429e2ae..298fdbf2e8d2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -682,6 +682,7 @@ SUBDIR += p5-Sort-ArbBiLex SUBDIR += p5-Sort-Fields SUBDIR += p5-Sort-Naturally + SUBDIR += p5-Sphinx-Config SUBDIR += p5-Sphinx-Search SUBDIR += p5-Spork SUBDIR += p5-Spreadsheet-ParseExcel diff --git a/textproc/p5-Sphinx-Config/Makefile b/textproc/p5-Sphinx-Config/Makefile new file mode 100644 index 000000000000..9bf3bb671bda --- /dev/null +++ b/textproc/p5-Sphinx-Config/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: p5-Sphinx-Config +# Date created: 2011-10-05 +# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Sphinx-Config +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Sphinx search engine configuration file read/modify/write + +BUILD_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils +RUN_DEPENDS= p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils + +PERL_CONFIGURE= yes + +MAN3= Sphinx::Config.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Sphinx-Config/distinfo b/textproc/p5-Sphinx-Config/distinfo new file mode 100644 index 000000000000..4d3764ae6802 --- /dev/null +++ b/textproc/p5-Sphinx-Config/distinfo @@ -0,0 +1,2 @@ +SHA256 (Sphinx-Config-0.09.tar.gz) = 5a615d102cbbc3b86a2ee21761bcaf0088e2f51b9befde3b33c272a81d951d63 +SIZE (Sphinx-Config-0.09.tar.gz) = 18069 diff --git a/textproc/p5-Sphinx-Config/pkg-descr b/textproc/p5-Sphinx-Config/pkg-descr new file mode 100644 index 000000000000..23dac59a29d1 --- /dev/null +++ b/textproc/p5-Sphinx-Config/pkg-descr @@ -0,0 +1,4 @@ +Sphinx::Config is a Perl module to read, modify and write configuration file of +Sphinx search engine. + +WWW: http://search.cpan.org/dist/Sphinx-Config/ diff --git a/textproc/p5-Sphinx-Config/pkg-plist b/textproc/p5-Sphinx-Config/pkg-plist new file mode 100644 index 000000000000..9b6ce979972f --- /dev/null +++ b/textproc/p5-Sphinx-Config/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Sphinx/Config.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Config/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx/Config +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Sphinx +@dirrmtry %%SITE_PERL%%/Sphinx |
