Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View 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.

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.8 2013/05/31 12:39:54 wiz Exp $
DISTNAME= Search-QueryParser-0.94
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DA/DAMI/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Search-QueryParser/
COMMENT= Parses a query string into a data suitable for search engines
LICENSE= ${PERL5_LICENSE}
PERL5_PACKLIST= auto/Search/QueryParser/.packlist
PKG_INSTALLATION_TYPES= overwrite pkgviews
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2009/10/12 11:48:24 rhaen Exp $
SHA1 (Search-QueryParser-0.94.tar.gz) = 56337b1df6de06b90d7e90498ccd599a5972bdb4
RMD160 (Search-QueryParser-0.94.tar.gz) = 2521c03203461511af801baa45bf0bb959adcd52
Size (Search-QueryParser-0.94.tar.gz) = 7133 bytes