You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
33 lines
987 B
Tcl
33 lines
987 B
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 common_lisp 1.0
|
|
PortGroup github 1.0
|
|
|
|
github.setup usocket usocket 0.8.8 v
|
|
name cl-usocket
|
|
revision 0
|
|
|
|
checksums rmd160 76f3a2ea546a2983b3af37f75e71d2b5c16f5225 \
|
|
sha256 da19f4da89db83caf2631c08229e747b81518f177c50a46672f48a07b17f346d \
|
|
size 1314700
|
|
github.tarball_from archive
|
|
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description Universal socket library for Common Lisp
|
|
|
|
long_description {*}${description}
|
|
|
|
depends_lib-append port:cl-bordeaux-threads \
|
|
port:cl-rt \
|
|
port:cl-split-sequence
|
|
|
|
common_lisp.threads yes
|
|
|
|
# See: https://github.com/usocket/usocket/issues/113
|
|
common_lisp.ccl no
|
|
common_lisp.abcl no
|