mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
This module parses a query string into a data structure to be handled by
external search engines. WWW: http://search.cpan.org/dist/Search-QueryParser/ PR: 204065 Submitted by: jeremybbaggs@gmail.com
This commit is contained in:
parent
7121449bb6
commit
d52fbba2e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409420
@ -750,6 +750,7 @@
|
||||
SUBDIR += p5-Search-Elasticsearch
|
||||
SUBDIR += p5-Search-Estraier
|
||||
SUBDIR += p5-Search-Odeum
|
||||
SUBDIR += p5-Search-QueryParser
|
||||
SUBDIR += p5-Search-Saryer
|
||||
SUBDIR += p5-Search-VectorSpace
|
||||
SUBDIR += p5-Senna
|
||||
|
17
textproc/p5-Search-QueryParser/Makefile
Normal file
17
textproc/p5-Search-QueryParser/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Search-QueryParser
|
||||
PORTVERSION= 0.94
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jeremybbaggs@gmail.com
|
||||
COMMENT= Parse a query into a structure suitable for external search engines
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.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) = 5199102004fc7021c36fa57b7b57f5b20707ae22cc96eedb0ba036f2bdfe2ff3
|
||||
SIZE (Search-QueryParser-0.94.tar.gz) = 7133
|
4
textproc/p5-Search-QueryParser/pkg-descr
Normal file
4
textproc/p5-Search-QueryParser/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module parses a query string into a data structure to be handled by
|
||||
external search engines.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Search-QueryParser/
|
2
textproc/p5-Search-QueryParser/pkg-plist
Normal file
2
textproc/p5-Search-QueryParser/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Search/QueryParser.pm
|
||||
%%PERL5_MAN3%%/Search::QueryParser.3.gz
|
Loading…
Reference in New Issue
Block a user