aboutsummaryrefslogtreecommitdiffstats
path: root/net/pure-sockets
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | net)
* Fix PORTSDIR not already defined by using relative pathbapt2013-07-111-1/+1
|
* Fix pure by removing the useless pre.mk/post.mk dancingbapt2013-07-111-7/+2
| | | | | | Convert to USES=gmake Reported by: marino
* - Update pure to 0.51 and update modulespav2012-01-262-25/+6
| | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer)
* - update pure-gen to 0.12eadler2011-10-192-5/+7
| | | | | | | | | | | - 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)
* Pure interface to the Berkeley socket functions. Provides most of the coremiwi2011-07-023-0/+47
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>