From 96cffe6c8b43ca5e8a023fb1a3a1a713ed20d62e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 2 Feb 2015 22:45:27 +0000 Subject: [PATCH] aria2: fix description and copyright. --- net-misc/aria2/aria2-1.18.7.recipe | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/net-misc/aria2/aria2-1.18.7.recipe b/net-misc/aria2/aria2-1.18.7.recipe index 98936d387..1d7c5805d 100644 --- a/net-misc/aria2/aria2-1.18.7.recipe +++ b/net-misc/aria2/aria2-1.18.7.recipe @@ -1,20 +1,17 @@ -SUMMARY="Secure Shell Client and Server (Remote Login Program)" +SUMMARY="A download utility with segmented downloading and BitTorrent support" DESCRIPTION=" -OpenSSH is a FREE version of the SSH connectivity tools that technical users \ -of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that \ -their password is transmitted across the Internet unencrypted, but it is. \ -OpenSSH encrypts all traffic (including passwords) to effectively eliminate \ -eavesdropping, connection hijacking, and other attacks. Additionally, OpenSSH \ -provides secure tunneling capabilities and several authentication methods, and \ -supports all SSH protocol versions. -The OpenSSH suite replaces rlogin and telnet with the ssh program, rcp with \ -scp, and ftp with sftp. Also included is sshd (the server side of the \ -package), and the other utilities like ssh-add, ssh-agent, ssh-keysign, \ -ssh-keyscan, ssh-keygen and sftp-server. +aria2 is a utility for downloading files. The supported protocols are \ +HTTP(S), FTP, BitTorrent, and Metalink. aria2 can download a file from \ +multiple sources/protocols and tries to utilize your maximum download \ +bandwidth. It supports downloading a file from HTTP(S)/FTP and \ +BitTorrent at the same time, while the data downloaded from \ +HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's \ +chunk checksums, aria2 automatically validates chunks of data while \ +downloading a file like BitTorrent. " HOMEPAGE="http://aria2.sourceforge.net" LICENSE="GNU GPL v2" -COPYRIGHT="2005-2014 Tatu Ylonen et al." +COPYRIGHT="2006-2014 Tatsuhiro Tsujikawa" SRC_URI="http://sourceforge.net/projects/aria2/files/stable/aria2-$portVersion/aria2-$portVersion.tar.xz" CHECKSUM_SHA256="7944336efdfc82892802bec304698448e8d27b30f30496576716e8b93ebfff98" REVISION="1"