# -*- 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
# $Id: Portfile 92837 2012-05-09 00:51:48Z ryandesign@macports.org $

PortSystem          1.0

name                libmp3splt
version             0.7.1
revision            3
categories          audio
platforms           darwin
license             GPL-2+
maintainers         nomaintainer

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}

checksums           rmd160  6f9ec5b887f3b58059a3cecb5a56e7d7afef5820 \
                    sha256  c006436db293a21da2ebc65ceaecf775cbf694b82b20a8506b827e236d7e0e73

depends_build       port:pkgconfig

depends_lib         port:gettext \
                    port:libid3tag \
                    port:libmad \
                    port:libtool \
                    port:libvorbis \
                    port:pcre

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