Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2001 16:38:56 +0500 (YEKT)
From:      Anton Voronin <anton@urc.ac.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31636: New port: www/p5-HTML-Format
Message-ID:  <200110301138.f9UBcue48009@belle.rnoc.urc.ac.ru>

next in thread | raw e-mail | index | archive | help

>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 <libwww@perl.org> 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 <anton@urc.ac.ru>
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 <bsd.port.mk>
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 <libwww@perl.org> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110301138.f9UBcue48009>