1 | # -*- 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 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | PortGroup github 1.0 |
---|
7 | |
---|
8 | github.setup buytenh ivykis 0.36.3 v |
---|
9 | name libivykis |
---|
10 | categories-append devel |
---|
11 | platforms darwin |
---|
12 | maintainers nomaintainer |
---|
13 | license LGPL-2.1 |
---|
14 | description thin wrapper over various OS'es implementation of I/O readiness notification facilities (such as poll(2), kqueue(2)) |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | checksums rmd160 164b34fdb72d13473c7722aba90466eb5a044f82 \ |
---|
18 | sha256 370a7b52525e37a6e7ca0ca4ce968555f39afb6ef8a3f7f0f7da57a08db6def6 |
---|
19 | |
---|