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:
parent
d9f4a44762
commit
9948fd0008
19
www/p5-HTML-FromText/Makefile
Normal file
19
www/p5-HTML-FromText/Makefile
Normal 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>
|
3
www/p5-HTML-FromText/files/md5
Normal file
3
www/p5-HTML-FromText/files/md5
Normal 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
|
1
www/p5-HTML-FromText/pkg/COMMENT
Normal file
1
www/p5-HTML-FromText/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
convert text to HTML with controlling options
|
5
www/p5-HTML-FromText/pkg/DESCR
Normal file
5
www/p5-HTML-FromText/pkg/DESCR
Normal 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.
|
3
www/p5-HTML-FromText/pkg/PLIST
Normal file
3
www/p5-HTML-FromText/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user