diff options
author | rafan <rafan@FreeBSD.org> | 2006-07-11 23:11:14 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-07-11 23:11:14 +0800 |
commit | e11059f07dd1bd5c076fb8f86aceed04dced6887 (patch) | |
tree | 1f15e13a94003d612465e961093fe75dcca61227 /textproc | |
parent | b82f51ec07c3e2945b7252bf47cf96d1a9d17205 (diff) | |
download | freebsd-ports-graphics-e11059f07dd1bd5c076fb8f86aceed04dced6887.tar.gz freebsd-ports-graphics-e11059f07dd1bd5c076fb8f86aceed04dced6887.tar.zst freebsd-ports-graphics-e11059f07dd1bd5c076fb8f86aceed04dced6887.zip |
Add p5-Search-Estraier 0.06, pure perl module to use Hyper Estraier
search engine.
PR: ports/100073
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Search-Estraier/Makefile | 34 | ||||
-rw-r--r-- | textproc/p5-Search-Estraier/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Search-Estraier/pkg-descr | 12 | ||||
-rw-r--r-- | textproc/p5-Search-Estraier/pkg-plist | 6 |
5 files changed, 56 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index d978dc5eb7e..718f25f215b 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -419,6 +419,7 @@ SUBDIR += p5-Regexp-Log-Common SUBDIR += p5-SGMLSpm SUBDIR += p5-SVG + SUBDIR += p5-Search-Estraier SUBDIR += p5-Search-Saryer SUBDIR += p5-Search-VectorSpace SUBDIR += p5-Senna diff --git a/textproc/p5-Search-Estraier/Makefile b/textproc/p5-Search-Estraier/Makefile new file mode 100644 index 00000000000..bbf0279b455 --- /dev/null +++ b/textproc/p5-Search-Estraier/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: p5-Search-Estraier +# Date created: 2006-07-11 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Search-Estraier +PORTVERSION= 0.06 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Search +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Pure perl module to use Hyper Estraier search engine + +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ + ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \ + ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Search::Estraier.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 # inherited from www/p5-libwww +IGNORE= requires at least Perl 5.6. Please install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Search-Estraier/distinfo b/textproc/p5-Search-Estraier/distinfo new file mode 100644 index 00000000000..07c75f29ddd --- /dev/null +++ b/textproc/p5-Search-Estraier/distinfo @@ -0,0 +1,3 @@ +MD5 (Search-Estraier-0.06.tar.gz) = 68ae8b6a6c7e3ee2b84a0be473299401 +SHA256 (Search-Estraier-0.06.tar.gz) = 15efb48444cca16b337c0786f6f96699c20d362b8f8f6d168656a55bdbc731a6 +SIZE (Search-Estraier-0.06.tar.gz) = 34863 diff --git a/textproc/p5-Search-Estraier/pkg-descr b/textproc/p5-Search-Estraier/pkg-descr new file mode 100644 index 00000000000..16ab37ba66b --- /dev/null +++ b/textproc/p5-Search-Estraier/pkg-descr @@ -0,0 +1,12 @@ +This module is implementation of node API of Hyper Estraier. Since +it's perl-only module with dependencies only on standard perl modules, +it will run on all platforms on which perl runs. It doesn't require +compilation or Hyper Estraier development files on target machine. + +It is implemented as multiple packages which closly resamble Ruby +implementation. It also includes methods to manage nodes. + +There are few examples in scripts directory of this distribution. + +Author: Dobrica Pavlinusic, <dpavlin@rot13.org> +WWW: http://search.cpan.org/dist/Search-Estraier/ diff --git a/textproc/p5-Search-Estraier/pkg-plist b/textproc/p5-Search-Estraier/pkg-plist new file mode 100644 index 00000000000..283ffb2b2df --- /dev/null +++ b/textproc/p5-Search-Estraier/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Estraier/.packlist +%%SITE_PERL%%/Search/Estraier.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Estraier +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search +@dirrmtry %%SITE_PERL%%/Search |