import p5-Search-QueryParser 0.93
This module parses a query string into a data structure to be handled by external search engines. For examples of such engines, see File::Tabular and Search::Indexer. The query string can contain simple terms, "exact phrases", field names and comparison operators, '+/-' prefixes, parentheses, and boolean connectors. from Ian Mcwilliam (MAINTAINER)
This commit is contained in:
parent
9890ca57b7
commit
0ee4ec6619
17
textproc/p5-Search-QueryParser/Makefile
Normal file
17
textproc/p5-Search-QueryParser/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/10 17:13:18 jasper Exp $
|
||||
|
||||
COMMENT = parses a query string suitable for external search engines
|
||||
|
||||
MODULES = cpan
|
||||
DISTNAME = Search-QueryParser-0.93
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Ian Mcwilliam <kaosagnt@tpg.com.au>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Search-QueryParser/distinfo
Normal file
5
textproc/p5-Search-QueryParser/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Search-QueryParser-0.93.tar.gz) = RkhCgH/7ZjBymjE1hdOMFg==
|
||||
RMD160 (Search-QueryParser-0.93.tar.gz) = PEvUZ114K7vN5Oh/lIKsRk/x6fw=
|
||||
SHA1 (Search-QueryParser-0.93.tar.gz) = 7QeUogTRQmTdFt0pINdao/OFwkk=
|
||||
SHA256 (Search-QueryParser-0.93.tar.gz) = tMHB5o6i/NITzzkTUaKhNPUQQRYp5XfxOT43ujT91KY=
|
||||
SIZE (Search-QueryParser-0.93.tar.gz) = 6747
|
7
textproc/p5-Search-QueryParser/pkg/DESCR
Normal file
7
textproc/p5-Search-QueryParser/pkg/DESCR
Normal file
@ -0,0 +1,7 @@
|
||||
This module parses a query string into a data structure to be handled
|
||||
by external search engines. For examples of such engines, see
|
||||
File::Tabular and Search::Indexer.
|
||||
|
||||
The query string can contain simple terms, "exact phrases", field
|
||||
names and comparison operators, '+/-' prefixes, parentheses,
|
||||
and boolean connectors.
|
4
textproc/p5-Search-QueryParser/pkg/PLIST
Normal file
4
textproc/p5-Search-QueryParser/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/06/10 17:13:18 jasper Exp $
|
||||
${P5SITE}/Search/
|
||||
${P5SITE}/Search/QueryParser.pm
|
||||
@man man/man3p/Search::QueryParser.3p
|
Loading…
Reference in New Issue
Block a user