cvs commit: ports/lang Makefile ports/lang/tinypy Makefile distinfo pkg-descr

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Apr 1 17:57:08 PDT 2009


amdmi3      2009-04-02 00:57:07 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/tinypy          Makefile distinfo pkg-descr 
  Log:
  tinypy is a minimalist implementation of python in 64k of code
  
  it includes a whole heap of features:
  
   * parser and bytecode compiler written in tinypy
   * fully bootstrapped
   * luaesque virtual machine with garbage collection written in C
     it's "stackless" sans any "stackless" features
   * cross-platform :) it runs under windows / linux / macosx
   * a fairly decent subset of python
      o classes and single inheritance
      o functions with variable or keyword arguments
      o strings, lists, dicts, numbers
      o modules, list comprehensions
      o exceptions with full traceback
      o some builtins
   * batteries not included -- yet
  
  WWW:    http://www.tinypy.org/
  
  PR:             132124
  Submitted by:   Marcin Cieslak <saper at SYSTEM dot PL>
  
  Revision  Changes    Path
  1.631     +1 -0      ports/lang/Makefile
  1.1       +50 -0     ports/lang/tinypy/Makefile (new)
  1.1       +3 -0      ports/lang/tinypy/distinfo (new)
  1.1       +19 -0     ports/lang/tinypy/pkg-descr (new)


More information about the cvs-ports mailing list