# -*- 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
# $Id: Portfile 78247 2011-04-30 16:11:51Z ryandesign@macports.org $

PortSystem                      1.0
PortGroup                       pure 1.0

pure.setup                      sockets 0.4
categories                      net
platforms                       darwin
maintainers                     ryandesign
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                       sha1    d098379ca41589bbced01feb2214e664bf7898fa \
                                rmd160  211e4a7176dd649663300788767ea24d69c08f60
