aria2: fix description and copyright.

This commit is contained in:
Jerome Duval
2015-02-02 22:45:27 +00:00
parent 49cd87936a
commit 96cffe6c8b

View File

@@ -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"