Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.7 01 Sep 2019 15:40:05
  |
rene  |
Remove expired ports:
2019-08-31 devel/pure-stldict: Depends on expiring devel/llvm35
2019-08-31 lang/dmd1: No longer supported upstream
2019-08-31 lang/gprolog: Abandonware upstream (more than five years), fails in
various ways with remotely recent compilers
2019-08-31 math/pure-mpfr: Depends on expiring devel/llvm35
2019-08-31 math/pure-rational: Depends on expiring devel/llvm35
2019-08-31 net/pure-sockets: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-csv: Depends on expiring devel/llvm35
2019-08-31 textproc/pure-xml: Depends on expiring devel/llvm35
2019-08-31 x11-toolkits/pure-tk: Depends on expiring devel/llvm35
2019-08-31 databases/pure-sql3: Depends on expiring devel/llvm35
2019-08-31 devel/pure-readline: Depends on expiring devel/llvm35
2019-08-31 devel/pure-stllib: Depends on expiring devel/llvm35 |
0.7 08 Jun 2019 11:46:55
  |
antoine  |
Chase llvm35 expiration |
0.7 15 Mar 2017 11:56:25
  |
amdmi3  |
- Fix LICENSE
- Fix WWW: |
0.7 24 Dec 2016 09:01:03
  |
amdmi3  |
- Switch to options helpers |
0.7 13 Jan 2016 07:54:45
  |
vanilla  |
Upgrade to 0.7. |
0.6_1 03 Jan 2016 00:21:56
  |
rakuco  |
Fix MASTER_SITES and unmark BROKEN. |
0.6_1 09 Nov 2015 12:59:04
  |
antoine  |
Mark a few ports BROKEN: unfetchable |
0.6_1 07 Aug 2014 14:46:18
  |
vanilla  |
Stagify. |
0.6_1 24 Jul 2014 15:57:24
  |
bapt  |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
0.6_1 21 Feb 2014 13:38:29
  |
ehaupt  |
Remove trailing whitespaces from category net |
0.6_1 10 Feb 2014 13:54:28
  |
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) |
0.6_1 06 Nov 2013 22:50:22
  |
delphij  |
Update to 0.57.
PR: ports/179390
Submitted by: nemysis
Approved by: maintainer |
0.6 20 Sep 2013 22:10:25
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.6 10 Jul 2013 21:28:57
  |
bapt  |
Fix PORTSDIR not already defined by using relative path |
0.6 10 Jul 2013 21:11:24
  |
bapt  |
Fix pure by removing the useless pre.mk/post.mk dancing
Convert to USES=gmake
Reported by: marino |
0.6 26 Jan 2012 11:18:51
 |
pav  |
- Update pure to 0.51 and update modules
PR: ports/161799
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) |
0.5 18 Oct 2011 22:20:32
 |
eadler  |
- update pure-gen to 0.12
- update pure-gtk to 0.10
- update pure-sockets to 0.5
-- remove duplicate pkg-plist entries
-- make clang dep unconditional
PR: ports/161423
Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
Approved by: bapt (mentor) |
0.4 02 Jul 2011 13:51:57
 |
miwi  |
Pure interface to the Berkeley socket functions. Provides most of the core
functionality, so you can create sockets for both stream and datagram based
protocols and use these to transmit messages. Unix-style file sockets are
also available if the host system supports them.
WWW: http://docs.pure-lang.googlecode.com/hg/pure-sockets.html
PR: ports/156103
Submitted by: Zhihao Yuan <lichray at gmail.com> |