Fri Apr 24 07:06:05 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module Pod::POM to 0.25 from 0.18

Upstream changes:
Version 0.25  2009-03-27
  * updated Makefile.PL to use Module::Include properly - i.e. flag modules
    as test_requires as appropriate
  * output test failure reason with diag()
  * added t/YAML/Tiny.pm (self-contained YAML library) to remove test-only
    module dependency
  * test library uses Test::Differences if available but package does not
    list it as a dependency

Version 0.24  2009-03-21
  * fixed broken YAML files in testcases that were causing tests to fail on
    some platforms
  * added text and HTML verbatim paragraph view tests
  * fixed typo in synopsis in Pod::POM

Version 0.23  2009-03-20
  * Applied JJ's patch for coalescing verbatim paragraphs separated by blank lines
    and refined verbatim paragraph test cases and expected output
  * Tweaked pom dump format to quote individual text lines
  * Tweaked PodPOMTestLib to remove dependency on Class::Accessor
  * Added test cases for =headN hierarchy and =begin blocks
  * Added format name to =end in Pod::POM::View::Pod
  * Switch Makefile.PL to Module::Include

Version 0.22  2009-03-19
  * Added missing dependencies to Makefile.PL
  * Added pomdump program to list of executables

Version 0.21  2009-03-18
  * Added missing dependencies to Makefile.PL

Version 0.20  2009-03-17
  * Added basic pod documentation to the view modules
  * expanded the test cases (especially expanded sequences and blockquote
    paragraphs)
  * add support for blockquote paragraphs to Text and HTML views

Version 0.19  2009-03-17
  * Added dump method to Pod::POM::Node
  * Reorganized tests with new testcases directory


(sno)
diff -r1.19 -r1.20 pkgsrc/textproc/p5-Pod-POM/Makefile
diff -r1.6 -r1.7 pkgsrc/textproc/p5-Pod-POM/distinfo

cvs diff -r1.19 -r1.20 pkgsrc/textproc/p5-Pod-POM/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-POM/Makefile 2009/03/15 08:54:43 1.19
+++ pkgsrc/textproc/p5-Pod-POM/Makefile 2009/04/24 07:06:05 1.20
@@ -1,21 +1,22 @@ @@ -1,21 +1,22 @@
1# $NetBSD: Makefile,v 1.19 2009/03/15 08:54:43 seb Exp $ 1# $NetBSD: Makefile,v 1.20 2009/04/24 07:06:05 sno Exp $
2# 2#
3 3
4DISTNAME= Pod-POM-0.18 4DISTNAME= Pod-POM-0.25
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5pod 6SVR4_PKGNAME= p5pod
7# PKGREVISION= 2 
8CATEGORIES= textproc perl5 7CATEGORIES= textproc perl5
9MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
10 9
11MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://search.cpan.org/dist/Pod-POM/ 11HOMEPAGE= http://search.cpan.org/dist/Pod-POM/
13COMMENT= P5 module to format POD into an object format, hence POM 12COMMENT= P5 module to format POD into an object format, hence POM
14 13
 14BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
 15
15PKG_DESTDIR_SUPPORT= user-destdir 16PKG_DESTDIR_SUPPORT= user-destdir
16USE_LANGUAGES= # empty 17USE_LANGUAGES= # empty
17 18
18PERL5_PACKLIST= auto/Pod/POM/.packlist 19PERL5_PACKLIST= auto/Pod/POM/.packlist
19 20
20.include "../../lang/perl5/module.mk" 21.include "../../lang/perl5/module.mk"
21.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/textproc/p5-Pod-POM/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Pod-POM/distinfo 2009/03/15 08:54:43 1.6
+++ pkgsrc/textproc/p5-Pod-POM/distinfo 2009/04/24 07:06:05 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2009/03/15 08:54:43 seb Exp $ 1$NetBSD: distinfo,v 1.7 2009/04/24 07:06:05 sno Exp $
2 2
3SHA1 (Pod-POM-0.18.tar.gz) = 0cf8b60c1d895eb18c6e2c87086369bcc197419f 3SHA1 (Pod-POM-0.25.tar.gz) = 0672bd3c6e7994cbcf0002d5b138639a20ebac7b
4RMD160 (Pod-POM-0.18.tar.gz) = 137d9930b1e496205ae5db7c34acaab4a528de24 4RMD160 (Pod-POM-0.25.tar.gz) = 0329ec5961f8c05bbe18c40161b9d272229ba3a1
5Size (Pod-POM-0.18.tar.gz) = 37055 bytes 5Size (Pod-POM-0.25.tar.gz) = 67781 bytes