diff options
author | kleink <kleink@pkgsrc.org> | 2006-09-03 16:39:06 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2006-09-03 16:39:06 +0000 |
commit | 5ed6ae643f58e10a2ac368290a1e68c462a604b1 (patch) | |
tree | b303accab6abc0d6d97654c0be954ae80e036a3d /textproc | |
parent | 45fbd0ea85408c71194c0c1629fea9b1840163e6 (diff) | |
download | pkgsrc-5ed6ae643f58e10a2ac368290a1e68c462a604b1.tar.gz |
Update p5-XML-Atom-Stream to 0.09, mostly as provided by Martin Wilke in
PR pkg/34410.
Revision history for Perl extension XML::Atom::Stream:
0.09 Sun Aug 13 17:57:32 JST 2006
- Now when your callback function throws an exception, the
connection will be lost. This is now the official way to
disconnect from the Atom stream explicitly.
- Added POD document for METHODS
- Fixed code to get the number of youreTooSlow
- Added timeout option to new, which defaults to 15
0.08 Sat Aug 12 18:15:37 JST 2006
- Removed $DEBUG and make it $self->{debug}
- Added 'reconnect' option to automatically reconnect to the stream when disconnected
0.07 Fri Aug 11 00:46:24 JST 2006
- Wrap callback in eval again not to die
0.06 Fri Aug 11 00:17:36 JST 2006
- Don't die if youreTooSlow
0.05 Thu Aug 10 23:33:00 JST 2006
- Fixed $VERSION gotcha
- Added handling for <sorryTooSlow>
0.04 Thu Aug 10 22:58:07 JST 2006
- Update XML::SAX::ParserFactory ParserPackage to use XML::LibXML::SAX::Better
which is an extended SAX handler by Djabberd project. Now
this module actually works.
0.03 Thu Jun 15 08:23:42 JST 2006
- Support extra xmlns attributes declaration (Thanks to Byrne Reese)
- Don't die even if parsing fails
- Update eg/stream-client
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Atom-Stream/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-Atom-Stream/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-XML-Atom-Stream/Makefile b/textproc/p5-XML-Atom-Stream/Makefile index 99cd98d9cf2..53016813eab 100644 --- a/textproc/p5-XML-Atom-Stream/Makefile +++ b/textproc/p5-XML-Atom-Stream/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ +# $NetBSD: Makefile,v 1.2 2006/09/03 16:39:06 kleink Exp $ -DISTNAME= XML-Atom-Stream-0.02 +DISTNAME= XML-Atom-Stream-0.09 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xas CATEGORIES= textproc perl5 @@ -15,7 +15,7 @@ BUILD_DEPENDS+= p5-Test-Simple>=0.32:../../devel/p5-Test-Simple DEPENDS+= p5-libwww>=5.0:../../www/p5-libwww DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX DEPENDS+= p5-XML-Handler-Trees>=0.02:../../textproc/p5-XML-Handler-Trees -DEPENDS+= p5-XML-Atom>=0.13:../../textproc/p5-XML-Atom +DEPENDS+= p5-XML-Atom>=0.20:../../textproc/p5-XML-Atom PERL5_PACKLIST= auto/XML/Atom/Stream/.packlist diff --git a/textproc/p5-XML-Atom-Stream/distinfo b/textproc/p5-XML-Atom-Stream/distinfo index 370a2fee61b..d7e144e4900 100644 --- a/textproc/p5-XML-Atom-Stream/distinfo +++ b/textproc/p5-XML-Atom-Stream/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/23 20:28:29 kleink Exp $ +$NetBSD: distinfo,v 1.2 2006/09/03 16:39:06 kleink Exp $ -SHA1 (XML-Atom-Stream-0.02.tar.gz) = 259f1e0247e13c8b8829b57141e79558da835f67 -RMD160 (XML-Atom-Stream-0.02.tar.gz) = 72bc59608d53bb734dd18fbec20b64f35a86fd88 -Size (XML-Atom-Stream-0.02.tar.gz) = 2818 bytes +SHA1 (XML-Atom-Stream-0.09.tar.gz) = 0d6cd29b3b0e4b3a6af609893992811c2ecd0917 +RMD160 (XML-Atom-Stream-0.09.tar.gz) = 614c66f1203c3b5fbfca2cb7a15cb79c028eb17e +Size (XML-Atom-Stream-0.09.tar.gz) = 4944 bytes |