pkgsrc/net/clive/Makefile
wiz fa8ca08d2a Update to 2.2.9:
Version 2.2.9 (February 13, 2010)

    User-visible changes:

        * Fix dailymotion formats
             1. vp6-hd -> h264-hd
             2. vp6-hq -> h264-hq
             3. vp6 -> h264
        * Fix vimeo support
             1. closes  issue #49
        * Partial fix: cctv: dump multi-segment video links
             1. single-segment videos are still copied normally
             2. closes  issue #45  (for now)

    Developer-visible changes:

        * Rename CHANGES -> ChangeLog
        * Add NEWS file
        * Remove dead test link:
             1. tlinks/sload.url
             2. t/10sevenload.t

Version 2.2.8 (December 18, 2009)

    User-visible changes:

        * Remove the remains of the redtube support
        * Do not replace dashes with underscores in ids (closes  issue #44 )
        * Sevenload:
             1. Fix http/401 error
             2. Cleanup title parsing (use config data instead)
        * Croak with an error if BerkeleyDB module is not found
             1. And either -d or -g options are used
2010-02-14 10:00:09 +00:00

28 lines
953 B
Makefile

# $NetBSD: Makefile,v 1.27 2010/02/14 10:00:09 wiz Exp $
#
DISTNAME= clive-2.2.9
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"