From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 20:19:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 055E932D; Sat, 21 Feb 2015 20:19:21 +0000 (UTC) Received: from apnoea.adamw.org (apnoea.adamw.org [204.109.59.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5141F16A; Sat, 21 Feb 2015 20:19:20 +0000 (UTC) Received: from [192.168.192.25] (67-0-109-75.albq.qwest.net [67.0.109.75]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by apnoea.adamw.org (Postfix) with ESMTPSA id BB75E13C91E; Sat, 21 Feb 2015 13:19:18 -0700 (MST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: svn commit: r379540 - head/databases/p5-Mojo-Pg From: Adam Weinberger In-Reply-To: Date: Sat, 21 Feb 2015 13:19:17 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5FF5AFF8-0563-4141-8D33-2E9732FAC308@adamw.org> References: <201502211848.t1LImUcl004841@svn.freebsd.org> To: Sunpoet Po-Chuan Hsieh X-Mailer: Apple Mail (2.2070.6) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, Adam Weinberger , Andrej Zverev , ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 20:19:21 -0000 > On 21 Feb, 2015, at 13:06, Sunpoet Po-Chuan Hsieh = wrote: >=20 > On Sun, Feb 22, 2015 at 2:48 AM, Adam Weinberger = wrote: > Author: adamw > Date: Sat Feb 21 18:48:29 2015 > New Revision: 379540 > URL: https://svnweb.freebsd.org/changeset/ports/379540 > QAT: https://qat.redports.org/buildarchive/r379540/ >=20 > Log: > Use metacpan as the WWW instead of Mojolicious's POD interface. >=20 > Suggested by: az >=20 > Modified: > head/databases/p5-Mojo-Pg/pkg-descr >=20 > Modified: head/databases/p5-Mojo-Pg/pkg-descr > = =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > --- head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 17:50:38 2015 = (r379539) > +++ head/databases/p5-Mojo-Pg/pkg-descr Sat Feb 21 18:48:29 2015 = (r379540) > @@ -5,4 +5,4 @@ Database handles are cached automaticall > to increase performance. And you can handle connection timeouts = gracefully by > holding on to them only for short amounts of time. >=20 > -WWW: http://mojolicio.us/perldoc/Mojo/Pg > +WWW: https://metacpan.org/pod/Mojo::Pg >=20 >=20 > Do you consider to use "http://search.cpan.org/dist/Mojo-Pg/"? > I see much more ports with search.cpan.org as WWW. >=20 > % grep metacpan.org /usr/ports/INDEX-10 | wc -l > 27 > % grep search.cpan.org /usr/ports/INDEX-10 | wc -l > 4698 I've been using metacpan as the WWW because 1) It does a remarkably = better job of displaying POD and module info, and 2) when you search on = cpan it automatically redirects to metacpan. I'm certainly not married = to it but I think it provides a better service to end-users. # Adam --=20 Adam Weinberger adamw@adamw.org http://www.adamw.org