From owner-freebsd-perl@FreeBSD.ORG Sun Apr 3 02:37:55 2011 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 795B1106566C; Sun, 3 Apr 2011 02:37:55 +0000 (UTC) (envelope-from skreuzer@exit2shell.com) Received: from exit2shell.com (64.147.119.38.static.nyinternet.net [64.147.119.38]) by mx1.freebsd.org (Postfix) with ESMTP id 497918FC1C; Sun, 3 Apr 2011 02:37:54 +0000 (UTC) Received: by exit2shell.com with ESMTP id p3322p3U056434; Sat, 2 Apr 2011 22:02:51 -0400 (EDT) Received: (from skreuzer@localhost) by exit2shell.com (8.14.3/8.14.4/Submit) id p3322pjs056365; Sat, 2 Apr 2011 22:02:51 -0400 (EDT) (envelope-from skreuzer) Date: Sat, 2 Apr 2011 22:02:51 -0400 (EDT) Message-Id: <201104030202.p3322pjs056365@exit2shell.com> To: FreeBSD-gnats-submit@freebsd.org From: Steven Kreuzer X-send-pr-version: 3.113 X-GNATS-Notify: Cc: perl@freebsd.org Subject: [PATCH] www/p5-HTML-Stream: Make pkg-descr concise X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 02:37:55 -0000 >Submitter-Id: current-users >Originator: Steven Kreuzer >Organization: >Confidential: no >Synopsis: [PATCH] www/p5-HTML-Stream: Make pkg-descr concise >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 7.3-PRERELEASE amd64 >Environment: System: FreeBSD slurry.exit2shell.com 7.3-PRERELEASE FreeBSD 7.3-PRERELEASE #4: Wed Mar 3 11:32:49 EST >Description: * Fix the formatting of pkg-descr * Make the description more concise * Add a WWW link Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- p5-HTML-Stream-1.60.patch begins here --- Index: pkg-descr =================================================================== RCS file: /usr/share/cvs/freebsd/ports/www/p5-HTML-Stream/pkg-descr,v retrieving revision 1.1.1.1 diff -u -u -r1.1.1.1 pkg-descr --- pkg-descr 24 Oct 1996 08:46:17 -0000 1.1.1.1 +++ pkg-descr 3 Apr 2011 01:59:32 -0000 @@ -1,6 +1,4 @@ - This module provides you with an object-oriented (and - subclassable) way of outputting HTML. Basically, you open - up an "HTML stream" on an existing filehandle, and then do - all of your output to the HTML stream (you can intermix - HTML-stream-output and ordinary-print-output, if you - like). +HTML::Stream provides an object-oriented and +subclassable way of outputting HTML. + +WWW: http://search.cpan.org/dist/HTML-Stream/ --- p5-HTML-Stream-1.60.patch ends here ---