diff options
author | tv <tv@pkgsrc.org> | 2000-12-04 02:19:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2000-12-04 02:19:12 +0000 |
commit | 54e2a6792fcfe34e81e5dac711bdd6fa5b766fe7 (patch) | |
tree | ef1db93292c6de63cda8e07fbafe8cf92d7ed789 /www | |
parent | 8637a971d6865dec7a3e04d7ab105ecad517e697 (diff) | |
download | pkgsrc-54e2a6792fcfe34e81e5dac711bdd6fa5b766fe7.tar.gz |
A perl formatter for outputting to other formats of text.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-HTML-Format/Makefile | 19 | ||||
-rw-r--r-- | www/p5-HTML-Format/files/md5 | 3 | ||||
-rw-r--r-- | www/p5-HTML-Format/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/p5-HTML-Format/pkg/DESCR | 13 | ||||
-rw-r--r-- | www/p5-HTML-Format/pkg/PLIST | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/www/p5-HTML-Format/Makefile b/www/p5-HTML-Format/Makefile new file mode 100644 index 00000000000..04f77a36331 --- /dev/null +++ b/www/p5-HTML-Format/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/04 02:19:12 tv Exp $ + +DISTNAME= HTML-Format-1.23 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/} + +MAINTAINER= packages@netbsd.org + +DEPENDS+= p5-Font-AFM>=1.18:../../print/p5-Font-AFM +DEPENDS+= p5-HTML-Tree>=3.04:../../www/p5-HTML-Tree + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML-Format/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-HTML-Format/files/md5 b/www/p5-HTML-Format/files/md5 new file mode 100644 index 00000000000..7523232f58b --- /dev/null +++ b/www/p5-HTML-Format/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/12/04 02:19:12 tv Exp $ + +MD5 (HTML-Format-1.23.tar.gz) = 78f94c359a399ad8c0ead462a69243b4 diff --git a/www/p5-HTML-Format/pkg/COMMENT b/www/p5-HTML-Format/pkg/COMMENT new file mode 100644 index 00000000000..d5aba5bac8a --- /dev/null +++ b/www/p5-HTML-Format/pkg/COMMENT @@ -0,0 +1 @@ +perl5 modules for converting HTML to other text formats diff --git a/www/p5-HTML-Format/pkg/DESCR b/www/p5-HTML-Format/pkg/DESCR new file mode 100644 index 00000000000..ac4ac349154 --- /dev/null +++ b/www/p5-HTML-Format/pkg/DESCR @@ -0,0 +1,13 @@ +This is a collection of modules that formats text from HTML syntax +trees. + +The modules present in this package are: + + HTML::Formatter - Base class for various formatters. Formatters + traverse a syntax tree and produce some textual output. None + of the current formatters handle tables or forms yet. + + HTML::FormatText - Formatter that converts a syntax tree to plain + readable text. + + HTML::FormatPS - Formatter that outputs PostScript code. diff --git a/www/p5-HTML-Format/pkg/PLIST b/www/p5-HTML-Format/pkg/PLIST new file mode 100644 index 00000000000..539bfc58c4f --- /dev/null +++ b/www/p5-HTML-Format/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/04 02:19:12 tv Exp $ |