diff options
author | ryoon <ryoon> | 2011-06-18 22:18:13 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2011-06-18 22:18:13 +0000 |
commit | 518b8848c175657b4478e53cd1ea66272cb64041 (patch) | |
tree | 76a9a703a57498cfb32364d67b8b83ea3245d950 /net/quvi/PLIST | |
parent | b5878f76f8d0734678bd0ca14477e54067f82a8a (diff) | |
download | pkgsrc-518b8848c175657b4478e53cd1ea66272cb64041.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/PLIST')
-rw-r--r-- | net/quvi/PLIST | 8 |
1 files changed, 1 insertions, 7 deletions
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 |