1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
Baptiste Daroussin
f644fb5d72 Include bsd.pure.mk earlier so that gmake is defined before pre.mk 2013-07-12 12:38:26 +00:00
Baptiste Daroussin
f83b34b741 Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake

Reported by:	marino
2013-07-10 21:11:24 +00:00
Baptiste Daroussin
97918462cc Add needed iconv dependency (this fixes configure) 2013-07-08 11:50:41 +00:00
Brooks Davis
d384cef478 Fix build by depending on the llvm31 port, not just the package
Reported by:	pgj
2013-01-22 02:05:58 +00:00
Brooks Davis
43c117a8b7 Depend on llvm31/clang31 ports to avoid breakage when I update
llvm/clang to 3.2.
2013-01-10 16:30:53 +00:00
Guido Falsi
383d692c9c - Remove double quotes from *_DESC
Requested by:	Zhihao Yuan <lichray@gmail.com> (maintainer, via email)
Noticed by:	Riccardo Torrini <riccardo@torrini.org>

Feature safe:	yes
2012-10-10 21:02:04 +00:00
Sylvio Cesar Teixeira
9f0134c61e - Update to 0.55
PR:		ports/168686
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-06-06 22:04:55 +00:00
Wen Heping
6239fa4486 - Update to 0.5.4
PR:		168172
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-05-23 23:57:22 +00:00
Dennis Herrmann
96f20bb1ec - Update to 0.53
PR:		ports/167414
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-05-01 20:11:18 +00:00
Ryan Steinmetz
4a61096265 - Update to 0.52
- Prefer editline support, if available

PR:		ports/165864
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
Feature safe:	yes
2012-03-22 13:18:26 +00:00
Pav Lucistnik
630374295f - Provide pkgconfig and ldconfig for potential consumers
- Drop USE_GCC line from bsd.pure.mk, downstream ports need to be able to
  override USE_GCC value
2012-01-26 20:12:37 +00:00
Pav Lucistnik
ff60500447 - Update pure to 0.51 and update modules
PR:		ports/161799
Submitted by:	Zhihao Yuan <lichray@gmail.com> (maintainer)
2012-01-26 11:18:51 +00:00
Brooks Davis
64bfbd5ee2 Switch to devel/llvm29 as a build/run depend to devel/llvm can be
upgraded.

Approved by:    lichray@gmail.com (maintainer)
2012-01-20 20:12:38 +00:00
Max Brazhnikov
af5336d586 Update to 0.47
Remove patch integrated upstream

PR:		ports/156099
Submitted by:	Zhihao Yuan (maintainer)
2011-04-09 19:21:47 +00:00
Wen Heping
250a152ffc 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>
2011-03-21 06:14:38 +00:00