pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-POM PkgSrc changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/7d2afadc28c1
branches: trunk
changeset: 392026:7d2afadc28c1
user: sno <sno%pkgsrc.org@localhost>
date: Fri Apr 24 07:06:05 2009 +0000
description:
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
diffstat:
textproc/p5-Pod-POM/Makefile | 7 ++++---
textproc/p5-Pod-POM/distinfo | 8 ++++----
2 files changed, 8 insertions(+), 7 deletions(-)
diffs (38 lines):
diff -r 8e0d4258a9ed -r 7d2afadc28c1 textproc/p5-Pod-POM/Makefile
--- a/textproc/p5-Pod-POM/Makefile Fri Apr 24 06:57:12 2009 +0000
+++ b/textproc/p5-Pod-POM/Makefile Fri Apr 24 07:06:05 2009 +0000
@@ -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 @@
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
diff -r 8e0d4258a9ed -r 7d2afadc28c1 textproc/p5-Pod-POM/distinfo
--- a/textproc/p5-Pod-POM/distinfo Fri Apr 24 06:57:12 2009 +0000
+++ b/textproc/p5-Pod-POM/distinfo Fri Apr 24 07:06:05 2009 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index