aboutsummaryrefslogtreecommitdiff
path: root/www/aria2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-01-30 20:30:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-01-30 20:30:01 +0000
commit555e781e189420baacb50b6e95535ca54bae0922 (patch)
tree16bd6599827a80b6c3cfbfa3aa2aa8e66fea52cc /www/aria2
parent5f90a319922a8b0cd1226c4d99cfe6dd64b6ea32 (diff)
downloadports-555e781e189420baacb50b6e95535ca54bae0922.tar.gz
ports-555e781e189420baacb50b6e95535ca54bae0922.zip
- Update to 1.16.1
Notes
Notes: svn path=/head/; revision=311272
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile2
-rw-r--r--www/aria2/distinfo4
-rw-r--r--www/aria2/pkg-descr43
3 files changed, 29 insertions, 20 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 423eb2b5f08c..f124a07395a6 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= aria2
-PORTVERSION= 1.16.0
+PORTVERSION= 1.16.1
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION}
diff --git a/www/aria2/distinfo b/www/aria2/distinfo
index f22fb768d5e7..023bbb108c6b 100644
--- a/www/aria2/distinfo
+++ b/www/aria2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.16.0.tar.bz2) = 3d5760f5aa43b5d1199e373f93d704bd38f973706edd3b1661cc4ebe3fed0f1e
-SIZE (aria2-1.16.0.tar.bz2) = 2062545
+SHA256 (aria2-1.16.1.tar.bz2) = 8bbe1d741289e299edb12ff461455e4b57d7b18ed3e138da936e4906fd9368e1
+SIZE (aria2-1.16.1.tar.bz2) = 2079662
diff --git a/www/aria2/pkg-descr b/www/aria2/pkg-descr
index 81c86b0ee609..5d305837a703 100644
--- a/www/aria2/pkg-descr
+++ b/www/aria2/pkg-descr
@@ -1,19 +1,28 @@
-aria2 has a segmented downloading engine in its core. Therefore, it
-can download files a lot faster than ordinary browsers. Currently it
-has following features:
-* HTTP/HTTPS GET support
-* HTTP Proxy support
-* HTTP BASIC authentication support
-* HTTP Proxy authentication support
-* FTP support (active, passive mode)
-* FTP through HTTP proxy (GET command or tunneling)
-* Segmented download
-* Cookie support (currently aria2 ignores "expires")
-* It can run as a daemon process
-* BitTorrent protocol support with fast extension
-* Selective download in multi-file torrent
-* Metalink version 3.0 support (HTTP/FTP/BitTorrent)
-* Limiting download/upload speed
+aria2 - The next generation download utility
+
+aria2 is a lightweight multi-protocol & multi-source command-line download
+utility. It supports HTTP/HTTPS, FTP, BitTorrent and Metalink. aria2 can be
+manipulated via built-in JSON-RPC and XML-RPC interfaces.
+
+Features:
+- Multi-Connection Download.
+ aria2 can download a file from multiple sources/protocols and tries to utilize
+ your maximum download bandwidth. Really speeds up your download experience.
+- Lightweight.
+ aria2 doesn't require much memory and CPU time. The physical memory usage is
+ typically 4MiB (normal HTTP/FTP downloads) to 9MiB (BitTorrent downloads). CPU
+ usage in BitTorrent with download speed of 2.8MiB/sec is around 6%.
+- Fully Featured BitTorrent Client.
+ All features you want in BitTorrent client are available: DHT, PEX,
+ Encryption, Magnet URI, Web-Seeding, Selective Downloads and Local Peer
+ Discovery.
+- Metalink Enabled.
+ aria2 supports The Metalink Download Description Format (aka Metalink v4),
+ Metalink version 3 and Metalink/HTTP. Metalink offers the file verification,
+ HTTP/FTP/BitTorrent integration and the various configurations for language,
+ location, OS, etc.
+- Remote Control.
+ aria2 supports RPC interface to control the aria2 process. The supported
+ interfaces are JSON-RPC (over HTTP and WebSocket) and XML-RPC.
-Author: Tatsuhiro Tsujikawa <tujikawa at users dot sourceforge dot net>
WWW: http://aria2.sourceforge.net/