summaryrefslogtreecommitdiff
path: root/net/clive/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-01-08 16:08:57 +0000
committerwiz <wiz@pkgsrc.org>2009-01-08 16:08:57 +0000
commit9a2f5743ff41b359bb514c9e45bff9d6669c757f (patch)
treead5d49bbf151260d49184ddd3961f9668771dea2 /net/clive/Makefile
parent8b99cee01f9ff015593e6bafa91602146eaf06a9 (diff)
downloadpkgsrc-9a2f5743ff41b359bb514c9e45bff9d6669c757f.tar.gz
Update to 2.1.2:
Version 2.1.2 (December 29, 2008) * Removed "See --manual" from --version output * Added support for evisortv - http://code.google.com/p/clive/issues/detail?id=4 * Fixed: reused incorrectly last http error code for remaining urls in queue * Fixed: progressbar reported 100% even if error had occurred (e.g. http/403) Version 2.1.1 (December 19, 2008) * Fixed "Requested range was not delivered by the server (http/33)" w/ -c - this would occur with a batch of URLs while using the --continue option, e.g. if the first file was continued, the following page fetches exited with the above error * Added --savebatch option * Added --overwrite option * Replaced the buggy progressbar with a "lazy man's progressbar" * Fixed "print() on closed filehandle STDOUT" with --grep+delete * Fixed progressbar display with --continue Version 2.1.0 (December 10, 2008) NOTE: Changed license GPL3 => ISC/OpenBSD. * Added --modversion option * Replaced Term::Progressbar with a built-in thermometer progressbar * Removed --progress=bar:nominor support due to above changes * Added liveleakcom support - http://code.google.com/p/clive/issues/detail?id=3 Version 2.0.0 (December 2, 2008) * Fixed gvideo/mp4 support (http/404 even if the extraction link existed) * Changed "found redirect" message * Changed --play, --rencode status messages to use file basename Version 2.0beta4 (November 22, 2008) * Removed metacafe support until fixed (see known issues) * Changed Youtube login to report if there were "too many login failures" * Fixed Youtube login support: reported failures incorrectly as OK * Added support clivepass(1) utility (http://code.google.com/p/clive-utils) * Added support for metacafe and sevenload embed URL translation version 2.0beta3 (November 1, 2008) * Fixed pasting from clipboard containing multiple URLs * Fixed page fetch progress glitch that occured with 1+ batches * Added --agent option * Added --proxy option * Added --savedir option * Added --cclass option * Added --filename-format option * Added --show-format option * Added --youtube-user and --youtube-pass options * Added --emit-xml option * Added --progress=[none|bar|dot] * Replaced --noprogress with --progress=none * Added avg. transfer rate notification * Fixed filename printing for existing output files (e.g. output.flv.1) * Added --play option * Fixed metacafe support (error: failed to extract videoCDNURL) * Added --rencode option Version 2.0beta2 (October 15, 2008) * clive now ignores input lines that start with the '#' character * Added support for CLIVE_CONFIGDIR environment variable * Ported lastfm video support from 1.x * --version now displays XML::Simple * Changed "= Play:" to "=> Playing ..." * Playing occurs now subsequently after going over the URL batch Version 2.0beta1 (September 23, 2008) A complete overhaul and rewrite of 1.x. * Users are expected to use the --continue/-c option to resume transfers * Configuration file format (=> INI), path was changed (=> ~/.config/clive) * All extractions now assume flv as the default download format * Users are expected to understand when/how use the --format/-f option * Reading input from multiple sources is possible (e.g. % clive -x URL URL) * Added: --grep: used to grep and recall cached URL entries * Added: --background and --output=logfile, --append=logfile options * Many old cmdline and config options were removed due to new design * Improved GoogleVideo support: handles redirects to other hosts * Pager is used where needed (e.g. --show/-s) * Changed default output file naming format to "%n-(%i)-[%d].%s" * Removed: guba (deadweight), myvideo (borked), dmotion (bitches @ anon users)
Diffstat (limited to 'net/clive/Makefile')
-rw-r--r--net/clive/Makefile38
1 files changed, 20 insertions, 18 deletions
diff --git a/net/clive/Makefile b/net/clive/Makefile
index 9c5323cd22c..0446352340a 100644
--- a/net/clive/Makefile
+++ b/net/clive/Makefile
@@ -1,32 +1,34 @@
-# $NetBSD: Makefile,v 1.14 2008/10/16 21:45:39 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2009/01/08 16:08:57 wiz Exp $
#
-DISTNAME= clive-1.0.2
+DISTNAME= clive-2.1.2
CATEGORIES= net multimedia www
-MASTER_SITES= http://download.gna.org/clive/1.0.x/ \
- ${MASTER_SITE_SOURCEFORGE:=clive/}
+MASTER_SITES= http://clive.googlecode.com/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= wiz@NetBSD.org
HOMEPAGE= http://clive.sourceforge.net/
COMMENT= Command line video extraction tool for user-uploaded video hosts
-PKG_DESTDIR_SUPPORT= user-destdir
+DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB
+DEPENDS+= p5-Clipboard>=0.09:../../x11/p5-Clipboard
+DEPENDS+= p5-Config-Tiny>=2.12:../../devel/p5-Config-Tiny
+DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
+DEPENDS+= p5-Expect>=1.21:../../devel/p5-Expect
+DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
+DEPENDS+= p5-IO-Pager>=0.05:../../devel/p5-IO-Pager
+DEPENDS+= p5-URI>=1.37:../../www/p5-URI
+DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
+DEPENDS+= p5-XML-Simple>=2.18:../../textproc/p5-XML-Simple
-DEPENDS+= ${PYPKGPREFIX}-sqlite2-[0-9]*:../../databases/py-sqlite2
-DEPENDS+= ${PYPKGPREFIX}-newt>=0.51:../../devel/py-newt
-DEPENDS+= ${PYPKGPREFIX}-m2crypto-[0-9]*:../../security/py-m2crypto
-DEPENDS+= ${PYPKGPREFIX}-feedparser>=4.1:../../textproc/py-feedparser
-DEPENDS+= urlgrabber>=3.1.0:../../www/urlgrabber
+PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c # configure script
-PY_PATCHPLIST= yes
+do-build:
+ cd ${WRKSRC} && ${PERL5} genman
-REPLACE_INTERPRETER+= env_python
-REPLACE.env_python.old= /usr/bin/env python
-REPLACE.env_python.new= ${PYTHONBIN}
-REPLACE_FILES.env_python= src/scripts/clive
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/clive ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/clive.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.include "../../lang/python/extension.mk"
+.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"