diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-23 03:09:36 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-07-23 03:09:36 +0000 |
commit | de1da38e13ec6b8ef699da2fb46c5b58412138bd (patch) | |
tree | e028a4c60e43453d55f1eb33db7d2bbfd6b25e83 /textproc/Makefile | |
parent | baf5aef2bfe5e60653eba9028d5a3cff204141a1 (diff) | |
download | ports-de1da38e13ec6b8ef699da2fb46c5b58412138bd.tar.gz ports-de1da38e13ec6b8ef699da2fb46c5b58412138bd.zip |
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/
PR: ports/114596
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes:
svn path=/head/; revision=196089
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c434fc4bbeb2..a69ab6d4d752 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -602,6 +602,7 @@ SUBDIR += p5-XML-Atom-Stream SUBDIR += p5-XML-Atom-Syndication SUBDIR += p5-XML-AutoWriter + SUBDIR += p5-XML-Canonical SUBDIR += p5-XML-Catalog SUBDIR += p5-XML-Clean SUBDIR += p5-XML-Compile |