Commit graph

17 commits

Author SHA1 Message Date
wiz
40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00
wiz
2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00
mef
6849932a1c Update 1.19 to 1.20
1.20 27.04.2014
  - #95075 fix relative urls to absolutes in initial frameset
  - get rid of old method "redirect_index"
  - fix obsolete hyperlinks (cpanforum, Kobes)
2015-01-12 12:57:47 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
5bee4622d9 Update to 1.19:
1.19 15.04.2013
  - meta_merge ref. to Github repo

1.18 24.08.2012
  - fixed [rt.cpan.org #79079] Non-ASCII character seen before =encoding
2013-09-05 19:51:49 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
fadf56e332 Update p5-Pod-POM-Web to 1.17.
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
2011-10-21 07:14:25 +00:00
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
7953ed71cf Updating www/p5-Pod-POM-Web from 1.13 to 1.14
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-07-31 14:11:00 +00:00
seb
9ee4933c27 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
2010-02-05 00:09:41 +00:00
seb
b48ea212ad Update from version 1.10 to version 1.11.
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-15 14:01:06 +00:00
seb
e70239b9ad 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
2008-11-09 13:46:27 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
seb
86f417a039 Initial import of p5-Pod-POM-Web version 1.09 in the NetBSD Packages
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.
2008-09-07 15:05:46 +00:00