From owner-freebsd-ports Tue Oct 30 3:40:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ECA4E37B408 for ; Tue, 30 Oct 2001 03:40:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9UBe0V44498; Tue, 30 Oct 2001 03:40:00 -0800 (PST) (envelope-from gnats) Received: from belle.rnoc.urc.ac.ru (belle.rnoc.urc.ac.ru [193.233.85.10]) by hub.freebsd.org (Postfix) with ESMTP id E027B37B407 for ; Tue, 30 Oct 2001 03:39:26 -0800 (PST) Received: (from anton@localhost) by belle.rnoc.urc.ac.ru (8.11.6/8.11.1) id f9UBcue48009; Tue, 30 Oct 2001 16:38:56 +0500 (YEKT) (envelope-from anton) Message-Id: <200110301138.f9UBcue48009@belle.rnoc.urc.ac.ru> Date: Tue, 30 Oct 2001 16:38:56 +0500 (YEKT) From: Anton Voronin Reply-To: Anton Voronin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31636: New port: www/p5-HTML-Format Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31636 >Category: ports >Synopsis: New port: www/p5-HTML-Format >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Oct 30 03:40:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Anton Voronin >Release: FreeBSD 4.4-STABLE i386 >Organization: Southern Ural State University >Environment: System: FreeBSD 4.4-STABLE >Description: This is a collection of modules that formats text from HTML syntax trees. Bug reports and discussions about these modules can be sent to the mailing list. The modules present in this package are: HTML::Formatter - Base class for various formatters. Formatters traverse a syntax tree and produce some textual output. None of the current formatters handle tables or forms yet. HTML::FormatText - Formatter that converts a syntax tree to plain readable text. HTML::FormatPS - Formatter that outputs PostScript code. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-HTML-Format # p5-HTML-Format/Makefile # p5-HTML-Format/distinfo # p5-HTML-Format/pkg-comment # p5-HTML-Format/pkg-descr # p5-HTML-Format/pkg-plist # echo c - p5-HTML-Format mkdir -p p5-HTML-Format > /dev/null 2>&1 echo x - p5-HTML-Format/Makefile sed 's/^X//' >p5-HTML-Format/Makefile << 'END-of-p5-HTML-Format/Makefile' X# New ports collection makefile for: p5-HTML-Format X# Date created: 30 October 2001 X# Whom: Anton Voronin X# X# $FreeBSD$ X# X XPORTNAME= HTML-Format XPORTVERSION= 1.23 XCATEGORIES= www perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= HTML XPKGNAMEPREFIX= p5- X XMAINTAINER= anton@urc.ac.ru X XRUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/TreeBuilder.pm:${PORTSDIR}/www/p5-HTML-Tree X XPERL_CONFIGURE= yes X XMAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} XMAN3= HTML::FormatPS.3 HTML::FormatText.3 HTML::Formatter.3 X X.include END-of-p5-HTML-Format/Makefile echo x - p5-HTML-Format/distinfo sed 's/^X//' >p5-HTML-Format/distinfo << 'END-of-p5-HTML-Format/distinfo' XMD5 (HTML-Format-1.23.tar.gz) = 78f94c359a399ad8c0ead462a69243b4 END-of-p5-HTML-Format/distinfo echo x - p5-HTML-Format/pkg-comment sed 's/^X//' >p5-HTML-Format/pkg-comment << 'END-of-p5-HTML-Format/pkg-comment' XA collection of modules that formats text from HTML syntax treesEND-of-p5-HTML-Format/pkg-comment echo x - p5-HTML-Format/pkg-descr sed 's/^X//' >p5-HTML-Format/pkg-descr << 'END-of-p5-HTML-Format/pkg-descr' XThis is a collection of modules that formats text from HTML syntax Xtrees. Bug reports and discussions about these modules can be sent to Xthe mailing list. X XThe modules present in this package are: X X HTML::Formatter - Base class for various formatters. Formatters X traverse a syntax tree and produce some textual output. None X of the current formatters handle tables or forms yet. X X HTML::FormatText - Formatter that converts a syntax tree to plain X readable text. X X HTML::FormatPS - Formatter that outputs PostScript code. END-of-p5-HTML-Format/pkg-descr echo x - p5-HTML-Format/pkg-plist sed 's/^X//' >p5-HTML-Format/pkg-plist << 'END-of-p5-HTML-Format/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Formatter.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/FormatText.pm Xlib/perl5/site_perl/%%PERL_VER%%/HTML/FormatPS.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-Format/.packlist X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML-Format X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true END-of-p5-HTML-Format/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message