Import HTML-FromText 1.005 Perl module.

The text2html function marks up plain text as HTML.  By default it
converts HTML metacharacters into the corresponding entities.  More
sophisticated transformations, such as splitting the text into
paragraphs or marking up bulleted lists, can be carried out by
setting the appropriate options.

PR:		44903
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Christian Weisgerber 2002-11-12 17:07:08 +00:00
parent 3b7a021415
commit b68b701bed
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69962
6 changed files with 41 additions and 0 deletions

View File

@ -302,6 +302,7 @@
SUBDIR += p5-HTML-Element-Extended
SUBDIR += p5-HTML-Embperl
SUBDIR += p5-HTML-FillInForm
SUBDIR += p5-HTML-FromText
SUBDIR += p5-HTML-Mason
SUBDIR += p5-HTML-Navigation
SUBDIR += p5-HTML-Pager

View File

@ -0,0 +1,22 @@
# New ports collection makefile for: HTML::FromText
# Date created: 04 November 2002
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= HTML-FromText
PORTVERSION= 1.005
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= HTML::FromText.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (HTML-FromText-1.005.tar.gz) = 983342bb72acc94ce58b6c7d3a14f62b

View File

@ -0,0 +1 @@
Mark up text as HTML

View File

@ -0,0 +1,10 @@
The text2html function marks up plain text as HTML. By
default it converts HTML metacharacters into the
corresponding entities. More sophisticated transformations,
such as splitting the text into paragraphs or marking up
bulleted lists, can be carried out by setting the
appropriate options.
WWW: http://search.cpan.org/author/GDR/HTML-FromText/
Seamus Venasse <svenasse@polaris.ca>

View File

@ -0,0 +1,6 @@
@comment $FreeBSD$
lib/perl5/site_perl/%%PERL_VER%%/HTML/FromText.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/FromText/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/FromText 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true