Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  1 Mar 2006 16:07:39 -0500 (EST)
From:      Vivek Khera <vivek@khera.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/93997: new port p5-HTML-PrettyPrinter
Message-ID:  <20060301210739.56844B80F@yertle.kcilink.com>
Resent-Message-ID: <200603012110.k21LA46g088378@freefall.freebsd.org>

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

>Number:         93997
>Category:       ports
>Synopsis:       new port p5-HTML-PrettyPrinter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 01 21:10:04 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 6.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD yertle.int.kciLink.com 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #1: Sat Feb 25 22:10:18 EST 2006 khera@yertle.int.kciLink.com:/usr/obj/usr/src/sys/KCI64 amd64


	
>Description:
	

new port www/p5-HTML-PrettyPrinter

>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:
#
#	Makefile
#	distinfo
#	pkg-descr
#	pkg-plist
#
echo x - Makefile
sed 's/^X//' >Makefile << 'END-of-Makefile'
X# New ports collection makefile for:	p5-HTML-PrettyPrinter
X# Date created:				Wed Mar  1 15:41:13 EST 2006
X# Whom:					Vivek Khera <vivek@khera.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-PrettyPrinter
XPORTVERSION=	0.03
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	HTML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	vivek@khera.org
XCOMMENT=	Generate nice HTML files from HTML syntax trees
X
XBUILD_DEPENDS=	${SITE_PERL}/HTML/Tree.pm:${PORTSDIR}/www/p5-HTML-Tree
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN3=		HTML::PrettyPrinter.3
X
X.include <bsd.port.mk>
END-of-Makefile
echo x - distinfo
sed 's/^X//' >distinfo << 'END-of-distinfo'
XMD5 (HTML-PrettyPrinter-0.03.tar.gz) = 4d3f84ba4e35cb7fac863b828b7f2b68
XSHA256 (HTML-PrettyPrinter-0.03.tar.gz) = 1bda2edf2cdda3c9a97cfd55ab2792f7254202b7b56b51ebaecea54ac46edab6
XSIZE (HTML-PrettyPrinter-0.03.tar.gz) = 14036
END-of-distinfo
echo x - pkg-descr
sed 's/^X//' >pkg-descr << 'END-of-pkg-descr'
XHTML::PrettyPrinter produces nicely formatted HTML code from a HTML syntax
Xtree. It is especially usefull if the produced HTML file shall be read or
Xedited manually afterwards. Various parameters let you adapt the output to
Xdifferent styles and requirements.
X
XWWW: http://search.cpan.org/dist/HTML::PrettyPrinter/
END-of-pkg-descr
echo x - pkg-plist
sed 's/^X//' >pkg-plist << 'END-of-pkg-plist'
X%%SITE_PERL%%/HTML/PrettyPrinter.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/PrettyPrinter/.packlist
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/PrettyPrinter
END-of-pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



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