The module 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.
This commit is contained in:
peter 2001-03-22 16:35:30 +00:00
parent d9f4a44762
commit 9948fd0008
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/03/22 16:35:30 peter Exp $
DISTNAME= HTML-FromText-1.005
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
NEED_VERSION= 1.362
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTML
MAINTAINER= Peter Galbavy <peter.galbavy@knowledge.com>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (HTML-FromText-1.005.tar.gz) = 983342bb72acc94ce58b6c7d3a14f62b
RMD160 (HTML-FromText-1.005.tar.gz) = b0c8220d189e42044158a8fb1a511eb6e7d6ff8f
SHA1 (HTML-FromText-1.005.tar.gz) = 46758403bf94d42abce8017e6cd046913cb1b1ad

View File

@ -0,0 +1 @@
convert text to HTML with controlling options

View File

@ -0,0 +1,5 @@
The module 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.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/03/22 16:35:30 peter Exp $
libdata/perl5/site_perl/HTML/FromText.pm
man/man3/HTML::FromText.3p