summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15recursive bump from boost-lib shlib update.obache74-144/+148
2013-02-15check requirement of uac manifest, it is required for Windows Vistaobache2-4/+12
(aka NT-6.0) and later.
2013-02-15set Cygwin kernel name to OS_VARIANT for further usage.obache1-1/+2
2013-02-14Updated security/knc to 1.7.1schmonz1-1/+2
2013-02-14Update to 1.7.1. From the changelog:schmonz2-6/+6
* Fix autoconf issues...
2013-02-14Note update of atf and atf-libs to 0.17.jmmv1-1/+3
2013-02-14Update atf and atf-libs to 0.17:jmmv4-10/+11
* Added the atf_utils_cat_file, atf_utils_compare_file, atf_utils_copy_file, atf_utils_create_file, atf_utils_file_exists, atf_utils_fork, atf_utils_grep_file, atf_utils_grep_string, atf_utils_readline, atf_utils_redirect and atf_utils_wait utility functions to atf-c-api. Documented the already-public atf_utils_free_charpp function. * Added the cat_file, compare_file, copy_file, create_file, file_exists, fork, grep_collection, grep_file, grep_string, redirect and wait functions to the atf::utils namespace of atf-c++-api. These are wrappers around the same functions added to the atf-c-api library. * Added the ATF_CHECK_MATCH, ATF_CHECK_MATCH_MSG, ATF_REQUIRE_MATCH and ATF_REQUIRE_MATCH_MSG macros to atf-c to simplify the validation of a string against a regular expression. * Miscellaneous fixes for manpage typos and compilation problems with clang. * Added caching of the results of those configure tests that rely on executing a test program. This should help crossbuild systems by providing a mechanism to pre-specify what the results should be. * PR bin/45690: Make atf-report convert any non-printable characters to a plain-text representation (matching their corresponding hexadecimal entities) in XML output files. This is to prevent the output of test cases from breaking xsltproc later.
2013-02-14Try to fix a possible buffer overrun (CVE-2012-4428). Didn't finddrochner4-3/+62
a patch upstream nor anywhere else, hope this is correct. Someone please review. Being here, fix a memcpy() size bug on 64-bit systems. bump PKGREV
2013-02-14Now that I understand that py-sqlite2 means sqlite3, adjust commentsgdt1-3/+5
about trac/ja-trac database differences (which I now perceive as smaller).
2013-02-14Add comment explaining that py-sqlite2 is for sqlite3.gdt1-1/+5
(I'm assuming that if I can't follow this, at least some others will be confused as well.) This is a comment-only change.
2013-02-14I forget to remove this obsolete patchmanu1-25/+0
2013-02-14Updated x11/xterm to 290wiz1-1/+2
2013-02-14Update to 290:wiz2-6/+6
Fixes an incomplete revert of a change in the previous patch, which caused incorrect display in the scrollback area.
2013-02-14Fix OPSYS for Cygwin (formerly using CYGWIN before importing Cygwin support).obache1-2/+2
2013-02-14sortjnemeth1-2/+2
2013-02-14Updated devel/mr to 1.14schmonz1-1/+2
2013-02-14Update to 1.14. From the changelog:schmonz3-8/+8
* Added a fetch command. Closes: #480580 * status: Now includes information about unpushed changes, for git, git-svn, hg, and bzr. Closes: #693021 * Added lib/vis, an add-on to visualise repo history. Closes: #693022 Thanks, Paul Wise * Drop an extra -m from various commit/record commands. Closes: #695478 Thanks, Paul Wise
2013-02-13Added databases/mysql56-{client,server} version 5.6.10adam2-3/+4
2013-02-13Changes 5.6.10:adam37-0/+10215
http://dev.mysql.com/doc/relnotes/mysql/5.6/en/news-5-6-10.html
2013-02-13Added databases/mysql56-{client,server} version 5.6.10adam1-2/+3
2013-02-13Note update of the "phpmyadmin" package to version 3.5.6.tron2-3/+3
2013-02-13Update "phpmyadmin" package to version 3.5.6. Changes since 3.5.5:tron2-6/+6
- bug #3593604 [status] Erroneous advisor rule - bug #3596070 [status] localStorage broken in server status monitor - bug #3598736 [routines] Editing a procedure with special characters - bug #3600322 [core] Visualize GIS data throws Fatal Error - bug #3599362 [core] Double-escaped error message - bug #3776 [cookies] Login without auth on second server
2013-02-13Updated x11/gtk2 to 2.24.15adam1-1/+2
2013-02-13Changes 2.24.15:adam2-7/+6
* Bug fixes: 626499 GtkClipboard unnotified on change of OS X pasteboard owner 656565 Signalify (already existing) GtkMenuShell.insert() 664640 CUPS authentication does not work 669808 fullscreen/unscreen was broken for Quartz on OS X earli... 674556 File chooser dialog does not save its sizes 679883 When printing Custom paper sizes GTK Print Dialog does ... 683511 spinbutton: fix xthickness bug when resizing the text a... 689810 Include guard optimization 689982 Make GChecksum more fully introspectable 690788 Critical in gtknotebook dnd with rgba colormap 692099 autogen.sh doesn't recognize automake 1.13 692554 entry: never use GTK_STATE_ACTIVE to paint the background 692810 Fails to build with the gold linker due to missing refe... Fix scrolling in insensitive modal dialogs * Translation updates Norwegian bokmål
2013-02-13PLIST fix for LDAP option enabledadam1-5/+5
2013-02-13Updated www/trac to 1.0gdt1-1/+2
2013-02-13Update to 1.0.gdt4-38/+128
The only significant packaging change is to drop the dependency on py-subversion. It's still needed to use subversion repositories, but use of svn is now optional. Update provided by Martin Resnick of BBN, with minor tweaks by me. Trac 1.0 'Cell' (September 7, 2012) http://svn.edgewall.org/repos/trac/tags/trac-1.0 Trac 1.0 is a major release adding refreshed user interface and improved DVCS repository support as the most visible changes. The following list contains only a few highlights: - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) - The TracHacks GitPlugin has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well - The Git and Mercurial log view feature a visualization of the branching structure - Usability improvements for the tickets, with a better support for conflict detection and resolution - Integration of the TracHacks BatchModifyPlugin, contributed by Brian Meeker (many thanks!) and is now maintained there as a default component - jQuery/UI integration, featuring a date picker for date fields - Improved integration with Pygments syntax highlighting - ... and numerous smaller features added and bugs fixed since 0.12!
2013-02-13Note update of textproc/ruby-multi_json package to 1.6.0.taca1-1/+2
2013-02-13Update ruby-multi_json to 1.6.0.taca3-8/+13
1.6.0 ----- * [Add gson.rb support](https://github.com/intridea/multi_json/pull/71) * [Add MultiJson.default_options](https://github.com/intridea/multi_json/pull/70) * [Add MultiJson.with_adapter](https://github.com/intridea/multi_json/pull/67) * [Stringify all possible keys for ok_json](https://github.com/intridea/multi_json/pull/66) * [Alias `MultiJson::DecodeError` to `MultiJson::LoadError`](https://github.com/intridea/multi_json/pull/79)
2013-02-13Note update of www/heel package to 3.0.1.taca1-1/+2
2013-02-13Update heel to 3.0.1.taca3-28/+23
= Changelog == Version 3.0.1 - 2013-02-06 * Switch to using puma for the webserver * Switch to using simplecov for coverage testing * Update all gem dependencies * Update to fixme project template * Convert to minitest == Version 2.1.0 - 2011-03-17 * Update to Launchy 1.0.0 * Update to Thin 1.2.8
2013-02-13Note addition of www/ruby-puma package version 1.6.3.taca1-1/+2
2013-02-13Add and enable ruby-puma.taca1-1/+2
2013-02-13Update ruby-puma to 1.6.3.taca4-0/+107
Puma: A Ruby Web Server Built For Concurrency Puma is a simple, fast, and highly concurrent HTTP 1.1 server for Ruby web applications. It can be used with any application that supports Rack, and is considered the replacement for Webrick and Mongrel. It was designed to be the go-to server for Rubinius, but also works well with JRuby and MRI. Puma is intended for use in both development and production environments.
2013-02-13Note update of misc/ruby-launchy package to 2.2.0.taca1-1/+2
2013-02-13Update ruby-launchy to 2.2.0.taca3-8/+10
= Launchy Changlog == Version 2.2.0 - 2013-02-06 * Change XFCE detection to not depend on grep (copiousfreetime/launchy#52 - thanks bogdan) * Suppress forked process output (copiousfreetime/launchy#51) * Display help/usage if no url is given (copiousfreetime/launchy#54) * Detect the fluxbox environment (copiousfreetime/launchy#53) * Automatically detect 'http' url's if they are missing the 'http://' (copiousfreetime/launchy#55) * Update to latest project management rake tasks
2013-02-13Note update of print/ruby-pdf-reader package to 1.3.1.taca1-1/+2
2013-02-13Update ruby-pdf-reader to 1.3.1.taca2-7/+7
v1.3.1 (12th February 2013) - various bug fixes
2013-02-13Note addition of www/ruby-padrino-contrib package version 0.1.13.taca1-1/+2
2013-02-13Add and enable ruby-padrino-contrib.taca1-1/+2
2013-02-13Note update of devel/ruby-backports package to 2.8.2.taca1-1/+2
2013-02-13Add ruby-padrino-contrib package version 0.1.13.taca4-0/+64
= Contributed Plugins and Utilities This package includes a variety of add-on components for Padrino Framework: * exception_notifier - Send errors through mail or/and to redmine * auto_locale - Switch for you automatically the I18n.locale * flash_session - Middleware that help you in passing your session in the URI, when it should be in the cookie. * orm_ar_permalink - Generate permalink for a specified column on ActiveRecord * orm_ar_permalink_i18n - Generate permalink for a specified multi language column(s) on ActiveRecord * orm_ar_translate - Translate for you your ActiveRecord columns * orm_mm_permalink - Generate permalink for a specified column on MongoMapper * orm_mm_search - Full text search in MongoMapper in specified columns * helpers_assets_compressor - Joins and compress your js/css with yui-compressor
2013-02-13Update ruby-backports to 2.8.2.taca3-7/+9
== Version 2.8.0 - February 3rd, 2013 * Added some features of 2.0.0 (must be required explicitly until official release): * Array#bsearch * Range#bsearch
2013-02-13Note update of Ruby Data Object packages:taca1-1/+5
databases/ruby-data_objects 0.10.12 databases/ruby-do_mysql 0.10.12 databases/ruby-do_postgres 0.10.12 databases/ruby-do_sqlite3 0.10.12
2013-02-13Update ruby-do_sqlite3 to 0.10.12.taca2-7/+6
## 0.10.12 2013-01-21 * jdbc-sqlite3 driver loading fix * Improve handling of floats / doubles in sqlite3 on JRuby
2013-02-13Update ruby-do_postgres to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * jdbc-postgres driver loading fix
2013-02-13Update ruby-do_mysql to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * jdbc-mysql driver loading fix * Improve compatibility for anscient MySQL versions
2013-02-13Update ruby-data_objects to 0.10.12.taca2-6/+6
## 0.10.12 2013-01-21 * Fix JRuby driver loading for newer jdbc-\* gems * Compatibility change for anscient MySQL versions
2013-02-13Oops, forgot to "cvs rm" an obsolete patch file.taca1-67/+0
Thanks to wiz@ noted via mail.
2013-02-13Note update of security/openssl package to 1.0.1e.taca1-1/+2