diff --git a/ftp/aria2/BUILD b/ftp/aria2/BUILD new file mode 100644 index 00000000000..ca6955da29e --- /dev/null +++ b/ftp/aria2/BUILD @@ -0,0 +1,6 @@ +( + + sedit '/AuthConfig.h/ a#include ' src/AuthConfig.cc && + default_build + +) > $C_FIFO 2>&1 diff --git a/ftp/aria2/DEPENDS b/ftp/aria2/DEPENDS new file mode 100644 index 00000000000..62ad26c0130 --- /dev/null +++ b/ftp/aria2/DEPENDS @@ -0,0 +1,5 @@ +optional_depends "openssl" "" "--without-openssl" "for HTTPS/BitTorrent support" +optional_depends "libxml2" "" "--without-libxml2" "for Hash checking for Metalink" +optional_depends "c-ares" "" "--without-libcares" "for asynchronous DNS support" +optional_depends "zlib" "" "--without-libz" "for gzip, deflate in HTTP" +optional_depends "sqlite" "" "--without-sqlite3" "for Firefox3 Cookie" diff --git a/ftp/aria2/DETAILS b/ftp/aria2/DETAILS new file mode 100644 index 00000000000..72059c55515 --- /dev/null +++ b/ftp/aria2/DETAILS @@ -0,0 +1,19 @@ + MODULE=aria2 + VERSION=1.15.1 + SOURCE=$MODULE-$VERSION.tar.xz + SOURCE_URL=$SFORGE_URL/$MODULE + SOURCE_VFY=sha1:214acdc9b99a3e7322379da33101089ab14eeead + WEB_SITE=http://aria2.sourceforge.net + ENTERED=20071024 + UPDATED=20120709 + SHORT="Commandline downloader" + +cat << EOF +aria2 is a download utility with resuming and segmented downloading. +Supported protocols: + -- HTTP + -- HTTPS + -- FTP + -- BitTorrent + -- Metalink +EOF diff --git a/net/c-ares/DETAILS b/net/c-ares/DETAILS new file mode 100644 index 00000000000..7430adfccb8 --- /dev/null +++ b/net/c-ares/DETAILS @@ -0,0 +1,14 @@ + MODULE=c-ares + VERSION=1.9.1 + SOURCE=$MODULE-$VERSION.tar.gz + SOURCE_URL=http://c-ares.haxx.se/download/ + SOURCE_VFY=sha1:fe41e47f300bfd587b7f552a141ad3bf85437b0f + WEB_SITE=http://c-ares.haxx.se/ + ENTERED=20071025 + UPDATED=20120708 + SHORT="asynchronous DNS request and name resolv library" + +cat << EOF +c-ares is a C library that performs DNS request +and name resolves asynchronously. +EOF