diff options
author | snj <snj@pkgsrc.org> | 2009-05-19 18:54:43 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-05-19 18:54:43 +0000 |
commit | 494b85c2580d82b87666b225d2968f6d2029fdee (patch) | |
tree | e8630890aba7097fe6a38b8e89eee3a5d0639a13 /net/youtube-dl | |
parent | 976ad1caadf0c9d56a498463b0555c7561c6dc48 (diff) | |
download | pkgsrc-494b85c2580d82b87666b225d2968f6d2029fdee.tar.gz |
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 (limited to 'net/youtube-dl')
-rw-r--r-- | net/youtube-dl/Makefile | 7 | ||||
-rw-r--r-- | net/youtube-dl/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index c9b005dade4..da210faca2f 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -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 --git a/net/youtube-dl/distinfo b/net/youtube-dl/distinfo index 03325308775..98f722ec7e9 100644 --- a/net/youtube-dl/distinfo +++ b/net/youtube-dl/distinfo @@ -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 |