summaryrefslogtreecommitdiff
path: root/www/p5-Pod-POM-Web/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21Update p5-Pod-POM-Web to 1.17.hiramatsu1-4/+4
Changes from previous: 1.17 01.05.2011 - skip tests on systems that do not have 'perlfunc.pod' or 'perlvar.pod' 1.16 28.04.2011 - Export 'server' and 'index' functions into main:: namespace if called from command-line (suggested by DOLMEN -- Olivier Mengué) - fix titles containing POD markup - explicit error message if perlfunc or perlvar are not installed 1.15 20.11.2010 - H1 header can be either NAME or TITLE - adapt to new structure of perlvar.pod in bleadperl - CSS fix for diplaying AnnoCPAN notes - dependency on Pod::POM 0.25
2010-07-31Updating www/p5-Pod-POM-Web from 1.13 to 1.14sno1-4/+4
pkgsrc changes: - adjust dependencies - clarify recommended dependencies - define module type Upstream changes: 1.14 08.06.2010 - fix for pods/perl.pod change of structure since perl 5.12
2010-02-05Update from version 1.11 to version 1.13.seb1-4/+4
Pkgsrc changes: - Add LICENSE - Adjust dependencies - Add recommended dependencies Upstream changes: 1.13 - ignoring dirs starting with '.' - no HTML rendering for perltoc (too slow) - support for perlvar - computing TOC layout, works for MSIE6, MSIE8, FF, Chrome and Safari - many JS fixes (done in Alien-GvaScript 1.20) - applied patch by Elliot Shank for specifiying the page title - tested on MSIE8, FF3.5, safari4, Chrome3 1.12 - sync TOC, automatically open nodes in TOC - support aliases in links L<alias|http://...> - fixed bugs in URLs containing special chars like L<http://foo$/...> - disabled automatic links within text nodes - links to external resources will open in a blank page - fixed bugs in displaying scripts (as opposed to modules) - toc ignores directories starting with '.' - toc_pragmas ignores "pod", "pods" and "inc" subdirs
2008-11-15Update from version 1.10 to version 1.11.seb1-5/+4
Pkgsrc changes: - Remove now unneeded patch file. Upstream changes: 1.11 13.11.2008 - removed =begin BUGS section in Pod that was preventing proper display - fixed perlio layer for pass-through binary files - ref to PodPOMWeb.css used wrong case (undetected on -Win32!) - fixed page titles when the name has no "-- description"
2008-11-09Update from version 1.09 to version 1.10.seb1-4/+5
Pkgsrc changes: - Add dependency on mail/p5-MIME-Types - Add minor patch to fix POD formatting Upstream changes: 1.10 07.11.2008 - passthrough for non-POD files (i.e. images, css, etc.) - clicking hrefs in the TOC really loads the pages - recompute height of treeNavigator - alphabetical sort of Perl docs in each section - sync displayed pages / TOC - tooltips for Perl docs - fixed hyperlinks in perlfunc - initial page is 'perl' instead of 'perlintro', with hyperlinks
2008-09-07Initial import of p5-Pod-POM-Web version 1.09 in the NetBSD Packagesseb1-0/+5
Collection. Pod::POM::Web is a Web application for browsing the documentation of Perl components installed on your local machine. Since pages are dynamically generated, they are always in sync with code actually installed.