-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating package databases/p5-Search-QueryParser-SQL from 0.007 to 0.008
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.
- Loading branch information
sno
committed
Aug 19, 2009
1 parent
0414466
commit 29805fe
Showing
2 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
# $NetBSD: Makefile,v 1.3 2008/12/20 16:38:22 he Exp $ | ||
# $NetBSD: Makefile,v 1.4 2009/08/19 20:36:16 sno Exp $ | ||
|
||
DISTNAME= Search-QueryParser-SQL-0.007 | ||
DISTNAME= Search-QueryParser-SQL-0.008 | ||
PKGNAME= p5-${DISTNAME} | ||
CATEGORIES= databases perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Search/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://search.cpan.org/dist/Search-QueryParser-SQL/ | ||
COMMENT= Perl module to turn free-text queries into SQL WHERE clauses | ||
LICENSE= ${PERL5_LICENSE} | ||
|
||
DEPENDS+= p5-Search-QueryParser>=0.93:../../databases/p5-Search-QueryParser/ | ||
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor | ||
DEPENDS+= p5-Data-Dump>=0:../../devel/p5-Data-Dump | ||
DEPENDS+= p5-Search-QueryParser>=0.93:../../databases/p5-Search-QueryParser/ | ||
|
||
PERL5_PACKLIST= auto/Search/QueryParser/SQL/.packlist | ||
PERL5_MODULE_TYPE= Module::Install | ||
|
||
PKG_INSTALLATION_TYPES= overwrite pkgviews | ||
PKG_DESTDIR_SUPPORT= user-destdir | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.2 2008/12/20 16:38:22 he Exp $ | ||
$NetBSD: distinfo,v 1.3 2009/08/19 20:36:16 sno Exp $ | ||
|
||
SHA1 (Search-QueryParser-SQL-0.007.tar.gz) = 3a4045cc138e182b952157f338c175d7b888efd0 | ||
RMD160 (Search-QueryParser-SQL-0.007.tar.gz) = 1b75569455f4e1e8f903639f39c58a27c86dd3c6 | ||
Size (Search-QueryParser-SQL-0.007.tar.gz) = 19334 bytes | ||
SHA1 (Search-QueryParser-SQL-0.008.tar.gz) = 9d3cacce668cb1018707cfa9d32d9719f6a378d6 | ||
RMD160 (Search-QueryParser-SQL-0.008.tar.gz) = 4d7544b88f2d130f761b3cadcbe526afee98494a | ||
Size (Search-QueryParser-SQL-0.008.tar.gz) = 22874 bytes |