aboutsummaryrefslogtreecommitdiff
path: root/net/pure-sockets/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Chase llvm35 expirationAntoine Brodin2019-06-081-0/+3
| | | | Notes: svn path=/head/; revision=503721
* - Fix LICENSEDmitry Marakasov2017-03-151-2/+1
| | | | | | | - Fix WWW: Notes: svn path=/head/; revision=436236
* - Switch to options helpersDmitry Marakasov2016-12-241-2/+7
| | | | Notes: svn path=/head/; revision=429316
* Upgrade to 0.7.Vanilla I. Shu2016-01-131-3/+2
| | | | Notes: svn path=/head/; revision=406020
* Fix MASTER_SITES and unmark BROKEN.Raphael Kubo da Costa2016-01-031-3/+1
| | | | Notes: svn path=/head/; revision=405104
* Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-091-0/+2
| | | | Notes: svn path=/head/; revision=401096
* 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-061-2/+25
| | | | | | | | | 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-261-23/+4
| | | | | | | | 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-181-3/+5
| | | | | | | | | | | | | | - 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-021-0/+39
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