From owner-cvs-ports@FreeBSD.ORG Sat Dec 12 03:29:51 2009 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 A7400106566C for ; Sat, 12 Dec 2009 03:29:51 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from spartan.hamla.org (spartan.hamla.org [206.251.255.30]) by mx1.freebsd.org (Postfix) with ESMTP id 848A58FC14 for ; Sat, 12 Dec 2009 03:29:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by spartan.hamla.org (Postfix) with ESMTP id 23EFD170BD for ; Fri, 11 Dec 2009 22:29:51 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:reply-to:message-id :subject:subject:from:from:date:date:received:received; s=aegis; t=1260588590; bh=ZQqaz4AoVgXHLowz1Q1M9FzHllHRdntNFStrZGsK21k=; b= gfM9sz1njaLUN+l7UkQSLvi8DLo0qDkzBKgVN5buZJSESHUNhJedX4fvOp9gjbpk ndS2ojMbDvTyjtIJ1xRDqHUrqYbo4sKESwYrvHNRCmWHncI/cdO5KD+IcoV0TCxk qkm52nrGWd5d5osNAxAYGZdwa6Rb5d4Yevg4kilbOyo= X-Virus-Scanned: by ClamAV at spartan.hamla.org Received: from spartan.hamla.org ([127.0.0.1]) by localhost (spartan.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id j261SA5Tstmw for ; Fri, 11 Dec 2009 22:29:50 -0500 (EST) Received: from magic.hamla.org (cpe-69-201-179-80.nyc.res.rr.com [69.201.179.80]) by spartan.hamla.org (Postfix) with ESMTPSA id 9745B1706C for ; Fri, 11 Dec 2009 22:29:50 -0500 (EST) Date: Fri, 11 Dec 2009 22:29:48 -0500 From: Sahil Tandon To: cvs-ports@FreeBSD.org Message-ID: <20091212032947.GA93602@magic.hamla.org> References: <200912070900.nB790U0s078386@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200912070900.nB790U0s078386@repoman.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: Subject: Re: cvs commit: ports/www Makefile ports/www/p5-HTML-FormHandler Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Sahil Tandon 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 Dec 2009 03:29:51 -0000 On Mon, 07 Dec 2009, Wen Heping wrote: > Added files: > www/p5-HTML-FormHandler Makefile distinfo pkg-descr pkg-plist > Log: > HTML::FormHandler allows you to define HTML form fields and validators. > It can be used for both database and non-database forms, and will > automatically update or create rows in a database. It can also be used > to process structured data that doesn't come from an HTML form. > > WWW: http://search.cpan.org/~GSHANK/HTML-FormHandler > > PR: ports/141120 This is a dupe of ports/140926 filed on Nov 27. Please close that PR to reduce amount of open PRs in GNATS. -- Sahil Tandon