aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Text-EtText
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2002-06-21 10:04:04 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2002-06-21 10:04:04 +0000
commitdcabc4f72f7f80304c21d04f3dfebfbf3203a51e (patch)
tree8f6423e4b18e951d99f48cb60025907ababcaeb6 /textproc/p5-Text-EtText
parent9a3255d32e8e03f9cf7871e3d2278cb826c35f3f (diff)
downloadports-dcabc4f72f7f80304c21d04f3dfebfbf3203a51e.tar.gz
ports-dcabc4f72f7f80304c21d04f3dfebfbf3203a51e.zip
Text::EtText, a simple plain-text markup to HTML convertor.
Notes
Notes: svn path=/head/; revision=61668
Diffstat (limited to 'textproc/p5-Text-EtText')
-rw-r--r--textproc/p5-Text-EtText/Makefile25
-rw-r--r--textproc/p5-Text-EtText/distinfo1
-rw-r--r--textproc/p5-Text-EtText/pkg-comment1
-rw-r--r--textproc/p5-Text-EtText/pkg-descr8
-rw-r--r--textproc/p5-Text-EtText/pkg-plist13
5 files changed, 48 insertions, 0 deletions
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