Add aria2 0.4.1,

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")
* Run as a daemon process.
* Selective download in multi-file torrent

WWW: http://aria2.sourceforge.net/

PR:		ports/96590
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
This commit is contained in:
Kirill Ponomarev 2006-05-01 16:39:52 +00:00
parent f116339d4e
commit 6f4b4a12fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161092
4 changed files with 45 additions and 0 deletions

View file

@ -27,6 +27,7 @@
SUBDIR += apache21
SUBDIR += apache22
SUBDIR += aria
SUBDIR += aria2
SUBDIR += ashe # requires Motif
SUBDIR += asp2php
SUBDIR += aswedit

28
www/aria2/Makefile Normal file
View file

@ -0,0 +1,28 @@
# New ports collection makefile for: aria2
# Date created: 1 May 2006
# Whom: Andrew Pantyukhin <infofarmer@gmail.com>
#
# $FreeBSD$
#
PORTNAME= aria2
PORTVERSION= 0.4.1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= infofarmer@gmail.com
COMMENT= Yet another download tool
LIB_DEPENDS= gnutls.15:${PORTSDIR}/security/gnutls \
gcrypt.13:${PORTSDIR}/security/libgcrypt
CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE}
USE_BZIP2= yes
USE_GNOME= gnomehack
USE_GETTEXT= yes
GNU_CONFIGURE= yes
PLIST_FILES= bin/aria2c share/locale/ja/LC_MESSAGES/aria2c.mo
.include <bsd.port.mk>

3
www/aria2/distinfo Normal file
View file

@ -0,0 +1,3 @@
MD5 (aria2-0.4.1.tar.bz2) = 6bd81ab125f5f6c725b351703c3fff90
SHA256 (aria2-0.4.1.tar.bz2) = 0645ec3c5f93b94c157750a5075567af366486a6c20898a36370775a5d14e88d
SIZE (aria2-0.4.1.tar.bz2) = 301413

13
www/aria2/pkg-descr Normal file
View file

@ -0,0 +1,13 @@
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")
* Run as a daemon process.
* Selective download in multi-file torrent
WWW: http://aria2.sourceforge.net/