aboutsummaryrefslogtreecommitdiffstats
path: root/www/aria2
diff options
context:
space:
mode:
authorsat <sat@FreeBSD.org>2006-10-02 00:34:17 +0800
committersat <sat@FreeBSD.org>2006-10-02 00:34:17 +0800
commite4ecbf3ab042892dc131008d6bc4d48f3edd1715 (patch)
treed074690cd273419cfaa143db04b69bb9fcdcba95 /www/aria2
parent2eeb6f4bf36ecaeb417384ff4e1de5d59af9a565 (diff)
downloadfreebsd-ports-gnome-e4ecbf3ab042892dc131008d6bc4d48f3edd1715.tar.gz
freebsd-ports-gnome-e4ecbf3ab042892dc131008d6bc4d48f3edd1715.tar.zst
freebsd-ports-gnome-e4ecbf3ab042892dc131008d6bc4d48f3edd1715.zip
- Update to 0.8.1
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>