SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
textproc/p5-Search-QueryParser/Makefile
Normal file
14
textproc/p5-Search-QueryParser/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = parses a query string suitable for external search engines
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Search-QueryParser-0.94
|
||||
REVISION = 2
|
||||
CATEGORIES = textproc
|
||||
|
||||
MAINTAINER = Ian Mcwilliam <kaosagnt@gmail.com>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Search-QueryParser/distinfo
Normal file
2
textproc/p5-Search-QueryParser/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Search-QueryParser-0.94.tar.gz) = UZkQIAT8cCHDb6V7e1f1sgcHriLMlu7bC6A28r3+L/M=
|
||||
SIZE (Search-QueryParser-0.94.tar.gz) = 7133
|
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.
|
3
textproc/p5-Search-QueryParser/pkg/PLIST
Normal file
3
textproc/p5-Search-QueryParser/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Search/
|
||||
${P5SITE}/Search/QueryParser.pm
|
||||
@man man/man3p/Search::QueryParser.3p
|
Loading…
Add table
Add a link
Reference in a new issue