diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-21 10:04:04 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-06-21 10:04:04 +0000 |
commit | dcabc4f72f7f80304c21d04f3dfebfbf3203a51e (patch) | |
tree | 8f6423e4b18e951d99f48cb60025907ababcaeb6 | |
parent | 9a3255d32e8e03f9cf7871e3d2278cb826c35f3f (diff) | |
download | ports-dcabc4f72f7f80304c21d04f3dfebfbf3203a51e.tar.gz ports-dcabc4f72f7f80304c21d04f3dfebfbf3203a51e.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Text-EtText/pkg-plist | 13 |
6 files changed, 49 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 2f3c0f96e5be..08ac30b1a020 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -171,6 +171,7 @@ SUBDIR += p5-Text-CSV SUBDIR += p5-Text-CSV_XS SUBDIR += p5-Text-DoubleMetaphone + SUBDIR += p5-Text-EtText SUBDIR += p5-Text-FillIn SUBDIR += p5-Text-Filter SUBDIR += p5-Text-Filter-Chain diff --git a/textproc/p5-Text-EtText/Makefile b/textproc/p5-Text-EtText/Makefile new file mode 100644 index 000000000000..ab9a8bcf9758 --- /dev/null +++ b/textproc/p5-Text-EtText/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-HTML-Parser +# Date created: 21 June 2002 +# Whom: Joseph Koshy <jkoshy@freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-EtText +PORTVERSION= 2.2 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= jkoshy@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Text::EtText.3 Text::EtText::DefaultGlossary.3 \ + Text::EtText::LinkGlossary.3 Text::EtText::EtText2HTML.3 \ + Text::EtText::HTML2EtText.3 +MAN1= ethtml2text.1 ettext2html.1 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-EtText/distinfo b/textproc/p5-Text-EtText/distinfo new file mode 100644 index 000000000000..cec228ea0134 --- /dev/null +++ b/textproc/p5-Text-EtText/distinfo @@ -0,0 +1 @@ +MD5 (Text-EtText-2.2.tar.gz) = c267ef8d13f676b16c60cca203836898 diff --git a/textproc/p5-Text-EtText/pkg-comment b/textproc/p5-Text-EtText/pkg-comment new file mode 100644 index 000000000000..06ac90916677 --- /dev/null +++ b/textproc/p5-Text-EtText/pkg-comment @@ -0,0 +1 @@ +A simple plain-text to HTML converter diff --git a/textproc/p5-Text-EtText/pkg-descr b/textproc/p5-Text-EtText/pkg-descr new file mode 100644 index 000000000000..62918fea5649 --- /dev/null +++ b/textproc/p5-Text-EtText/pkg-descr @@ -0,0 +1,8 @@ +EtText is a simple plain-text to HTML convertor. It provides an +easy-to-edit, easy-to-read and intuitive way to write HTML. + +EtText markup is simple and effective; it is very similar to +WikiWikiWeb TextFormattingRules or Zope's StructuredText. +It tries to be XHTML conformant in its generated code. + +WWW: http://ettext.taint.org/ diff --git a/textproc/p5-Text-EtText/pkg-plist b/textproc/p5-Text-EtText/pkg-plist new file mode 100644 index 000000000000..2fd36f3f0185 --- /dev/null +++ b/textproc/p5-Text-EtText/pkg-plist @@ -0,0 +1,13 @@ +bin/ethtml2text +bin/ettext2html +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/EtText/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText/Lists.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText/DefaultGlossary.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText/LinkGlossary.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText/HTML2EtText.pm +lib/perl5/site_perl/%%PERL_VER%%/Text/EtText/EtText2HTML.pm +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/EtText +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2> /dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text/EtText +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Text 2> /dev/null || true |