This Module provides an OO-interface to the htmldoc program.

You can use it to produce PDF or PS files from a HTML-document.
Currently many but not all parameters of HTMLDoc are supported.

WWW: http://search.cpan.org/dist/HTML-HTMLDoc/

PR:		ports/153955
Submitted by:	Menshikov Konstantin <kostjnspb@yandex.ru>
Feature safe:	yes
This commit is contained in:
Wen Heping 2011-01-18 12:59:42 +00:00
parent 0deba97711
commit 6a30c925f4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=267945
5 changed files with 40 additions and 0 deletions

View file

@ -470,6 +470,7 @@
SUBDIR += p5-HTML-FormatText-WithLinks SUBDIR += p5-HTML-FormatText-WithLinks
SUBDIR += p5-HTML-Fraction SUBDIR += p5-HTML-Fraction
SUBDIR += p5-HTML-HTML5-Parser SUBDIR += p5-HTML-HTML5-Parser
SUBDIR += p5-HTML-HTMLDoc
SUBDIR += p5-HTML-RewriteAttributes SUBDIR += p5-HTML-RewriteAttributes
SUBDIR += p5-HTML-SBC SUBDIR += p5-HTML-SBC
SUBDIR += p5-HTML-SuperForm SUBDIR += p5-HTML-SuperForm

View file

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-HTML-HTMLDoc
# Date created: 13 January 2010
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
#
# $FreeBSD$
#
PORTNAME= HTML-HTMLDoc
PORTVERSION= 0.10
CATEGORIES= textproc perl5
MASTER_SITES= http://kostjn.spb.ru/freebsd/ \
CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kostjnspb@yandex.ru
COMMENT= Perl interface to the htmldoc program
BUILD_DEPENDS= htmldoc>0:${PORTSDIR}/textproc/htmldoc
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES
MAN3= HTML::HTMLDoc.3 HTML::HTMLDoc::PDF.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (HTML-HTMLDoc-0.10.tar.gz) = 9681760e2f2ca7c629e93c0103f12cff85d467c5242bf051665e9f702fb86667
SIZE (HTML-HTMLDoc-0.10.tar.gz) = 15293

View file

@ -0,0 +1,5 @@
This Module provides an OO-interface to the htmldoc program.
You can use it to produce PDF or PS files from a HTML-document.
Currently many but not all parameters of HTMLDoc are supported.
WWW: http://search.cpan.org/dist/HTML-HTMLDoc/

View file

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/HTMLDoc/.packlist
%%SITE_PERL%%/HTML/HTMLDoc.pm
%%SITE_PERL%%/HTML/HTMLDoc/PDF.pm
@dirrmtry %%SITE_PERL%%/HTML/HTMLDoc
@dirrmtry %%SITE_PERL%%/HTML
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/HTMLDoc
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML