From petef@electron.databits.net  Wed Apr 25 19:53:47 2001
Return-Path: <petef@electron.databits.net>
Received: from electron.databits.net (electron.databits.net [207.29.204.16])
	by hub.freebsd.org (Postfix) with ESMTP id AC70337B423
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 25 Apr 2001 19:53:44 -0700 (PDT)
	(envelope-from petef@electron.databits.net)
Received: (from petef@localhost)
	by electron.databits.net (8.11.3/8.11.3) id f3Q2rr092891;
	Wed, 25 Apr 2001 22:53:53 -0400 (EDT)
	(envelope-from petef)
Message-Id: <200104260253.f3Q2rr092891@electron.databits.net>
Date: Wed, 25 Apr 2001 22:53:53 -0400 (EDT)
From: petef@databits.net
Reply-To: petef@databits.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New port: textproc/p5-HTML-Format
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         26867
>Category:       ports
>Synopsis:       New port: textproc/p5-HTML-Format
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 25 20:00:02 PDT 2001
>Closed-Date:    Thu May 24 06:32:39 PDT 2001
>Last-Modified:  Thu May 24 06:33:10 PDT 2001
>Originator:     Pete Fritchman
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Databits Network Services, Inc.
>Environment:
System: FreeBSD electron.databits.net 4.3-STABLE FreeBSD 4.3-STABLE #4: Sun Apr 22 21:17:37 EDT 2001 root@electron.databits.net:/usr/obj/usr/src/sys/ELECTRON i386

>Description:

A module to format HTML to text or PostScript

Note: this will need PRs ports/26860 and ports/26866 committed to function
properly.

>How-To-Repeat:

N/A

>Fix:

(http://hex.databits.net/~petef/freebsd/p5-HTML-Format.shar)

# 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:				25 April 2001
X# Whom:					Pete Fritchman <petef@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-Format
XPORTVERSION= 	1.23
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=     petef@databits.net
X
XRUN_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree \
X		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Font/AFM.pm:${PORTSDIR}/textproc/p5-Font-AFM
X
XPERL_CONFIGURE=	yes
XMAN3=		HTML::Formatter.3 HTML::FormatPS.3 HTML::FormatText.3
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
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 module to format HTML to text or PS
END-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
Xto the <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.
X	None 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.
X
X
XWWW: http://search.cpan.org/search?dist=PDF-Create
X
X- Pete
Xpetef@databits.net
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/FormatPS.pm
Xlib/perl5/site_perl/%%PERL_VER%%/HTML/FormatText.pm
Xlib/perl5/site_perl/%%PERL_VER%%/HTML/Formatter.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:
State-Changed-From-To: open->closed 
State-Changed-By: ijliao 
State-Changed-When: Thu May 24 06:32:39 PDT 2001 
State-Changed-Why:  
committed, thanks 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26867 
>Unformatted:
