From owner-svn-ports-head@FreeBSD.ORG Wed Jan 30 20:30:02 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 358048F8; Wed, 30 Jan 2013 20:30:02 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 27DE735D; Wed, 30 Jan 2013 20:30:02 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0UKU2ND078391; Wed, 30 Jan 2013 20:30:02 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0UKU1eG078273; Wed, 30 Jan 2013 20:30:01 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201301302030.r0UKU1eG078273@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Jan 2013 20:30:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311272 - head/www/aria2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 20:30:02 -0000 Author: sunpoet Date: Wed Jan 30 20:30:01 2013 New Revision: 311272 URL: http://svnweb.freebsd.org/changeset/ports/311272 Log: - Update to 1.16.1 - Update pkg-descr Changes: http://sourceforge.net/projects/aria2/files/stable/aria2-1.16.1/README.rst/view Modified: head/www/aria2/Makefile head/www/aria2/distinfo head/www/aria2/pkg-descr (contents, props changed) Modified: head/www/aria2/Makefile ============================================================================== --- head/www/aria2/Makefile Wed Jan 30 20:28:39 2013 (r311271) +++ head/www/aria2/Makefile Wed Jan 30 20:30:01 2013 (r311272) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= aria2 -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/stable/${PORTNAME}-${PORTVERSION} Modified: head/www/aria2/distinfo ============================================================================== --- head/www/aria2/distinfo Wed Jan 30 20:28:39 2013 (r311271) +++ head/www/aria2/distinfo Wed Jan 30 20:30:01 2013 (r311272) @@ -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 Modified: head/www/aria2/pkg-descr ============================================================================== --- head/www/aria2/pkg-descr Wed Jan 30 20:28:39 2013 (r311271) +++ head/www/aria2/pkg-descr Wed Jan 30 20:30:01 2013 (r311272) @@ -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 WWW: http://aria2.sourceforge.net/