# $Id: Portfile 49755 2009-04-17 12:19:39Z mww@macports.org $ PortSystem 1.0 name aria2 version 1.3.1 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 b6dba5a335936b1dd5a47ede2cabdbc5 \ sha1 4fd6fb42c950efef93ba6ce62e241f57a95e5fe9 \ rmd160 13658a2404d754a157c45fcdf1ed6a1e2622dc86 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-gnutls-prefix=${prefix} \ --with-libiconv-prefix=${prefix} \ --with-libintl-prefix=${prefix} \ --with-xml-prefix=${prefix} post-destroot { file delete -force "${destroot}${prefix}/lib/charset.alias" } livecheck.check freshmeat