Update of /cvsroot/fink/experimental/rangerrick/finkinfo/libs/perlmods
In directory sc8-pr-cvs1:/tmp/cvs-serv26321/finkinfo/libs/perlmods
Added Files:
xml-rss-pm-0.97-2.info xml-rss-pm-0.97-2.patch
Removed Files:
xml-rss-pm-0.97-1.info
Log Message:
misc updates
--- NEW FILE: xml-rss-pm-0.97-2.info ---
Package: xml-rss-pm
Version: 0.97
Revision: 2
Depends: xml-parser-pm (>= 2.23), libwww-pm
Source: mirror:cpan:modules/by-module/XML/XML-RSS-%v.tar.gz
SourceDirectory: XML-RSS-%v
Patch: %f.patch
Type: perl
UpdatePOD: true
DocFiles: BUGS Changes MANIFEST README TODO
InstallScript: <<
mkdir -p %i/share/doc/%n
cp -Rp examples %i/share/doc/%n/examples
make install INSTALLPRIVLIB=%d%p/lib/perl5 INSTALLARCHLIB=%d%p/lib/perl5/darwin
INSTALLSITELIB=%d%p/lib/perl5 INSTALLSITEARCH=%d%p/lib/perl5/darwin
INSTALLMAN1DIR=%d%p/share/man/man1 INSTALLMAN3DIR=%d%p/share/man/man3
<<
Description: Perl module for manipulating RSS XML files
DescDetail: <<
This module was created to help those who need to manage
RDF Site Summary (RSS) files. It makes quick work of
creating, updating, and saving RSS files.
XML::RSS currently supports 0.9, 0.91, and 1.0 versions of RSS.
See http://my.netscape.com/publish/help/mnn20/quickstart.html
for information on RSS 0.91. See http://my.netscape.com/publish/help/
for RSS 0.9 and http://purl.org/rss/1.0/.
<<
License: Artistic
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://search.cpan.org/dist/XML-RSS
--- NEW FILE: xml-rss-pm-0.97-2.patch ---
diff -uNbr XML-RSS-0.97/RSS.pm XML-RSS-0.97-new/RSS.pm
--- XML-RSS-0.97/RSS.pm Thu Mar 22 00:08:59 2001
+++ XML-RSS-0.97-new/RSS.pm Thu Jan 9 18:46:43 2003
@@ -664,12 +664,12 @@
# RDF namespaces declaration
$output .="<rdf:RDF"."\n";
- $output .=' xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"'."\n";
- $output .=' xmlns="http://purl.org/rss/1.0/"'."\n";
+ $output .=' xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"'."";
+ $output .=' xmlns="http://purl.org/rss/1.0/"'."";
# print all imported namespaces
while (my($k, $v) = each %{$self->{modules}}) {
- $output.=" xmlns:$v=\"$k\"\n";
+ $output.=" xmlns:$v=\"$k\"";
}
$output .=">"."\n\n";
--- xml-rss-pm-0.97-1.info DELETED ---
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits