summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-RSS
AgeCommit message (Collapse)AuthorFilesLines
2005-11-23Update to 1.05. Update HOMEPAGE.wiz2-8/+7
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.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-05-04Convert to buildlink3.snj1-2/+2
2003-12-03Change MAINTAINER to "tech-pkg" instead of the previous "packages".kristerw1-2/+2
2002-10-20Use buildlink2. Use perl5/module.mk.seb1-6/+3
2001-11-26Buildlinkify, in the sense that only the perl headers are found injlam1-4/+5
${PREFIX} -- everything else is pickup up from ${BUILDLINK_DIR}.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-1/+1
2001-10-18SVR4 packages have a limit of 9 chars for a package name.veego1-1/+2
The automatic truncation in gensolpkg doesn't work for packages which have the same package name for the first 5-6 chars. e.g. amanda-server and amanda-client would be named amanda and amanda. Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for amanda-server. All svr4 packages also have a vendor tag, so we have to reserve some chars for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6 or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the vendor tag enough room. All p5-* packages and a few other packages have now a SVR4_PKGNAME.
2001-04-20Move to sha1 digests, and add distfile sizes.skrll1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Should have "../../texproc/p5-XML-Parser" rather than "../p5-XML-Parser"jtb1-2/+2
in DEPENDS.
2001-04-16Initial import of p5-XML-RSS.jtb4-0/+27
XML-RSS is a perl5 module to create, update, and manipulate RDF Site Summary (RSS) files. It currently supports 0.9, 0.91, and 1.0 versions of the RSS spec. Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12638.