Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2004 14:42:24 +0900 (JST)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63434: New port: www/p5-PodToHTML
Message-ID:  <200402270542.i1R5gOZo062331@alph.allbsd.org>
Resent-Message-ID: <200402270610.i1R6AHU6007883@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         63434
>Category:       ports
>Synopsis:       New port: www/p5-PodToHTML
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 26 22:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Sato
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
Tokyo University of Science
>Environment:
System: FreeBSD alph.allbsd.org 4.9-STABLE FreeBSD 4.9-STABLE #1: Sun Feb  8 19:26:12 JST 2004     hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH  i386

>Description:
	PodToHTML is a Perl module that generates HTML from one or (more
	typically) several files containg POD documentation.
	
>How-To-Repeat:
	N/A

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-PodToHTML
#	p5-PodToHTML/Makefile
#	p5-PodToHTML/pkg-descr
#	p5-PodToHTML/pkg-plist
#	p5-PodToHTML/distinfo
#
echo c - p5-PodToHTML
mkdir -p p5-PodToHTML > /dev/null 2>&1
echo x - p5-PodToHTML/Makefile
sed 's/^X//' >p5-PodToHTML/Makefile << 'END-of-p5-PodToHTML/Makefile'
X# New ports collection makefile for:   p5-PodToHTML
X# Date created:                27 February 2004
X# Whom:                        hrs@FreeBSD.org
X#
X# $FreeBSD$
X
XPORTNAME=	PodToHTML
XPORTVERSION=	0.04
XCATEGORIES=	www perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Pod
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	hrs@FreeBSD.org
XCOMMENT=	Generating HTML from several files containg POD documentation
X
XBUILD_DEPENDS=	${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
X		${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-PodParser \
X		${SITE_PERL}/HTML/Element.pm:${PORTSDIR}/www/p5-HTML-Tree
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		podtohtml.1
XMAN3=		Pod::HTML_Elements.3
X
X.include <bsd.port.mk>
END-of-p5-PodToHTML/Makefile
echo x - p5-PodToHTML/pkg-descr
sed 's/^X//' >p5-PodToHTML/pkg-descr << 'END-of-p5-PodToHTML/pkg-descr'
XPodToHTML generates HTML from one or (more typically) several files
Xcontaing POD documentation.
X
XIt uses Pod::Parser to parse the PODs and HTML::Element to represent the 
XHTML as it is generated. 
END-of-p5-PodToHTML/pkg-descr
echo x - p5-PodToHTML/pkg-plist
sed 's/^X//' >p5-PodToHTML/pkg-plist << 'END-of-p5-PodToHTML/pkg-plist'
X@comment $FreeBSD$
Xbin/podtohtml
X%%SITE_PERL%%/Pod/Find.pm
X%%SITE_PERL%%/Pod/HTML_Elements.pm
X%%SITE_PERL%%/Pod/Links.pm
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/PodToHTML/.packlist
X@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/PodToHTML 2>/dev/null || true
END-of-p5-PodToHTML/pkg-plist
echo x - p5-PodToHTML/distinfo
sed 's/^X//' >p5-PodToHTML/distinfo << 'END-of-p5-PodToHTML/distinfo'
XMD5 (PodToHTML-0.04.tar.gz) = b08e3351b171b719f40031a188fe5c26
XSIZE (PodToHTML-0.04.tar.gz) = 9199
END-of-p5-PodToHTML/distinfo
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402270542.i1R5gOZo062331>