mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
39 lines
1.4 KiB
Tcl
39 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
|
|
|
|
# clock_gettime
|
|
PortGroup legacysupport 1.0
|
|
legacysupport.newest_darwin_requires_legacy 15
|
|
|
|
name ezstream
|
|
version 1.0.2
|
|
revision 1
|
|
checksums rmd160 ac1a9478cf7cbec75cefee4b124b2dd5a4cb4691 \
|
|
sha256 11de897f455a95ba58546bdcd40a95d3bda69866ec5f7879a83b024126c54c2a \
|
|
size 514884
|
|
|
|
categories audio
|
|
maintainers {ryandesign @ryandesign} openmaintainer
|
|
license GPL-2
|
|
|
|
description command line source client for Icecast media \
|
|
streaming servers
|
|
|
|
long_description ${name} is a {*}${description}. It began as the \
|
|
successor of the old \"shout\" utility, and has since \
|
|
gained a lot of useful features.
|
|
|
|
homepage https://www.icecast.org/ezstream/
|
|
master_sites https://ftp.osuosl.org/pub/xiph/releases/ezstream/
|
|
|
|
depends_build port:check \
|
|
port:pkgconfig
|
|
|
|
depends_lib port:libiconv \
|
|
port:libshout2 \
|
|
port:libxml2 \
|
|
port:taglib
|
|
|
|
patchfiles-append sys-types.patch
|