HTML::Latex converts properly formatted HTML files, filehandles,
or strings to LaTeX. It offers several options in processing, such as the ignoring of tags, the configuration of the TeX, ...
This commit is contained in:
parent
8724a8b8a0
commit
75940b5621
5 changed files with 42 additions and 0 deletions
4
p5-HTML-Latex/DESCR
Normal file
4
p5-HTML-Latex/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
HTML::Latex converts properly formatted HTML files, filehandles,
|
||||
or strings to LaTeX. It offers several options in processing, such
|
||||
as the ignoring of tags, the configuration of the TeX, and downloading
|
||||
of URLs.
|
24
p5-HTML-Latex/Makefile
Normal file
24
p5-HTML-Latex/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/09/09 21:24:55 jeremy-c-reed Exp $
|
||||
|
||||
DISTNAME= html2latex-1.0
|
||||
PKGNAME= p5-HTML-Latex
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/HTML
|
||||
CATEGORIES= print www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=html2latex/}
|
||||
|
||||
MAINTAINER= reed@reedmedia.net
|
||||
HOMEPAGE= http://html2latex.sourceforge.net/
|
||||
COMMENT= Perl5 module for converting HTML to LaTeX
|
||||
|
||||
DEPENDS+= p5-XML-Simple-[0-9]*:../../textproc/p5-XML-Simple
|
||||
DEPENDS+= p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
|
||||
|
||||
USE_BUILDLINK2= YES
|
||||
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/HTML/Latex/.packlist
|
||||
|
||||
# LWP::Simple (called libwwwperl too)
|
||||
# URI (libwww or Bundle::LWP)
|
||||
# Image::Magik
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-HTML-Latex/PLIST
Normal file
1
p5-HTML-Latex/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2003/09/09 21:24:55 jeremy-c-reed Exp $
|
9
p5-HTML-Latex/TODO
Normal file
9
p5-HTML-Latex/TODO
Normal file
|
@ -0,0 +1,9 @@
|
|||
DESCR says "downloading of URLs" but I didn't DEPEND on
|
||||
LWP::Simple (called libwwwperl too)
|
||||
URI (libwww or Bundle::LWP)
|
||||
because I don't need
|
||||
|
||||
Also Image::Magik perl module is used for convert images to PNG
|
||||
which I don't use.
|
||||
|
||||
Should I depend on these?
|
4
p5-HTML-Latex/distinfo
Normal file
4
p5-HTML-Latex/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2003/09/09 21:24:55 jeremy-c-reed Exp $
|
||||
|
||||
SHA1 (html2latex-1.0.tar.gz) = 8dcfa9b75db4ea56124ade699d8483f078eff3de
|
||||
Size (html2latex-1.0.tar.gz) = 47946 bytes
|
Loading…
Reference in a new issue