mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
846 B
Tcl
24 lines
846 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
|
|
|
|
name liboggz
|
|
version 1.1.3
|
|
categories audio
|
|
license BSD
|
|
maintainers @sbooth
|
|
description liboggz and oggz
|
|
long_description Inspect, edit and validate Ogg files
|
|
homepage https://www.xiph.org/oggz/
|
|
master_sites https://ftp.osuosl.org/pub/xiph/releases/liboggz/
|
|
|
|
checksums rmd160 e216dcee302cd5fbf6afefda32f775ae3a05da5c \
|
|
sha256 2466d03b67ef0bcba0e10fb352d1a9ffd9f96911657abce3cbb6ba429c656e2f \
|
|
size 664029
|
|
|
|
depends_lib port:libogg
|
|
|
|
livecheck.type regex
|
|
livecheck.url ${master_sites}
|
|
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
|