Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lunar-linux/moonbase-other
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratler committed Jul 10, 2012
2 parents 86e85e3 + 9284b46 commit 0ca6ee7
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ftp/aria2/BUILD
@@ -0,0 +1,6 @@
(

sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc &&
default_build

) > $C_FIFO 2>&1
5 changes: 5 additions & 0 deletions 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"
19 changes: 19 additions & 0 deletions 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
14 changes: 14 additions & 0 deletions 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

0 comments on commit 0ca6ee7

Please sign in to comment.