From 15f86fdf3d2d21939879f058a232fabc325ace5b Mon Sep 17 00:00:00 2001 From: kuriyama Date: Mon, 29 Aug 2005 01:23:23 +0000 Subject: Add p5-Senna 0.08, perl module for Embeddable Fulltext Search Engine. --- textproc/p5-Senna/Makefile | 30 ++++++++++++++++++++++++++++++ textproc/p5-Senna/distinfo | 2 ++ textproc/p5-Senna/files/patch-Build.PL | 17 +++++++++++++++++ textproc/p5-Senna/pkg-descr | 3 +++ textproc/p5-Senna/pkg-plist | 8 ++++++++ 5 files changed, 60 insertions(+) create mode 100644 textproc/p5-Senna/Makefile create mode 100644 textproc/p5-Senna/distinfo create mode 100644 textproc/p5-Senna/files/patch-Build.PL create mode 100644 textproc/p5-Senna/pkg-descr create mode 100644 textproc/p5-Senna/pkg-plist (limited to 'textproc/p5-Senna') diff --git a/textproc/p5-Senna/Makefile b/textproc/p5-Senna/Makefile new file mode 100644 index 000000000000..d884a170a38c --- /dev/null +++ b/textproc/p5-Senna/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Senna +# Date created: May 28 2005 +# Whom: Jun Kuriyama +# +# $FreeBSD$ +# + +PORTNAME= Senna +PORTVERSION= 0.08${SNAPREV} +CATEGORIES= textproc +MASTER_SITES= http://dist.bsdlab.org/ +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-snap-${SNAPREV} + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl module for Embeddable Fulltext Search Engine + +WRKSRC= ${WRKDIR}/${PORTNAME} +PERL_MODBUILD= YES +CFLAGS+= -I${LOCALBASE}/include +MAN3= Senna.3 Senna::Cursor.3 Senna::Index.3 Senna::Result.3 + +SNAPREV= r39 + +tardist: + svn export svn://dev.razil.jp/senna-perl/trunk Senna + tar cfvz ${PORTNAME}-snap-${SNAPREV}.tar.gz Senna + ${RM} -rf Senna + +.include diff --git a/textproc/p5-Senna/distinfo b/textproc/p5-Senna/distinfo new file mode 100644 index 000000000000..51ec9923bef5 --- /dev/null +++ b/textproc/p5-Senna/distinfo @@ -0,0 +1,2 @@ +MD5 (Senna-snap-r39.tar.gz) = 137eefe55e7bc44a581aa2c8ebb2c41d +SIZE (Senna-snap-r39.tar.gz) = 40755 diff --git a/textproc/p5-Senna/files/patch-Build.PL b/textproc/p5-Senna/files/patch-Build.PL new file mode 100644 index 000000000000..b9cb87147e7a --- /dev/null +++ b/textproc/p5-Senna/files/patch-Build.PL @@ -0,0 +1,17 @@ +--- Build.PL.orig Mon Aug 29 02:29:40 2005 ++++ Build.PL Mon Aug 29 02:29:50 2005 +@@ -26,6 +26,7 @@ + xs_files => { + 'Senna.xs' => 'lib/Senna.xs' + }, ++ create_packlist => undef, + extra_compiler_flags => $config->{INC}, + extra_linker_flags => $config->{LIBS} + ); +@@ -38,4 +39,4 @@ + } + EOSUB + my $build = $class->new(%args); +-$build->create_build_script; +\ No newline at end of file ++$build->create_build_script; diff --git a/textproc/p5-Senna/pkg-descr b/textproc/p5-Senna/pkg-descr new file mode 100644 index 000000000000..2a230ca1fed7 --- /dev/null +++ b/textproc/p5-Senna/pkg-descr @@ -0,0 +1,3 @@ +Perl module for Embeddable Fulltext Search Engine. + +WWW: http://dev.razil.jp/project/senna-perl/ diff --git a/textproc/p5-Senna/pkg-plist b/textproc/p5-Senna/pkg-plist new file mode 100644 index 000000000000..20f9c289d248 --- /dev/null +++ b/textproc/p5-Senna/pkg-plist @@ -0,0 +1,8 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Senna.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Senna/Cursor.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Senna/Index.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Senna/Result.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Senna/Senna.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Senna/Senna.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Senna +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Senna -- cgit