# $Id: Portfile 72455 2010-10-16 06:23:12Z jmr@macports.org $ PortSystem 1.0 name aria2 version 1.10.0 categories net platforms darwin maintainers mww 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 1386df9b2003f42695062a0e1232e488 \ sha1 ff43cbfc51ca45d11d9e3265e9d5c319d10971f8 \ rmd160 51cffce9932fee64d76966fb2748c51057170d27 use_bzip2 yes depends_lib port:gettext port:libiconv port:gnutls port:libxml2 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 post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" } livecheck.type freshmeat