From tobez@tobez.org  Sat Dec 30 18:14:46 2000
Return-Path: <tobez@tobez.org>
Received: from heechee.tobez.org (254.adsl0.ryv.worldonline.dk [213.237.10.254])
	by hub.freebsd.org (Postfix) with ESMTP id 64A3F37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 30 Dec 2000 18:14:45 -0800 (PST)
Received: by heechee.tobez.org (Postfix, from userid 1001)
	id E44CC54E4; Sun, 31 Dec 2000 03:14:30 +0100 (CET)
Message-Id: <20001231021430.E44CC54E4@heechee.tobez.org>
Date: Sun, 31 Dec 2000 03:14:30 +0100 (CET)
From: tobez@tobez.org
Reply-To: tobez@tobez.org
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: databases/p5-Text-Query-SQL (Text-Query-SQL provides query builders for SQL databases)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         23969
>Category:       ports
>Synopsis:       New port: databases/p5-Text-Query-SQL (Text-Query-SQL provides query builders for SQL databases)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec 30 18:20:00 PST 2000
>Closed-Date:    Sat Dec 30 21:44:55 PST 2000
>Last-Modified:  Sat Dec 30 21:45:01 PST 2000
>Originator:     Anton Berezin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
Requires textproc/p5-Text-Query (PR 23968)
>Description:

Text-Query-SQL provides query builders for SQL databases. Searching 'foo
and bar' will retrieve rows containing the words foo and bar. It does it
by generating the appropriate SQL request.

Text-Query-SQL is derived from the Text-Query module.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Text-Query-SQL
#	p5-Text-Query-SQL/pkg-plist
#	p5-Text-Query-SQL/pkg-descr
#	p5-Text-Query-SQL/pkg-comment
#	p5-Text-Query-SQL/distinfo
#	p5-Text-Query-SQL/Makefile
#
echo c - p5-Text-Query-SQL
mkdir -p p5-Text-Query-SQL > /dev/null 2>&1
echo x - p5-Text-Query-SQL/pkg-plist
sed 's/^X//' >p5-Text-Query-SQL/pkg-plist << 'END-of-p5-Text-Query-SQL/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query/SQL/.packlist
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSQLMifluz.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSQLMySQL.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSQLFulcrum.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSQL.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/BuildSQLPg.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Text/Query/SolveSQL.pm
Xlib/perl5/site_perl/%%PERL_VER%%/Bundle/Text/Query/BuildSQL.pm
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Query/SQL
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle/Text/Query 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle/Text 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true
X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text/Query 2>/dev/null || true
END-of-p5-Text-Query-SQL/pkg-plist
echo x - p5-Text-Query-SQL/pkg-descr
sed 's/^X//' >p5-Text-Query-SQL/pkg-descr << 'END-of-p5-Text-Query-SQL/pkg-descr'
XText-Query-SQL provides query builders for SQL databases. Searching 'foo
Xand bar' will retrieve rows containing the words foo and bar. It does it
Xby generating the appropriate SQL request.
X
XText-Query-SQL is derived from the Text-Query module.
X
XWWW: http://www.senga.org/Text-Query-SQL/
X
X-Anton
X<tobez@tobez.org>
END-of-p5-Text-Query-SQL/pkg-descr
echo x - p5-Text-Query-SQL/pkg-comment
sed 's/^X//' >p5-Text-Query-SQL/pkg-comment << 'END-of-p5-Text-Query-SQL/pkg-comment'
XText-Query-SQL provides query builders for SQL databases
END-of-p5-Text-Query-SQL/pkg-comment
echo x - p5-Text-Query-SQL/distinfo
sed 's/^X//' >p5-Text-Query-SQL/distinfo << 'END-of-p5-Text-Query-SQL/distinfo'
XMD5 (Text-Query-SQL-0.09.tar.gz) = 37b1302cdf66eeba203c8170d331edea
END-of-p5-Text-Query-SQL/distinfo
echo x - p5-Text-Query-SQL/Makefile
sed 's/^X//' >p5-Text-Query-SQL/Makefile << 'END-of-p5-Text-Query-SQL/Makefile'
X# New ports collection makefile for:	databases/p5-Text-Query-SQL
X# Date created:				31 December 2000
X# Whom:					Anton Berezin <tobez@tobez.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Text-Query-SQL
XPORTVERSION=	0.09
XCATEGORIES=	databases perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Text
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	tobez@tobez.org
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Query.pm:${PORTSDIR}/textproc/p5-Text-Query
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XUSE_PERL5=	yes
XPERL_CONFIGURE=	yes
X
XMAN3=		Text::Query::BuildSQLMifluz.3 Text::Query::BuildSQLMySQL.3 \
X		Text::Query::BuildSQLFulcrum.3 Text::Query::BuildSQL.3 \
X		Text::Query::BuildSQLPg.3 Text::Query::SolveSQL.3 \
X		Bundle::Text::Query::BuildSQL.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
X
Xpre-patch:
X	@${PERL} -pi -e '/DBI/ and $$_=""' ${WRKSRC}/Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-Text-Query-SQL/Makefile
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Sat Dec 30 21:44:55 PST 2000 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=23969 
>Unformatted:
