Date: Sun, 15 Jul 2007 16:02:27 +0800 (CST) From: Gea-Suan Lin <gslin@gslin.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: gslin@gslin.org Subject: ports/114596: [NEW PORT] textproc/p5-XML-Canonical: Perl Implementation of Canonical XML Message-ID: <20070715080227.932EA5C1F@ccreader.NCTU.edu.tw> Resent-Message-ID: <200707150810.l6F8A5kE028139@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 114596 >Category: ports >Synopsis: [NEW PORT] textproc/p5-XML-Canonical: Perl Implementation of Canonical XML >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: Sun Jul 15 08:10:04 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 6.2-STABLE i386 >Organization: >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.2-STABLE FreeBSD 6.2-STABLE #1: Tue Jun 5 03:26:27 CST >Description: This module provides an implementation of Canonical XML Recommendation (Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and XPath nodes. It provides a XS wrapper around libxml2's Canonical XML code. WWW: http://search.cpan.org/dist/XML-Canonical/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-XML-Canonical-0.10.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-XML-Canonical # p5-XML-Canonical/pkg-descr # p5-XML-Canonical/Makefile # p5-XML-Canonical/pkg-plist # p5-XML-Canonical/distinfo # p5-XML-Canonical/files # p5-XML-Canonical/files/patch-Makefile.PL # echo c - p5-XML-Canonical mkdir -p p5-XML-Canonical > /dev/null 2>&1 echo x - p5-XML-Canonical/pkg-descr sed 's/^X//' >p5-XML-Canonical/pkg-descr << 'END-of-p5-XML-Canonical/pkg-descr' XThis module provides an implementation of Canonical XML Recommendation X(Version 1, 15 March 2001). It uses XML::GDOME for its DOM tree and XXPath nodes. X XIt provides a XS wrapper around libxml2's Canonical XML code. X XWWW: http://search.cpan.org/dist/XML-Canonical/ END-of-p5-XML-Canonical/pkg-descr echo x - p5-XML-Canonical/Makefile sed 's/^X//' >p5-XML-Canonical/Makefile << 'END-of-p5-XML-Canonical/Makefile' X# New ports collection makefile for: p5-XML-Canonical X# Date created: 2007-07-15 X# Whom: Gea-Suan Lin <gslin@gslin.org> X# X# $FreeBSD$ X# X XPORTNAME= XML-Canonical XPORTVERSION= 0.10 XCATEGORIES= textproc XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= XML XPKGNAMEPREFIX= p5- X XMAINTAINER= gslin@gslin.org XCOMMENT= Perl Implementation of Canonical XML X XLIB_DEPENDS= gdome:${PORTSDIR}/textproc/gdome2 X XPERL_CONFIGURE= yes X XMAN3= XML::Canonical.3 X X.include <bsd.port.mk> END-of-p5-XML-Canonical/Makefile echo x - p5-XML-Canonical/pkg-plist sed 's/^X//' >p5-XML-Canonical/pkg-plist << 'END-of-p5-XML-Canonical/pkg-plist' X@comment $FreeBSD$ X%%SITE_PERL%%/%%PERL_ARCH%%/XML/Canonical.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical/Canonical.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical/Canonical.so X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Canonical X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/XML END-of-p5-XML-Canonical/pkg-plist echo x - p5-XML-Canonical/distinfo sed 's/^X//' >p5-XML-Canonical/distinfo << 'END-of-p5-XML-Canonical/distinfo' XMD5 (XML-Canonical-0.10.tar.gz) = 9c75fadad906ee63e43ced695b3412fd XSHA256 (XML-Canonical-0.10.tar.gz) = 419ea71c91b8cdb07cb48075ff04424ea7ce69a90955dd5f73bd23f60488c488 XSIZE (XML-Canonical-0.10.tar.gz) = 6243 END-of-p5-XML-Canonical/distinfo echo c - p5-XML-Canonical/files mkdir -p p5-XML-Canonical/files > /dev/null 2>&1 echo x - p5-XML-Canonical/files/patch-Makefile.PL sed 's/^X//' >p5-XML-Canonical/files/patch-Makefile.PL << 'END-of-p5-XML-Canonical/files/patch-Makefile.PL' X--- Makefile.PL.orig Sun Jul 15 16:00:28 2007 X+++ Makefile.PL Sun Jul 15 16:00:31 2007 X@@ -17,7 +17,6 @@ X print "running gdome-config... "; X my $ver = backtick('gdome-config --version'); X my ($major, $minor, $point) = $ver =~ /(\d+).(\d+)\.(\d+)/g; X- die "VERSION" unless $major == 0 && $minor == 7 && $point == 1; X $config{LIBS} ||= backtick('gdome-config --libs'); X $config{INC} ||= backtick('gdome-config --cflags'); X print "ok\n"; END-of-p5-XML-Canonical/files/patch-Makefile.PL exit --- p5-XML-Canonical-0.10.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?20070715080227.932EA5C1F>