aboutsummaryrefslogtreecommitdiff
path: root/www/xpi-gwt-dev-plugin
Commit message (Collapse)AuthorAgeFilesLines
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Replace custom Firefox dependency lines with USE_FIREFOX_BUILDBeat Gaetzi2011-03-061-3/+2
| | | | | | | Approved by: Jonathan Chen <jonc AT chen.org.nz> (maintainer) Notes: svn path=/head/; revision=270381
* - Account for ports/150327Philip M. Gollucci2010-09-081-1/+1
| | | | | | | | | | | | | | | | | | Do not install meta data (META-INF) since its not needed allow for xpi-post-extract to still work in xpi-* ports o fix pkg-plist o fix XPI_DIRS, XPI_FILES o Bump PORTREVISION o s/post-extract/xpi-post-extract/ PR: ports/150327 Submitted by: Lapo Luchini <lapo@lapo.it>, tweaked by myself Approved by: maintainer timeout (miwi) Tested by: P6 TB Run, RideCharge Inc. / Taximagic TB Run Notes: svn path=/head/; revision=260730
* - Bump PORTREVISION after libxul updateBeat Gaetzi2010-08-081-1/+1
| | | | | | | | | PR: ports/149044 Expr-run by: pav@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=258912
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Mark as only for amd64/i386: coredumps on sparc64, and not yet testedMark Linimon2010-03-221-0/+2
| | | | | | | | | elsewhere. Hat: portmgr Notes: svn path=/head/; revision=251370
* - Add support for i386Martin Wilke2010-01-273-21/+10
| | | | | | | | PR: 143299 Submitted by: Jonathan Chen <jonc@chen.org.nz> (maintainer) Notes: svn path=/head/; revision=248718
* The GWT developer plugin spans the gap between Java bytecode in theMartin Wilke2010-01-277-0/+194
debugger and the browser's JavaScript. There's no compiling of code to JavaScript to view it in the browser. You can use the same edit-refresh-view cycle you're used to with JavaScript, while at the same time inspect variables, set breakpoints, and utilize all the other debugger tools available to you with Java. And because GWT's development mode is now in the browser itself, you can use tools like Firebug and Inspector as you code in Java. PR: ports/143042 Submitted by: Jonathan Chen <jonc at chen.org.nz> Notes: svn path=/head/; revision=248680