Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2008 23:10:45 +0000 (UTC)
From:      Nicola Vitale <nivit@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang Makefile ports/lang/rhino Makefile distinfo pkg-descr pkg-plist ports/lang/rhino/files rhinoc.in rhinodbg.in rhinosh.in
Message-ID:  <200801272310.m0RNAjJ4061693@repoman.freebsd.org>

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



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