From owner-freebsd-ports Mon May 28 10:30:16 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CB5A37B424 for ; Mon, 28 May 2001 10:30:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4SHU6v03726; Mon, 28 May 2001 10:30:06 -0700 (PDT) (envelope-from gnats) Received: from 3wgraphics.com (ppp019.comintern.ru [213.148.2.19]) by hub.freebsd.org (Postfix) with ESMTP id 5A34937B422 for ; Mon, 28 May 2001 10:23:22 -0700 (PDT) (envelope-from root@3wgraphics.com) Received: from root by 3wgraphics.com with local (Exim 3.22 #1) id 154QjU-000Jdr-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 28 May 2001 21:23:08 +0400 Message-Id: Date: Mon, 28 May 2001 21:23:08 +0400 From: skv@protey.ru Reply-To: skv@protey.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/27712: New port: p5-XML-LibXML-0.91 - Interface to Gnome libxml2 library Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 27712 >Category: ports >Synopsis: New port: p5-XML-LibXML-0.91 - Interface to Gnome libxml2 library >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 28 10:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sergey Skvortsov >Release: FreeBSD 4.3-STABLE i386 >Organization: >Environment: >Description: New port: p5-XML-LibXML-0.91 - Interface to Gnome libxml2 library >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-XML-LibXML # p5-XML-LibXML/Makefile # p5-XML-LibXML/distinfo # p5-XML-LibXML/pkg-comment # p5-XML-LibXML/pkg-plist # p5-XML-LibXML/pkg-descr # p5-XML-LibXML/README # echo c - p5-XML-LibXML mkdir -p p5-XML-LibXML > /dev/null 2>&1 echo x - p5-XML-LibXML/Makefile sed 's/^X//' >p5-XML-LibXML/Makefile << 'END-of-p5-XML-LibXML/Makefile' X# New ports collection makefile for: XML::LibXML X# Date created: 28 May 2001 X# Whom: Sergey Skvortsov X# X# $FreeBSD$ X# X XPORTNAME= XML-LibXML XPORTVERSION= 0.91 XCATEGORIES= textproc perl5 XMASTER_SITES= ${MASTER_SITE_PERL_CPAN} XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- X XMAINTAINER= skv@protey.ru X XLIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 X XPERL_CONFIGURE= yes XCONFIGURE_ARGS= INC='-I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2' X XMAN3= XML::LibXML::Element.3 XML::LibXML::CDATASection.3 \ X XML::LibXML::Comment.3 XML::LibXML::Text.3 XML::LibXML.3 \ X XML::LibXML::Node.3 XML::LibXML::Document.3 X XMANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} X X.include END-of-p5-XML-LibXML/Makefile echo x - p5-XML-LibXML/distinfo sed 's/^X//' >p5-XML-LibXML/distinfo << 'END-of-p5-XML-LibXML/distinfo' XMD5 (XML-LibXML-0.91.tar.gz) = f9f3dc2d8dcac50f5d849597d5fe9c03 END-of-p5-XML-LibXML/distinfo echo x - p5-XML-LibXML/pkg-comment sed 's/^X//' >p5-XML-LibXML/pkg-comment << 'END-of-p5-XML-LibXML/pkg-comment' XInterface to Gnome libxml2 library END-of-p5-XML-LibXML/pkg-comment echo x - p5-XML-LibXML/pkg-plist sed 's/^X//' >p5-XML-LibXML/pkg-plist << 'END-of-p5-XML-LibXML/pkg-plist' Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/.packlist Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML.pm Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/CDATASection.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Comment.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Document.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Element.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Node.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/XML/LibXML/Text.pod Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.bs Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML/LibXML.so X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML/LibXML X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/XML 2>/dev/null || true X@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true END-of-p5-XML-LibXML/pkg-plist echo x - p5-XML-LibXML/pkg-descr sed 's/^X//' >p5-XML-LibXML/pkg-descr << 'END-of-p5-XML-LibXML/pkg-descr' XThis module is a minimal interface to the Gnome libxml2 library. X XWWW: http://www.xmlsoft.org/ END-of-p5-XML-LibXML/pkg-descr echo x - p5-XML-LibXML/README sed 's/^X//' >p5-XML-LibXML/README << 'END-of-p5-XML-LibXML/README' XThis module is a minimal interface to the Gnome libxml2 library which you Xcan find at http://www.xmlsoft.org/ X XCurrently this is just a helper module for XML::LibXSLT (and as such is Xincluded with the XML::LibXSLT distribution), but libxml2 has a full DOM XAPI, and so I hope to be able to offer full access to that API one day. X XThis is free software, you may use it and distribute it under the same Xterms as Perl itself. Copyright 2001 AxKit.com Ltd, All rights reserved. END-of-p5-XML-LibXML/README exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message