Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 07381AD376 for ; Thu, 14 Aug 2014 13:45:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7543814B1D8; Thu, 14 Aug 2014 13:45:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 29E6E14B1D5 for ; Thu, 14 Aug 2014 13:45:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 8TvnFvjcmG3T for ; Thu, 14 Aug 2014 13:45:45 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 5733C14B1D3 for ; Thu, 14 Aug 2014 13:45:45 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1851E96; Thu, 14 Aug 2014 13:45:45 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 14 Aug 2014 13:45:45 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-URI-Find To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20140814134545.1851E96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Thu Aug 14 13:45:45 UTC 2014 Modified Files: pkgsrc/www/p5-URI-Find: Makefile distinfo Log Message: Update to 20140709 Upstream changes: 20140709 Wed Jul 9 16:28:37 PDT 2014 New Features * The "git" scheme is supported. (Schwern) * svn, ssh and svn+ssh schemes are supported. [rt.cpan.org 57490] (Schwern) * Added a --schemeless option to urifind. (Schwern) Bug Fixes * http:// is no longer matched [rt.cpan.org 63283] (Schwern) Backwards Incompatibilities * Previously, URIs stringified to their canonical version. Now they stringify as written. This results in less loss of information. For example. "Blah HTTP:://FOO.COM" previously would stringify as "http://foo.com/" and now it will stringify as "HTTP://FOO.COM". To restore the old behavior you can call $uri->canonical. (Schwern) Distribution Changes * No longer using URI::URL. (Schwern) * Now requires URI 1.60 for Unicode support. (Schwern) 20140702 Wed Jul 2 13:41:47 PDT 2014 New Features * IDNA (aka Unicode) domains are now supported. [github 3] (GwenDragon) * The list of TLDs for schemeless matching has been updated. [github 3] (GwenDragon) Bug Fixes * Handle balanced [], {} and quotes in addition to (). [rt.cpan.org 85053] (Schwern) * Don't mangle IPv6 URLs. [rt.cpan.org 85053] (Schwern) * Schemeless is more accurate about two letter TLDs. [github 3] (GwenDragon) Distribution Changes * Switched the issue tracker to Github. (Schwern) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-URI-Find/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-URI-Find/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.