diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-20 03:49:25 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-02-20 03:49:25 +0000 |
commit | 2244ec0900d3941344b62ea6a6c9058c0aca6a97 (patch) | |
tree | 2bfcba0b15a70880acbe991bf7c0ade7b8591cf7 /textproc/p5-Lucene | |
parent | f3e712253d2489f9bc63a23c511f04417a2bfa26 (diff) | |
download | ports-2244ec0900d3941344b62ea6a6c9058c0aca6a97.tar.gz ports-2244ec0900d3941344b62ea6a6c9058c0aca6a97.zip |
Notes
Diffstat (limited to 'textproc/p5-Lucene')
-rw-r--r-- | textproc/p5-Lucene/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-Lucene/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Lucene/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Lucene/pkg-plist | 5 |
4 files changed, 42 insertions, 0 deletions
diff --git a/textproc/p5-Lucene/Makefile b/textproc/p5-Lucene/Makefile new file mode 100644 index 000000000000..c45e57f9e6c7 --- /dev/null +++ b/textproc/p5-Lucene/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: textproc/p5-Lucene +# Date created: 20 Feb 2007 +# Whom: Cheng-Lung Sung <clsung@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Lucene +PORTVERSION= 0.09 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= ../by-authors/id/T/TB/TBUSCH +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@FreeBSD.org +COMMENT= API to the C++ port of the Lucene search engine + +LIB_DEPENDS= clucene:${PORTSDIR}/textproc/clucene + +PERL_CONFIGURE= yes +CC= ${CXX} +CONFIGURE_ARGS+="INC=-I${LOCALBASE}/include -I${LOCALBASE}/lib" + +MAN3= Lucene.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Lucene/distinfo b/textproc/p5-Lucene/distinfo new file mode 100644 index 000000000000..d304ddb91f84 --- /dev/null +++ b/textproc/p5-Lucene/distinfo @@ -0,0 +1,3 @@ +MD5 (Lucene-0.09.tar.gz) = a0962d29047b4c4a621db4c78932a209 +SHA256 (Lucene-0.09.tar.gz) = aeca1e9b25972d7fd6dea0aa63997fe73012162a604d8ba72d1729e625137dc7 +SIZE (Lucene-0.09.tar.gz) = 17420 diff --git a/textproc/p5-Lucene/pkg-descr b/textproc/p5-Lucene/pkg-descr new file mode 100644 index 000000000000..5cc9885a2fa5 --- /dev/null +++ b/textproc/p5-Lucene/pkg-descr @@ -0,0 +1,8 @@ +The purpose of the module is to export the C++ Lucene API to perl +and at the same time be as close as possible to the original Java API. +This has the combined advantage of providing perl programmers with a +well-documented API and giving them access to a C++ search engine +library that is supposedly faster than the original. + +WWW: http://search.cpan.org/dist/Lucene/ +WWW: http://sourceforge.net/projects/clucene/ diff --git a/textproc/p5-Lucene/pkg-plist b/textproc/p5-Lucene/pkg-plist new file mode 100644 index 000000000000..e6b7d959c792 --- /dev/null +++ b/textproc/p5-Lucene/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Lucene.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lucene/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lucene/Lucene.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Lucene/Lucene.so +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lucene |