Port details |
- pure-sockets Pure language interface to the Berkeley socket functions
- 0.7 net
=0 0.7Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expiring devel/llvm35
This port expired on: 2019-08-31
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2011-07-02 13:52:28
- Last Update: 2019-09-01 15:40:05
- SVN Revision: 510697
- License: LGPL3+
- WWW:
- https://puredocs.bitbucket.io/pure-sockets.html
- Description:
- 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: https://puredocs.bitbucket.io/pure-sockets.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pure-sockets>0:net/pure-sockets
- No installation instructions:
- This port has been deleted.
- PKGNAME: pure-sockets
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (pure/pure-sockets-0.7.tar.gz) = 4f2769618ae5818cf6005bb08bcf02fe359a2e31998d12dc0c72f0494e9c0420
SIZE (pure/pure-sockets-0.7.tar.gz) = 27693
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- gmake : devel/gmake
- Library dependencies:
-
- libpure.so : lang/pure
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pure-sockets-0.7:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- pkgconfig pure
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
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> |