Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Sep 2006 19:04:24 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/103747: [NEW PORT] www/p5-HTML-FromANSI: Mark up ANSI sequences as HTML
Message-ID:  <20060928110424.B78A578@netnews.NCTU.edu.tw>
Resent-Message-ID: <200609281110.k8SBALZj026169@freefall.freebsd.org>

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

>Number:         103747
>Category:       ports
>Synopsis:       [NEW PORT] www/p5-HTML-FromANSI: Mark up ANSI sequences as HTML
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 28 11:10:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006
>Description:
This small module converts ANSI text sequences to corresponding HTML
codes, using stylesheets to control color and blinking properties.

It exports ansi2html() by default, which takes an array, joins it it
into a single scalar, and returns its HTML rendering.

WWW:	http://search.cpan.org/dist/HTML-FromANSI/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-HTML-FromANSI-1.01.shar begins here ---
# 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-FromANSI
#	p5-HTML-FromANSI/pkg-descr
#	p5-HTML-FromANSI/Makefile
#	p5-HTML-FromANSI/pkg-plist
#	p5-HTML-FromANSI/distinfo
#
echo c - p5-HTML-FromANSI
mkdir -p p5-HTML-FromANSI > /dev/null 2>&1
echo x - p5-HTML-FromANSI/pkg-descr
sed 's/^X//' >p5-HTML-FromANSI/pkg-descr << 'END-of-p5-HTML-FromANSI/pkg-descr'
XThis small module converts ANSI text sequences to corresponding HTML
Xcodes, using stylesheets to control color and blinking properties.
X
XIt exports ansi2html() by default, which takes an array, joins it it
Xinto a single scalar, and returns its HTML rendering.
X
XWWW:	http://search.cpan.org/dist/HTML-FromANSI/
END-of-p5-HTML-FromANSI/pkg-descr
echo x - p5-HTML-FromANSI/Makefile
sed 's/^X//' >p5-HTML-FromANSI/Makefile << 'END-of-p5-HTML-FromANSI/Makefile'
X# New ports collection makefile for:	p5-HTML-FromANSI
X# Date created:		2006-09-28
X# Whom:			Gea-Suan Lin <gslin@gslin.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	HTML-FromANSI
XPORTVERSION=	1.01
XCATEGORIES=	www perl5
XMASTER_SITES=	CPAN
XMASTER_SITE_SUBDIR=	HTML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	gslin@gslin.org
XCOMMENT=	Mark up ANSI sequences as HTML
X
XRUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser \
X		${SITE_PERL}/Term/VT102.pm:${PORTSDIR}/devel/p5-Term-VT102
X
XPERL_CONFIGURE=	yes
X
XMAN1=		ansi2html.1
XMAN3=		HTML::FromANSI.3
X
X.include <bsd.port.pre.mk>
X.include <bsd.port.post.mk>
END-of-p5-HTML-FromANSI/Makefile
echo x - p5-HTML-FromANSI/pkg-plist
sed 's/^X//' >p5-HTML-FromANSI/pkg-plist << 'END-of-p5-HTML-FromANSI/pkg-plist'
X@comment $FreeBSD$
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FromANSI/.packlist
X%%SITE_PERL%%/HTML/FromANSI.pm
Xbin/ansi2html
X@dirrmtry %%SITE_PERL%%/HTML
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/FromANSI
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
END-of-p5-HTML-FromANSI/pkg-plist
echo x - p5-HTML-FromANSI/distinfo
sed 's/^X//' >p5-HTML-FromANSI/distinfo << 'END-of-p5-HTML-FromANSI/distinfo'
XMD5 (HTML-FromANSI-1.01.tar.gz) = 1e9e79b2a2a8c7bf4e1110e7d0ac111b
XSHA256 (HTML-FromANSI-1.01.tar.gz) = 920d8c602627d5577f9247ff930e228b1ee3eef8d43002e9fb2d8f637b92820d
XSIZE (HTML-FromANSI-1.01.tar.gz) = 6485
END-of-p5-HTML-FromANSI/distinfo
exit
--- p5-HTML-FromANSI-1.01.shar ends here ---

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



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