mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
37 lines
1.3 KiB
Tcl
37 lines
1.3 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 liboop
|
|
version 1.0.1
|
|
revision 1
|
|
checksums rmd160 3a805a55cbde1b3a78551ab6a8686d040695c4db \
|
|
sha256 56af16ad65e7397dadc8268e37ff6f67431db390c60c75e21a33e12b0e0d17e0 \
|
|
size 345271
|
|
|
|
categories devel
|
|
maintainers nomaintainer
|
|
license LGPL-2.1+
|
|
|
|
description low-level event loop management library
|
|
|
|
long_description Liboop is a low-level event loop management library for \
|
|
POSIX-based operating systems. It replaces the "select() \
|
|
loop" and allows the registration of event handlers for \
|
|
file and network I/O, timers and signals.
|
|
|
|
homepage http://www.lysator.liu.se/liboop/
|
|
master_sites http://ftp.lysator.liu.se/pub/liboop/
|
|
|
|
depends_build path:bin/pkg-config:pkgconfig
|
|
|
|
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
|
port:readline
|
|
|
|
patchfiles dynamic_lookup-11.patch
|
|
|
|
configure.args --without-adns \
|
|
--without-tcl
|
|
|
|
use_parallel_build no
|