Add p5-Relations-Query 0.93, object for building queries with

DBI/DBD::mysql.

PR:		ports/102019
Submitted by:	Timur I. Bakeyev <bat at cpan.org>
This commit is contained in:
Anton Berezin 2006-08-15 09:52:11 +00:00
parent 43160855b4
commit 2bc4546408
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170686
5 changed files with 43 additions and 0 deletions

View file

@ -268,6 +268,7 @@
SUBDIR += p5-POE-Component-LaDBI
SUBDIR += p5-Pg
SUBDIR += p5-Relations
SUBDIR += p5-Relations-Query
SUBDIR += p5-ResourcePool-Resource-DBI
SUBDIR += p5-Rose-DB
SUBDIR += p5-Rose-DB-Object

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: databases/p5-Relations-Query
# Date created: 1 Aug 2006
# Whom: Timur I. Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Relations-Query
PORTVERSION= 0.93
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Relations
PKGNAMEPREFIX= p5-
MAINTAINER= bat@cpan.org
COMMENT= Object for building queries with DBI/DBD::mysql
BUILD_DEPENDS= ${SITE_PERL}/Relations.pm:${PORTSDIR}/databases/p5-Relations
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Relations::Query.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Relations-Query-0.93.tar.gz) = c9188d6cd7e0fdd2236e95fb30207062
SHA256 (Relations-Query-0.93.tar.gz) = d7c218846def4cea37c0e33918cc11b9bf0e60866df3acd473e28c531e7c87f3
SIZE (Relations-Query-0.93.tar.gz) = 10518

View file

@ -0,0 +1,9 @@
With Relations::Query you can create a 'select' query by creating a new
query object, and passing hashes, arrays, or strings of info to the
constructor, such as what's within the variables clause, what to order
by, etc. You can also add and override clause info in the query as
well, on both a permanent and temporary basis. With the to_string()
function, you can create a query string from a hash, query object or
string.
WWW: http://www.gaf3.com/

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Relations/Query.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations/Query/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations/Query
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Relations
@dirrmtry %%SITE_PERL%%/Relations