svn commit: r311272 - head/www/aria2

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 30 20:30:02 UTC 2013


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 <tujikawa at users dot sourceforge dot net>
 WWW: http://aria2.sourceforge.net/


More information about the svn-ports-head mailing list