diff options
author | ryoon <ryoon> | 2011-01-21 12:09:10 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-01-21 12:09:10 +0000 |
commit | e41c96e3db0622fa2236bd6bb89a7b08cf985538 (patch) | |
tree | f1444964d20482851ffd149b3346b1d2ce36146f /net/quvi/Makefile | |
parent | 181f92be734888bde5a3e32be16fdfc74839620b (diff) | |
download | pkgsrc-e41c96e3db0622fa2236bd6bb89a7b08cf985538.tar.gz |
Update quvi to 0.2.12.
Changelog:
0.2.12 Wed Jan 19 2011 Toni Gundogdu
Changes:
- Add quvi/const.lua, quvi/bit.lua, quvi/util.lua (to lua/website/)
- Add vim modelines to C and LUA source code
- Add QUVIOPT_CATEGORY to API
- Add dist-xz to configure.ac
- Add --category-* options
- Add publicsenat.lua, thanks to Raphael Droz for the script (#14)
- Pass table (with URL, script path) to LUA scripts "ident" function
- Make project compile with "gcc -ansi -pedantic" (c. 4.2, 4.5)
- Apply style changes (scripts/astyle_c.sh) to C source code
- Set CURL_GLOBAL_ALL to allow use of HTTPS with youtube.lua
- Update API reference documentation (descr., grammar, etc.)
- bloomberg.lua: Use cleaner string formatting
- theonion.lua: Use cleaner string formatting
- youtube.lua: Accept HTTPS URLs (#22)
Bugfixes:
- dailymotion.lua: Family-filter redirection (port from clive 2.2)
- Replace URL, add error checking to examples/simple.c (#17)
- tests/support-clipfish.pl: Expected title
0.2.11 Sat Dec 18 2010 Toni Gundogdu
Changes:
- Re-license under LGPLv2.1+ [#9]
- Add missing support-buzzhumor.pl
- Add globo support, thanks to mkolve for the script [#10]
- Extend quvi.fetch to allow setting user-agent [#11]
- Skip verification for non-HTTP video URLs [#15]
Bugfixes:
- vimeo.lua: Video ID parsing [#16]
- bloomberg.lua: Thanks to mkolve for the fix [#7]
Diffstat (limited to 'net/quvi/Makefile')
-rw-r--r-- | net/quvi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quvi/Makefile b/net/quvi/Makefile index 0ffc263fd0b..f6e85ae953d 100644 --- a/net/quvi/Makefile +++ b/net/quvi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/12/13 12:43:17 ryoon Exp $ +# $NetBSD: Makefile,v 1.2 2011/01/21 12:09:10 ryoon Exp $ # -DISTNAME= quvi-0.2.10 +DISTNAME= quvi-0.2.12 CATEGORIES= net multimedia www MASTER_SITES= http://quvi.googlecode.com/files/ EXTRACT_SUFX= .tar.bz2 |