Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Sep 2019 15:51:55
0.14
|
rene  |
Remove expired ports:
2019-08-31 lang/pure: Depends on expiring devel/llvm35
2019-08-31 devel/pure-ffi: Depends on expiring devel/llvm35
2019-08-31 devel/llvm35: Obsolete and unmaintained |
08 Jun 2019 11:46:55
0.14
|
antoine  |
Chase llvm35 expiration |
15 Mar 2017 11:56:57
0.14
|
amdmi3  |
- Fix LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Fix WWW:
Approved by: portmgr blanket |
01 Apr 2016 14:00:57
0.14
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
22 Jan 2016 12:49:16
0.14
|
vanilla  |
Fix broken MASTER_SITES. |
21 Jan 2016 03:28:00
0.14
|
vanilla  |
Upgrade to 0.14.
Approved by: maintainer via twitter. |
22 Apr 2014 09:56:58
0.13
|
bapt  |
Support stage |
21 Feb 2014 13:36:13
0.13
|
ehaupt  |
Remove trailing whitespaces from category devel |
10 Feb 2014 13:54:28
0.13
|
ehaupt  |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
06 Nov 2013 22:50:22
0.13
|
delphij  |
Update to 0.57.
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer |
20 Sep 2013 17:13:47
0.12_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
12 Jul 2013 16:24:56
0.12_1
|
bapt  |
Fix build with new gmake order |
26 Jan 2012 11:18:51
0.12_1
|
pav  |
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
19 Aug 2011 11:26:57
0.12
|
culot  |
- Fix typo in COMMENT (s/langauge/language/)
PR: ports/159866
Submitted by: Kaspars Bankovskis <kaspars@bankovskis.lv>
Approved by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
27 Jun 2011 14:44:38
0.12
|
miwi  |
This module provides an interface to libffi which enables you to call C
functions from Pure and vice versa. It extends and complements Pure's
built-in C interface in that it also handles C structs and makes Pure
functions callable from C without writing a single line of C code.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-ffi.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com> |