summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-12Updated devel/concurrencykit to 0.3.3mspo1-1/+2
2014-01-12add concurrencykit to Makefilemspo1-1/+2
2014-01-12add concurrencykit pkg, a collection of routines and libs for high performancemspo4-0/+225
concurrent systems
2014-01-12pull in fix from readline git repo (will be in 6.3) for vi mode and thechopps4-4/+142
'cc', 'dd', 'yy' commands. Also correctly build examples for testing.
2014-01-12Updated textproc/p5-Pod-POM to 0.29wen1-1/+2
2014-01-12Update to 0.29wen2-7/+6
Upstream changes: Version 0.29 2013-12-31 * fixed bug 87124 (upgrade Module::Install) * fixed bug 90010 (typos)
2014-01-12Updated textproc/p5-Pod-Elemental-PerlMunger to 0.200000wen1-1/+2
2014-01-12Update to 0.200000wen2-6/+6
Upstream changes: 0.200000 2014-01-11 14:23:46-05:00 America/New_York - it's now possible to replace Pod with something rather than nothing when it's extracted from your document; check out the "replacer" attribute 0.100000 2014-01-07 20:02:01-05:00 America/New_York - encode character string input into octets for PPI, then ensure output is also characters
2014-01-12Remove FETCH_USING, not a package-setable variable.wiz3-7/+3
2014-01-12Updated textproc/p5-Pod-Elemental to 0.102364wen1-1/+2
2014-01-12Update to 0.102364wen2-6/+6
Upstream changes: 0.102364 2013-11-28 07:27:08 America/New_York stop using deprecated Class::MOP::load_class
2014-01-12Updated textproc/p5-String-CRC32 to 1.5wen1-1/+2
2014-01-12Update to 1.5(No upstream changelog)wen2-7/+7
Add LICENSE
2014-01-12Updated textproc/p5-String-Truncate to 1.100601wen1-1/+2
2014-01-12Update to 1.100601wen2-7/+6
Upstream changes: 1.100601 2013-10-15 22:38:52 America/New_York update bugtracker and repo metadata
2014-01-12Updated filesystems/p5-Path-Tiny to 0.051wen1-1/+2
2014-01-12Update to 0.051wen2-6/+6
Upstream changes: 0.051 2013-12-20 07:34:14 America/New_York [FIXED] - Fixed file order bug in the new test file 0.050 2013-12-20 07:27:20 America/New_York [FIXED] - Recursive iteration won't throw an exception if a directory is removed or unreadable during iteration. 0.049 2013-12-12 00:48:01 America/New_York [FIXED] - Generates filename for atomic writes independent of thread-ID. Fixes crashing bug on Win32 when fork() is called. 0.048 2013-12-11 21:56:23 America/New_York [ADDED] - Added 'subsumes' method [CHANGED] - The 'chomp' option for 'lines' will remove any end-of-line sequences fully instead of just chomping the last character - The 'flock' package will no longer indexed by PAUSE [FIXED] - Hides warnings and fixes possible fatal errors from pure-perl Cwd, particularly on MSWin32
2014-01-12PYTHON_VERSIONS_INCOMPATIBLE cleanup.wiz12-25/+12
2014-01-12PYTHON_VERSIONS_ACCEPTED cleanup.wiz3-4/+4
2014-01-12Accept non-32 python as well.wiz1-2/+1
2014-01-12Remove python32 as proposed a week ago on pkgsrc-users.wiz33-5039/+18
Upstream doesn't talk about it any longer, and python-3.3 is a drop-in replacement. Ok bsiegert, prlw1, rodent
2014-01-12+ghostscript-gpl-9.06 [wip]mef1-1/+2
2014-01-12Updated graphics/gdk-pixbuf2 to 2.30.2prlw11-1/+2
2014-01-12Update gdk-pixbuf2 to 2.30.2prlw13-7/+10
* jpeg: fix icc profile loading * jpeg: Improve error handling * Make --update-cache work better * Translation updates
2014-01-11Note update of editors/vim-sharemorr1-1/+2
2014-01-11Update to patchlevel 7.4.141.morr4-24/+10
Upstream changes: 7.4.053 test75 has a wrong header 7.4.054 reading past end of the 'stl' string 7.4.055 Mac: Where macros are defined depends on the system 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks 7.4.057 byteidx() does not work for composing characters 7.4.058 warnings on 64 bit Windows 7.4.059 set_last_cursor() may encounter w_buffer being NULL 7.4.060 declaration has wrong return type for PyObject_SetAttrString() 7.4.061 (after 7.4.056) configure check in the wrong place 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h 7.4.063 crash when using invalid key in Python dictionary 7.4.064 in Visual block mode replacing with CR does not break lines 7.4.065 the character typed at the hit-enter prompt is recorded twice 7.4.066 MS-Windows: swap file name wrong if colon in file name 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader 7.4.068 cannot build Vim on Mac with non-Apple compilers 7.4.069 cannot right shift comment lines starting with # 7.4.070 (after 7.4.069) can't compile with tiny features 7.4.071 (after 7.4.069) passing limits around too often 7.4.072 crash when using Insert mode completion 7.4.073 setting undolevels for one buffer changes undo in another 7.4.074 when undo'ing all and making a change, undo structure is wrong 7.4.075 locally setting 'undolevels' is not tested 7.4.076 "cgn" does not wrap around the end of the file 7.4.077 DOS installer creates shortcut without a path 7.4.078 MSVC 2013 is not supported 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on 7.4.080 (after 7.4.079) missing documentation for v:hlsearch 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes" 7.4.082 using "gf" in a changed buffer suggests adding "!" 7.4.083 hard to avoid adding a used pattern to the search history 7.4.084 Python: interrupt not being properly discarded 7.4.085 can't move cursor when inserting text in Visual block mode 7.4.086 can't skip over expression when not evaluating for dict member 7.4.087 compiler warning on 64 bit Windows systems 7.4.088 Asian characters are always marked as spell errors 7.4.089 Vim doesn't set the security context on a renamed file 7.4.090 Win32: no completion if dir name contains an exclamation mark 7.4.091 (after 7.4.089) missing semicolon 7.4.092 (after 7.4.088) can't build small version 7.4.093 configure can't use LuaJIT on ubuntu 12.04 7.4.094 configure may not find that -lint is needed for gettext() 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD 7.4.096 can't change directory to an UNC path 7.4.097 unexpected behavior change related to 'virtualedit' 7.4.098 error for line numbers out of range when using ":'<,'>del" 7.4.099 append in blockwise Visual mode with "$" is wrong 7.4.100 NFA regexp doesn't handle backreference correctly 7.4.101 using \1 in pattern goes one line too far 7.4.102 crash when interrupting "z=" 7.4.103 dos installer escapes spaces in the diff command wrong 7.4.104 ":help s/\_" reports an internal error 7.4.105 completing a tag pattern may give an error for invalid pattern 7.4.106 can't build with Ruby using Cygwin 7.4.107 Python try/catch doesn't catch Vim error in vim.eval() 7.4.108 "zG" and "zW" leave temp files around on MS-Windows 7.4.109 ColorScheme autocommand matches with the current buffer name 7.4.110 "gUgn" cannot be repeeated 7.4.111 memory leak in Python OptionsAssItem 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP 7.4.113 MSVC static analysis gives warnings 7.4.114 new GNU make directory change messages are different 7.4.115 Zsh: expanding ~abc fails when the result contains a space 7.4.116 'showcmd' does not show a typed space 7.4.117 can't build with Cygwin/MingW and Perl 5.18 7.4.118 redrawing status lines may causes recursive call 7.4.119 Vim doesn't work well on OpenVMS 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux 7.4.121 completion doesn't work for ":py3d" and ":py3f" 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ 7.4.123 Win32: Getting user name does not use wide function 7.4.124 Win32: Getting host name does not use wide function 7.4.125 Win32: Dealing with messages may not work for multi-byte chars 7.4.126 compiler warnings for "const" and incompatible types 7.4.127 Perl 5.18 on Unix doesn't work 7.4.128 Perl 5.18 for MSVC doesn't work 7.4.129 getline(-1) returns zero 7.4.130 relative line numbers mix up windows when using folds 7.4.131 syncbind causes E315 errors in some situations 7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up 7.4.133 Clang warns for using NUL 7.4.134 spurious space in MingW Makefile 7.4.135 missing dot in MingW test Makefile 7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file 7.4.137 cannot use IME with Windows 8 console 7.4.138 (after 7.4.114) directory change messages are not recognized 7.4.139 crash when using :cd in autocommand 7.4.140 crash when autocommand wipes out only other buffer 7.4.141 problems when building with Borland pkgsrc changes: remove patches/patch-os__mac.h, it is included upstream.
2014-01-11Updated graphics/gnome-icon-theme-symbolic to 3.10.1prlw11-1/+2
2014-01-11Update gnome-icon-theme-symbolic to 3.10.1prlw13-7/+15
- content-loading icon - center process-stop icon - airplane mode improvements - rtl version of many arrow based icons - minor tweaks to user-trash
2014-01-11Updated graphics/gnome-icon-theme to 3.10.0prlw11-1/+2
2014-01-11Update gnome-icon-theme to 3.10.0prlw13-26/+345
The main motivation is that index.theme now mentions "scalable" directories, so symbolic icons have a chance of being found. The licence has changed from GPL2 to CCBYSA3 and LGPL3. Many icons were added, and a few have been removed: - logviewer.png which is distributed by gnome-utils - battery-charging.png which now has a variety of charging states and some which can be replaced by more generic icons: - palm-pilot-sync.png -> emblem-synchronizing.png - palm-pilot.png -> pda.png - visor.png -> pda.png
2014-01-11+ calibre-1.19, erlang-16B03, libmikmod-3.3.5, samba-4.1.4.wiz1-4/+5
2014-01-11Updated sysutils/deforaos-browser to 0.4.13khorben1-1/+2
2014-01-11Packaged DeforaOS Browser 0.4.13, with:khorben6-15/+14
* support for animated images in view(1) and in the preview plug-in * further improvements to the preview plug-in (zooming images...) * improved support for translations * better support for Gtk+ 3.0 (enabled in wip)
2014-01-11Split off parts of the Makefile into a Makefile.common in preparationwiz2-56/+62
for a mutt-kz package.
2014-01-11Updated x11/deforaos-libsystem to 0.1.0khorben1-1/+2
2014-01-11Packaged DeforaOS libDesktop 0.1.0, with:khorben4-15/+12
* API update for desktop messages (unregistering handlers)
2014-01-11Remove unnecessary chunk.wiz2-12/+3
2014-01-11Updated devel/deforaos-libsystem to 0.1.7khorben1-1/+2
2014-01-11Packaged DeforaOS libSystem 0.1.7, which:khorben3-24/+35
* proposes documentation generated with gtk-doc * removes code for the DeforaOS distributed framework (moved to libApp) * no longer depends on security/openssl * switches to the LGPL license * introduces a Python binding (not built by default) * fixes some build and installation issues (newer Makefiles...)
2014-01-11increment the pkgrevision as we've fixed a bugchopps1-2/+2
2014-01-11Patch in fix from readline git repo for upcoming readline 6.3. This fixeschopps2-1/+81
the vi-mode cc, dd, yy commands so that they actually cut/yank the text from the input text.
2014-01-11Fix build with clang.wiz8-2/+216
XXX: Haven't tested with gcc, let me know if it breaks (will watch bulk builds).
2014-01-11regen with better contextwiz1-4/+6
2014-01-11Note update of www/drupal7 package to 7.25.taca1-1/+2
2014-01-11Update drupal7 to 7.25.taca3-7/+12
Drupal 7.25, 2014-01-02 ----------------------- - Fixed a bug in node_save() which prevented the saved node from being updated in hook_node_insert() and other similar hooks. - Added a meta tag to install.php to prevent it from being indexed by search engines even when Drupal is installed in a subfolder (minor markup change). - Fixed a bug in the database API that caused frequent deadlock errors when running merge queries on some servers. - Performance improvement: Prevented block rehashing from writing blocks to the database on every cache clear and cron run when the blocks have not changed. This fix results in an extra 'saved' key which is added and set to TRUE for each block returned by _block_rehash() that actually is saved to the database (data structure change). - Added an optional 'skip on cron' parameter to hook_cron_queue_info() to allow queues to avoid being automatically processed on cron runs (API addition). - Fixed a bug which caused hook_block_view_MODULE_DELTA_alter() to never be invoked if the block delta had a hyphen in it. To implement the hook when the block delta has a hyphen, modules should now replace hyphens with underscores when constructing the function name for the hook implementation. - Fixed a bug which caused cached pages to sometimes be sent to the browser with incorrect compression. The fix adds a new 'page_compressed' key to the $cache->data array returned by drupal_page_get_cache() (minor data structure change). - Fixed broken tests on PHP 5.5. - Made the File and Image modules more robust when saving entities that have deleted files attached. The code in file_field_presave() will now remove the record of the deleted file from the entity before saving (minor data structure change). - Standardized menu callback functions throughout Drupal core to return MENU_NOT_FOUND and MENU_ACCESS_DENIED rather than printing their own "page not found" or "access denied" pages (minor API change in the return value of these functions under some circumstances). - Fixed a bug in which caches were not properly cleared when a node was deleted via the administrative interface. - Changed the Bartik theme to render content contained in <pre>, <code> and similar tags in a larger font size, so it is easier to read. - Fixed a bug in the Search module that caused exceptions to be thrown during searches if the server was not configured to represent decimal points as a period. - Fixed a regression in the Image module that made image_style_url() not work when a relative path (rather than a complete file URI) was passed to it. - Added an optional feature to the Statistics module to allow node views to be tracked by Ajax requests rather than during the server-side generation of the page. This allows the node counter to work on sites that use external page caches (string change and new administrative option: https://drupal.org/node/2164069). - Added a link to the drupal.org documentation page for cron to the Cron settings page (string change). - Added a 'drupal_anonymous_user_object' variable to allow the anonymous user object returned by drupal_anonymous_user() to be overridden with a classed object (API addition). - Changed the database API to allow inserts based on a SELECT * query to work correctly. - Changed the database schema of the {file_managed} table to allow Drupal to manage files larger than 4 GB. - Changed the File module's hook_field_load() implementation to prevent file entity properties which have the same name as file or image field properties from overwriting the field properties (minor API change). - Numerous small bug fixes. - Numerous API documentation improvements. - Additional automated test coverage.
2014-01-11Note update of lang/php54 package to 5.4.24 and lang/php55 package to 5.5.8.taca1-1/+3
2014-01-11Update php55 to 5.5.8.taca8-74/+24
9 Jan 2014, PHP 5.5.8 - Core: . Disallowed JMP into a finally block. (Laruence) . Added validation of class names in the autoload process. (Dmitry) . Fixed invalid C code in zend_strtod.c. (Lior Kaplan) . Fixed bug #66041 (list() fails to unpack yielded ArrayAccess object). (Nikita) . Fixed bug #65764 (generators/throw_rethrow FAIL with ZEND_COMPILE_EXTENDED_INFO). (Nikita) . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike) . Fixed bug #66218 (zend_register_functions breaks reflection). (Remi) - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) . Fixed bug #65768 (DateTimeImmutable::diff does not work). (Nikita Nefedov) - DOM: . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). (Mike) - Exif: . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas) - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) - GD: . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). (Adam) - PDO_odbc: . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). (michael at orlitzky dot com) - MySQLi: . Fixed bug #65486 (mysqli_poll() is broken on win x64). (Anatol) - OPCache: . Fixed reavlidate_path=1 behavior to avoid caching of symlinks values. (Dmitry) . Fixed Issue #140: "opcache.enable_file_override" doesn't respect "opcache.revalidate_freq". (Dmitry). - SNMP: . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) - SOAP . Fixed bug #66112 (Use after free condition in SOAP extension). (martin dot koegler at brz dot gv dot at) - Sockets: . Fixed bug #65923 (ext/socket assumes AI_V4MAPPED is defined). (Felipe) - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) - ZIP: . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
2014-01-11Update php to 5.4.24.taca7-58/+26
09 Jan 2014, PHP 5.4.24 - Core: . Added validation of class names in the autoload process. (Dmitry) . Fixed invalid C code in zend_strtod.c. (Lior Kaplan) . Fixed bug #61645 (fopen and O_NONBLOCK). (Mike) - Date: . Fixed bug #66060 (Heap buffer over-read in DateInterval). (Remi) . Fixed bug #63391 (Incorrect/inconsistent day of week prior to the year 1600). (Derick, T. Carter) . Fixed bug #61599 (Wrong Day of Week). (Derick, T. Carter) - DOM: . Fixed bug #65196 (Passing DOMDocumentFragment to DOMDocument::saveHTML() Produces invalid Markup). (Mike) - Exif: . Fixed bug #65873 (Integer overflow in exif_read_data()). (Stas) - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) - GD: . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). (Adam) - PDO_odbc: . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries). (michael at orlitzky dot com) - SNMP: . Fixed SNMP_ERR_TOOBIG handling for bulk walk operations. (Boris Lytochkin) - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) - ZIP: . Fixed Bug #66321 (ZipArchive::open() ze_obj->filename_len not real). (Remi)
2014-01-11Updated lang/tcl to 8.6.1; x11/tk to 8.6.1adam2-4/+4
2014-01-11Revbump after updating tcl/tk.adam106-197/+212