aboutsummaryrefslogtreecommitdiff
path: root/www/aria2
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-10-01 16:34:17 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-10-01 16:34:17 +0000
commit0c443c9976ed63ca21dae5f779d37627bed01cf0 (patch)
tree7c5d5f5a380f25297ec33915feae14148beca7d8 /www/aria2
parent0ec6839d796ad13f851f3686c2e4d16a60fa7427 (diff)
Notes
Diffstat (limited to 'www/aria2')
-rw-r--r--www/aria2/Makefile5
-rw-r--r--www/aria2/distinfo6
-rw-r--r--www/aria2/pkg-descr5
3 files changed, 10 insertions, 6 deletions
diff --git a/www/aria2/Makefile b/www/aria2/Makefile
index 11054d722247..b55a0cc83409 100644
--- a/www/aria2/Makefile
+++ b/www/aria2/Makefile
@@ -6,9 +6,9 @@
#
PORTNAME= aria2
-DISTVERSION= 0.8.0
+DISTVERSION= 0.8.1
CATEGORIES= www
-MASTER_SITES= SF
+MASTER_SITES= SFE
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= Yet another download tool
@@ -25,6 +25,7 @@ PLIST_FILES= bin/aria2c \
share/locale/de/LC_MESSAGES/aria2c.mo \
share/locale/ja/LC_MESSAGES/aria2c.mo \
share/locale/ru/LC_MESSAGES/aria2c.mo
+MAN1= aria2c.1
.include <bsd.port.pre.mk>
diff --git a/www/aria2/distinfo b/www/aria2/distinfo
index eea818254daa..8c497586080a 100644
--- a/www/aria2/distinfo
+++ b/www/aria2/distinfo
@@ -1,3 +1,3 @@
-MD5 (aria2-0.8.0.tar.bz2) = 0f622b4f177ec37b49d9c5410f5726ea
-SHA256 (aria2-0.8.0.tar.bz2) = f7246dc60c77adcee2fa4b587822917b45ddbdc628bce96aa9b58aedda42066f
-SIZE (aria2-0.8.0.tar.bz2) = 372462
+MD5 (aria2-0.8.1.tar.bz2) = 194521c2e7ec399787b0504b4b5d1b6a
+SHA256 (aria2-0.8.1.tar.bz2) = 47aef06617d90203987f43bfc0f02e38ca8a87744178552ac03e96bf9343819c
+SIZE (aria2-0.8.1.tar.bz2) = 379254
diff --git a/www/aria2/pkg-descr b/www/aria2/pkg-descr
index a0b5e7610037..b0a8269ac0d2 100644
--- a/www/aria2/pkg-descr
+++ b/www/aria2/pkg-descr
@@ -1,4 +1,5 @@
Aria2 is an utility for downloading files with nice features:
+
* Command-line interface
* Download files through HTTP/HTTPS/FTP/BitTorrent
* HTTP Proxy support
@@ -6,8 +7,10 @@ Aria2 is an utility for downloading files with nice features:
* HTTP BASIC authentication support
* HTTP Proxy authentication support
* Segmented downloading
-* Cookie support(currently aria2 ignores "expires")
+* Cookie support (currently aria2 ignores "expires")
* Run as a daemon process.
* Selective download in multi-file torrent
+* Metalink 3.0 support
WWW: http://aria2.sourceforge.net/
+Author: Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>