mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Search::Odeum is an interface to the Odeum API. Odeum is the inverted
index API which is a part of qdbm database library. WWW: http://search.cpan.org/dist/Search-Odeum/ PR: ports/114939 Submitted by: Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
parent
c263bb1b84
commit
584dbd3038
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=196680
5 changed files with 47 additions and 0 deletions
|
@ -477,6 +477,7 @@
|
|||
SUBDIR += p5-SGMLSpm
|
||||
SUBDIR += p5-SVG
|
||||
SUBDIR += p5-Search-Estraier
|
||||
SUBDIR += p5-Search-Odeum
|
||||
SUBDIR += p5-Search-Saryer
|
||||
SUBDIR += p5-Search-VectorSpace
|
||||
SUBDIR += p5-Senna
|
||||
|
|
28
textproc/p5-Search-Odeum/Makefile
Normal file
28
textproc/p5-Search-Odeum/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: p5-Search-Odeum
|
||||
# Date created: 2007-07-26
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Search-Odeum
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= Search
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Perl interface to the Odeum inverted index API
|
||||
|
||||
LIB_DEPENDS= qdbm:${PORTSDIR}/databases/qdbm
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}"
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Search::Odeum.3 \
|
||||
Search::Odeum::Document.3 \
|
||||
Search::Odeum::Result.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Search-Odeum/distinfo
Normal file
3
textproc/p5-Search-Odeum/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Search-Odeum-0.02.tar.gz) = 52fe4b7d73a557b1cd7953f268c01980
|
||||
SHA256 (Search-Odeum-0.02.tar.gz) = 34d5784bc45afa3811d7c8f96ef1b60f93ae1624a5864e8e1b40dd115a565f6c
|
||||
SIZE (Search-Odeum-0.02.tar.gz) = 36293
|
4
textproc/p5-Search-Odeum/pkg-descr
Normal file
4
textproc/p5-Search-Odeum/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Search::Odeum is an interface to the Odeum API. Odeum is the inverted
|
||||
index API which is a part of qdbm database library.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Search-Odeum/
|
11
textproc/p5-Search-Odeum/pkg-plist
Normal file
11
textproc/p5-Search-Odeum/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Odeum.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Odeum/Document.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Search/Odeum/Result.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Odeum/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Odeum/Odeum.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Odeum/Odeum.so
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search/Odeum
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Search
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search/Odeum
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Search
|
Loading…
Add table
Reference in a new issue