Update from version 1.11 to version 1.13.
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
This commit is contained in:
parent
131c33e37b
commit
ea501a8683
2 changed files with 11 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.4 2008/11/15 14:01:06 seb Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2010/02/05 00:09:41 seb Exp $
|
||||
|
||||
DISTNAME= Pod-POM-Web-1.11
|
||||
DISTNAME= Pod-POM-Web-1.13
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
||||
|
@ -8,21 +8,23 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Pod-POM-Web/
|
||||
COMMENT= Perl 5 module providing a HTML Perldoc server
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
PERL5_PACKLIST= auto/Pod/POM/Web/.packlist
|
||||
|
||||
DEPENDS+= p5-Alien-GvaScript>=1.1:../../www/p5-Alien-GvaScript
|
||||
DEPENDS+= p5-Encode-[0-9]*:../../textproc/p5-Encode
|
||||
DEPENDS+= p5-Alien-GvaScript>=1.21:../../www/p5-Alien-GvaScript
|
||||
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
|
||||
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
||||
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
|
||||
DEPENDS+= p5-AnnoCPAN-Perldoc-[0-9]*:../../devel/p5-AnnoCPAN-Perldoc
|
||||
DEPENDS+= p5-PPI-HTML-[0-9]*:../../textproc/p5-PPI-HTML
|
||||
DEPENDS+= p5-Search-Indexer>=0.75:../../textproc/p5-Search-Indexer
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/11/15 14:01:06 seb Exp $
|
||||
$NetBSD: distinfo,v 1.4 2010/02/05 00:09:42 seb Exp $
|
||||
|
||||
SHA1 (Pod-POM-Web-1.11.tar.gz) = bac808e6ffd956ab11ff3d79400b5e16a8f2987a
|
||||
RMD160 (Pod-POM-Web-1.11.tar.gz) = c44dc955ef55a953ff513258bd0db414a478c07d
|
||||
Size (Pod-POM-Web-1.11.tar.gz) = 26807 bytes
|
||||
SHA1 (Pod-POM-Web-1.13.tar.gz) = a5bd25a1d558e16c9cc9006bbc726cfd99abdbab
|
||||
RMD160 (Pod-POM-Web-1.13.tar.gz) = 36404f21c64a645d07ade289ce8a56ca97abe39e
|
||||
Size (Pod-POM-Web-1.13.tar.gz) = 30145 bytes
|
||||
|
|
Loading…
Reference in a new issue