[Lunar-commits] <moonbase> cclive: recategorize from net to web

Paul Bredbury brebs at lunar-linux.org
Mon Sep 28 02:11:56 CEST 2009


commit e4aa0acf0fa2adad5e75a39b701736fa1b01c798
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Mon Sep 28 07:11:56 2009 +0700

    cclive: recategorize from net to web
    
    Seems a better match.
---
 net/cclive/BUILD   |    8 --------
 net/cclive/DEPENDS |    2 --
 net/cclive/DETAILS |   21 ---------------------
 web/cclive/BUILD   |    8 ++++++++
 web/cclive/DEPENDS |    2 ++
 web/cclive/DETAILS |   21 +++++++++++++++++++++
 6 files changed, 31 insertions(+), 31 deletions(-)

diff --git a/net/cclive/BUILD b/net/cclive/BUILD
deleted file mode 100644
index 3047140..0000000
--- a/net/cclive/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
-  # Unwanted doc
-  rm -f README.w32  &&
-
-  default_build
-
-) > $C_FIFO 2>&1
diff --git a/net/cclive/DEPENDS b/net/cclive/DEPENDS
deleted file mode 100644
index 3c7f96e..0000000
--- a/net/cclive/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends pcre
-depends curl
diff --git a/net/cclive/DETAILS b/net/cclive/DETAILS
deleted file mode 100644
index 38d5fed..0000000
--- a/net/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
diff --git a/web/cclive/BUILD b/web/cclive/BUILD
new file mode 100644
index 0000000..3047140
--- /dev/null
+++ b/web/cclive/BUILD
@@ -0,0 +1,8 @@
+(
+
+  # Unwanted doc
+  rm -f README.w32  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/web/cclive/DEPENDS b/web/cclive/DEPENDS
new file mode 100644
index 0000000..3c7f96e
--- /dev/null
+++ b/web/cclive/DEPENDS
@@ -0,0 +1,2 @@
+depends pcre
+depends curl
diff --git a/web/cclive/DETAILS b/web/cclive/DETAILS
new file mode 100644
index 0000000..38d5fed
--- /dev/null
+++ b/web/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


More information about the Lunar-commits mailing list