# -*- 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 80857 2011-07-19 11:21:38Z snc@macports.org $

PortSystem          1.0

name                quvi
version             0.2.18
categories          net www
license             GPL-3
maintainers         openmaintainer snc
description         A command line tool for parsing video download links.
long_description    ${name} is a command line tool for parsing video download \
                    links. It supports Youtube and other similar video \
                    websites. lib${name} is a library for parsing video \
                    download links with C API. It is written in C and intended \
                    to be a cross-platform library.
homepage            http://quvi.sourceforge.net/

platforms           darwin
depends_build       port:pkgconfig
depends_lib         port:curl \
                    port:pcre \
                    port:libiconv \
                    port:lua

master_sites        sourceforge
use_bzip2           yes

checksums           sha1    42a1a0a949ddb5d3eaec91cddd21ed34a5b1e259 \
                    rmd160  2d35fb00410657cc57553e3327e8c3cd01895bb7

configure.cppflags  -I${worksrcpath}/include -I${prefix}/include

livecheck.regex     ${name}-(\\d+(\\.\\d+)+)
