forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfile
25 lines (19 loc) · 1.22 KB
/
Portfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
PortGroup pure 1.0
pure.setup sockets 0.7
categories-append net
platforms darwin
maintainers ryandesign gmail.com:aggraef
license GPL-3+
description an interface to the Berkeley socket functions \
for Pure
long_description ${name} is ${description}. It 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.
checksums rmd160 cdf1d97b23872a3a9bdba1036260de74801d4f44 \
sha256 4f2769618ae5818cf6005bb08bcf02fe359a2e31998d12dc0c72f0494e9c0420
depends_build-append port:pkgconfig