cvs commit: ports/lang Makefile ports/lang/pure Makefile distinfo pkg-descr pkg-plist ports/lang/pure/files patch-interpreter.cc pkg-message.in

Wen Heping wen at FreeBSD.org
Mon Mar 21 06:14:38 UTC 2011


wen         2011-03-21 06:14:38 UTC

  FreeBSD ports repository

  Modified files:
    lang                 Makefile 
  Added files:
    lang/pure            Makefile distinfo pkg-descr pkg-plist 
    lang/pure/files      patch-interpreter.cc pkg-message.in 
  Log:
  Pure is a modern-style functional programming language based on term
  rewriting. It offers equational definitions with pattern matching, full
  symbolic rewriting capabilities, dynamic typing, eager and lazy evaluation,
  lexical closures, built-in list and matrix support and an easy-to-use C
  interface. The interpreter uses LLVM as a backend to JIT-compile Pure
  programs to fast native code.
  
  WWW:    https://code.google.com/p/pure-lang/
  
  PR:             ports/155647
  Submitted by:   Zhihao Yuan <lichray at gmail.com>
  
  Revision  Changes    Path
  1.721     +1 -0      ports/lang/Makefile
  1.1       +76 -0     ports/lang/pure/Makefile (new)
  1.1       +4 -0      ports/lang/pure/distinfo (new)
  1.1       +32 -0     ports/lang/pure/files/patch-interpreter.cc (new)
  1.1       +20 -0     ports/lang/pure/files/pkg-message.in (new)
  1.1       +8 -0      ports/lang/pure/pkg-descr (new)
  1.1       +27 -0     ports/lang/pure/pkg-plist (new)


More information about the cvs-ports mailing list