./net/aria2, Multi-threaded, multi-protocol, flexible download accelerator

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2008Q4, Version: 0.16.2nb1, Package name: aria2-0.16.2nb1, Maintainer: bjs

aria2 is a utility for downloading files. It has completely new design
concept from its predecessor, Aria, and is written from scratch. aria2
has a segmented downloading engine in its core. It can download one
file from multiple URLs or multiple connections from one URL. This
results in very high speed downloading, much faster than ordinary
browsers. This engine in was implemented in a single-thread model. The
architecture is clean and easy to extend. aria2 currently supports
HTTP, FTP, and BitTorrent. It also supports Metalink version 3.0.

Please visit the project web site at http://aria2.sourceforge.net


Required to run:
[net/libcares] [textproc/expat]


Package options: cares, ssl

Master sites: (Expand)

SHA1: 244d51c91771bf440009bb33c360f258913812ac
RMD160: e3c124ac20501163792fe5ceb820da3d801ffc83
Filesize: 1126.837 KB

Version history: (Expand)


CVS history: (Expand)


   2009-01-04 14:23:24 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #2619 - requested by dholland
aria2: build fix

Revisions pulled up:
- net/aria2/Makefile			1.17
- net/aria2/distinfo			1.15
- net/aria2/patches/patch-aa		1.6
---
Module Name:	pkgsrc
Committed By:	dholland
Date:		Sat Jan  3 23:11:47 UTC 2009

Modified Files:
	pkgsrc/net/aria2: Makefile distinfo
Added Files:
	pkgsrc/net/aria2/patches: patch-aa

Log message:
Work around API bug in pre-christos-time_t NetBSD, where struct
timeval's seconds are "long" rather than "time_t". Passing these
seconds to localtime_r() breaks on 64-bit platforms where those types
aren't the same. Fixes PR 40323 from Andreas Burghardt.

PKGREVISION++ as a precaution, since I patched the source.