aboutsummaryrefslogtreecommitdiff
path: root/net/pure-sockets
Commit message (Collapse)AuthorAgeFilesLines
* Stagify.Vanilla I. Shu2014-08-071-18/+7
| | | | Notes: svn path=/head/; revision=364280
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362812
* Remove trailing whitespaces from category netEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345423
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=343634
* Update to 0.57.Xin LI2013-11-062-3/+26
| | | | | | | | | PR: ports/179390 Submitted by: nemysis Approved by: maintainer Notes: svn path=/head/; revision=333045
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* Fix PORTSDIR not already defined by using relative pathBaptiste Daroussin2013-07-101-1/+1
| | | | Notes: svn path=/head/; revision=322734
* Fix pure by removing the useless pre.mk/post.mk dancingBaptiste Daroussin2013-07-101-7/+2
| | | | | | | | | Convert to USES=gmake Reported by: marino Notes: svn path=/head/; revision=322733
* - Update pure to 0.51 and update modulesPav Lucistnik2012-01-262-25/+6
| | | | | | | | PR: ports/161799 Submitted by: Zhihao Yuan <lichray@gmail.com> (maintainer) Notes: svn path=/head/; revision=289841
* - update pure-gen to 0.12Eitan Adler2011-10-182-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) Notes: svn path=/head/; revision=283865
* Pure interface to the Berkeley socket functions. Provides most of the coreMartin Wilke2011-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> Notes: svn path=/head/; revision=276886