cvs commit: ports/java Makefile ports/java/jc Makefile distinfo pkg-descr pkg-plist ports/java/jc/files patch-aa

Archie Cobbs archie at FreeBSD.org
Sun Feb 22 13:34:32 PST 2004


archie      2004/02/22 13:34:31 PST

  FreeBSD ports repository

  Modified files:
    java                 Makefile 
  Added files:
    java/jc              Makefile distinfo pkg-descr pkg-plist 
    java/jc/files        patch-aa 
  Log:
  New port.
  
      JC is a Java virtual machine implementation that converts class
      files into C source files using the Soot Java bytecode analysis
      framework, compiles them with GCC, and loads them using a built-in
      ELF object file loader. JC utilizes the GNU Classpath class library
      and provides support for most features you would expect such as
      reflection, user class loaders, etc.
  
      WWW: http://jcvm.sourceforge.net/
  
  Revision  Changes    Path
  1.117     +1 -0      ports/java/Makefile
  1.1       +108 -0    ports/java/jc/Makefile (new)
  1.1       +2 -0      ports/java/jc/distinfo (new)
  1.1       +23 -0     ports/java/jc/files/patch-aa (new)
  1.1       +8 -0      ports/java/jc/pkg-descr (new)
  1.1       +15880 -0  ports/java/jc/pkg-plist (new)


More information about the cvs-ports mailing list