Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2006 19:06:58 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/100082: [NEW PORT] textproc/p5-SGML-DTDParse: Parse an SGML or XML DTD
Message-ID:  <20060711112001.3568830207@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200607111120.k6BBKMaZ062449@freefall.freebsd.org>

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

>Number:         100082
>Category:       ports
>Synopsis:       [NEW PORT] textproc/p5-SGML-DTDParse: Parse an SGML or XML DTD
>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 11:20:21 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #4: Fri Jun  9 14:02:41 CST
>Description:
The DTDParse collection is a set of Perl modules and scripts for
manipulating SGML an XML Document Type Definitions (DTDs). DTDParse is
designed primarily to aid in the understanding and documentation of DTDs.

WWW: http://search.cpan.org/dist/SGML-DTDParse/

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-SGML-DTDParse-2.00.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-SGML-DTDParse
#	p5-SGML-DTDParse/Makefile
#	p5-SGML-DTDParse/distinfo
#	p5-SGML-DTDParse/pkg-descr
#	p5-SGML-DTDParse/pkg-plist
#
echo c - p5-SGML-DTDParse
mkdir -p p5-SGML-DTDParse > /dev/null 2>&1
echo x - p5-SGML-DTDParse/Makefile
sed 's/^X//' >p5-SGML-DTDParse/Makefile << 'END-of-p5-SGML-DTDParse/Makefile'
X# New ports collection makefile for:	p5-SGML-DTDParse
X# Date created:	   			2006/07/11
X# Whom:		   			chinsan <chinsan.tw@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	SGML-DTDParse
XPORTVERSION=	2.00
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	SGML
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	chinsan.tw@gmail.com
XCOMMENT=	Parse an SGML or XML DTD
X
XBUILD_DEPENDS=	p5-Getopt-Long>=2.35:${PORTSDIR}/devel/p5-Getopt-Long \
X		p5-DelimMatch>=1.05:${PORTSDIR}/textproc/p5-DelimMatch \
X		p5-libxml>=0.08:${PORTSDIR}/textproc/p5-libxml \
X		p5-XML-DOM>=1.44:${PORTSDIR}/textproc/p5-XML-DOM \
X		p5-XML-Parser>=2.3:${PORTSDIR}/textproc/p5-XML-Parser
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMAN1=		dtddiff2html.1 dtdformat.1 dtddiff.1 dtdparse.1 dtdflatten.1
XMAN1PREFIX=	${PREFIX}
XMAN3=		SGML::DTDParse::DTD.3 SGML::DTDParse.3 SGML::DTDParse::Util.3
X
X.include <bsd.port.mk>
END-of-p5-SGML-DTDParse/Makefile
echo x - p5-SGML-DTDParse/distinfo
sed 's/^X//' >p5-SGML-DTDParse/distinfo << 'END-of-p5-SGML-DTDParse/distinfo'
XMD5 (SGML-DTDParse-2.00.tar.gz) = bcff0835a0a7480794311fa0821d4db9
XSHA256 (SGML-DTDParse-2.00.tar.gz) = 092734401d77d7a6693a1db5a1cc18b43c3671eb2d8ab52b34af6b9417dadde3
XSIZE (SGML-DTDParse-2.00.tar.gz) = 57846
END-of-p5-SGML-DTDParse/distinfo
echo x - p5-SGML-DTDParse/pkg-descr
sed 's/^X//' >p5-SGML-DTDParse/pkg-descr << 'END-of-p5-SGML-DTDParse/pkg-descr'
XThe DTDParse collection is a set of Perl modules and scripts for
Xmanipulating SGML an XML Document Type Definitions (DTDs). DTDParse is
Xdesigned primarily to aid in the understanding and documentation of DTDs.
X
XWWW: http://search.cpan.org/dist/SGML-DTDParse/
END-of-p5-SGML-DTDParse/pkg-descr
echo x - p5-SGML-DTDParse/pkg-plist
sed 's/^X//' >p5-SGML-DTDParse/pkg-plist << 'END-of-p5-SGML-DTDParse/pkg-plist'
Xbin/dtddiff2html
Xbin/dtdformat
Xbin/dtddiff
Xbin/dtdparse
Xbin/dtdflatten
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/SGML/DTDParse/.packlist
X%%SITE_PERL%%/SGML/DTDParse.pm
X%%SITE_PERL%%/SGML/DTDParse/Tokenizer.pm
X%%SITE_PERL%%/SGML/DTDParse/DTD.pm
X%%SITE_PERL%%/SGML/DTDParse/Util.pm
X%%SITE_PERL%%/SGML/DTDParse/ContentModel.pm
X%%SITE_PERL%%/SGML/DTDParse/Catalog.pm
X%%SITE_PERL%%/SGML/DTDParse/Format/plain.pl
X%%SITE_PERL%%/SGML/DTDParse/Format/refentry.pl
X%%SITE_PERL%%/SGML/DTDParse/Format/html.pl
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SGML/DTDParse
X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/SGML
X@dirrmtry %%SITE_PERL%%/SGML/DTDParse/Format
X@dirrmtry %%SITE_PERL%%/SGML/DTDParse
X@dirrmtry %%SITE_PERL%%/SGML
END-of-p5-SGML-DTDParse/pkg-plist
exit
--- p5-SGML-DTDParse-2.00.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?20060711112001.3568830207>