summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorwiz <wiz>2013-09-30 21:09:53 +0000
committerwiz <wiz>2013-09-30 21:09:53 +0000
commit9082774afc3ec34f4dfb01d7a432c7c6b6b4f96c (patch)
treea889444f3a5dbe9323b7fb60d8c826b2b13130bf /net
parent5bf4bb063589134c6a03e557794d78d76b1382c1 (diff)
downloadpkgsrc-9082774afc3ec34f4dfb01d7a432c7c6b6b4f96c.tar.gz
Import cclive-0.7.16 as net/cclive, packaged for wip by zecrazytux,
ryo-on, and myself. cclive is a command line video extraction utility similar to clive but with lower requirements. Its features are few and essential. Supports Youtube, Googlevideo, Break, Liveleak, Sevenload, Evisortv and Dailymotion.
Diffstat (limited to 'net')
-rw-r--r--net/cclive/DESCR4
-rw-r--r--net/cclive/Makefile27
-rw-r--r--net/cclive/PLIST4
-rw-r--r--net/cclive/distinfo5
4 files changed, 40 insertions, 0 deletions
diff --git a/net/cclive/DESCR b/net/cclive/DESCR
new file mode 100644
index 00000000000..7a2b6539f79
--- /dev/null
+++ b/net/cclive/DESCR
@@ -0,0 +1,4 @@
+cclive is a command line video extraction utility similar to clive
+but with lower requirements. Its features are few and essential.
+Supports Youtube, Googlevideo, Break, Liveleak, Sevenload, Evisortv
+and Dailymotion.
diff --git a/net/cclive/Makefile b/net/cclive/Makefile
new file mode 100644
index 00000000000..09b2dcd840d
--- /dev/null
+++ b/net/cclive/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1 2013/09/30 21:09:53 wiz Exp $
+
+DISTNAME= cclive-0.7.16
+CATEGORIES= net multimedia www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cclive/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= zecrazytux@zecrazytux.net
+HOMEPAGE= http://cclive.sourceforge.net/
+COMMENT= Command line video extraction tool for user-uploaded video hosts
+LICENSE= gnu-gpl-v3
+
+USE_LANGUAGES= c++ c
+USE_TOOLS+= pkg-config
+GNU_CONFIGURE= yes
+
+.include "../../mk/compiler.mk"
+# GCC 4.4 and above needs this
+.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
+CXXFLAGS+= -std=c++0x
+.endif
+
+.include "../../net/libquvi/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../devel/boost-libs/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/net/cclive/PLIST b/net/cclive/PLIST
new file mode 100644
index 00000000000..79962a1e67f
--- /dev/null
+++ b/net/cclive/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2013/09/30 21:09:53 wiz Exp $
+bin/ccl
+bin/cclive
+man/man1/cclive.1
diff --git a/net/cclive/distinfo b/net/cclive/distinfo
new file mode 100644
index 00000000000..bd352e399b1
--- /dev/null
+++ b/net/cclive/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2013/09/30 21:09:53 wiz Exp $
+
+SHA1 (cclive-0.7.16.tar.xz) = 2bdee70f5e2026165ca444a306bb76fc5ede97b4
+RMD160 (cclive-0.7.16.tar.xz) = 0084c982eba8aeab3aa9beacdc30d19f9a01423a
+Size (cclive-0.7.16.tar.xz) = 287472 bytes