aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pure
Commit message (Collapse)AuthorAgeFilesLines
* Include bsd.pure.mk earlier so that gmake is defined before pre.mkbapt2013-07-121-1/+2
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-1/+1
| | | | | | Convert to USES=gmake Reported by: marino
* Add needed iconv dependency (this fixes configure)bapt2013-07-081-5/+2
|
* Fix build by depending on the llvm31 port, not just the packagebrooks2013-01-221-2/+2
| | | | Reported by: pgj
* Depend on llvm31/clang31 ports to avoid breakage when I updatebrooks2013-01-111-2/+2
| | | | llvm/clang to 3.2.
* - Remove double quotes from *_DESCmadpilot2012-10-111-1/+1
| | | | | | | Requested by: Zhihao Yuan <lichray@gmail.com> (maintainer, via email) Noticed by: Riccardo Torrini <riccardo@torrini.org> Feature safe: yes
* - Update to 0.55sylvio2012-06-073-20/+27
| | | | | PR: ports/168686 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Update to 0.5.4wen2012-05-242-5/+5
| | | | | PR: 168172 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Update to 0.53dhn2012-05-022-5/+5
| | | | | PR: ports/167414 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - Update to 0.52zi2012-03-222-6/+10
| | | | | | | | - Prefer editline support, if available PR: ports/165864 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Feature safe: yes
* - Provide pkgconfig and ldconfig for potential consumerspav2012-01-272-2/+3
| | | | | - Drop USE_GCC line from bsd.pure.mk, downstream ports need to be able to override USE_GCC value
* - Update pure to 0.51 and update modulespav2012-01-264-15/+114
| | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* Switch to devel/llvm29 as a build/run depend to devel/llvm can bebrooks2012-01-211-2/+3
| | | | | | upgraded. Approved by: lichray@gmail.com (maintainer)
* Update to 0.47makc2011-04-104-42/+25
| | | | | | | Remove patch integrated upstream PR: ports/156099 Submitted by: Zhihao Yuan (maintainer)
* Pure is a modern-style functional programming language based on termwen2011-03-216-0/+167
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>