mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
DOM Level 2 Core API for XML based on gdome2.
This commit is contained in:
parent
2faa601e2b
commit
fd0a504e7e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90054
5 changed files with 91 additions and 0 deletions
|
@ -278,6 +278,7 @@
|
||||||
SUBDIR += p5-XML-Filter-SAXT
|
SUBDIR += p5-XML-Filter-SAXT
|
||||||
SUBDIR += p5-XML-Filter-XInclude
|
SUBDIR += p5-XML-Filter-XInclude
|
||||||
SUBDIR += p5-XML-Filter-XSLT
|
SUBDIR += p5-XML-Filter-XSLT
|
||||||
|
SUBDIR += p5-XML-GDOME
|
||||||
SUBDIR += p5-XML-Generator-DBI
|
SUBDIR += p5-XML-Generator-DBI
|
||||||
SUBDIR += p5-XML-Generator-PerlData
|
SUBDIR += p5-XML-Generator-PerlData
|
||||||
SUBDIR += p5-XML-Grove
|
SUBDIR += p5-XML-Grove
|
||||||
|
|
52
textproc/p5-XML-GDOME/Makefile
Normal file
52
textproc/p5-XML-GDOME/Makefile
Normal file
|
@ -0,0 +1,52 @@
|
||||||
|
# New ports collection makefile for: XML::GDOME
|
||||||
|
# Date created: 2003-10-02
|
||||||
|
# Whom: Stefan Esser <se@FreeBSD.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= XML-GDOME
|
||||||
|
PORTVERSION= 0.83
|
||||||
|
CATEGORIES= textproc perl5
|
||||||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||||
|
MASTER_SITE_SUBDIR= XML
|
||||||
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
|
MAINTAINER= se@FreeBSD.org
|
||||||
|
COMMENT= Perl module that provides the DOM Level 2 Core API for XML documents
|
||||||
|
|
||||||
|
LIB_DEPENDS= gdome.7:${PORTSDIR}/textproc/gdome2
|
||||||
|
RUN_DEPENDS= ${SITE_PERL}/XML/SAX/Base.pm:${PORTSDIR}/textproc/p5-XML-SAX \
|
||||||
|
${SITE_PERL}/${PERL_ARCH}/XML/LibXML/Common.pm:${PORTSDIR}/textproc/p5-XML-LibXML-Common
|
||||||
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||||
|
|
||||||
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
MAN3= XML::GDOME.3 \
|
||||||
|
XML::GDOME::Attr.3 \
|
||||||
|
XML::GDOME::CDATASection.3 \
|
||||||
|
XML::GDOME::CharacterData.3 \
|
||||||
|
XML::GDOME::Comment.3 \
|
||||||
|
XML::GDOME::Document.3 \
|
||||||
|
XML::GDOME::DocumentFragment.3 \
|
||||||
|
XML::GDOME::DocumentType.3 \
|
||||||
|
XML::GDOME::Element.3 \
|
||||||
|
XML::GDOME::Entity.3 \
|
||||||
|
XML::GDOME::EntityReference.3 \
|
||||||
|
XML::GDOME::NamedNodeMap.3 \
|
||||||
|
XML::GDOME::Node.3 \
|
||||||
|
XML::GDOME::NodeList.3 \
|
||||||
|
XML::GDOME::Notation.3 \
|
||||||
|
XML::GDOME::SAX::Builder.3 \
|
||||||
|
XML::GDOME::SAX::Generator.3 \
|
||||||
|
XML::GDOME::SAX::Parser.3 \
|
||||||
|
XML::GDOME::Text.3 \
|
||||||
|
XML::GDOME::XPath::Evaluator.3 \
|
||||||
|
XML::GDOME::XPath::NSResolver.3 \
|
||||||
|
XML::GDOME::XPath::Namespace.3 \
|
||||||
|
XML::GDOME::XPath::Result.3 \
|
||||||
|
XML::GDOME::ProcessingInstruction.3
|
||||||
|
|
||||||
|
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
textproc/p5-XML-GDOME/distinfo
Normal file
1
textproc/p5-XML-GDOME/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (XML-GDOME-0.83.tar.gz) = 95d53e06bedf634a03617ff11407788d
|
6
textproc/p5-XML-GDOME/pkg-descr
Normal file
6
textproc/p5-XML-GDOME/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
XML::GDOME is a perl module that provides the DOM Level 2 Core API
|
||||||
|
for accessing XML documents.
|
||||||
|
|
||||||
|
It uses a XS wrapper around the gdome2 library.
|
||||||
|
|
||||||
|
WWW: http://www.tjmather.com/xml-gdome/
|
31
textproc/p5-XML-GDOME/pkg-plist
Normal file
31
textproc/p5-XML-GDOME/pkg-plist
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/auto/XML/GDOME/GDOME.so
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/auto/XML/GDOME/GDOME.bs
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME.pm
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/ProcessingInstruction.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Text.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/DocumentFragment.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/DocumentType.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Comment.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/NamedNodeMap.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Document.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/CDATASection.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Attr.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/NodeList.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/CharacterData.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/EntityReference.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Node.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Element.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Entity.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/Notation.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/SAX/Generator.pm
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/SAX/Builder.pm
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/SAX/Parser.pm
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/XPath/Result.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/XPath/Evaluator.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/XPath/NSResolver.pod
|
||||||
|
lib/perl5/site_perl/5.6.1/mach/XML/GDOME/XPath/Namespace.pod
|
||||||
|
@dirrm lib/perl5/site_perl/5.6.1/mach/XML/GDOME/XPath
|
||||||
|
@dirrm lib/perl5/site_perl/5.6.1/mach/XML/GDOME/SAX
|
||||||
|
@dirrm lib/perl5/site_perl/5.6.1/mach/XML/GDOME
|
||||||
|
@dirrm lib/perl5/site_perl/5.6.1/mach/auto/XML/GDOME
|
Loading…
Add table
Reference in a new issue