Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jan 2010 13:09:16 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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
Message-ID:  <201001271309.o0RD9GmU056158@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001271309.o0RD9GmU056158>