Received: from mail.netbsd.org (mail.NetBSD.org [199.233.217.200]) (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 D71427ACD0 for ; Sun, 10 Jan 2016 20:01:49 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 551D385EA8; Sun, 10 Jan 2016 20:01:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D676385E7B for ; Sun, 10 Jan 2016 20:01:48 +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 pz8xJTQv1slQ for ; Sun, 10 Jan 2016 20:01:48 +0000 (UTC) Received: from cvs.NetBSD.org (cvs.NetBSD.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 577B585E57 for ; Sun, 10 Jan 2016 20:01:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 558FCFBB5; Sun, 10 Jan 2016 20:01:48 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 10 Jan 2016 20:01:48 +0000 From: "Benny Siegert" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160110200148.558FCFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sun Jan 10 20:01:48 UTC 2016 Modified Files: pkgsrc/www: Makefile Added Files: pkgsrc/www/p5-HTML-Display: DESCR Makefile distinfo Log Message: Import HTML::Display. From Edgar Fuss in PR pkg/49188. From DESCR: This module abstracts the task of displaying HTML to the user. The displaying is done by launching a browser and navigating it to either a temporary file with the HTML stored in it, or, if possible, by pushing the HTML directly into the browser window. To generate a diff of this commit: cvs rdiff -u -r1.1144 -r1.1145 pkgsrc/www/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTML-Display/DESCR \ pkgsrc/www/p5-HTML-Display/Makefile pkgsrc/www/p5-HTML-Display/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.