From 9948fd0008757d2a607ab719e2862a70f939834b Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 22 Mar 2001 16:35:30 +0000 Subject: [PATCH] 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. --- www/p5-HTML-FromText/Makefile | 19 +++++++++++++++++++ www/p5-HTML-FromText/files/md5 | 3 +++ www/p5-HTML-FromText/pkg/COMMENT | 1 + www/p5-HTML-FromText/pkg/DESCR | 5 +++++ www/p5-HTML-FromText/pkg/PLIST | 3 +++ 5 files changed, 31 insertions(+) create mode 100644 www/p5-HTML-FromText/Makefile create mode 100644 www/p5-HTML-FromText/files/md5 create mode 100644 www/p5-HTML-FromText/pkg/COMMENT create mode 100644 www/p5-HTML-FromText/pkg/DESCR create mode 100644 www/p5-HTML-FromText/pkg/PLIST diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile new file mode 100644 index 00000000000..82d4c2bd218 --- /dev/null +++ b/www/p5-HTML-FromText/Makefile @@ -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 + +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/www/p5-HTML-FromText/files/md5 b/www/p5-HTML-FromText/files/md5 new file mode 100644 index 00000000000..e109a184e46 --- /dev/null +++ b/www/p5-HTML-FromText/files/md5 @@ -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 diff --git a/www/p5-HTML-FromText/pkg/COMMENT b/www/p5-HTML-FromText/pkg/COMMENT new file mode 100644 index 00000000000..b2e049e3822 --- /dev/null +++ b/www/p5-HTML-FromText/pkg/COMMENT @@ -0,0 +1 @@ +convert text to HTML with controlling options diff --git a/www/p5-HTML-FromText/pkg/DESCR b/www/p5-HTML-FromText/pkg/DESCR new file mode 100644 index 00000000000..9652af0e5d1 --- /dev/null +++ b/www/p5-HTML-FromText/pkg/DESCR @@ -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. diff --git a/www/p5-HTML-FromText/pkg/PLIST b/www/p5-HTML-FromText/pkg/PLIST new file mode 100644 index 00000000000..1d2608c35a9 --- /dev/null +++ b/www/p5-HTML-FromText/pkg/PLIST @@ -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