7179843e5f
Version 2.1.6 (February 19, 2009) User-visible changes: * Renamed the following options - --noproxy => --no-proxy - --noextract => --no-extract - --nologin => --no-login * Butchered --help output - much less verbose now - relocated manual page data to clive.pod * Removed --manual option * Obsoleted "play" and "rencode" config keys in "commands" section * Added --exec option which resembles cclive's --exec command * Removed --play, --noplay, --rencode and --norencode options - use --exec instead * Changed --paste short option from '-x' to '-p' * Removed wmv format (breakcom) - persistant HTTP/404 (not found) error Version 2.1.5 (February 6, 2009) User-visible changes: * Fixed sevenload support Version 2.1.4 (February 1, 2009) User-visible changes: * Fixed Youtube login which sometimes reported failed attempts as OK - Youtube defaults web interface language based on users ip - clive looks for English words in the post-login page to confirm login * Tweaked --version output
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.18 2009/02/21 13:31:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= clive-2.1.6
|
|
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
|
|
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/clive ${DESTDIR}${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/clive.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/perl5/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|