# $Id$ PortSystem 1.0 name aria2 version 1.14.1 categories net platforms darwin maintainers mww license GPL-2 description download utility with resuming and segmented downloading long_description aria2 is a download utility with resuming and segmented \ downloading. Supported protocols are HTTP/HTTPS/FTP/BitTorrent. homepage http://aria2.sourceforge.net/ master_sites sourceforge checksums md5 3a23844ab3e1460eb7e6dac9b5dd798c \ sha1 143684b662886466b801f456d10997d3e36a0f03 \ rmd160 e4daa218df0776a144421a1f04eb71c410ff7917 use_bzip2 yes depends_build port:pkgconfig depends_lib port:gettext port:libiconv port:gnutls port:libxml2 if {${configure.compiler} == "clang"} { configure.compiler llvm-gcc-4.2 } configure.cxxflags-append "-I${prefix}/include/libxml2" configure.args --with-gnutls --with-libgnutls-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-libintl-prefix=${prefix} \ --with-xml-prefix=${prefix} \ --without-sqlite3 livecheck.type freshmeat