diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-06-18 22:18:13 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-06-18 22:18:13 +0000 |
commit | e9f923f41a13d2e3626681e47fc826b1b8645256 (patch) | |
tree | 76a9a703a57498cfb32364d67b8b83ea3245d950 /net/quvi | |
parent | 2a0d337f65b2b787b502b95b27466fe5e22bfd98 (diff) | |
download | pkgsrc-e9f923f41a13d2e3626681e47fc826b1b8645256.tar.gz |
Update to 0.2.17
* PCRE is not needed anymore.
Changlog:
0.2.17 Fri Jun 17 2011 Toni Gundogdu
Changes: dist
- Remove --enable-verbose-test, set TEST_VERBOSE for same effect
- Rewrite doc/ files for NaturalDocs and place under doc/nd/
- Add doc/nd/ with NaturalDocs formatted text files
- These are not installed with quvi, see also --with-doc below
- Bump libcurl prerequisite to 7.18.2 (#58)
- Rename --with-man -> --with-manual
- Remove --with-doc
- Apart from doc/man1/quvi.1, nothing is installed from doc/
- See also --with-manual
Changes: API
- Mark QUVIOPT_WRITEFUNCTION as deprecated (removed in 0.2.20)
- Remove QUVI_WRITEFUNC_ABORT
- Remove quvi_callback_write
- Rewrite header files to use NaturalDocs comments instead
- Move function descriptions to src/lib/*_api.c
- Add quvi_query_formats
Changes: quvi
- Make minor changes to "--support arg" output
- Add --query-formats
Changes: Webscripts
- academicearth.lua: Rewrite to redirect to Blip
- collegehumor.lua: Add support for dorkly (#55)
- Thanks to Lionel Elie Mamane for the original patch
- vimeo.lua: Handle player.vimeo.com URLs (#56)
- Thanks Lionel
Fixes: Webscripts
- bikeradar.lua: Title parsing
Diffstat (limited to 'net/quvi')
-rw-r--r-- | net/quvi/Makefile | 8 | ||||
-rw-r--r-- | net/quvi/PLIST | 8 | ||||
-rw-r--r-- | net/quvi/distinfo | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/net/quvi/Makefile b/net/quvi/Makefile index 5689145eaaf..497befd069b 100644 --- a/net/quvi/Makefile +++ b/net/quvi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2011/06/09 11:21:12 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2011/06/18 22:18:13 ryoon Exp $ # -DISTNAME= quvi-0.2.16 +DISTNAME= quvi-0.2.17 CATEGORIES= net multimedia www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=quvi/} EXTRACT_SUFX= .tar.bz2 @@ -22,8 +22,8 @@ CONFIGURE_ARGS+= --enable-nsfw PKGCONFIG_OVERRIDE+= libquvi.pc.in -BUILDLINK_API_DEPENDS.pcre+= pcre>=7.8 -.include "../../devel/pcre/buildlink3.mk" +#BUILDLINK_API_DEPENDS.pcre+= pcre>=7.8 +#.include "../../devel/pcre/buildlink3.mk" BUILDLINK_API_DEPENDS.curl+= curl>=7.18.0 .include "../../www/curl/buildlink3.mk" BUILDLINK_API_DEPENDS.libiconv+= libiconv>=1.12.0 diff --git a/net/quvi/PLIST b/net/quvi/PLIST index ea8deeaab90..92df6457bf6 100644 --- a/net/quvi/PLIST +++ b/net/quvi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2011/06/09 11:21:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2011/06/18 22:18:13 ryoon Exp $ bin/quvi include/quvi/llst.h include/quvi/net.h @@ -6,12 +6,6 @@ include/quvi/quvi.h lib/libquvi.la lib/pkgconfig/libquvi.pc man/man1/quvi.1 -share/doc/quvi/CodingStyle -share/doc/quvi/HowtoGetDevelopmentCode -share/doc/quvi/HowtoHelp -share/doc/quvi/HowtoSubmitPatches -share/doc/quvi/HowtoWriteWebsiteScript -share/doc/quvi/WebsiteScriptGuidelines share/quvi/lua/README share/quvi/lua/util/charset.lua share/quvi/lua/util/content_type.lua diff --git a/net/quvi/distinfo b/net/quvi/distinfo index f4e83f9e9b0..ad70fd5e713 100644 --- a/net/quvi/distinfo +++ b/net/quvi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2011/06/09 11:21:12 wiz Exp $ +$NetBSD: distinfo,v 1.7 2011/06/18 22:18:13 ryoon Exp $ -SHA1 (quvi-0.2.16.tar.bz2) = c0c9225e6a739b3b776cc0cfc9ed8211443a2ec0 -RMD160 (quvi-0.2.16.tar.bz2) = 8e192a8bfaed08eaceb26a54f3573d8d0ca650f2 -Size (quvi-0.2.16.tar.bz2) = 443386 bytes +SHA1 (quvi-0.2.17.tar.bz2) = f3d31fe63c11ef6ad4f0a3175603f9566d8fff17 +RMD160 (quvi-0.2.17.tar.bz2) = 3ec943552cb0e2a596feb19436d80d7c8933c214 +Size (quvi-0.2.17.tar.bz2) = 438073 bytes |