285a8e1592
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
20 lines
571 B
Makefile
20 lines
571 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/02/03 22:34:58 seb Exp $
|
|
|
|
DISTNAME= Alien-GvaScript-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Alien/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Alien-GvaScript/
|
|
COMMENT= Gva extension to the prototype javascript framework
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Alien/GvaScript/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|