diff options
Diffstat (limited to '')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-FromText/Makefile | 22 | ||||
-rw-r--r-- | www/p5-HTML-FromText/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-FromText/pkg-comment | 1 | ||||
-rw-r--r-- | www/p5-HTML-FromText/pkg-descr | 10 | ||||
-rw-r--r-- | www/p5-HTML-FromText/pkg-plist | 6 |
6 files changed, 41 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ce7ff772a943..74ae7063a25f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/p5-HTML-FromText/Makefile b/www/p5-HTML-FromText/Makefile new file mode 100644 index 000000000000..f84931dcf6bd --- /dev/null +++ b/www/p5-HTML-FromText/Makefile @@ -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> diff --git a/www/p5-HTML-FromText/distinfo b/www/p5-HTML-FromText/distinfo new file mode 100644 index 000000000000..0c2907f4bd36 --- /dev/null +++ b/www/p5-HTML-FromText/distinfo @@ -0,0 +1 @@ +MD5 (HTML-FromText-1.005.tar.gz) = 983342bb72acc94ce58b6c7d3a14f62b diff --git a/www/p5-HTML-FromText/pkg-comment b/www/p5-HTML-FromText/pkg-comment new file mode 100644 index 000000000000..aaace9a59e2e --- /dev/null +++ b/www/p5-HTML-FromText/pkg-comment @@ -0,0 +1 @@ +Mark up text as HTML diff --git a/www/p5-HTML-FromText/pkg-descr b/www/p5-HTML-FromText/pkg-descr new file mode 100644 index 000000000000..2ae971b5c070 --- /dev/null +++ b/www/p5-HTML-FromText/pkg-descr @@ -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> diff --git a/www/p5-HTML-FromText/pkg-plist b/www/p5-HTML-FromText/pkg-plist new file mode 100644 index 000000000000..8a004a100859 --- /dev/null +++ b/www/p5-HTML-FromText/pkg-plist @@ -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 |