Bug 103747 - [NEW PORT] www/p5-HTML-FromANSI: Mark up ANSI sequences as HTML
Summary: [NEW PORT] www/p5-HTML-FromANSI: Mark up ANSI sequences as HTML
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-28 12:10 UTC by gslin
Modified: 2006-09-29 08:50 UTC (History)
1 user (show)

See Also:


Attachments
p5-HTML-FromANSI-1.01.shar (2.43 KB, text/plain)
2006-09-28 12:10 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2006-09-28 12:10:21 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-09-28 12:10:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-29 08:45:00 UTC
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"
Comment 3 Cheng-Lung Sung freebsd_committer freebsd_triage 2006-09-29 08:46:14 UTC
State Changed
From-To: open->closed

New port added. Thank You.