# -*- 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                mp3splt
version             2.6.2
revision            0
checksums           rmd160  2ead469bfa7989a77459684dd4098a1fdce9eb7f \
                    sha256  3ec32b10ddd8bb11af987b8cd1c76382c48d265d0ffda53041d9aceb1f103baa \
                    size    260901

categories          audio
platforms           darwin
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-2+

description         Utility for mp3 and ogg splitting without decoding

long_description    mp3splt is a free command-line utility that allows you to \
                    split mp3 and ogg files from a begin time to an end time, \
                    without need of decoding and reencoding. It's useful to \
                    split large mp3/ogg to make smaller files or to split \
                    entire albums to obtain original tracks.

homepage            http://mp3splt.sourceforge.net/
master_sites        sourceforge:project/mp3splt/${name}/${version}

depends_build       port:pkgconfig

depends_lib         port:gettext \
                    port:libmp3splt

livecheck.url       ${homepage}mp3splt_page/downloads.php
livecheck.regex     /${name}-(\[0-9a-z.\]+)${extract.suffix}
