cvs commit: ports/lang Makefile ports/lang/rhino Makefile distinfo pkg-descr pkg-plist ports/lang/rhino/files rhinoc.in rhinodbg.in rhinosh.in

Nicola Vitale nivit at FreeBSD.org
Sun Jan 27 15:10:46 PST 2008


nivit       2008-01-27 23:10:45 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/rhino           Makefile distinfo pkg-descr pkg-plist 
    lang/rhino/files     rhinoc.in rhinodbg.in rhinosh.in 
  Log:
  Rhino is an open-source implementation of JavaScript written entirely
  in Java. It is typically embedded into Java applications to provide
  scripting to end users.
  
  Rhino is an implementation of the core language only and doesn't contain
  objects or methods for manipulating HTML documents.
  
  Rhino contains
  
      * All the features of JavaScript 1.6
      * Allows direct scripting of Java
      * A JavaScript shell for executing JavaScript scripts
      * A JavaScript compiler to transform JavaScript source files
        into Java class files
      * A JavaScript debugger for scripts executed with Rhino
  
  WWW:    http://www.mozilla.org/rhino/
  
  Revision  Changes    Path
  1.582     +1 -0      ports/lang/Makefile
  1.1       +54 -0     ports/lang/rhino/Makefile (new)
  1.1       +9 -0      ports/lang/rhino/distinfo (new)
  1.1       +6 -0      ports/lang/rhino/files/rhinoc.in (new)
  1.1       +6 -0      ports/lang/rhino/files/rhinodbg.in (new)
  1.1       +6 -0      ports/lang/rhino/files/rhinosh.in (new)
  1.1       +17 -0     ports/lang/rhino/pkg-descr (new)
  1.1       +6 -0      ports/lang/rhino/pkg-plist (new)


More information about the cvs-all mailing list