From owner-cvs-ports@FreeBSD.ORG Sat Feb 12 17:39:16 2011 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3EF4106564A; Sat, 12 Feb 2011 17:39:16 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3F1AB8FC14; Sat, 12 Feb 2011 17:39:15 +0000 (UTC) Received: by vxa40 with SMTP id 40so1920806vxa.13 for ; Sat, 12 Feb 2011 09:39:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=9nZrGTmGp9gSVDjUQeT+YmaswMWL0HOTh4j5xb13Xpk=; b=PUjURp/nKAV1XaMjItIjh27gOwV98oQxHCLMkKsWPteAOLtOeprGBwZdi/ujqcO0h6 5+Nd7lyq2IoSWNx3AHp1L+CCD8Hmi+BfnR2iCTcShYu01ieU/bulLgukX3tk2isda1Vr tM/nUObs5oH/yAsA45krMcCQhkoCk+lXQNYK4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=iCtatbrzm1UEGI5Sv5THAKzaZQgXq/2qB6IMFRqHqKv/pIjqpONTf9JLUwQqZMZcg6 NLqLaM5M0jCLtIY0OwcUbeet5fTiM0/43Q4fzcDYD5ETzywSsjPe8GRJ8sMPB+VbW6kh DGDJCu9iphf59gmGSXyMB+jfU/4kcwPxsfzKQ= MIME-Version: 1.0 Received: by 10.220.183.4 with SMTP id ce4mr2430201vcb.132.1297532355181; Sat, 12 Feb 2011 09:39:15 -0800 (PST) Sender: andrej.zverev@gmail.com Received: by 10.220.202.5 with HTTP; Sat, 12 Feb 2011 09:39:15 -0800 (PST) In-Reply-To: <201102121710.p1CHA8KL051679@repoman.freebsd.org> References: <201102121710.p1CHA8KL051679@repoman.freebsd.org> Date: Sat, 12 Feb 2011 20:39:15 +0300 X-Google-Sender-Auth: MSRaLkZnq1lcxG6q5JZpccCBYzE Message-ID: From: Andrej Zverev To: Frederic Culot Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/lang Makefile ports/lang/p5-SQL-Tokenizer Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Feb 2011 17:39:16 -0000 I don't know exactly but I think more suitable categories for it devel, databases or textproc since it not _real_ parser. Just for record :-) On Sat, Feb 12, 2011 at 8:10 PM, Frederic Culot wrote: > culot 2011-02-12 17:10:08 UTC > > FreeBSD ports repository > > Modified files: > lang Makefile > Added files: > lang/p5-SQL-Tokenizer Makefile distinfo pkg-descr pkg-plist > Log: > SQL::Tokenizer is a simple tokenizer for SQL queries. It does not claim > to be a parser or query verifier. It just creates sane tokens from a > valid SQL query. > > WWW: http://search.cpan.org/dist/SQL-Tokenizer > > PR: ports/154706 > Submitted by: milki > > Revision Changes Path > 1.714 +1 -0 ports/lang/Makefile > 1.1 +24 -0 ports/lang/p5-SQL-Tokenizer/Makefile (new) > 1.1 +2 -0 ports/lang/p5-SQL-Tokenizer/distinfo (new) > 1.1 +5 -0 ports/lang/p5-SQL-Tokenizer/pkg-descr (new) > 1.1 +6 -0 ports/lang/p5-SQL-Tokenizer/pkg-plist (new) >