summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-01-16 23:57:19 +0000
committersno <sno@pkgsrc.org>2010-01-16 23:57:19 +0000
commitc5b030316992ebafa0ebb0a81f84dc6d619d1fdf (patch)
tree7a8129e4f7e0c873733ebdca4427525e52677bc8 /textproc
parentb11a6efd12b6fab78bea8409793d1d4331c8e75e (diff)
downloadpkgsrc-c5b030316992ebafa0ebb0a81f84dc6d619d1fdf.tar.gz
Updating textproc/p5-podlators from 2.2.1 to 2.3.0
pkgsrc changes: - Adjusting dependencies according to META.yml - Adding license definition (perl license) Upstream changes: 2009-12-28 Russ Allbery <rra@stanford.edu> * VERSION: podlators 2.3.0 released. * Do not turn off IN_NAME for any formatting code. Suppress formatting if in the NAME section to not confuse lexgrog. * Test formatting codes in the NAME section. * Allow anchor text for URLs as well. Fix the check of the anchor text to not think no text was provided when the text was "0". * Test anchor text of "0" and anchor text with URLs. * Require Pod::Simple 3.06 or later for proper handling of L<> tags with anchor text. * Remove logic to skip an S<> test for Pod::Simple versions earlier than 3.06. * Support anchor text for L<> links of type URL by rendering the anchor text and then the URL in angle brackets. * Test rendering of L<> URL links with anchor text. * When formatting item tags, use the width of the tag without formatting codes. This does not change the output of Pod::Text but provides a hook for correct formatting in subclasses. * New function strip_format. * Test proper formatting of item tags which have formatting codes applied. * New test of Pod::Text::Overstrike. * Use Test::More for testing. Remove duplicate addition of ../blib/lib to the library search path. * Update to the current version of this test from C TAP Harness 1.1, converting it to use Test::More. 2009-06-15 Russ Allbery <rra@stanford.edu> * Unlink temporary files in a loop to be sure that all versions are deleted on VMS. Thanks, John E. Malmberg. 2009-03-29 Russ Allbery <rra@stanford.edu> * Escape backslashes in the quoted text of .IX macros generated from X<> formatting code. * Add test case for X<\n>. 2009-03-05 Russ Allbery <rra@stanford.edu> * Clarify that no markup should be used in the NAME section of a manual page. 2009-02-28 Russ Allbery <rra@stanford.edu> * Avoid POSIX::strftime because POSIX requires Fcntl, which is an XS module, and hence can't build in miniperl. This allows ExtUtils::MakeMaker to build as a normal module in Perl core. Thanks, Michael G Schwern. * Test that Pod::Man's devise_date method matches the output of strftime. * Don't exit IN_NAME mode because of a C<> block. Thanks, Niko Tyni. * Return an ASCII quoted string if in the NAME section to avoid confusing lexgrog. Thanks, Niko Tyni. * Test C<> in the NAME section. 2009-01-17 Russ Allbery <rra@stanford.edu> * VERSION: podlators 2.2.2 released. * New file testing Pod::Man options for changing the .TH line of the generated man page. * Correctly handle indentation of verbatim paragraphs that contain lines with only whitespace. Thanks, Renee Baecker. * Test for this fix.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-podlators/Makefile7
-rw-r--r--textproc/p5-podlators/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/textproc/p5-podlators/Makefile b/textproc/p5-podlators/Makefile
index 611dcd6008a..7414a05e0c6 100644
--- a/textproc/p5-podlators/Makefile
+++ b/textproc/p5-podlators/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/05 09:40:18 he Exp $
+# $NetBSD: Makefile,v 1.2 2010/01/16 23:57:19 sno Exp $
-DISTNAME= podlators-2.2.1
+DISTNAME= podlators-2.3.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
@@ -8,8 +8,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/podlators/
COMMENT= Collection of pod related perl modules
+LICENSE= ${PERL5_LICENSE}
-DEPENDS+= p5-Pod-Simple>=3.04:../../textproc/p5-Pod-Simple
+DEPENDS+= p5-Pod-Simple>=3.06:../../textproc/p5-Pod-Simple
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/textproc/p5-podlators/distinfo b/textproc/p5-podlators/distinfo
index 2893b0e7a61..4ffd004dc73 100644
--- a/textproc/p5-podlators/distinfo
+++ b/textproc/p5-podlators/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/01/05 09:40:18 he Exp $
+$NetBSD: distinfo,v 1.2 2010/01/16 23:57:19 sno Exp $
-SHA1 (podlators-2.2.1.tar.gz) = f0a0b22156373926de7bb838115a9be9179d70c9
-RMD160 (podlators-2.2.1.tar.gz) = b8cd395467fa0ccc281f6878b7d9193865a131c3
-Size (podlators-2.2.1.tar.gz) = 87511 bytes
+SHA1 (podlators-2.3.0.tar.gz) = d24c1f847e11be035e89967e9115f5379a4152dd
+RMD160 (podlators-2.3.0.tar.gz) = d4c3b8269bfac5600dba02765aa41b9ddd88ffa9
+Size (podlators-2.3.0.tar.gz) = 92784 bytes