mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
- Update to 2.1.13
- Add WITH_CACHE to OPTIONS Submitted by: Toni Gundogdu <legatvs at gmail dot com> (maintainer), via private email
This commit is contained in:
parent
c22cc7fcae
commit
46b1d1ae52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234111
@ -6,15 +6,14 @@
|
||||
#
|
||||
|
||||
PORTNAME= clive
|
||||
PORTVERSION= 2.1.12
|
||||
PORTVERSION= 2.1.13
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= legatvs@gmail.com
|
||||
COMMENT= Video extraction utility for YouTube, GoogleVideo, and others
|
||||
|
||||
RUN_DEPENDS= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
|
||||
RUN_DEPENDS= p5-Config-Tiny>=2.12:${PORTSDIR}/devel/p5-Config-Tiny \
|
||||
p5-Digest-SHA>=5.47:${PORTSDIR}/security/p5-Digest-SHA \
|
||||
p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-WWW-Curl>=4.05:${PORTSDIR}/www/p5-WWW-Curl
|
||||
@ -23,6 +22,7 @@ RUN_DEPENDS= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB \
|
||||
CONFLICTS= clive-[0-1]* ljclive-[0-9]*
|
||||
|
||||
OPTIONS= PASTE "Enable pasting from X clipboard" off \
|
||||
CACHE "Enable cache" off \
|
||||
PAGER "Enable pager for viewing cache entries" off \
|
||||
EXPECT "Enable clivepass interface" off \
|
||||
MANPAGE "Install manual page" on
|
||||
@ -40,6 +40,10 @@ USE_PERL5_RUN= 5.8.2+
|
||||
RUN_DEPENDS+= p5-Clipboard>=0.09:${PORTSDIR}/x11/p5-Clipboard
|
||||
.endif
|
||||
|
||||
.if defined(WITH_CACHE)
|
||||
RUN_DEPENDS+= p5-BerkeleyDB>=0.36:${PORTSDIR}/databases/p5-BerkeleyDB
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PAGER)
|
||||
RUN_DEPENDS+= p5-IO-Pager>=0.06:${PORTSDIR}/devel/p5-IO-Pager
|
||||
.endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (clive-2.1.12.tar.bz2) = 41eaca143c4e3e92db31612f5199db2b
|
||||
SHA256 (clive-2.1.12.tar.bz2) = 1efff731a3950368ca4035d56fc5a8966329387dbfc2c3e3344a54019445287a
|
||||
SIZE (clive-2.1.12.tar.bz2) = 32423
|
||||
MD5 (clive-2.1.13.tar.bz2) = 229dd7923c14e78a4a50f4a24a24bb4d
|
||||
SHA256 (clive-2.1.13.tar.bz2) = 9ef738e0383a24344b3556e4d1b3998619362cdd6e828e0d68e9afd913219deb
|
||||
SIZE (clive-2.1.13.tar.bz2) = 32556
|
||||
|
Loading…
Reference in New Issue
Block a user