mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1.2 KiB
Tcl
26 lines
1.2 KiB
Tcl
# -*- 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 pure-sockets 0.8
|
|
categories-append net
|
|
platforms darwin
|
|
maintainers {ryandesign @ryandesign} {gmail.com:aggraef @agraef}
|
|
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 3360ddaf2139321f68104a67cb6eda6f9a9ffaf0 \
|
|
sha256 1198386851f2acbbb9f22ef784da0d150870d1efa906553bc738f069fefa5727
|
|
|
|
depends_build-append port:pkgconfig
|