From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jul 12 19:30:27 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1262616A4E6 for ; Wed, 12 Jul 2006 19:30:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECAC543D5F for ; Wed, 12 Jul 2006 19:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k6CJUInv094809 for ; Wed, 12 Jul 2006 19:30:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k6CJUIuq094808; Wed, 12 Jul 2006 19:30:18 GMT (envelope-from gnats) Resent-Date: Wed, 12 Jul 2006 19:30:18 GMT Resent-Message-Id: <200607121930.k6CJUIuq094808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83F5E16A4E2 for ; Wed, 12 Jul 2006 19:27:41 +0000 (UTC) (envelope-from gslin@netnews.NCTU.edu.tw) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2341043D45 for ; Wed, 12 Jul 2006 19:27:41 +0000 (GMT) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 580ED638; Thu, 13 Jul 2006 03:27:40 +0800 (CST) Message-Id: <20060712192740.580ED638@netnews.NCTU.edu.tw> Date: Thu, 13 Jul 2006 03:27:40 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: gslin@gslin.org Subject: ports/100174: [NEW PORT] textproc/p5-Pod-Xhtml: Generate well-formed XHTML documents from POD format documentation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 19:30:27 -0000 >Number: 100174 >Category: ports >Synopsis: [NEW PORT] textproc/p5-Pod-Xhtml: Generate well-formed XHTML documents from POD format documentation >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: Wed Jul 12 19:30:18 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.1-RELEASE i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sat May 13 03:43:48 CST 2006 >Description: There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need an XSLT to transform XML into XHTML and many people don't have the time or inclination to do this. But they want to make sure that the pages they put on their web site are well-formed, they want those pages to use stylesheets easily, and possibly they want to squirt the XHTML through some kind of filter for more processing. By generating well-formed XHTML straight away we allow anyone to just use the output files as-is. For those who want to use XML tools or transformations they can use the XHTML as a source, because it's a well-formed XML document. Author: P Kent & Simon Flack WWW: http://search.cpan.org/dist/Pod-Xhtml/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Pod-Xhtml-1.52.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-Xhtml # p5-Pod-Xhtml/pkg-descr # p5-Pod-Xhtml/Makefile # p5-Pod-Xhtml/pkg-plist # p5-Pod-Xhtml/distinfo # echo c - p5-Pod-Xhtml mkdir -p p5-Pod-Xhtml > /dev/null 2>&1 echo x - p5-Pod-Xhtml/pkg-descr sed 's/^X//' >p5-Pod-Xhtml/pkg-descr << 'END-of-p5-Pod-Xhtml/pkg-descr' XThere's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need Xan XSLT to transform XML into XHTML and many people don't have the Xtime or inclination to do this. But they want to make sure that the Xpages they put on their web site are well-formed, they want those Xpages to use stylesheets easily, and possibly they want to squirt the XXHTML through some kind of filter for more processing. X XBy generating well-formed XHTML straight away we allow anyone to just Xuse the output files as-is. For those who want to use XML tools or Xtransformations they can use the XHTML as a source, because it's a Xwell-formed XML document. X XAuthor: P Kent & Simon Flack XWWW: http://search.cpan.org/dist/Pod-Xhtml/ END-of-p5-Pod-Xhtml/pkg-descr echo x - p5-Pod-Xhtml/Makefile sed 's/^X//' >p5-Pod-Xhtml/Makefile << 'END-of-p5-Pod-Xhtml/Makefile' X# New ports collection makefile for: p5-Pod-Xhtml X# Date created: 2006-07-13 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= Pod-Xhtml XPORTVERSION= 1.52 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= Pod XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Generate well-formed XHTML documents from POD format documentation X XBUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser XRUN_DEPENDS= ${BUILD_DEPENDS} X XPERL_CONFIGURE= yes X XMAN1= pod2xhtml.1 XMAN3= Pod::Xhtml.3 X X.include X.include END-of-p5-Pod-Xhtml/Makefile echo x - p5-Pod-Xhtml/pkg-plist sed 's/^X//' >p5-Pod-Xhtml/pkg-plist << 'END-of-p5-Pod-Xhtml/pkg-plist' X@comment $FreeBSD$ Xbin/pod2xhtml X%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml/.packlist X%%SITE_PERL%%/Pod/Xhtml.pm X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod X@dirrmtry %%SITE_PERL%%/Pod END-of-p5-Pod-Xhtml/pkg-plist echo x - p5-Pod-Xhtml/distinfo sed 's/^X//' >p5-Pod-Xhtml/distinfo << 'END-of-p5-Pod-Xhtml/distinfo' XMD5 (Pod-Xhtml-1.52.tar.gz) = 2894be2c319c1e120d9fefcdd4e6fe8b XSHA256 (Pod-Xhtml-1.52.tar.gz) = 42c30da1fb7f8f2fa062e2175585ea44445fd63baf30cf0f481adf5a6c646db4 XSIZE (Pod-Xhtml-1.52.tar.gz) = 22868 END-of-p5-Pod-Xhtml/distinfo exit --- p5-Pod-Xhtml-1.52.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: