Initial import of p5-PodToHTML 0.05

This module generates HTML from files containing POD documentation.
This commit is contained in:
kevlo 2004-12-09 08:17:24 +00:00
parent 303b6ca896
commit 173e93c91b
4 changed files with 38 additions and 0 deletions

23
www/p5-PodToHTML/Makefile Normal file
View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2004/12/09 08:17:24 kevlo Exp $
COMMENT= "generate HTML from files containing POD documentation"
DISTNAME= PodToHTML-0.05
PKGNAME= p5-${DISTNAME}
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= :p5-HTML-Format->=1.23:www/p5-HTML-Format \
:p5-HTML-Tree->=3.18:www/p5-HTML-Tree
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (PodToHTML-0.05.tar.gz) = 0a6a4d1887e6b95df0232b002940a5c3
RMD160 (PodToHTML-0.05.tar.gz) = d8b877851927a64779a85d06cc24c83fce7ba7c2
SHA1 (PodToHTML-0.05.tar.gz) = 43e013e9335c467737e1fc2990d10227b2db24a4

View File

@ -0,0 +1,4 @@
This module generates HTML from one or (more typically) several files
containg POD documentation.
It uses Pod::Parser to parse the PODs and HTML::Element to represent the
HTML as it is generated.

View File

@ -0,0 +1,8 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/12/09 08:17:24 kevlo Exp $
bin/podtohtml
${P5SITE}/Pod/
${P5SITE}/Pod/Find.pm
${P5SITE}/Pod/HTML_Elements.pm
${P5SITE}/Pod/Links.pm
@man man/man1/podtohtml.1
@man man/man3p/Pod::HTML_Elements.3p