Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Feb 2006 02:44:26 GMT
From:      Jason Heiss <jheiss@aput.biz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/93883: New port: textproc/p5-libxmlenno The "libxml-enno" collection of XML-related perl modules
Message-ID:  <200602270244.k1R2iQ32087732@www.freebsd.org>
Resent-Message-ID: <200602270250.k1R2o3s1014657@freefall.freebsd.org>

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

>Number:         93883
>Category:       ports
>Synopsis:       New port: textproc/p5-libxmlenno  The "libxml-enno" collection of XML-related perl modules
>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:   Mon Feb 27 02:50:03 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jason Heiss
>Release:        
>Organization:
aput, Inc.
>Environment:
>Description:
The "libxml-enno" collection of XML-related perl modules, which includes XML::Checker::Parser for validating XML documents against a DTD.

>How-To-Repeat:

>Fix:
# 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-libxmlenno
#       p5-libxmlenno/Makefile
#       p5-libxmlenno/distinfo
#       p5-libxmlenno/pkg-descr
#       p5-libxmlenno/pkg-plist
#
echo c - p5-libxmlenno
mkdir -p p5-libxmlenno > /dev/null 2>&1
echo x - p5-libxmlenno/Makefile
sed 's/^X//' >p5-libxmlenno/Makefile << 'END-of-p5-libxmlenno/Makefile'
X# New ports collection makefile for:   p5-libxml-enno
X# Date created:                19 March 2005
X# Whom:                        Jason Heiss <jheiss@aput.biz>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      libxmlenno
XPORTVERSION=   1.02
XCATEGORIES=    textproc perl5
XMASTER_SITES=  ${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=    XML
XPKGNAMEPREFIX= p5-
XDISTNAME=      libxml-enno-${PORTVERSION}
X
XMAINTAINER=    perl@FreeBSD.org
XCOMMENT=       Collection of Perl5 modules for working with XML
X
XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
XRUN_DEPENDS=   ${BUILD_DEPENDS}
X
XPERL_CONFIGURE=        YES
X
XMAN3=          XML::Checker.3 XML::Checker::Parser.3 XML::DOM.3 \
X               XML::DOM::AttDef.3 XML::DOM::AttlistDecl.3 XML::DOM::Attr.3 \
X               XML::DOM::CDATASection.3 XML::DOM::CharacterData.3 \
X               XML::DOM::Comment.3 XML::DOM::DOMImplementation.3 \
X               XML::DOM::Document.3 XML::DOM::DocumentFragment.3 \
X               XML::DOM::DocumentType.3 XML::DOM::Element.3 \
X               XML::DOM::ElementDecl.3 XML::DOM::Entity.3 \
X               XML::DOM::EntityReference.3 XML::DOM::NamedNodeMap.3 \
X               XML::DOM::Node.3 XML::DOM::NodeList.3 XML::DOM::Notation.3 \
X               XML::DOM::Parser.3 XML::DOM::PerlSAX.3 \
X               XML::DOM::ProcessingInstruction.3 XML::DOM::Text.3 \
X               XML::DOM::ValParser.3 XML::DOM::XMLDecl.3 \
X               XML::Filter::DetectWS.3 XML::Filter::Reindent.3 \
X               XML::Filter::SAXT.3 XML::Handler::BuildDOM.3 \
X               XML::Handler::Composer.3 XML::Handler::PrintEvents.3 \
X               XML::RegExp.3 XML::UM.3 XML::XQL.3 XML::XQL::DOM.3 \
X               XML::XQL::Date.3 XML::XQL::Query.3 XML::XQL::Tutorial.3
X
X
X
X.include <bsd.port.mk>
END-of-p5-libxmlenno/Makefile
echo x - p5-libxmlenno/distinfo
sed 's/^X//' >p5-libxmlenno/distinfo << 'END-of-p5-libxmlenno/distinfo'
XMD5 (libxml-enno-1.02.tar.gz) = 8900650101471e9950ef73d3d9a067c3
XSIZE (libxml-enno-1.02.tar.gz) = 369163
END-of-p5-libxmlenno/distinfo
echo x - p5-libxmlenno/pkg-descr
sed 's/^X//' >p5-libxmlenno/pkg-descr << 'END-of-p5-libxmlenno/pkg-descr'
XFrom the README:
X
X  libxml-enno contains the modules XML::DOM, XML::XQL, XML::Checker and
X  several other packages. These modules are no longer distributed separately.
X  It's easier for me to distribute it this way and to crosslink the
X  documentation.  Also, it avoids synchronization problems and users only
X  have to download one file.
X
XAuthor: Enno Derksen <enno@att.com>
X
END-of-p5-libxmlenno/pkg-descr
echo x - p5-libxmlenno/pkg-plist
sed 's/^X//' >p5-libxmlenno/pkg-plist << 'END-of-p5-libxmlenno/pkg-plist'
Xbin/xql.pl
X%%SITE_PERL%%/%%PERL_ARCH%%/auto/libxml-enno/.packlist
X%%SITE_PERL%%/XML/Checker.pm
X%%SITE_PERL%%/XML/Checker/DOM.pm
X%%SITE_PERL%%/XML/Checker/Parser.pm
X%%SITE_PERL%%/XML/DOM.pm
X%%SITE_PERL%%/XML/DOM/AttDef.pod
X%%SITE_PERL%%/XML/DOM/AttlistDecl.pod
X%%SITE_PERL%%/XML/DOM/Attr.pod
X%%SITE_PERL%%/XML/DOM/CDATASection.pod
X%%SITE_PERL%%/XML/DOM/CharacterData.pod
X%%SITE_PERL%%/XML/DOM/Comment.pod
X%%SITE_PERL%%/XML/DOM/DOMException.pm
X%%SITE_PERL%%/XML/DOM/DOMImplementation.pod
X%%SITE_PERL%%/XML/DOM/Document.pod
X%%SITE_PERL%%/XML/DOM/DocumentFragment.pod
X%%SITE_PERL%%/XML/DOM/DocumentType.pod
X%%SITE_PERL%%/XML/DOM/Element.pod
X%%SITE_PERL%%/XML/DOM/ElementDecl.pod
X%%SITE_PERL%%/XML/DOM/Entity.pod
X%%SITE_PERL%%/XML/DOM/EntityReference.pod
X%%SITE_PERL%%/XML/DOM/NamedNodeMap.pm
X%%SITE_PERL%%/XML/DOM/NamedNodeMap.pod
X%%SITE_PERL%%/XML/DOM/Node.pod
X%%SITE_PERL%%/XML/DOM/NodeList.pm
X%%SITE_PERL%%/XML/DOM/NodeList.pod
X%%SITE_PERL%%/XML/DOM/Notation.pod
X%%SITE_PERL%%/XML/DOM/Parser.pod
X%%SITE_PERL%%/XML/DOM/PerlSAX.pm
X%%SITE_PERL%%/XML/DOM/ProcessingInstruction.pod
X%%SITE_PERL%%/XML/DOM/Text.pod
X%%SITE_PERL%%/XML/DOM/ValParser.pm
X%%SITE_PERL%%/XML/DOM/XMLDecl.pod
X%%SITE_PERL%%/XML/Filter/DetectWS.pm
X%%SITE_PERL%%/XML/Filter/Reindent.pm
X%%SITE_PERL%%/XML/Filter/SAXT.pm
X%%SITE_PERL%%/XML/Handler/BuildDOM.pm
X%%SITE_PERL%%/XML/Handler/Composer.pm
X%%SITE_PERL%%/XML/Handler/PrintEvents.pm
X%%SITE_PERL%%/XML/RegExp.pm
X%%SITE_PERL%%/XML/UM.pm
X%%SITE_PERL%%/XML/XQL.pm
X%%SITE_PERL%%/XML/XQL/DOM.pm
X%%SITE_PERL%%/XML/XQL/Date.pm
X%%SITE_PERL%%/XML/XQL/Debug.pm
X%%SITE_PERL%%/XML/XQL/DirXQL.pm
X%%SITE_PERL%%/XML/XQL/Parser.pm
X%%SITE_PERL%%/XML/XQL/Plus.pm
X%%SITE_PERL%%/XML/XQL/Query.pod
X%%SITE_PERL%%/XML/XQL/Strict.pm
X%%SITE_PERL%%/XML/XQL/Tutorial.pod
X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/libxml-enno
X@unexec rmdir %D/%%SITE_PERL%%/XML/Checker 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/XML/DOM 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/XML/Filter 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/XML/Handler 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/XML/XQL 2>/dev/null || true
X@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true
END-of-p5-libxmlenno/pkg-plist
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602270244.k1R2iQ32087732>