mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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:
parent
3b7a021415
commit
b68b701bed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69962
@ -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
|
||||
|
22
www/p5-HTML-FromText/Makefile
Normal file
22
www/p5-HTML-FromText/Makefile
Normal 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>
|
1
www/p5-HTML-FromText/distinfo
Normal file
1
www/p5-HTML-FromText/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (HTML-FromText-1.005.tar.gz) = 983342bb72acc94ce58b6c7d3a14f62b
|
1
www/p5-HTML-FromText/pkg-comment
Normal file
1
www/p5-HTML-FromText/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Mark up text as HTML
|
10
www/p5-HTML-FromText/pkg-descr
Normal file
10
www/p5-HTML-FromText/pkg-descr
Normal 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>
|
6
www/p5-HTML-FromText/pkg-plist
Normal file
6
www/p5-HTML-FromText/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user