Date: Wed, 12 Jul 2006 01:06:37 +0800 From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/100095: [NEW PORT] textproc/p5-Pod-XML: Module to convert POD to XML Message-ID: <20060711170248.843E830205@smtp2.bc.hgc.com.tw> Resent-Message-ID: <200607111710.k6BHAGF9088677@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 100095 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Pod-XML: Module to convert POD to XML >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jul 11 17:10:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.1-STABLE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan2.twbbs.org 6.1-STABLE FreeBSD 6.1-STABLE #1: Fri Jun 2 16:44:35 CST >Description: This module uses Pod::Parser to parse POD and generates XML from the resulting parse stream. WWW: http://search.cpan.org/dist/Pod-XML/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Pod-XML-0.96.shar begins here --- # 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-Pod-XML # p5-Pod-XML/Makefile # p5-Pod-XML/distinfo # p5-Pod-XML/pkg-descr # p5-Pod-XML/pkg-plist # echo c - p5-Pod-XML mkdir -p p5-Pod-XML > /dev/null 2>&1 echo x - p5-Pod-XML/Makefile sed 's/^X//' >p5-Pod-XML/Makefile << 'END-of-p5-Pod-XML/Makefile' X# Ports collection makefile for: p5-Pod-XML X# Date created: 2006/07/11 X# Whom: chinsan <chinsan.tw@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= Pod-XML XPORTVERSION= 0.96 XCATEGORIES= textproc devel perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Pod XPKGNAMEPREFIX= p5- X XMAINTAINER= chinsan.tw@gmail.com XCOMMENT= Module to convert POD to XML X XBUILD_DEPENDS= p5-IO-stringy:${PORTSDIR}/devel/p5-IO-stringy \ X p5-Test-File-Contents:${PORTSDIR}/devel/p5-Test-File-Contents \ X p5-Pod-Parser:${PORTSDIR}/textproc/p5-Pod-Parser XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= pod2xml.1 XMAN3= Pod::XML.3 X X.include <bsd.port.mk> END-of-p5-Pod-XML/Makefile echo x - p5-Pod-XML/distinfo sed 's/^X//' >p5-Pod-XML/distinfo << 'END-of-p5-Pod-XML/distinfo' XMD5 (Pod-XML-0.96.tar.gz) = 54a2fa888c918fb698af8c0e6914f9b4 XSHA256 (Pod-XML-0.96.tar.gz) = 297f5167e35fced4741cb99b97459fca1c73893c9647129f6160c2ee30639d29 XSIZE (Pod-XML-0.96.tar.gz) = 7162 END-of-p5-Pod-XML/distinfo echo x - p5-Pod-XML/pkg-descr sed 's/^X//' >p5-Pod-XML/pkg-descr << 'END-of-p5-Pod-XML/pkg-descr' XThis module uses Pod::Parser to parse POD and generates XML from the Xresulting parse stream. X XWWW: http://search.cpan.org/dist/Pod-XML/ END-of-p5-Pod-XML/pkg-descr echo x - p5-Pod-XML/pkg-plist sed 's/^X//' >p5-Pod-XML/pkg-plist << 'END-of-p5-Pod-XML/pkg-plist' Xbin/pod2xml X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/XML/.packlist X%%SITE_PERL%%/Pod/XML.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/XML X@dirrmtry %%SITE_PERL%%/Pod END-of-p5-Pod-XML/pkg-plist exit --- p5-Pod-XML-0.96.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060711170248.843E830205>