pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/cclive Import cclive-0.7.16 as net/cclive, package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d78753dc9003
branches:  trunk
changeset: 624796:d78753dc9003
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 30 21:09:53 2013 +0000

description:
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:

 net/cclive/DESCR    |   4 ++++
 net/cclive/Makefile |  27 +++++++++++++++++++++++++++
 net/cclive/PLIST    |   4 ++++
 net/cclive/distinfo |   5 +++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r 5e5f6a6a047d -r d78753dc9003 net/cclive/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cclive/DESCR  Mon Sep 30 21:09:53 2013 +0000
@@ -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 -r 5e5f6a6a047d -r d78753dc9003 net/cclive/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cclive/Makefile       Mon Sep 30 21:09:53 2013 +0000
@@ -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@localhost
+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 -r 5e5f6a6a047d -r d78753dc9003 net/cclive/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cclive/PLIST  Mon Sep 30 21:09:53 2013 +0000
@@ -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 -r 5e5f6a6a047d -r d78753dc9003 net/cclive/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/cclive/distinfo       Mon Sep 30 21:09:53 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index