Subject: pkg/12638: new package p5-XML-RSS
To: None <gnats-bugs@gnats.netbsd.org>
From: None <nrahlstr@winternet.com>
List: netbsd-bugs
Date: 04/13/2001 09:13:18
>Number:         12638
>Category:       pkg
>Synopsis:       new package p5-XML-RSS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 13 12:02:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nathan Ahlstrom
>Release:        04/13/2001 pkgsrc
>Organization:
me
>Environment:
System: NetBSD games 1.5.1_BETA NetBSD 1.5.1_BETA (GAMES) #0: Tue Apr 10 17:28:44 CDT 2001 root@games:/a/src/sys/arch/i386/compile/GAMES i386

>Description:
	new package p5-XML-RSS
>How-To-Repeat:
	Needed to do RSS/RDF in perl.
>Fix:
	shar archive and change log below.
	
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-XML-RSS
#	p5-XML-RSS/files
#	p5-XML-RSS/files/md5
#	p5-XML-RSS/pkg
#	p5-XML-RSS/pkg/DESCR
#	p5-XML-RSS/pkg/PLIST
#	p5-XML-RSS/Makefile
#
echo c - p5-XML-RSS
mkdir -p p5-XML-RSS > /dev/null 2>&1
echo c - p5-XML-RSS/files
mkdir -p p5-XML-RSS/files > /dev/null 2>&1
echo x - p5-XML-RSS/files/md5
sed 's/^X//' >p5-XML-RSS/files/md5 << 'END-of-p5-XML-RSS/files/md5'
X$NetBSD$
X
XSHA1 (XML-RSS-0.97.tar.gz) = 0dedafaff2009f88b36d4711e670405f2b531777
END-of-p5-XML-RSS/files/md5
echo c - p5-XML-RSS/pkg
mkdir -p p5-XML-RSS/pkg > /dev/null 2>&1
echo x - p5-XML-RSS/pkg/DESCR
sed 's/^X//' >p5-XML-RSS/pkg/DESCR << 'END-of-p5-XML-RSS/pkg/DESCR'
XXML-RSS is a perl5 module to create, update, and manipulate RDF/RSS files.
XIt currently supports 0.9, 0.91, and 1.0 versions of the RSS spec.
END-of-p5-XML-RSS/pkg/DESCR
echo x - p5-XML-RSS/pkg/PLIST
sed 's/^X//' >p5-XML-RSS/pkg/PLIST << 'END-of-p5-XML-RSS/pkg/PLIST'
X@comment $NetBSD$
END-of-p5-XML-RSS/pkg/PLIST
echo x - p5-XML-RSS/Makefile
sed 's/^X//' >p5-XML-RSS/Makefile << 'END-of-p5-XML-RSS/Makefile'
X# $NetBSD$
X#
X
XDISTNAME=	XML-RSS-0.97
XPKGNAME=	p5-${DISTNAME}
XCATEGORIES=	textproc perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}
X
XMAINTAINER=	packages@NetBSD.org
XHOMEPAGE=	http://www.pobox.com/~eisen
XCOMMENT=	XML-RSS helps to create and update RSS files.
X
XDEPENDS+=	p5-XML-Parser>=2.29:../p5-XML-Parser
X
XUSE_PERL5=	# defined
XPERL5_PACKLIST=	${PERL5_SITEARCH}/auto/XML/RSS/.packlist
X
Xdo-configure:
X		@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include "../../mk/bsd.pkg.mk"
END-of-p5-XML-RSS/Makefile
exit



Revision history for Perl extension XML::RSS.

0.1  Wed Jul  7 16:22:25 1999
	- original version; created by h2xs 1.19
0.2  Sat Jul 24 21:12:22 EDT 1999
	- added documentation
0.3  Tue Aug 24 05:14:18 EDT 1999
	- added support for RSS 0.91
0.4 - removed extraneous print
    - added stuff in examples/rss2html.pl
0.5 - fixed handle_char method which croaked on cdata
      that contained entities. Reported by 
      Wojciech Zwiefka <wojtekz@cnt.pl>
    - prettied up the output from rss2html.pl. It's
      now more suitable for including news feeds on
      a Web site. Also added ability to give local
      filename or http URL.
0.6 - numerous minor bug fixes
    - it no longer checks for size as specified by Netscape's RSS spec
      unless otherwise specified
0.7 Wed Oct 20 22:41:05 EDT 1999
    -parameters were not getting set unless the strict parameter was set 
    -fixed spelling for managingEditor and webMaster
0.8 Mon Dec 27 03:42:27 EST 1999
    -fixed shallow copy problem when working with multiple instances
0.9 Mon Aug 14 17:05:00 EDT 2000
	-fixed DESTROY() error when using Perl 5.6
	-added support for RSS 1.0 and rss091 namespace
0.94 Sat Dec 16 12:42:21 EST 2000
	-added support for RSS1.0 RC1 release
	-added support for Syndication and Dublin Core modules
0.95 Sat Dec 23 11:28:03 EST 2000
	-added support for including external namespaces and elements
0.96 Sat Mar 17 17:21:27 EST 2001
	-fixed RSS 0.91 output. When the source file that is parsed was
         1.0, it did not properly translate all of the dc elements to
         0.91 channel elements.
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.
>Release-Note:
>Audit-Trail:
>Unformatted: