mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add p5-Senna 0.08, perl module for Embeddable Fulltext Search Engine.
This commit is contained in:
parent
fda0cd8a33
commit
b443d60371
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141216
@ -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
|
||||
|
30
textproc/p5-Senna/Makefile
Normal file
30
textproc/p5-Senna/Makefile
Normal file
@ -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>
|
2
textproc/p5-Senna/distinfo
Normal file
2
textproc/p5-Senna/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Senna-snap-r39.tar.gz) = 137eefe55e7bc44a581aa2c8ebb2c41d
|
||||
SIZE (Senna-snap-r39.tar.gz) = 40755
|
17
textproc/p5-Senna/files/patch-Build.PL
Normal file
17
textproc/p5-Senna/files/patch-Build.PL
Normal file
@ -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;
|
3
textproc/p5-Senna/pkg-descr
Normal file
3
textproc/p5-Senna/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Perl module for Embeddable Fulltext Search Engine.
|
||||
|
||||
WWW: http://dev.razil.jp/project/senna-perl/
|
8
textproc/p5-Senna/pkg-plist
Normal file
8
textproc/p5-Senna/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user