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
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
clsung 2006-09-29 07:44:53 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-HTML-FromANSI Makefile distinfo pkg-descr pkg-plist Log: Add p5-HTML-FromANSI 1.01, mark up ANSI sequences as HTML. PR: ports/103747 Submitted by: Gea-Suan Lin <gslin at gslin.org> Revision Changes Path 1.1576 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/p5-HTML-FromANSI/Makefile (new) 1.1 +3 -0 ports/www/p5-HTML-FromANSI/distinfo (new) 1.1 +7 -0 ports/www/p5-HTML-FromANSI/pkg-descr (new) 1.1 +7 -0 ports/www/p5-HTML-FromANSI/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added. Thank You.