diff --git a/www/aria2/Makefile b/www/aria2/Makefile index 11054d722247..b55a0cc83409 100644 --- a/www/aria2/Makefile +++ b/www/aria2/Makefile @@ -1,35 +1,36 @@ # New ports collection makefile for: aria2 # Date created: 1 May 2006 # Whom: Andrew Pantyukhin # # $FreeBSD$ # 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 CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-openssl \ --with-libxml2 --without-gnutls --without-libares --without-libcares USE_GCC= 3.4+ USE_BZIP2= yes USE_GNOME= gnomehack libxml2 USE_GETTEXT= yes GNU_CONFIGURE= yes 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 .if ${OSVERSION} < 500000 BROKEN= Does not build on 4.x .endif .include 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,13 +1,16 @@ Aria2 is an utility for downloading files with nice features: + * Command-line interface * Download files through HTTP/HTTPS/FTP/BitTorrent * HTTP Proxy support * FTP though HTTP proxy * 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