Date: Mon, 21 Mar 2011 06:14:38 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang Makefile ports/lang/pure Makefile distinfo pkg-descr pkg-plist ports/lang/pure/files patch-interpreter.cc pkg-message.in Message-ID: <201103210614.p2L6EccT064096@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103210614.p2L6EccT064096>
