diff options
author | seb <seb@pkgsrc.org> | 2008-11-09 13:46:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-11-09 13:46:27 +0000 |
commit | e70239b9ad2568b028b2a1a5820e8032e2e05332 (patch) | |
tree | ed91dae23d2c0490f68b21cce20241c8eff2bc75 /www/p5-Pod-POM-Web | |
parent | 7d44f599deede98d48e0d0cd463144a357ac652d (diff) | |
download | pkgsrc-e70239b9ad2568b028b2a1a5820e8032e2e05332.tar.gz |
Update from version 1.09 to version 1.10.
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
Diffstat (limited to 'www/p5-Pod-POM-Web')
-rw-r--r-- | www/p5-Pod-POM-Web/Makefile | 8 | ||||
-rw-r--r-- | www/p5-Pod-POM-Web/distinfo | 9 | ||||
-rw-r--r-- | www/p5-Pod-POM-Web/patches/patch-aa | 15 |
3 files changed, 24 insertions, 8 deletions
diff --git a/www/p5-Pod-POM-Web/Makefile b/www/p5-Pod-POM-Web/Makefile index 32ad268c7e3..a713219242e 100644 --- a/www/p5-Pod-POM-Web/Makefile +++ b/www/p5-Pod-POM-Web/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2008/10/19 19:19:17 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/11/09 13:46:27 seb Exp $ -DISTNAME= Pod-POM-Web-1.09 +DISTNAME= Pod-POM-Web-1.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} @@ -15,9 +14,10 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Pod/POM/Web/.packlist -DEPENDS+= p5-Alien-GvaScript-[0-9]*:../../www/p5-Alien-GvaScript +DEPENDS+= p5-Alien-GvaScript>=1.1:../../www/p5-Alien-GvaScript DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils +DEPENDS+= p5-MIME-Types-[0-9]*:../../mail/p5-MIME-Types DEPENDS+= p5-Module-CoreList-[0-9]*:../../devel/p5-Module-CoreList DEPENDS+= p5-Pod-POM>=0.17:../../textproc/p5-Pod-POM DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes diff --git a/www/p5-Pod-POM-Web/distinfo b/www/p5-Pod-POM-Web/distinfo index b17085100a9..4713d420838 100644 --- a/www/p5-Pod-POM-Web/distinfo +++ b/www/p5-Pod-POM-Web/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2008/09/07 15:05:46 seb Exp $ +$NetBSD: distinfo,v 1.2 2008/11/09 13:46:27 seb Exp $ -SHA1 (Pod-POM-Web-1.09.tar.gz) = 55cbb9ef0816228866c6653fd58163ae3a9949f4 -RMD160 (Pod-POM-Web-1.09.tar.gz) = 1d7d58d50ffd21c21fa01bc3f25c240e2f4bee42 -Size (Pod-POM-Web-1.09.tar.gz) = 25713 bytes +SHA1 (Pod-POM-Web-1.10.tar.gz) = 1a1deb89790c398281482660f342d35fdeb4650c +RMD160 (Pod-POM-Web-1.10.tar.gz) = e244efcae7991ebb971903834b0967e2dfd8b80f +Size (Pod-POM-Web-1.10.tar.gz) = 26705 bytes +SHA1 (patch-aa) = 211783508eb7e30b02f5abf0df635f646e9df0dd diff --git a/www/p5-Pod-POM-Web/patches/patch-aa b/www/p5-Pod-POM-Web/patches/patch-aa new file mode 100644 index 00000000000..b11e87bf9cf --- /dev/null +++ b/www/p5-Pod-POM-Web/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2008/11/09 13:46:27 seb Exp $ + +Fix POD formatting. + +--- lib/Pod/POM/Web.pm.orig 2008-11-07 21:04:33.000000000 +0000 ++++ lib/Pod/POM/Web.pm +@@ -3,6 +3,8 @@ + MSIE : click on TOC entry jumps and then jumps back to TOC (timeout handler) + Firefox: kb navigation does not scroll properly + ++=end BUGS ++ + =cut + + |