[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Stefan Wold
ratler at lunar-linux.org
Tue Jul 10 17:41:18 CEST 2012
commit 0ca6ee7b613bc57c18a746d1c7ba10a6fb39b294
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Tue, 10 Jul 2012 08:41:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/0ca6ee7b613bc57c18a746d1c7ba10a6fb39b294
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
ftp/aria2/BUILD +6/-0
ftp/aria2/DEPENDS +5/-0
ftp/aria2/DETAILS +19/-0
net/c-ares/DETAILS +14/-0
4 files changed, 0 insertions (+), 0 deletions (-)
--- /dev/null
+++ b/ftp/aria2/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc &&
+ default_build
+
+) > $C_FIFO 2>&1
--- /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"
--- /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
--- /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
More information about the Lunar-commits
mailing list