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
This commit is contained in:
sno 2009-04-24 07:06:05 +00:00
parent 04c14fc699
commit f82974c57b
2 changed files with 8 additions and 7 deletions

View file

@ -1,10 +1,9 @@
# $NetBSD: Makefile,v 1.19 2009/03/15 08:54:43 seb Exp $
# $NetBSD: Makefile,v 1.20 2009/04/24 07:06:05 sno Exp $
#
DISTNAME= Pod-POM-0.18
DISTNAME= Pod-POM-0.25
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5pod
# PKGREVISION= 2
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@ -12,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Pod-POM/
COMMENT= P5 module to format POD into an object format, hence POM
BUILD_DEPENDS+= p5-File-Slurp-[0-9]*:../../devel/p5-File-Slurp
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty

View file

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