summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-08-29 01:23:23 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-08-29 01:23:23 +0000
commitb443d6037139f85c1344b905b19dcb629d6f7d2d (patch)
tree40139ae0d4d837673685037c9ee549c4fdff11ce /textproc
parentAfter the repocopy request : PR 85372, (diff)
Add p5-Senna 0.08, perl module for Embeddable Fulltext Search Engine.
Notes
Notes: svn path=/head/; revision=141216
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Senna/Makefile30
-rw-r--r--textproc/p5-Senna/distinfo2
-rw-r--r--textproc/p5-Senna/files/patch-Build.PL17
-rw-r--r--textproc/p5-Senna/pkg-descr3
-rw-r--r--textproc/p5-Senna/pkg-plist8
6 files changed, 61 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index ce64c25d5fa9..a33cd4a341ce 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -357,6 +357,7 @@
SUBDIR += p5-SVG
SUBDIR += p5-Search-Saryer
SUBDIR += p5-Search-VectorSpace
+ SUBDIR += p5-Senna
SUBDIR += p5-Sort-ArbBiLex
SUBDIR += p5-Sort-Fields
SUBDIR += p5-Sort-Naturally
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 <kuriyama@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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