[Lunar-commits] <moonbase> move cclive to net
Paul Bredbury
brebs at lunar-linux.org
Mon Sep 28 01:53:41 CEST 2009
commit 46e33ea78b9dbc1278068c593ab19313cf561759
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Mon Sep 28 06:53:41 2009 +0700
move cclive to net
---
net/cclive/BUILD | 8 ++++++++
net/cclive/DEPENDS | 2 ++
net/cclive/DETAILS | 21 +++++++++++++++++++++
zbeta/cclive/BUILD | 8 --------
zbeta/cclive/DEPENDS | 2 --
zbeta/cclive/DETAILS | 21 ---------------------
6 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/net/cclive/BUILD b/net/cclive/BUILD
new file mode 100644
index 0000000..3047140
--- /dev/null
+++ b/net/cclive/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # Unwanted doc
+ rm -f README.w32 &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/net/cclive/DEPENDS b/net/cclive/DEPENDS
new file mode 100644
index 0000000..3c7f96e
--- /dev/null
+++ b/net/cclive/DEPENDS
@@ -0,0 +1,2 @@
+depends pcre
+depends curl
diff --git a/net/cclive/DETAILS b/net/cclive/DETAILS
new file mode 100644
index 0000000..38d5fed
--- /dev/null
+++ b/net/cclive/DETAILS
@@ -0,0 +1,21 @@
+ MODULE=cclive
+ VERSION=0.5.1
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://cclive.googlecode.com/files
+ SOURCE_VFY=sha1:47c70f75b78147ece6b7aaefd3b9460cd6b1e88b
+ WEB_SITE=http://code.google.com/p/cclive/
+ ENTERED=20090901
+ UPDATED=20090922
+ SHORT="command-line tool for extracting videos from various websites"
+
+cat << EOF
+cclive is a lightweight command-line video extraction tool for YouTube
+and other similar video websites. It is a rewrite of the clive software
+in C++, with a lower system footprint and fewer dependencies.
+
+cclive is primarily a "video download tool", but it can also be used
+with video player software, like "mplayer", for viewing streamed videos
+instead of the Adobe Flash player.
+
+View the supported websites with: cclive --hosts
+EOF
diff --git a/zbeta/cclive/BUILD b/zbeta/cclive/BUILD
deleted file mode 100644
index 3047140..0000000
--- a/zbeta/cclive/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- # Unwanted doc
- rm -f README.w32 &&
-
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/cclive/DEPENDS b/zbeta/cclive/DEPENDS
deleted file mode 100644
index 3c7f96e..0000000
--- a/zbeta/cclive/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends pcre
-depends curl
diff --git a/zbeta/cclive/DETAILS b/zbeta/cclive/DETAILS
deleted file mode 100644
index 38d5fed..0000000
--- a/zbeta/cclive/DETAILS
+++ /dev/null
@@ -1,21 +0,0 @@
- MODULE=cclive
- VERSION=0.5.1
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://cclive.googlecode.com/files
- SOURCE_VFY=sha1:47c70f75b78147ece6b7aaefd3b9460cd6b1e88b
- WEB_SITE=http://code.google.com/p/cclive/
- ENTERED=20090901
- UPDATED=20090922
- SHORT="command-line tool for extracting videos from various websites"
-
-cat << EOF
-cclive is a lightweight command-line video extraction tool for YouTube
-and other similar video websites. It is a rewrite of the clive software
-in C++, with a lower system footprint and fewer dependencies.
-
-cclive is primarily a "video download tool", but it can also be used
-with video player software, like "mplayer", for viewing streamed videos
-instead of the Adobe Flash player.
-
-View the supported websites with: cclive --hosts
-EOF
More information about the Lunar-commits
mailing list