aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2016-02-23 19:09:30 +0800
committermiwi <miwi@FreeBSD.org>2016-02-23 19:09:30 +0800
commit3275e46311758537e88f7ea21b7c7dbdd0b5ef3c (patch)
treef8be46230392f1d648a17f07ad046a0f7a2c4537 /textproc
parent1ea0747737b6cba127d417f6ec33c8ae44fd3385 (diff)
downloadfreebsd-ports-gnome-3275e46311758537e88f7ea21b7c7dbdd0b5ef3c.tar.gz
freebsd-ports-gnome-3275e46311758537e88f7ea21b7c7dbdd0b5ef3c.tar.zst
freebsd-ports-gnome-3275e46311758537e88f7ea21b7c7dbdd0b5ef3c.zip
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
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Search-QueryParser/Makefile17
-rw-r--r--textproc/p5-Search-QueryParser/distinfo2
-rw-r--r--textproc/p5-Search-QueryParser/pkg-descr4
-rw-r--r--textproc/p5-Search-QueryParser/pkg-plist2
5 files changed, 26 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index cde2b97424e7..e017c0e2a5db 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -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
diff --git a/textproc/p5-Search-QueryParser/Makefile b/textproc/p5-Search-QueryParser/Makefile
new file mode 100644
index 000000000000..2e36e622e629
--- /dev/null
+++ b/textproc/p5-Search-QueryParser/Makefile
@@ -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>
diff --git a/textproc/p5-Search-QueryParser/distinfo b/textproc/p5-Search-QueryParser/distinfo
new file mode 100644
index 000000000000..25e0b5a33406
--- /dev/null
+++ b/textproc/p5-Search-QueryParser/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Search-QueryParser-0.94.tar.gz) = 5199102004fc7021c36fa57b7b57f5b20707ae22cc96eedb0ba036f2bdfe2ff3
+SIZE (Search-QueryParser-0.94.tar.gz) = 7133
diff --git a/textproc/p5-Search-QueryParser/pkg-descr b/textproc/p5-Search-QueryParser/pkg-descr
new file mode 100644
index 000000000000..49f58ac1b2fe
--- /dev/null
+++ b/textproc/p5-Search-QueryParser/pkg-descr
@@ -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/
diff --git a/textproc/p5-Search-QueryParser/pkg-plist b/textproc/p5-Search-QueryParser/pkg-plist
new file mode 100644
index 000000000000..ab035eb6629d
--- /dev/null
+++ b/textproc/p5-Search-QueryParser/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Search/QueryParser.pm
+%%PERL5_MAN3%%/Search::QueryParser.3.gz