pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/youtube-dl Update to 20090513.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ecce88e6f45
branches:  trunk
changeset: 393325:3ecce88e6f45
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue May 19 18:54:43 2009 +0000

description:
Update to 20090513.

Changes:
- Skip blank lines in batch file
- Minor documentation change
- Update and correct (format,extension) table for YouTube
- Added -b option and created option groups for help prompt
- Fixed ambiguity of multiple video option specifiers by dissalowing it;
  changed some sys.ext calls to parser.error
- Some consistency changes and ghost-file bugfix
- Move the -t and -l options to the filesystem group
- Add format 35 (flv) as second best in quality
- Add an "epoch" keyword to the output template
- Use store_const instead of append_const as the latter requires Python 2.5

diffstat:

 net/youtube-dl/Makefile |  7 +++----
 net/youtube-dl/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r d1e1c3fe5a78 -r 3ecce88e6f45 net/youtube-dl/Makefile
--- a/net/youtube-dl/Makefile   Tue May 19 17:27:45 2009 +0000
+++ b/net/youtube-dl/Makefile   Tue May 19 18:54:43 2009 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2009/05/10 10:28:50 zafer Exp $
-#
+# $NetBSD: Makefile,v 1.12 2009/05/19 18:54:43 snj Exp $
 
 DISTNAME=      youtube-dl
-PKGNAME=       youtube-dl-20090425 # master site needs to be updated in tandem
+PKGNAME=       youtube-dl-20090513 # master site needs to be updated in tandem
 CATEGORIES=    net
-MASTER_SITES=  http://bitbucket.org/rg3/youtube-dl/raw/c42582904adf/
+MASTER_SITES=  http://bitbucket.org/rg3/youtube-dl/raw/2009.05.13/
 EXTRACT_SUFX=  # none
 DIST_SUBDIR=   ${PKGNAME_NOREV}
 
diff -r d1e1c3fe5a78 -r 3ecce88e6f45 net/youtube-dl/distinfo
--- a/net/youtube-dl/distinfo   Tue May 19 17:27:45 2009 +0000
+++ b/net/youtube-dl/distinfo   Tue May 19 18:54:43 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2009/04/28 14:50:29 tnn Exp $
+$NetBSD: distinfo,v 1.9 2009/05/19 18:54:43 snj Exp $
 
-SHA1 (youtube-dl-20090425/youtube-dl) = 94ede0c4111954b2c24251e996f2dcb66d9349bd
-RMD160 (youtube-dl-20090425/youtube-dl) = 1d8846f00cd385eb2843dea055d43a270097b843
-Size (youtube-dl-20090425/youtube-dl) = 36172 bytes
+SHA1 (youtube-dl-20090513/youtube-dl) = b3f019ec79c96035d773287ed49c56f3ad86563f
+RMD160 (youtube-dl-20090513/youtube-dl) = eb6474a4ee8196dcfbc05f4b1152c0145b778634
+Size (youtube-dl-20090513/youtube-dl) = 38673 bytes



Home | Main Index | Thread Index | Old Index