mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.4 KiB
Tcl
30 lines
1.4 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
|
|
|
|
name libenet
|
|
version 1.3.18
|
|
categories net
|
|
license MIT
|
|
maintainers openmaintainer \
|
|
gmail.com:olsner
|
|
description ENet is a library for reliable communication on top of UDP.
|
|
long_description ENet's purpose is to provide a relatively thin, simple and \
|
|
robust network communication layer on top of UDP. The \
|
|
primary feature it provides is optional reliable, in-order \
|
|
delivery of packets. \
|
|
ENet is NOT intended to be a general purpose high level \
|
|
networking library that handles authentication, lobbying, \
|
|
server discovery, compression, encryption and other high \
|
|
level, often application level or dependent tasks.
|
|
homepage http://enet.bespin.org/
|
|
master_sites http://enet.bespin.org/download/
|
|
distname enet-${version}
|
|
|
|
checksums rmd160 cf9f04598397e4e582486285c495db41dd5d9e95 \
|
|
sha256 2a8a0c5360d68bb4fcd11f2e4c47c69976e8d2c85b109dd7d60b1181a4f85d36 \
|
|
size 737164
|
|
|
|
livecheck.type regex
|
|
livecheck.regex {v([0-9.]+)}
|