Subject: pkg/34399: [update] textproc/p5-XML-Atom-SimpleFeed
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 08/30/2006 11:25:00
>Number:         34399
>Category:       pkg
>Synopsis:       [update] textproc/p5-XML-Atom-SimpleFeed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 11:25:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
	miwi@mwilke.ath.cx:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to 0.8

- Changelog
	- Multiple consecutive internal refactors; code structure is now
	  actually satisfactory
	- Handles multiple authors and contributors
	- Support for icon and logo elements
	- Big POD cleanup
	- Use Carp::Clean to get rid of silly $Carp::CarpLevel juggling
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Elements such as C<link> which may appear multiple times are no
	  longer specified in an anonymous array, but simply given
	  repeatedly.
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Atom 0.3 element and attribute names are no longer supported. (No
	  point keeping a lot of deprecation code around in the face of a
	  change like the above.)
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Suppress the default C<generator> element requires calling the
	  C<no_generator> method instead of passing a C<generator> key to
	  C<new> with an undefined value.
	- ***BACKWARDS INCOMPATIBLE API CHANGE***:
	  Well, since I'm at it, the C<save_file> method is no longer
	  supported. C<print> now takes a handle, though.
	- Cleaned up errors and warning messages and got rid of DIAGNOSTICS
	  section in POD

0.8_004  2006 May 10
	- Brownbag upload: forgot to update ./Changes in 0.8_003

0.8_003  2006 May 10
	- Minor incremental progress; various bugfixes, some refactor.

0.8_002  2006 Apr 9
	- Use builtin XML writer instead of SAX for output. This
	  eliminates huge amounts of redundancy.
	- Big improvements in the distribution of responsibilities for
	  deprecation and validation checks.
	- Array-based implementation rather than inside-out objects.
	- Internal structure is now more logical and consistent.

0.8_001  2005 Sep 28
	- Emit Atom 1.0. Documentation updated to reflect Atom 1.0.
	  Usage according to Atom 0.3 will transparently generate 1.0
	  elements but emit deprectation warnings.
	- Remove _generate_entry_id and use HTTP URLs as IDs by default.
	  Using tag: URIs is useful for generating the ID once, up
	  front, so that it won't change even if the permalink does --
	  if the ID is generated from the permalink, we might as well
	  use the permalink directly.
	- Use XML::SAX::Writer instead of XML::Simple for output.




>How-To-Repeat:





>Fix:


--- p5-XML-Atom-SimpleFeed.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Atom-SimpleFeed/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	5 Feb 2006 23:11:04 -0000	1.2
+++ Makefile	30 Aug 2006 10:37:12 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.2 2006/02/05 23:11:04 joerg Exp $
 
-DISTNAME=	XML-Atom-SimpleFeed-0.7
+DISTNAME=	XML-Atom-SimpleFeed-0.8
 PKGNAME=	p5-${DISTNAME}
-PKGREVISION=	1
 SVR4_PKGNAME=	p5xas
 CATEGORIES=	textproc perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=XML/}
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/textproc/p5-XML-Atom-SimpleFeed/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo	31 Jan 2006 21:05:59 -0000	1.1.1.1
+++ distinfo	30 Aug 2006 10:37:47 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1.1.1 2006/01/31 21:05:59 kleink Exp $
 
-SHA1 (XML-Atom-SimpleFeed-0.7.tar.gz) = 84157fba51d081d5fe206c7f7cf4d72ddebc1412
-RMD160 (XML-Atom-SimpleFeed-0.7.tar.gz) = e88431466b37234a14da3b5febc11830f1552b2f
-Size (XML-Atom-SimpleFeed-0.7.tar.gz) = 6784 bytes
+SHA1 (XML-Atom-SimpleFeed-0.8.tar.gz) = f37977eee2c25d52cb9be797cb5ca24518669945
+RMD160 (XML-Atom-SimpleFeed-0.8.tar.gz) = cdc86edbd80f4fe556be40f9648d91c35187249f
+Size (XML-Atom-SimpleFeed-0.8.tar.gz) = 10885 bytes
--- p5-XML-Atom-SimpleFeed.diff ends here ---