aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-06 06:05:13 +0800
committermiwi <miwi@FreeBSD.org>2009-07-06 06:05:13 +0800
commitdd97381469d7df9080b3573a2c57bc2768dfcef8 (patch)
treece7a9e1f74abacab86f256bede569ba95e646461 /multimedia
parenta622b389a2a04695101dbe530e000aaf16b36073 (diff)
downloadfreebsd-ports-gnome-dd97381469d7df9080b3573a2c57bc2768dfcef8.tar.gz
freebsd-ports-gnome-dd97381469d7df9080b3573a2c57bc2768dfcef8.tar.zst
freebsd-ports-gnome-dd97381469d7df9080b3573a2c57bc2768dfcef8.zip
- Update to 0.4.0
PR: 136346 Submitted by: Toni Gundogdu <legatvs@gmail.com> (maintainer)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/abby/Makefile15
-rw-r--r--multimedia/abby/distinfo6
-rw-r--r--multimedia/abby/pkg-descr4
3 files changed, 18 insertions, 7 deletions
diff --git a/multimedia/abby/Makefile b/multimedia/abby/Makefile
index 25ab6ae17060..2c506401d5fe 100644
--- a/multimedia/abby/Makefile
+++ b/multimedia/abby/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= abby
-PORTVERSION= 0.3.0
+PORTVERSION= 0.4.0
CATEGORIES= multimedia net
MASTER_SITES= GOOGLE_CODE
MAINTAINER= legatvs@gmail.com
-COMMENT= Front-end for cclive
+COMMENT= Front-end for c/clive
-RUN_DEPENDS= cclive>=0.4.4:${PORTSDIR}/multimedia/cclive
+OPTIONS= CCLIVE "Use cclive as back-end" on \
+ CLIVE "Use clive as back-end" off
USE_BZIP2= yes
USE_QT_VER= 4
@@ -31,4 +32,12 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/abby ${PREFIX}/bin/abby
+.if defined(WITHOUT_CCLIVE)
+RUN_DEPENDS+= cclive>=0.4.4:${PORTSDIR}/multimedia/cclive
+.endif
+
+.if defined(WITH_CLIVE)
+RUN_DEPENDS+= clive>=2.2.1:${PORTSDIR}/multimedia/clive
+.endif
+
.include <bsd.port.post.mk>
diff --git a/multimedia/abby/distinfo b/multimedia/abby/distinfo
index 42cb4d412f66..e36322d60aed 100644
--- a/multimedia/abby/distinfo
+++ b/multimedia/abby/distinfo
@@ -1,3 +1,3 @@
-MD5 (abby-0.3.0.tar.bz2) = 30dd020be3d71fcfa162bddd64ceb87e
-SHA256 (abby-0.3.0.tar.bz2) = 59fd5f91e2009f4f6ecd26b5ffad5373c49a4435edfdf27f1a564e00500954c9
-SIZE (abby-0.3.0.tar.bz2) = 41196
+MD5 (abby-0.4.0.tar.bz2) = 50b41c0a63457c272f871d4997d33b88
+SHA256 (abby-0.4.0.tar.bz2) = d42e2b6ee8259904d80d50b7147be3b966f991333367b256aaa86ba960192124
+SIZE (abby-0.4.0.tar.bz2) = 38985
diff --git a/multimedia/abby/pkg-descr b/multimedia/abby/pkg-descr
index 23d9d6657190..d936f85fe6bb 100644
--- a/multimedia/abby/pkg-descr
+++ b/multimedia/abby/pkg-descr
@@ -1,3 +1,5 @@
-abby is a front-end for cclive and clive video extraction utilities.
+abby is a front-end for cclive and clive utilities that can
+be used to download videos from Youtube and similar video
+websites.
WWW: http://code.google.com/p/abby