diff options
author | wiz <wiz@pkgsrc.org> | 2013-09-30 21:09:53 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-09-30 21:09:53 +0000 |
commit | e7062bf705180b6da2d7c0d3c8283bb1f8778ead (patch) | |
tree | a889444f3a5dbe9323b7fb60d8c826b2b13130bf | |
parent | dc12e737b52eef23976e6ae2a2ee0a7aa30f7941 (diff) | |
download | pkgsrc-e7062bf705180b6da2d7c0d3c8283bb1f8778ead.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.
-rw-r--r-- | net/cclive/DESCR | 4 | ||||
-rw-r--r-- | net/cclive/Makefile | 27 | ||||
-rw-r--r-- | net/cclive/PLIST | 4 | ||||
-rw-r--r-- | net/cclive/distinfo | 5 |
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 |