summaryrefslogtreecommitdiff
path: root/databases/p5-Search-QueryParser-SQL
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2009-08-19Updating package databases/p5-Search-QueryParser-SQL from 0.007 to 0.008sno2-7/+10
pkgsrc changes: - Adding license - Adjusting dependencies - Using "correct" module type Upstream changes: 0.008 18 Aug 2009 * add tests and support for fuzzy int-types * refactor to include an explicit Column class to allow for more granular control of sql building. Thanks to John Maslanik for the prompting that led to this idea.
2008-12-20Update from version 0.005nb1 to 0.007.he2-7/+6
Upstream changes: 0.007 4 Dec 2008 * add fuzzify2 feature 0.006 22 Nov 2008 * fix overload bug for Test::More 0.86
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-10-12Import p5-Search-QueryParser-SQL version 0.005.he3-0/+32
Search::QueryParser::SQL is a subclass of Search::QueryParser. Chiefly it extends the unparse() method to stringify free-text search queries as valid SQL WHERE clauses. The idea is to allow you to treat your database like a free-text search index, when it really isn't.