5518b43c01
Version 2.2.4 (August 2, 2009) User-visible changes: * Add: # --stream-pass option (port from cclive) # funnyhub support * Port from cclive # myubo support * Port from cclive # clipfish support * Thanks to Patrick Hoffmann <patrick@sobran.de> for data mining * Fix: # Misc. typos in manual # Redtube support (videoid/title parsing issues) # Dailymotion: spak-mini -> spark-mini * Change: # replace dashes ("-") with underscores ("_") in video ids Version 2.2.3 (July 25, 2009) User-visible changes: * Add: 1. Support spiegel.de (closes issue #32) [thanks to anon for data] 2. Support golem.de (closes issue #33) [thanks to anon for data] 3. ~/.clive/config path support 4. --cookie-jar option 5. Support for ehrensenf.de (closes issue #34) [thanks to bjoern for data] * Improve: unicode support (related to issue #29) 1. cctv: no longer requires -C and -R options (obsoletes -R) 2. --cclass: now works as expected with unicode as well * Improve: backwards compatibility with clive 2.0, 2.1 1. Allow --format=(mp4|hd|hq|3gp) (closes Debian bug #535957) 2. Restore ~/.config/clive/config path support (closes Debian bug #535483) 3. Add --upgrade-config (2.0/2.1 config to 2.2+ format) * Change: 1. --hosts prints now supported formats 2. Pair --exec with --exec-run, the latter now triggers the former 2.1. Closes Debian bug #520520 3. Relocate files 3.1. ~/.clivelast -> ~/.cache/clive/last 3.2. ~/.clivecache -> ~/.cache/clive/cache 4. If HOME environment variable undefined, assume current workdir 5. --version: print locale etc. * Fix: 1. --version: copyright years 2. File suffix for CCTV (.x-shockwave-flash -> .flv) 3. Remove "see examples" from pod markup (closes issue #30) 4. Prevent ".$suffix" output filenames 4.1. Use $id if !$title && %i was not defined in --filename-format 4.2. Related to issue #29 5. --no-proxy: really disable all proxy use (closes issue #25) 5.1. http_proxy setting was still used 6. Can't call method "filename" on unblessed reference at Exec.pm line 5x 6.1. e.g. clive URL --exec="ls;" 6.2. Closes Debian bug #535459 7. Dailymotion support (closes issue #35) 8. Redtube support (error: no match: `(?-xism:videoid=(.*?)')') * Rename: 1. --recall, --recall-file -> --last, --last-file 2. CLIVE_HOME -> CLIVE_CACHE * Remove: 1. -R, --raw (obsoleted by improved unicode support) 2. --home-dir option 2.1. Missleading name 2.2. Obsoleted by --cache-file and --last-file * Manual page: 1. Add note about numeric suffix (closes issue #28) 2. Fix a number of typos, use better grammar 3. Overhaul Version 2.2.2 (July 9, 2009) User-visible changes: * Change: Google: --format=mp4/best 1. Default to flv if mp4 is not available 2. Fix --format=best support
28 lines
953 B
Makefile
28 lines
953 B
Makefile
# $NetBSD: Makefile,v 1.24 2009/08/08 16:13:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= clive-2.2.4
|
|
CATEGORIES= net multimedia www
|
|
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
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
DEPENDS+= p5-BerkeleyDB>=0.34:../../databases/p5-BerkeleyDB
|
|
DEPENDS+= p5-Class-Singleton-[0-9]*:../../devel/p5-Class-Singleton
|
|
DEPENDS+= p5-Getopt-ArgvFile-[0-9]*:../../devel/p5-Getopt-ArgvFile
|
|
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-HTML-Parser>=2.37:../../www/p5-HTML-Parser
|
|
DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
|
|
DEPENDS+= p5-URI>=1.37:../../www/p5-URI
|
|
DEPENDS+= p5-WWW-Curl>=4.05:../../www/p5-WWW-Curl
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/clive/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|