cvs commit: ports/www Makefile ports/www/xpi-gwt-dev-plugin Makefile distinfo pkg-descr pkg-plist ports/www/xpi-gwt-dev-plugin/files patch-config.mk patch-install.rdf patch-xpcom-Makefile

Martin Wilke miwi at FreeBSD.org
Wed Jan 27 13:09:16 UTC 2010


miwi        2010-01-27 13:09:16 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/xpi-gwt-dev-plugin Makefile distinfo pkg-descr pkg-plist 
    www/xpi-gwt-dev-plugin/files patch-config.mk patch-install.rdf 
                                 patch-xpcom-Makefile 
  Log:
  The GWT developer plugin spans the gap between Java bytecode in the
  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>
  
  Revision  Changes    Path
  1.2529    +1 -0      ports/www/Makefile
  1.1       +47 -0     ports/www/xpi-gwt-dev-plugin/Makefile (new)
  1.1       +3 -0      ports/www/xpi-gwt-dev-plugin/distinfo (new)
  1.1       +26 -0     ports/www/xpi-gwt-dev-plugin/files/patch-config.mk (new)
  1.1       +11 -0     ports/www/xpi-gwt-dev-plugin/files/patch-install.rdf (new)
  1.1       +78 -0     ports/www/xpi-gwt-dev-plugin/files/patch-xpcom-Makefile (new)
  1.1       +8 -0      ports/www/xpi-gwt-dev-plugin/pkg-descr (new)
  1.1       +21 -0     ports/www/xpi-gwt-dev-plugin/pkg-plist (new)


More information about the cvs-all mailing list