You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
d7080a50bc
[skip ci] Closes: https://trac.macports.org/ticket/72254
34 lines
1.3 KiB
Tcl
34 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 roadrunner
|
|
version 0.9.1
|
|
revision 1
|
|
checksums rmd160 507888fa337efea1dfd5e4558e276111416f87fa \
|
|
sha256 fd6d051c071f468d622d81e4baf7135ba36d97ff0bddb9142fed655d9de8fc5e \
|
|
size 338564
|
|
|
|
categories net devel
|
|
license Copyleft
|
|
maintainers nomaintainer
|
|
description implementation of the BEEP protocol (RFC 3080) in C
|
|
long_description RoadRunner is a full-featured, robust implementation of \
|
|
the BEEP protocol (RFC 3080) written in C.
|
|
|
|
homepage https://web.archive.org/web/20050831010356/http://rr.codefactory.se/
|
|
master_sites https://web.archive.org/web/20051017033030/http://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/ \
|
|
gentoo
|
|
|
|
depends_build port:pkgconfig
|
|
depends_lib port:libxml2 \
|
|
path:lib/pkgconfig/glib-2.0.pc:glib2
|
|
|
|
patchfiles feather.patch \
|
|
glib.patch
|
|
|
|
configure.args --disable-gtk-doc
|
|
|
|
test.run yes
|
|
test.target check
|