mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
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:
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
|
@ -470,6 +470,7 @@
|
|||
SUBDIR += p5-HTML-FormatText-WithLinks
|
||||
SUBDIR += p5-HTML-Fraction
|
||||
SUBDIR += p5-HTML-HTML5-Parser
|
||||
SUBDIR += p5-HTML-HTMLDoc
|
||||
SUBDIR += p5-HTML-RewriteAttributes
|
||||
SUBDIR += p5-HTML-SBC
|
||||
SUBDIR += p5-HTML-SuperForm
|
||||
|
|
25
textproc/p5-HTML-HTMLDoc/Makefile
Normal file
25
textproc/p5-HTML-HTMLDoc/Makefile
Normal 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>
|
2
textproc/p5-HTML-HTMLDoc/distinfo
Normal file
2
textproc/p5-HTML-HTMLDoc/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (HTML-HTMLDoc-0.10.tar.gz) = 9681760e2f2ca7c629e93c0103f12cff85d467c5242bf051665e9f702fb86667
|
||||
SIZE (HTML-HTMLDoc-0.10.tar.gz) = 15293
|
5
textproc/p5-HTML-HTMLDoc/pkg-descr
Normal file
5
textproc/p5-HTML-HTMLDoc/pkg-descr
Normal 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/
|
7
textproc/p5-HTML-HTMLDoc/pkg-plist
Normal file
7
textproc/p5-HTML-HTMLDoc/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue