Updated to 1.40 (bugs fixed).
Approved by: markm
This commit is contained in:
parent
10948d5b50
commit
9585c31264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57607
@ -6,13 +6,13 @@
|
||||
#
|
||||
|
||||
PORTNAME= XML-LibXML
|
||||
PORTVERSION= 1.31
|
||||
PORTVERSION= 1.40
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= XML
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= skv@protey.ru
|
||||
MAINTAINER= skv@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/SAX.pm:${PORTSDIR}/textproc/p5-XML-SAX
|
||||
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
||||
|
@ -1 +1 @@
|
||||
MD5 (XML-LibXML-1.31.tar.gz) = 680089366ccb5cc06372dee14042c5e2
|
||||
MD5 (XML-LibXML-1.40.tar.gz) = ce41a4903829068fcfb67f23ac39ad58
|
||||
|
@ -1,6 +1,9 @@
|
||||
This module is a minimal interface to the Gnome libxml2 library.
|
||||
This module is an interface to the gnome libxml2 DOM parser (no SAX
|
||||
parser support yet), and the DOM tree. It also provides an
|
||||
XML::XPath-like findnodes() interface, providing access to the XPath API
|
||||
in libxml2.
|
||||
|
||||
WWW: http://www.xmlsoft.org/
|
||||
WWW: http://search.cpan.org/search?dist=XML-LibXML
|
||||
|
||||
-- Sergey Skvortsov
|
||||
skv@protey.ru
|
||||
skv@FreeBSD.org
|
||||
|
Loading…
Reference in New Issue
Block a user