diff options
author | sat <sat@FreeBSD.org> | 2006-12-03 22:51:26 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-03 22:51:26 +0800 |
commit | 0ebf793e1169e3fa749a78d2bedf1a3356677702 (patch) | |
tree | cbe5cee0e3f26d111df587c15d10fe0e297a99e6 /www/aria2 | |
parent | f7457593a5befbed1423895161fc641435fc7b1b (diff) | |
download | freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.tar.gz freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.tar.zst freebsd-ports-gnome-0ebf793e1169e3fa749a78d2bedf1a3356677702.zip |
- Update to 0.9.0
Diffstat (limited to 'www/aria2')
-rw-r--r-- | www/aria2/Makefile | 8 | ||||
-rw-r--r-- | www/aria2/distinfo | 6 | ||||
-rw-r--r-- | www/aria2/files/patch-src__DefaultBtContext.cc | 10 | ||||
-rw-r--r-- | www/aria2/pkg-descr | 21 |
4 files changed, 31 insertions, 14 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile index b55a0cc83409..d2993d635a92 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -6,14 +6,18 @@ # PORTNAME= aria2 -DISTVERSION= 0.8.1 +DISTVERSION= 0.9.0 CATEGORIES= www MASTER_SITES= SFE MAINTAINER= infofarmer@FreeBSD.org COMMENT= Yet another download tool -CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ +#CPPFLAGS= -g +#DONTSTRIP= yes +#CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" +#MAKE_ENV= DONTSTRIP= +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --mandir=${MANPREFIX}/man --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares USE_GCC= 3.4+ diff --git a/www/aria2/distinfo b/www/aria2/distinfo index 8c497586080a..b9bd2e5eed6d 100644 --- a/www/aria2/distinfo +++ b/www/aria2/distinfo @@ -1,3 +1,3 @@ -MD5 (aria2-0.8.1.tar.bz2) = 194521c2e7ec399787b0504b4b5d1b6a -SHA256 (aria2-0.8.1.tar.bz2) = 47aef06617d90203987f43bfc0f02e38ca8a87744178552ac03e96bf9343819c -SIZE (aria2-0.8.1.tar.bz2) = 379254 +MD5 (aria2-0.9.0.tar.bz2) = f4d1e1761ee2386e5d3a6248b363267f +SHA256 (aria2-0.9.0.tar.bz2) = 65a51bfd371b78bcf1704b5754b52bfc0468aec5e218ee44cbdd9d5efcc346a6 +SIZE (aria2-0.9.0.tar.bz2) = 405772 diff --git a/www/aria2/files/patch-src__DefaultBtContext.cc b/www/aria2/files/patch-src__DefaultBtContext.cc new file mode 100644 index 000000000000..8fdc6a97e6f2 --- /dev/null +++ b/www/aria2/files/patch-src__DefaultBtContext.cc @@ -0,0 +1,10 @@ +--- ./src/DefaultBtContext.cc.orig Wed Nov 29 20:58:04 2006 ++++ ./src/DefaultBtContext.cc Wed Nov 29 20:58:13 2006 +@@ -40,6 +40,7 @@ + #include "DlAbortEx.h" + #include "ShaVisitor.h" + #include "Util.h" ++#include <libgen.h> + + DefaultBtContext::DefaultBtContext() {} + diff --git a/www/aria2/pkg-descr b/www/aria2/pkg-descr index b0a8269ac0d2..3dd7e93bacf2 100644 --- a/www/aria2/pkg-descr +++ b/www/aria2/pkg-descr @@ -1,16 +1,19 @@ -Aria2 is an utility for downloading files with nice features: - -* Command-line interface -* Download files through HTTP/HTTPS/FTP/BitTorrent +aria2 has segmented downloading engine in its core. It therefore, it +can download files a lot faster than ordinary browsers. Currently it +has following features: +* HTTP/HTTPS GET support * HTTP Proxy support -* FTP though HTTP proxy * HTTP BASIC authentication support * HTTP Proxy authentication support -* Segmented downloading +* FTP support (active, passive mode) +* FTP through HTTP proxy (GET command or tunneling) +* Segmented download * Cookie support (currently aria2 ignores "expires") -* Run as a daemon process. +* It can run as a daemon process +* BitTorrent protocol support with fast extension * Selective download in multi-file torrent -* Metalink 3.0 support +* Metalink version 3.0 support (HTTP/FTP/BitTorrent) +* Limiting download/upload speed WWW: http://aria2.sourceforge.net/ -Author: Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net> +Author: Tatsuhiro Tsujikawa <tujikawa at rednoah dot com> |