summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-04-05Update to 1.5.1:wiz3-28/+47
2011-3-20 meld 1.5.1 ===================== New features: * Add menu items and keyboard shortcuts for version control and directory comparison actions (Kai Willadsen) * Add support for the Fossil SCM (Jan Danielsson) * Add a menu for switching between tabs (Kai Willadsen) * Add a menu item to unlock scrolling (Kai Willadsen) Code changes and fixes: * Improve filter handling with inline error reporting in the preference pane, and correct refreshing of file and directory comparisons on filter changes (Kai Willadsen) * Make line number display work with GtkSourceView 2.10+ (Piotr Piastucki) * Support external diff tools in subversion (Cedric Le Dillau) * Support CVSNT as a CVS alternative (Kai Willadsen) * Performance fixes for subversion and bazaar (Tristan Hill, Kirill Müller) * Correctly update a modified file's status in git and svn version control views (Peter Tyser) * Make temporary files unwritable to avoid unintentionally editing them (Peter Tyser) * Clean up diff results for cleaner comparisons (Piotr Piastucki) * Improve symlink and binary handling, and error cases for directory comparisons (Kai Willadsen) * Improve copy semantics for directories and symlinks (Kai Willadsen) * Show case insensitivity and file encoding errors less intrusively (Kai Willadsen) * Sundry bug fixes (Kai Willadsen, Piotr Piastucki) Translation updates: * Bruno Brouard (fr) * Claude Paroz (fr) * Daniel Mustieles (es) * Joe Hansen (da) * Mario Blättermann (de) * Matej Urbančič (sl) * Miroslav Nikolić (sr) * Petr Kovar (cs) * Takeshi AIHANA (ja) 2010-12-27 meld 1.5.0 ===================== New features: * Use MyersSequenceMatcher by default (matcher from Piotr Piastucki) * Add a "Show whitespace" preference (Jon Dufresne) * Add "Copy change above/below left/right" actions (Kai Willadsen) * Add Alt+Up/Down as shortcuts for previous/next change (Kai Willadsen) * Add previous/next conflict actions (Kai Willadsen) * Patch creation can now create reverse patches, and can choose between panes in a three-way comparison (Kai Willadsen) * Add a --output option for specifying where to save a merge result (Kai Willadsen) Code changes and fixes: * Require Python 2.5, Gtk+/PyGtk 2.14, PyGtkSourceView 2.4 (optional) * Port to gtk.Builder and gtk.IconTheme (Kai Willadsen) * Remove gnome-vfs usage (Kai Willadsen) * Portability fixes (Thomas Klausner) * Build fixes (Helmut Jarausch) * Add a man page (Peter Tyser) * Put preferences fallback in XDG-compliant location (Kai Willadsen) * Fix Undo/Redo with unicode text (Kai Willadsen) * Handle unicode linebreaks (Kai Willadsen) Translation updates: * Bruno Brouard (fr) * Carles Ferrando (ca@valencia) * Claude Paroz (fr) * Gabor Kelemen (hu) * Joe Hansen (da) * Jorge González (es) * Mario Blättermann (de) * Matej Urbančič (sl) * Petr Kovar (cs)
2011-04-05Updated textproc/hunspell-de to 20110321wiz2-3/+3
2011-04-05Update to 20110321.wiz2-6/+7
Wordlist fixes, I guess :)
2011-04-05Updated devel/mdds to 0.5.2wiz2-3/+3
2011-04-05Update to 0.5.2:wiz2-6/+6
mdds 0.5.2 * flat_segment_tree * fixed a crash on assignment by properly implementing assignment operator(). * fixed several bugs in shift_right(): * shifting of all existing nodes was not handled properly. * leaf nodes were not properly linked under certain conditions. * shifting with skip node option was not properly skipping the node at insertion position when the insertion position was at the leftmost node. * implemented min_key(), max_key(), default_value(), clear() and swap(). * fixed a bug in operator==() where two different containers were incorrectly evaluated to be equal. * added quickcheck test code.
2011-04-05Updated devel/libgsf-gnome to 1.14.20wiz1-1/+2
2011-04-05Updated devel/libgsf to 1.14.20wiz2-3/+3
2011-04-05Update libgsf* to 1.4.20:wiz4-10/+10
libgsf 1.14.20 Caolan McNamara: * Fix msole reading crash. Morten: * Improve loading on metadata. [#644217]
2011-04-05Updated textproc/epubcheck to 1.2wiz2-3/+3
2011-04-05Update to 1.2, changes not found.wiz3-13/+12
2011-04-05Updated graphics/png to 1.5.2wiz2-3/+3
2011-04-05Update to 1.5.2:wiz3-29/+6
Version 1.5.2beta01 [February 13, 2011] More -Wshadow fixes for older gcc compilers. Older gcc versions apparently check formal parameters names in function declarations (as well as definitions) to see if they match a name in the global namespace. Revised PNG_EXPORTA macro to not use an empty parameter, to accommodate the old VisualC++ preprocessor. Turned on interlace handling in png_read_png(). Fixed gcc pendantic warnings. Handle longjmp in Cygwin. Fixed png_get_current_row_number() in the interlaced case. Cleaned up ALPHA flags and transformations. Implemented expansion to 16 bits. Version 1.5.2beta02 [February 19, 2011] Fixed mistake in the descriptions of user read_transform and write_transform function prototypes in the manual. The row_info struct is png_row_infop. Reverted png_get_current_row_number() to previous (1.5.2beta01) behavior. Corrected png_get_current_row_number documentation Fixed the read/write row callback documentation. This documents the current behavior, where the callback is called after every row with information pertaining to the next row. Version 1.5.2beta03 [March 3, 2011] Fixed scripts/makefile.vcwin32 Updated contrib/pngsuite/README to add the word "modify". Define PNG_ALLOCATED to blank when _MSC_VER<1300. Version 1.5.2rc01 [March 19, 2011] Define remaining attributes to blank when MSC_VER<1300. ifdef out mask arrays in pngread.c when interlacing is not supported. Version 1.5.2rc02 [March 22, 2011] Added a hint to try CPP=/bin/cpp if "cpp -E" fails in scripts/pnglibconf.mak and in contrib/pngminim/*/makefile, eg., on SunOS 5.10, and removed "strip" from the makefiles. Fixed a bug (present since libpng-1.0.7) that makes png_handle_sPLT() fail to compile when PNG_NO_POINTER_INDEXING is defined (Chubanov Kirill) Version 1.5.2rc03 [March 24, 2011] Don't include standard header files in png.h while building the symbol table, to avoid cpp failure on SunOS (introduced PNG_BUILDING_SYMBOL_TABLE macro). Version 1.5.2 [March 31, 2011]
2011-04-05Mention that vala update was reverted by removing the update entry.wiz1-2/+1
2011-04-05Make MAKE_PROGRAM overridable by packages.wiz2-4/+4
From Aleksey Cheusov in PR 44696.
2011-04-05Modify patch so it matches version accepted by upstream, and fixwiz3-14/+6
PREFIX issue differently.
2011-04-05Fix build with png-1.5 and avoid conflict with getline() on NetBSD.wiz3-7/+206
2011-04-05revert updateahoka4-241/+233
2011-04-05Fix build with png-1.5.wiz2-14/+177
2011-04-05The syntax doesn't work on most shells, remove the patches again untilwiz4-72/+3
they're fixed properly. Reported by drochner. Bump PKGREVISION.
2011-04-05Fix build with png-1.5.wiz3-1/+33
2011-04-05Added www/py-cherrypy version 3.2.0adam1-1/+2
2011-04-05Set LICENSE.wiz1-1/+2
2011-04-05Fix build with png-1.5.wiz2-1/+68
2011-04-05CherryPy allows developers to build web applications in much the same way theyadam4-0/+360
would build any other object-oriented Python program. This results in smaller source code developed in less time. CherryPy is now more than six years old and it is has proven very fast and stable. It is being used in production by many sites, from the simplest ones to the most demanding ones.
2011-04-05update to 0.6.2drochner3-9/+8
changes: - Fix invalid reads in VC-1 decoding (related to CVE-2011-0723) - Do not attempt to decode APE file with no frames (adresses http://packetstorm.linuxsecurity.com/1103-exploits/vlc105-dos.txt)
2011-04-05Fix build with png-1.5.wiz2-1/+103
2011-04-05+ mikutterobache1-1/+2
2011-04-05Added net/mikutter version 0.0.2.12obache1-1/+2
2011-04-05Import mikutter-0.0.2.12 as net/mikutter.obache6-0/+219
For all mikker and ill of twitter users best twitter client. Miku is so moe, so cute, so beautiful, fantastic, excellent, magnificent, brilliant and my wife. moeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
2011-04-05Re-add "MAKE_JOBS_SAFE=no" as the build breaks on an 8 core machine.tron1-1/+2
2011-04-05Add buildink3 support (build depend by default for test use).obache1-0/+14
2011-04-05Fix build with png-1.5.wiz4-6/+84
2011-04-05Start fixing for png-1.5. Small function left.wiz3-1/+127
2011-04-05Fix build with png-1.5.wiz4-5/+37
2011-04-05+ clutter-1.6.12, dvdstyler-1.8.3, evolution-3.0.0, fuse-1.0.0.1a,wiz1-9/+26
gnome-games-3.0.0, gnome-keyring-3.0.0, gnome-packagekit-3.0.0, gnome-power-manager-3.0.0, gnome-system-tools-3.0.0, gtk3-3.0.8, libgnome-keyring-3.0.0, libraw-0.13.4, libsigsegv-2.10, mousetweaks-3.0.0, ncurses-5.9, ncursesw-5.9, pcc-1.0, puzzles-9144, texmaker-3.0, vala-0.12.0, veusz-1.11, vinagre-3.0.0, vino-3.0.0, xkeyboard-config-2.2, xmlstarlet-1.1.0.
2011-04-05Updated textproc/mdocml to 1.11.1wiz1-1/+2
2011-04-05Update to 1.11.1:wiz5-57/+40
The earlier libroff, libmdoc, and libman soup have been merged into a single library, libmandoc, which manages all aspects of parsing real manuals (from line-handling to tbl parsing). Beyond this structural change, initial eqn functionality is in place. For the time being, this is limited to the recognition of equation blocks; future version of mdocml will expand upon this framework. As usual, many general fixes and improvements have also occured. In particular, a great deal of redundancy and superfluous code has been removed with the merging of the backend libraries.
2011-04-05Updated misc/xdg-utils to 1.0.2nb1wiz1-1/+2
2011-04-05Fix CVE-2008-0386 using patch from upstream repository.wiz4-2/+73
Patch created by Makoto Fujiwara. Bump PKGREVISION, set LICENSE.
2011-04-05Fix PKGREVISION spelling. From Robert Elz in PR 44824.wiz1-2/+2
2011-04-05Unlimit datasize, needed on NetBSD-4. From Robert Elz in PR 42899.wiz1-1/+2
2011-04-05Fix PKGREVISION variable name. From Robert Elz.wiz1-2/+2
2011-04-05Updated www/lighttpd to 1.4.28adam2-3/+3
2011-04-05Changes 1.4.28:adam3-39/+62
* Rename fdevent_event_add to _set to reflect what the function does. Fix some handlers. * Fix buffer.h to include stdio.h as it is needer for SEGFAULT() Changes 1.4.27: * Fix handling return value of SSL_CTX_set_options * Fix mod_proxy HUP handling (send final chunk, fix usage counter) * mod_proxy: close connection on write error * Check uri instead of physical path for directory redirect * Fix detecting git repository * [mod_compress] Fix segfault when etags are disabled * Reset uri.authority before TLS servername handling, reset all "keep-alive" data in connection_del * Print double quotes properly when dumping config file * Include IP addresses on error log on password failures * Fix stalls while reading from ssl sockets * Fix etag formatting on boxes with 32-bit longs * Fix two compiler warnings * mod_accesslog: fix %p for ipv6 sockets * mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the file for X-Sendfile * mod_staticfile: add debug output if we ignore a file with static-file.exclude-extensions * mod_cgi: fix race condition leaving response not forwarded to client * mod_accesslog: Fix var declarations mixed in source * mod_status: Add version to status page * mod_accesslog: optimize accesslog_append_escaped * openssl: silence annoying error messages for errno==0 * array.c: improve array_get_unused_element to check data type; fix mem leak if unused_element didn't find a matching entry * add check to stop loading plugins twice * cleanup fdevent code, removed linux-rtsig handler, replaced some fprintf calls * only require FDEVENT_IN bit to be set for listening connections * add libev fdevent handler: server.event-handler = "libev" * mod_proxy: return response as soon as it is available * don't overwrite global server.force-lowercase-filenames setting * bind to IPV6-only if ipv6 address was specified
2011-04-05Updated games/gbrainy to 1.64wiz2-3/+3
2011-04-05Update to 1.64:wiz2-6/+6
Version 1.64 * 2 bug fixes * Updated French translation
2011-04-05Fix build with png-1.5.wiz2-1/+17
2011-04-05Set LICENSE.wiz1-1/+2
2011-04-05Describe vice options; from Rhialto.wiz1-0/+3
2011-04-05Support single quote meta refresh. Bump revision.uebayasi4-3/+38
pkg/42400 by Ryo ONODERA, thanks.