From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 28 11:10:25 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86BC916A416 for ; Thu, 28 Sep 2006 11:10:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 638E043D78 for ; Thu, 28 Sep 2006 11:10:23 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k8SBALE3026170 for ; Thu, 28 Sep 2006 11:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k8SBALZj026169; Thu, 28 Sep 2006 11:10:21 GMT (envelope-from gnats) Resent-Date: Thu, 28 Sep 2006 11:10:21 GMT Resent-Message-Id: <200609281110.k8SBALZj026169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD3D16A403 for ; Thu, 28 Sep 2006 11:04:28 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id A21FD43D58 for ; Thu, 28 Sep 2006 11:04:28 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id B78A578; Thu, 28 Sep 2006 19:04:24 +0800 (CST) Message-Id: <20060928110424.B78A578@netnews.NCTU.edu.tw> Date: Thu, 28 Sep 2006 19:04:24 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/103747: [NEW PORT] www/p5-HTML-FromANSI: Mark up ANSI sequences as HTML X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Sep 2006 11:10:25 -0000 >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 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 X.include 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: