diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-23 22:19:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-23 22:19:00 +0000 |
commit | 814016fa28bd97b212b5da17fad2ae6213d908d5 (patch) | |
tree | f5443ceed15277252cc3a054dc607b8520a36b47 /textproc/p5-XML-RSS | |
parent | 07744493fe086c84bcc1ac98382022e050c492d6 (diff) | |
download | pkgsrc-814016fa28bd97b212b5da17fad2ae6213d908d5.tar.gz |
Update to 1.05. Update HOMEPAGE.
1.05 - Thu Aug 12 20:54:31 2004
* fixed version number
* improved RSS 2.0 generation support
* typo and documentation fixes
1.04 - Web Mar 03 20:49:43 2004
* update Changes to include changes for 1.03
1.03 - Web Mar 03 00:24:07 2004
* quell warnings when parsing RSS 0.9x, RSS 2.0
1.02 - Mon Feb 20 15:34:21 2003
* fixed bug in encode(). encode() did not respect CDATA
sections and would mangle them when encountered. now behaves
properly (we hope) even when CDATA and #PCDATA are mixed
together liberally
1.01 - Mon Feb 3 15:46:25 2003
* fixed bug with handle_char(). i (brian d foy) mis-diagnosed a
previous bug and broke handle_char() when what I should have done
was initialise the object for each call to parse*()
* if you have version 1.0, you should upgrade to this version, 1.01
1.00 - Fri Jan 31 11:26:41 2003
* the as_string method now encodes special characters. valid output!
* a new "Auto Add" feature can add modules for namespaces found
while parsing (off by default)
* can output RSS 2.0, but not parse it yet
* this is the last major release in this track. we are going to
completely rewrite XML::RSS as something more extendable.
0.98_05 - Mon Jan 27 15:54:32 2003
* The auto add_feature is not controlled by the $AUTO_ADD variable
and is off by default
* removed the distribution tests now that it is ready to distribute
0.98_04 - Fri Jan 17 20:00:29 2003
* the parse and parsefile routines now automatically add non-
standard namespace to the modules list
0.98_03 - Fri Jan 17 19:22:20 2003
* changed the handle_char() routine to replace data rather than
append to existing data. this takes care of the doubling problem
in the last issue.
* set the RSS 2.0 namespace in the _initializer routine
* all tests now pass. if this works for people, it could turn into
a release candidate
0.98_02 - Fri Jan 17 15:47:29 2003
* added initial RSS 2.0 support
* first fix to properly encode special characters in output
* need to fix feature to add namespace (tests are TO DO)
0.98 Tue Nov 12 05:45:36 CST 2002
- module taken over by brian d foy <bdfoy@cpan.org>
- module now in SourceForge (http://www.sourceforge.net/projects/perl-rss)
- added support for arbitrary namespaces (with defaults to the
usual suspects)
- fixed ommission of encoding with version 0.9 output
0.97 Wed Mar 21 03:13:29 EST 2001
-added support for the Taxonomy module (taxo). It only works
inside the channel or item elements and only supports one
form of the module syntax. See the XML::RSS documentation
for examples.
Diffstat (limited to 'textproc/p5-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 7 | ||||
-rw-r--r-- | textproc/p5-XML-RSS/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index e01fb27502b..0078787c13f 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.11 2005/08/06 06:19:34 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2005/11/23 22:19:00 wiz Exp $ -DISTNAME= XML-RSS-0.97 +DISTNAME= XML-RSS-1.05 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xrs -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.pobox.com/~eisen/ +HOMEPAGE= http://search.cpan.org/dist/XML-RSS/ COMMENT= XML-RSS helps to create and update RSS files DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser diff --git a/textproc/p5-XML-RSS/distinfo b/textproc/p5-XML-RSS/distinfo index d04717e396d..9222a1f8669 100644 --- a/textproc/p5-XML-RSS/distinfo +++ b/textproc/p5-XML-RSS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 14:48:47 agc Exp $ +$NetBSD: distinfo,v 1.4 2005/11/23 22:19:00 wiz Exp $ -SHA1 (XML-RSS-0.97.tar.gz) = 0dedafaff2009f88b36d4711e670405f2b531777 -RMD160 (XML-RSS-0.97.tar.gz) = 150086e97b66c72e9418e6575a4f09cf10cba7e8 -Size (XML-RSS-0.97.tar.gz) = 46194 bytes +SHA1 (XML-RSS-1.05.tar.gz) = cc2e983aba9856357328d6850ce759d03518ff18 +RMD160 (XML-RSS-1.05.tar.gz) = 1530a07c684d2c5ff7bbdbb6cc7ac28f659c8fed +Size (XML-RSS-1.05.tar.gz) = 38586 bytes |