Up to [cvs.NetBSD.org] / pkgsrc / textproc / p5-Pod-Tree
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 26 11:22:34 2021 UTC (22 months, 3 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
textproc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
Revision 1.12 / (download) - annotate - [select for diffs], Thu Oct 7 15:01:40 2021 UTC (23 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.11: +1 -2
lines
Diff to previous 1.11 (colored)
textproc: Remove SHA1 hashes for distfiles
Revision 1.11 / (download) - annotate - [select for diffs], Sat Mar 2 10:38:42 2019 UTC (4 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.10: +5 -5
lines
Diff to previous 1.10 (colored)
Update to 1.31 Upstream changes: Changes for version 1.31 Fixed pod error as reported by CPANTS.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 25 12:44:59 2019 UTC (4 years, 7 months ago) by wen
Branch: MAIN
Changes since 1.9: +5 -5
lines
Diff to previous 1.9 (colored)
Update to 1.30 Upstream changes: 1.30 2019.01.22 MANWAR - Merged pull request #9 (fix typo in pod) from @fschlich.
Revision 1.9 / (download) - annotate - [select for diffs], Tue Dec 4 09:03:21 2018 UTC (4 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.8: +5 -5
lines
Diff to previous 1.8 (colored)
Update to 1.29 Add missing DEPENDS for test Upstream changes: 1.29 2018.12.02 MANWAR - Applied the changes suggested by @ANDK (#8). 1.28 2018.12.01 MANWAR - Tidy up Makefile.PL script to clean up tar ball as well. - Added +x to the script mod2html. 1.27 2018.11.30 MANWAR - Updated dependency on Path::Tiny v0.105 to address the fail report. https://www.cpantesters.org/cpan/report/349e7846-f40d-11e8-afbf-aec3b07506ca 1.26 2018.11.29 MANWAR - Removed auto generated META.yml from the distribution. - Moved t/95-tidyall.t and t/96-perl-critic.t to xt/ (author only). - Updated github repo url. - Documented the current maintainer in the pod. - Tidied up Changes file.
Revision 1.8 / (download) - annotate - [select for diffs], Wed Nov 4 01:59:47 2015 UTC (7 years, 10 months ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Add SHA512 digests for distfiles for textproc category Problems found locating distfiles: Package cabocha: missing distfile cabocha-0.68.tar.bz2 Package convertlit: missing distfile clit18src.zip Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Aug 7 01:21:01 2015 UTC (8 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.6: +4 -4
lines
Diff to previous 1.6 (colored)
Update to 1.25 Upstream changes: 1.25 2015.05.25 - Rename test files to have number prefix. - Move test reqirements to TEST_REQUIRES or BUILD_REQUIRES for older EUMM - Older versions of EU::MM require quotes around 2-dot versions (CHORNY) 1.24 2015.05.22 - Include the rc files in the distribution to use the proper Perl::Critic configuration. - use Test::Version to make sure we have the same version number in every module. - Configure Perl::Critic to be level 4. - Lots of other refactorings.
Revision 1.6 / (download) - annotate - [select for diffs], Sat May 23 09:42:46 2015 UTC (8 years, 4 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.5: +4 -4
lines
Diff to previous 1.5 (colored)
Update 1.17 to 1.23 ------------------- 1.23 2015.05.20 - Add version numbers to all the pm files. 1.22 2015.05.20 - Refactoring code: 3 argument open, no bareword filehandles - Refactoring code: convert indirect calls to direct calls - Add optional test using Test::Perl::Critic - Fix missing file issue introduced in 1.21 - Include the Test::Comile based test 1.21 2015.05.20 - More tests (use Test::Compile) - Refactoring code (use Path::Tiny) - Run perltidy on the code. - Separate packages to their own files. - Add use warnings; use strict; remove use diagnostics; - Remove remaining use 5.... statements. 1.20 2015.05.19 - Refactor test script to use Test::More 1.19 2015.05.18 - Include link to VCS, Bug tracking system, hopepage. 1.18 2015.05.18 - Just to let PAUSE index it. 1.17_01 2015.05.18 - New maintainer (SZABGAB)
Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 9 21:19:16 2010 UTC (13 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4,
pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (colored)
Updating textproc/p5-Pod-Tree from 1.16nb1 to 1.17 pkgsrc changes: - add license definition Upstream changes: 1.17 2010 Jun 21 pods2html - quote paths in REs
Revision 1.4 / (download) - annotate - [select for diffs], Fri Apr 24 07:20:45 2009 UTC (14 years, 5 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.3: +4 -7
lines
Diff to previous 1.3 (colored)
PkgSrc changes: - Updating package for p5 module Pod::Tree to 1.16 from 1.15 - Removing patches (applied upstream) Upstream changes: 1.16 2009 Apr 10 Pod::Tree::HTML - fix to work with IO::File 1.13 (RT 34755, 38307) mod2html - added to distribution Makefile.PL - added all required modules to PREREQ_PM
Revision 1.3 / (download) - annotate - [select for diffs], Thu Aug 7 23:26:01 2008 UTC (15 years, 1 month ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.2: +7 -5
lines
Diff to previous 1.2 (colored)
Update from version 1.11 to 1.15. Pkgsrc changes: o Add new dependencies; and p5-HTML-Stream appears to be not only a build-time dependency o Fix Pod::Tree::HTML to actually write to a referenced string, using IO::String o Get rid of the half-assed IO::String dummy in the html test, and adapt to using IO::String instead This makes the self-tests pass. Diffs reported upstream. Upstream changes: 1.15 2007 Jun 24 Rename pod2html -> podtree2html (RT 18742) Pod::Tree::HTML - Changed destination resolution to accept a scalar reference, or anything with a 'print' method. (RT 12335) podtree2html, pods2html - documented HTML elements for CSS rules (RT 6118) pod.css - add example style sheet 1.14 2007 Jun 12 Pod::Tree::HTML - remove use vars qw(&isa); (RT 14530) - document translate() error conditions (RT 12336) Makefile.PL - add Text::Template prerequisite (RT 26440) 1.13 2007 Apr 06 Pod::Tree - rename the Stream package Pod::Tree::HTML - change the X<> markup to render as empty, per the perlpod manpage - rename the BitBucket package - add template support Pod::Tree:PerlUtil - handle malformed NAME paragraphs more gracefully pod2html - add template support pods2html - add template support 1.12 2006 Apr 22 Pod::Tree::PerlBin - ignore non-existant directories on $PATH - protect File::Find::find from empty directory list Pod::Tree:PerlFunc - find the pod/ directory under either perl/ or perl/lib/ (Win32 issue) Pod::Tree::PerlLib - increase default col_width to 30 Pod::Tree:PerlTop - find the pod/ directory under either perl/ or perl/lib/ (Win32 issue) Pod::Tree:PerlUtil - clean up whitespace in module names and descriptions pods2html - recursion check compares absolute paths instead of inodes (Win32 issue) t/pods2html.t - use rmtree instead of system "rm -r" (Win32 issue)
Revision 1.2 / (download) - annotate - [select for diffs], Wed Aug 6 22:57:53 2008 UTC (15 years, 1 month ago) by he
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Add a patch so the tests succeed. No change for installed bits, so no version bump. I have problems with the self-tests for the newer version of this package...
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sat Nov 19 12:47:13 2005 UTC (17 years, 10 months ago) by rillig
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
cwrapper
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Imported p5-Pod-Tree from pkgsrc-wip. Pod::Tree parses a POD ("plain old documentation") text into a static syntax tree. Applications walk the tree to recover the structure and content of the POD.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 19 12:47:13 2005 UTC (17 years, 10 months ago) by rillig
Branch: MAIN
Initial revision