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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to