Commit graph

22 commits

Author SHA1 Message Date
wiz
84e123ddd2 Bump PKGREVISIONs for perl 5.30.0 2019-08-11 13:17:48 +00:00
nia
d5c846b3af Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.
2019-06-30 20:14:13 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
3014fed310 p5-Alien-GvaScript: update to 1.45.
1.45 04.06.2017
  - fix #121658 : . no longer in @INC in Perl 5.26 (Graham Ollis&Slaven_Rezic++)
2017-09-26 14:58:51 +00:00
ryoon
fb0f82a8cb Fix build with Perl 5.26.0 2017-06-09 17:05:58 +00:00
ryoon
b9d9d2fc30 Recursive revbump from lang/perl5 5.26.0 2017-06-05 14:24:48 +00:00
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
b9b754e081 Add SHA512 digests for distfiles for www category
Problems found locating distfiles:
	Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz
	Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz
	Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz
	Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz
	Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz
	Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz
	Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz
	Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz
	Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz
	Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 02:46:46 +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
97cad01fc2 Update 1.22 to 1.44
1.44 20.08.2014
  - fixes #98172 in POD documentation (DOLMEN++)

1.43 27.09.2013
  - autoCompleter: choiceList scrolls so that the current value is visible
  - autoCompleter: ping event updates the current value
  - ajax tests use port 8085 instead of 8081

1.42 03.03.2013
  - fixed Pod bug in Form.pod (caused test failure with Pod::Simple v3.26

1.41 20.08.2011
  - html doc generation : fix path to scripts
  - removed accented chars in .js files (avoid probl. with application/script
    in Firefox

1.40 11.08.2011
  - specify POD =encoding so that new Pod::Simple is happy

1.3
  - upgrade to prototype.js v1.7
2014-12-31 12:56:36 +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
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
obache
84fa8bcd7c Revision bump after updating perl5 to 5.14.1. 2011-08-14 16:05:39 +00:00
sno
d50daa61b0 Updating www/p5-Alien-GvaScript from 1.21nb1 to 1.22
pkgsrc changes:
- add patch to remove useless bits from generated GvaScript.js

Upstream changes:
1.21 18.01.2010
  - bug in Builder, Gvascript.js was written to wrong location
2010-09-01 21:21:37 +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
seb
285a8e1592 Update from version 1.11 to version 1.21
Pkgsrc changes:
- Add LICENSE

Upstream changes:
1.21 18.01.2010
  - bug in Builder, Gvascript.js was written to wrong location

1.20   07.01.2009
  - Element.autoScroll : fix scroll amount when the scrolling block has
    an offsetTop > 0
  - removed PAGE_UP/DOWN handlers in TreeNavigator -- let the browser deal
    with those
  - treeNavigator select() has an additional param "prevent_autoscroll"
  - treeNavigator autoscroll only active through kbd, not through click
  - treeNavigator observes "mouseup" (instead of mousedown or click)
  - autoCompleter bug fix on detach (stop observing "click")
  - protoExtensions : removed RegExp.escape() (now in prototype.js)
  - autoCompleter div, display above only if enough vertical space
  - autoCompleter : code layout improvements

1.18 13.10.2009
  - fix some minor doc glitches released in 1.17

1.17 13.10.2009
  - major revision from Mona Remlawi
  - new Grid component
  - new CustomButtons component
  - new Paginator component
  - new test suite
2010-02-03 22:34:58 +00:00
he
ae2b045e2d Update from version 1.10 to 1.11.
Upstream changes:

1.11
  - added Seb in author list
  - repeat: ix starts at 0, count starts at 1
            fix bug in removing "repeat" attrs
            both add() and remove() methods
  - many updates in doc
2009-01-11 18:21:06 +00:00
seb
7d44f599de Update from version 1.09 to version 1.10
Changes:
1.10
  treeNavigator
    - new option noPingOnFirstClick
    - new option treeTabIndex
    - by default, tree element gets tabIndex 0
    - better focus management when quick navigation through keys
    - doubleClick handler
    - up/down at end of tree falls back to default navigator behaviour
  choiceList
    - new option choiceItemTagName
  autoCompleter
    - multivalued
    - click handler on drowpdown lists
    - new options :
           completeOnTab
           actionItems
           multivalued
           multivalue_separator
           choiceItemTagName
           htmlWrapper
           observed_scroll
           additional_params
           http_method
2008-11-09 13:44:15 +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
de6f6f7dd9 Initial import of p5-Alien-GvaScript version 1.09 in the NetBSD
Packages Collection.

GvaScript is a javascript framework, built on top of the prototype
object-oriented javascript framework (http://prototype.conio.net)
and offers a number of extensions and widgets, such as keymap
handling, application-specific events, autocompletion on input
field, and a tree navigator.  GvaScript is distributed using Perl
tools, but the actual content of the library is pure javascript.
2008-09-07 14:44:16 +00:00