pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-Pod-POM-Web Update from version 1.09 to version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a41d6bf51c02
branches:  trunk
changeset: 549810:a41d6bf51c02
user:      seb <seb%pkgsrc.org@localhost>
date:      Sun Nov 09 13:46:27 2008 +0000

description:
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:

 www/p5-Pod-POM-Web/Makefile         |   8 ++++----
 www/p5-Pod-POM-Web/distinfo         |   9 +++++----
 www/p5-Pod-POM-Web/patches/patch-aa |  15 +++++++++++++++
 3 files changed, 24 insertions(+), 8 deletions(-)

diffs (59 lines):

diff -r bfb33ddff339 -r a41d6bf51c02 www/p5-Pod-POM-Web/Makefile
--- a/www/p5-Pod-POM-Web/Makefile       Sun Nov 09 13:44:15 2008 +0000
+++ b/www/p5-Pod-POM-Web/Makefile       Sun Nov 09 13:46:27 2008 +0000
@@ -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 @@
 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 -r bfb33ddff339 -r a41d6bf51c02 www/p5-Pod-POM-Web/distinfo
--- a/www/p5-Pod-POM-Web/distinfo       Sun Nov 09 13:44:15 2008 +0000
+++ b/www/p5-Pod-POM-Web/distinfo       Sun Nov 09 13:46:27 2008 +0000
@@ -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 -r bfb33ddff339 -r a41d6bf51c02 www/p5-Pod-POM-Web/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-Pod-POM-Web/patches/patch-aa       Sun Nov 09 13:46:27 2008 +0000
@@ -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
+ 
+ 



Home | Main Index | Thread Index | Old Index