[Lunar-commits] <moonbase> aria2: version bumped to 1.9.5.
Florin Braescu
florin at lunar-linux.org
Thu Jul 1 14:32:40 CEST 2010
commit cf3607f10e77eb28bbbaaaca64c850bcd2553331
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Jul 1 15:32:40 2010 +0300
aria2: version bumped to 1.9.5.
Move it to ftp dir.
Bugfixes release.
---
ftp/aria2/BUILD | 6 ++++++
ftp/aria2/DEPENDS | 5 +++++
ftp/aria2/DETAILS | 19 +++++++++++++++++++
zbeta/aria2/BUILD | 6 ------
zbeta/aria2/DEPENDS | 5 -----
zbeta/aria2/DETAILS | 19 -------------------
6 files changed, 30 insertions(+), 30 deletions(-)
diff --git a/ftp/aria2/BUILD b/ftp/aria2/BUILD
new file mode 100644
index 0000000..ca6955d
--- /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
diff --git a/ftp/aria2/DEPENDS b/ftp/aria2/DEPENDS
new file mode 100644
index 0000000..62ad26c
--- /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 0000000..0f21b4d
--- /dev/null
+++ b/ftp/aria2/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=aria2
+ VERSION=1.9.5
+ SOURCE=$MODULE-$VERSION.tar.xz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:749f86473eaa1010c4dfaaac4d13f8a07c5cbabd
+ WEB_SITE=http://aria2.sourceforge.net
+ ENTERED=20071024
+ UPDATED=20100701
+ 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/zbeta/aria2/BUILD b/zbeta/aria2/BUILD
deleted file mode 100644
index ca6955d..0000000
--- a/zbeta/aria2/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sedit '/AuthConfig.h/ a#include <ostream>' src/AuthConfig.cc &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/aria2/DEPENDS b/zbeta/aria2/DEPENDS
deleted file mode 100644
index 62ad26c..0000000
--- a/zbeta/aria2/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-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/zbeta/aria2/DETAILS b/zbeta/aria2/DETAILS
deleted file mode 100644
index 49b71c6..0000000
--- a/zbeta/aria2/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=aria2
- VERSION=1.9.4
- SOURCE=$MODULE-$VERSION.tar.xz
- SOURCE_URL=$SFORGE_URL/$MODULE
- SOURCE_VFY=sha1:2f0f6ed17f648e56ab60fad0f5aedc469884360c
- WEB_SITE=http://aria2.sourceforge.net
- ENTERED=20071024
- UPDATED=20100612
- SHORT="Commandline downloader"
-
-cat << EOF
-aria2 is a download utility with resuming and segmented downloading.
-Supported protocols:
- -- HTTP
- -- HTTPS
- -- FTP
- -- BitTorrent
- -- Metalink
-EOF
More information about the Lunar-commits
mailing list