diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-16 11:09:36 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2004-12-16 11:09:36 +0000 |
commit | 500903094f877efd4b536a0dfbe2642deca1fd46 (patch) | |
tree | d4dcc73a40bcde8e73c48cf13772335788dd4951 /textproc/p5-XML-SAX-ExpatXS | |
parent | 426df5531e15983ce95a3bedb65d827effbcf323 (diff) |
Notes
Diffstat (limited to 'textproc/p5-XML-SAX-ExpatXS')
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-XML-SAX-ExpatXS/pkg-descr | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-XML-SAX-ExpatXS/Makefile b/textproc/p5-XML-SAX-ExpatXS/Makefile index 0d4e69ede5cb..e1f56f81bbe9 100644 --- a/textproc/p5-XML-SAX-ExpatXS/Makefile +++ b/textproc/p5-XML-SAX-ExpatXS/Makefile @@ -6,7 +6,7 @@ # PORTNAME= XML-SAX-ExpatXS -PORTVERSION= 1.03 +PORTVERSION= 1.04 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= XML diff --git a/textproc/p5-XML-SAX-ExpatXS/distinfo b/textproc/p5-XML-SAX-ExpatXS/distinfo index 06e4141c91d4..10b8ec0810e4 100644 --- a/textproc/p5-XML-SAX-ExpatXS/distinfo +++ b/textproc/p5-XML-SAX-ExpatXS/distinfo @@ -1,2 +1,2 @@ -MD5 (XML-SAX-ExpatXS-1.03.tar.gz) = ba0448690d4be920f82a9d5e26960b8d -SIZE (XML-SAX-ExpatXS-1.03.tar.gz) = 162396 +MD5 (XML-SAX-ExpatXS-1.04.tar.gz) = bd0a77eb2c777d8bc44a17139d72f91b +SIZE (XML-SAX-ExpatXS-1.04.tar.gz) = 164056 diff --git a/textproc/p5-XML-SAX-ExpatXS/pkg-descr b/textproc/p5-XML-SAX-ExpatXS/pkg-descr index 8719ff264773..3c1970a06ba5 100644 --- a/textproc/p5-XML-SAX-ExpatXS/pkg-descr +++ b/textproc/p5-XML-SAX-ExpatXS/pkg-descr @@ -1,3 +1,5 @@ This module is an XS only implementation of PerlSAX2 parser using Expat. +It implements Perl SAX 2.1 interface. +WWW: http://perl-xml.sourceforge.net/perl-sax/ WWW: http://search.cpan.org/dist/XML-SAX-ExpatXS/ |