1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

New port p5-XML-XQL version 0.67: Perl module for querying XML tree

structures with XQL
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-11-23 18:08:41 +00:00
parent bb4117164f
commit 55273dd8c6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70886
6 changed files with 63 additions and 0 deletions

View File

@ -265,6 +265,7 @@
SUBDIR += p5-XML-Twig SUBDIR += p5-XML-Twig
SUBDIR += p5-XML-Writer SUBDIR += p5-XML-Writer
SUBDIR += p5-XML-XPath SUBDIR += p5-XML-XPath
SUBDIR += p5-XML-XQL
SUBDIR += p5-XML-XSH SUBDIR += p5-XML-XSH
SUBDIR += p5-XML-XSLT SUBDIR += p5-XML-XSLT
SUBDIR += p5-XML-XUpdate-LibXML SUBDIR += p5-XML-XUpdate-LibXML

View File

@ -0,0 +1,31 @@
# New ports collection makefile for: XML::XQL
# Date created: Sat Nov 23 17:24:19 UTC 2002
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= XML-XQL
PORTVERSION= 0.67
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= XML
PKGNAMEPREFIX= p5-
MAINTAINER= lioux@FreeBSD.org
RUN_DEPENDS= ${PBASE}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${PBASE}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
${PBASE}/Parse/Yapp.pm:${PORTSDIR}/devel/p5-Parse-Yapp \
${PBASE}/XML/DOM.pm:${PORTSDIR}/textproc/p5-XML-DOM
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= XML::XQL.3 XML::XQL::DOM.3 XML::XQL::Date.3 \
XML::XQL::Query.3 XML::XQL::Tutorial.3
PBASE= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (XML-XQL-0.67.tar.gz) = 546986f11a440a6447a52306544d579b

View File

@ -0,0 +1 @@
Perl module for querying XML tree structures with XQL

View File

@ -0,0 +1,15 @@
This is a Perl extension to XML::Parser. It adds a new 'Style' to
XML::Parser, called 'Dom', that allows XML::Parser to build an Object
Oriented datastructure with a DOM Level 1 compliant interface.
The XML::XQL module implements the XQL (XML Query Language) proposal
submitted to the XSL Working Group in September 1998. The spec can
be found at
http://www.w3.org/TandS/QL/QL98/pp/xql.html
Most of the contents related to the XQL syntax can also be found
in the XML::XQL::Tutorial that comes with this distribution. Note
that XQL is not the same as XML-QL!
WWW: http://search.cpan.org/search?dist=XML-XQL

View File

@ -0,0 +1,14 @@
bin/xql.pl
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XQL/.packlist
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/DOM.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Date.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Debug.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/DirXQL.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Parser.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Plus.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Query.pod
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Strict.pm
lib/perl5/site_perl/%%PERL_VER%%/XML/XQL/Tutorial.pod
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/XQL
@dirrm lib/perl5/site_perl/%%PERL_VER%%/XML/XQL