summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-06FreeBSD decided that getline must be explicitly requested.joerg1-1/+2
2014-10-06OSX 9 lacks getline, so add it to the list. Use custom version ofjoerg2-13/+21
le32toh.
2014-10-06db4 hack is no longer neededadam1-9/+1
2014-10-06Updated databases/db5 to 5.3.28adam1-1/+2
2014-10-06Changes 5.3.28:adam3-9/+12
Fixed tcl library linking for AIX 7. Fixed a bug that could cause a trap if a lock timeout occurred while opening a database. Fixed missing encryption support for the Android JDBC driver. Fixed an incorrect message being displayed when the -l option was specified to the db_hotbackup utility. Fixed a bug that DB_ENV->log_get_config did not work correctly before DB_ENV->open. Fixed a bug that could cause a SQL build failure when FTS3 is enabled. Fixed a bug that prevented in-memory SQL database from being created properly. They can now be created without the use of the SQLITE_OPEN_CREATE flag. Fixed a memory leak in SQL online backup. Added additional examples for C++ Fixed a bug that could make odbc fail to build with sqlite source code. Fixed bugs in compaction of large keys in the upper levels of btrees. The db utilities (db_xxxx) no longer operate on replication clients that are being automatically initialized. The DB_REP_LOCKOUT error is now returned. Using DB_TXN_SNAPSHOT on an HA client will now result in an error. Fixed a bug that prevented a sub-database from being created under the directory identified in DB->set_create_dir. Fixed a race condition on a cursor when using a multi-threaded application with the SQL API. Fixed a race condition in the failchk code when cleaning up mutexes. Fixed a resource leak in the db->verify() function for btrees. The bug would slow down verification and possibly cause it to run out of memory. Removed a potential hang when compacting databases with many duplicates. Fixed a bug that caused a crash when reentering dbsql and specifying replication=on for a SQL database where replication was already enabled. Fixed an incorrect recursive call dealing with joins. Fix build failures in ado.net Fixed a bug that could cause a JDBC build failure on recent versions of Visual Studio. Correct build problems when building dbstl with gcc-4.7.3
2014-10-06Updated devel/opengrok to 0.12.1ryoon2-3/+3
2014-10-06Update to 0.12.1ryoon6-38/+23
Changelog: May 2014 update 0.12.1 ------------------------------------------------- This is a stability improvement release and we suggest to use it instead of 0.12 Bug fixes: reassign tags to changesets when performing merging of old and new history during incremental reindex fixes #819 create file which stores the latest cached revision also when renamed file handling is disabled fixes #818 Made the limitations on JavaDB versions explicit
2014-10-06Updated devel/jflex to 1.6.0ryoon1-1/+2
2014-10-06Update to 1.6.0ryoon3-30/+12
Changelog: ## JFlex 1.6.0 - Unicode 7.0 is supported. - In %unicode mode, supplementary code points are now handled properly. . Regular expressions are now code-point based, rather than code-unit/ char based. . Input streams are read as code point sequences - properly paired surrogate code units are read as a single character. . All supported Unicode properties now match supplementary characters when Unicode 3.0 or above is specified, or when no version is specified, causing the default Unicode version, Unicode 7.0 in this release, to be used. - New \u{...} escape sequence allows code points (and whitespace-separated sequences of code points) to be specified as 1-6 hexadecimal digit values. - Characters in matches printed in %debug mode are now Unicode escaped (\uXXXX) when they are outside the range 32..127. - fixed bug #127, detect javadoc class comment when followed by annotation(s) - removed the "switch" and "table" code generation options - By default no InputStream constructor is included in the generated scanner. The capability to include one is deprecated and will be removed in JFlex 1.7. ## JFlex 1.5.1 (Mar 21, 2014) - fixed bug #126, problem calling ./jflex start scripts - fixed bug #125, minor documentation flaws - further documentation and website updates - JFlex now reports the correct version string - added support for CUP2 with %cup2 switch, based on patch by Andreas Wenger ## JFlex 1.5.0 (Jan 21, 2014) - the "switch" and "table" code generation options are deprecated and will be removed in JFlex 1.6 - the JFlex license has been changed from GPL to BSD. - updated JFlex to CUP version 0.11a. - changed the build from Ant to Maven. - JFlex now mostly conforms with Unicode Regular Expressions UTS#18 Basic Unicode Support - Level 1. Supplementary code points (above the Basic Multilingual Plane) are not yet supported. - new meta characters supported: `\s, \S, \d, \D, \w, \W`. - nested character sets now supported, e.g. [[[ABC]D]E[FG]] - new character set operations supported: union (e.g. [A||B]), intersection (e.g. [A&&B]), set-difference (e.g. [A--B]), and symmetric difference (e.g. [A~~B]). - the meaning of the dot (".") meta character has been changed from `[^\n]` to `[^\n\r\u000B\u000C\u0085\u2028\u2029]`. Use the new `--legacydot` option to cause "." to be interpreted as `[^\n]`. - new `\R` meta character matches any newline: `"\r\n" | [\n\r\u000B\u000C\u0085\u2028\u2029]`. - new option --noinputstreamctor to not include an InputStream constructor in the generated scanner. - %include <file> can now be used in the rules section (bug #116) - fixed bug #105 & #106 (yychar and zzAtBOL should be reset for nested input streams) - fixed bug #107 (could not match input for empty string matches.) - fixed bug #110 & #118 (properly update zzFin when reallocating zzBuffer) - fixed bug #114 (noncompileable scanner generation when default locale is Turkish) - fixed bug #113 (zzEOFDone not included with pushed nested stream state) - fixed bug #103 (can't build examples/java/) - fixed bug #104 (impossible char class range should trigger syntax error)
2014-10-06Note update of mbone/dbeacon to 0.3.9.1nb2.he1-1/+2
2014-10-06Rename the old patch-aa patch to patch-dbeacon.cpp.he4-5/+74
Add a patch for the matrix.pl script to quiet newer perl versions. Fix the pointer to the sixxs flags, as asked for in 2010(!) Bump PKGREVISION.
2014-10-05Updated textproc/py-validators to 0.7rodent1-1/+2
2014-10-050.7.0 (2014-09-07)rodent2-6/+6
^^^^^^^^^^^^^^^^^^ - Fixed errors in code examples. - Fixed ``TypeError`` when using ``between`` validator with ``datetime`` objects like in the code example. - Changed validators to always return ``True`` instead of a truthy object when the validation succeeds. - Fixed ``truthy`` validator to work like it's name suggests. Previously it worked like ``falsy``.
2014-10-05Updated textproc/py-pyquery to 1.2.9rodent1-1/+2
2014-10-05Remove executable bits on files in ${EGG_INFODIR} during post-install.rodent2-6/+9
1.2.9 (2014-08-22) ------------------ - Support for keyword arguments in PyQuery custom functions - Fixed #78: items must take care or the parent - Fixed #65 PyQuery.make_links_absolute() no longer creates 'href' attribute when it isn't there - Fixed #19. ``is_()`` was broken. - Fixed #9. ``.replaceWith(PyQuery element)`` raises error - Remove official python3.2 support (mostly because of 3rd party semi-deps)
2014-10-05Updated textproc/py-phonenumbers to 6.3.0rodent1-1/+2
2014-10-05====================rodent3-7/+13
What's new in 6.3.0 ==================== Merge to upstream Subversion revision 703; upstream code changelog: - Changing the offline geocoder to not return any country at all if the number could belong to multiple countries - Removing obsolete code that treated countries with no metadata as valid.
2014-10-05Updated textproc/py-color to 0.3.0rodent1-1/+2
2014-10-05Update to latest release, 0.3.0. A lot of new entries in the PLIST forrodent3-9/+20
cpython. No quickly-accessible ChangeLog. Assuming more/better/faster.
2014-10-05Updated textproc/py-biplist to 0.8rodent1-1/+2
2014-10-052014-08-17 v0.8rodent2-6/+6
Fixes #3 testFileRead fails using python 3.x along with several other Python 3 compatibility issues.
2014-10-05Updated graphics/py-pygal to 1.5.1rodent1-1/+2
2014-10-05V 1.5.1rodent3-8/+52
Add `stack_from_top` option to reverse stack graph data order Minor fix for empty logarithmic chart Reorders axes in SVG output. Fix #145 (thanks sirlark) V 1.5.0 Add per serie configuration Add half pie (thanks philt2001) Make lxml an optionnal dependency (huge speed boost in pypy) Add render_table (WIP) Support colors in rgb / rgba for parametric styles
2014-10-05Updated graphics/py-cairocffi to 0.6rodent1-1/+2
2014-10-05Version 0.6rodent3-10/+13
........... Released on 2014-09-23. * `#39 <https://github.com/SimonSapin/cairocffi/pull/39>`_: Add :class:`xcb.XCBSurface`. * `#42 <https://github.com/SimonSapin/cairocffi/pull/42>`_: Add :class:`Win32PrintingSurface`.
2014-10-05Updated finance/py-python-bitcoinlib to 0.2.1rodent1-1/+2
2014-10-05v0.2.1rodent3-7/+16
Improve bitcoin address handling. P2SH and P2PKH addresses now get their own classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH can now convert scriptPubKeys containing non-canonical pushes as well as bare checksig to addresses. .deserialize() methods now fail if there is extra data left over. Various other small bugfixes. License is now LGPL v3 or later. v0.2.0 Major change: CTransaction, CBlock, etc. now come in immutable (default) and mutable forms. In most cases mutable and immutable can be used interchangeably; when that is not possible methods are provided to create new (im)mutable objects from (im)mutable ones efficiently. Other changes: New BIP70 payment protocol example. (Derren Desouza) Rework of message serialization. Note that this may not represent the final form of P2P support, which is still in flux. (Florian Schmaus) Various bugfixes Finally starting this release, git tags will be of the form 'python-bitcoinlib-(version)', replacing the less specific '(version)' form previously used.
2014-10-05Updated databases/py-sqlalchemy-utils to 0.26.16rodent1-1/+2
2014-10-050.26.16 (2014-09-09)rodent2-6/+6
^^^^^^^^^^^^^^^^^^^^ - Fix aggregate value handling for cascade deleted objects - Fix ambiguous column sorting with join table inheritance in sort_query 0.26.15 (2014-08-28) ^^^^^^^^^^^^^^^^^^^^ - Fix sort_query support for queries using mappers (not declarative classes) with calculated column properties 0.26.14 (2014-08-26) ^^^^^^^^^^^^^^^^^^^^ - Added count method to QueryChain class 0.26.13 (2014-08-23) ^^^^^^^^^^^^^^^^^^^^ - Added template parameter to create_database function 0.26.12 (2014-08-22) ^^^^^^^^^^^^^^^^^^^^ - Added quote utility function 0.26.11 (2014-08-21) ^^^^^^^^^^^^^^^^^^^^ - Fixed dependent_objects support for single table inheritance 0.26.10 (2014-08-13) ^^^^^^^^^^^^^^^^^^^^ - Fixed dependent_objects support for multiple dependencies
2014-10-05Updated databases/py-redis-py to 2.10.3rodent1-1/+2
2014-10-05* 2.10.3rodent2-6/+6
* Fixed a bug with the bytearray support introduced in 2.10.2. Thanks Josh Owen. * 2.10.2 * Added support for Hiredis's new bytearray support. Thanks https://github.com/tzickel * POSSIBLE BACKWARDS INCOMPATBLE CHANGE: Fixed a possible race condition when multiple threads share the same Lock instance with a timeout. Lock tokens are now stored in thread local storage by default. If you have code that acquires a lock in one thread and passes that lock instance to another thread to release it, you need to disable thread local storage. Refer to the doc strings on the Lock class about the thread_local argument information. * Fixed a regression in from_url where "charset" and "errors" weren't valid options. "encoding" and "encoding_errors" are still accepted and preferred. * The "charset" and "errors" options have been deprecated. Passing either to StrictRedis.__init__ or from_url will still work but will also emit a DeprecationWarning. Instead use the "encoding" and "encoding_errors" options. * Fixed a compatability bug with Python 3 when the server closes a connection. * Added BITPOS command. Thanks https://github.com/jettify. * Fixed a bug when attempting to send large values to Redis in a Pipeline.
2014-10-05+ glib2-2.42.0, sslh-1.16 [pkg/49257].wiz1-1/+3
2014-10-05Fix ``Please add a line "# used by foo/bar/Makefile" here.'' warnings.wiz63-139/+394
2014-10-05pkglint cleanups.wiz4-17/+12
2014-10-05Updated print/mupdf to 1.6wiz2-3/+3
2014-10-05Update to 1.6:wiz3-7/+8
List of changes in MuPDF 1.6 * Features: * Color detection device (mudraw -T). * Sepia mode full-page color tinting in X11 and win32 viewer (keybinding: shift-C). * Re-implement printf and strtod due to portability issue with locales and number formatting. * Add 'gsview' project: a Windows Modern UI viewer. * Improve XML parser interface. * Bug fixes: * CBZ page ordering * ZIP64 support * iOS and Android bug fixes * Miscellaneous minor fixes
2014-10-05Updated devel/gnome-common to 3.14.0wiz2-3/+3
2014-10-05Update to 3.14.0:wiz3-8/+10
version 3.14.0 macros2: Update links to macros in the autoconf-archive Now that the macros have been committed upstream, we can link to their manual pages rather than the bug reports. macros2: Add support for APPSTREAM_XML macro And request that appstream-xml.m4 get installed if missing. https://bugzilla.gnome.org/show_bug.cgi?id=736497 macros2: Deprecate GNOME_CODE_COVERAGE The autoconf-archive AX_CODE_COVERAGE macro should be used instead. https://bugzilla.gnome.org/show_bug.cgi?id=729405 macros2: Deprecate GNOME_MAINTAINER_MODE_DEFINES The modules which it deprecates are all ancient and unused. Many of the modules which use GNOME_MAINTAINER_MODE_DEFINES don’t make use of the DISABLE_DEPRECATED variable it generates anyway. If a module really wants maintainer mode, they should use AM_MAINTAINER_MODE. Otherwise, they should just eliminate this call entirely. https://bugzilla.gnome.org/show_bug.cgi?id=735417 macros2: Deprecate GNOME_DEBUG_CHECK The autoconf-archive AX_DEBUG_CHECK macro should be used instead, or the macro contents should just be substituted into configure.ac directly, since it’s so simple. https://bugzilla.gnome.org/show_bug.cgi?id=729403 build: Remove a non-existent file from EXTRA_DIST https://bugzilla.gnome.org/show_bug.cgi?id=735418 compiler-flags: allow suppressing warnings Some projects want to see no warnings at all, for example, projects that are written in Vala. But GNOME_COMPILE_WARNINGS([no]) is a no-op that does nothing to turn off the default compiler warnings. Presumably if you ask for no compiler warnings, you want no compiler warnings, so suppress them in this case instead. https://bugzilla.gnome.org/show_bug.cgi?id=734973 code-coverage: Support lcov 1.11 https://bugzilla.gnome.org/show_bug.cgi?id=732988 macros2: Remove FORBIDDEN_M4MACROS infrastructure It was completely outdated and unused. The REQUIRED_M4MACROS infrastructure is, however, still in use. https://bugzilla.gnome.org/show_bug.cgi?id=729932 macros2: Remove outdated README file https://bugzilla.gnome.org/show_bug.cgi?id=729410 doc: Move doc/usage.txt to README and update We don’t like references to CVS any more. Update the guidelines to no longer reference GNOME_COMMON_INIT. https://bugzilla.gnome.org/show_bug.cgi?id=729410 make program_VERSION a local variable Otherwise we may end up overriding what was manually set in the environment.
2014-10-05Updated devel/libsigc++ to 2.4.0wiz2-3/+3
2014-10-05Update to 2.4.0:wiz3-77/+179
2.4.0 (stable): Note: API/ABI is the same as in release 2.3.2. Compared to stable releases 2.2.x, the API has been broken regarding visit_each() functions. See the NEWS entry for libsigc++ 2.3.2. * Fix the test_lambda test case for MS Visual C++ 2013 and other C++11-compliant compilers. (Kjell Ahlstedt) Bug #734368 (Ryan Beasley) * Add a missing #include in limit_reference.h. (Kjell Ahlstedt) * Documentation: - Use doxygen-extra.css from the mm-common package. Requires mm-common 0.9.7 when configured to use maintainer-mode. (Kjell Ahlstedt) 2.3.2 (unstable): Note: The implementation of bug #724496 breaks API for some users, but it does not break ABI. Only users who have added their own visit_each() overloads are affected by the API break. Their programs will still compile, but there will be run-time errors, if they rely on auto-disconnection of slots. Updated instructions for users who implement their own adaptors are found in the description of sigc::adapts<>. * Replace visit_each() overloads by struct visitor<>. Add the test_visit_each test case. (Ryan Beasley, Kjell Ahlstedt) Bug #724496 * signal_impl::notify(): Don't delete signal_impl during erase(). (Kjell Ahlstedt) Bug #564005 (Alexander Shaduri) * Fix 'make check' with clang++ 3.4 and --enable-warnings=fatal (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) * Fix test_cpp11_lambda for gcc 4.8 (Kjell Ahlstedt) * Speed up disconnection of slots. (Kjell Ahlstedt) Bug #167714 (Neal E. Coombes) * Auto-generate the ChangeLog from the git log for 'make dist'. (José Alburquerque) * Don't use __file__ in the FIREWALL m4 macro. (Kjell Ahlstedt) Bug #699168 (John Ralls) * Add the track_obj() adaptor and test_track_obj test case. Deprecate libsigc++ lambdas, sigc::group() and sigc::var(). Use C++11 lambda expressions instead. (Kjell Ahlstedt) Bug #672555 * Documentation: - Emphasize that signals are reference counted. (Kjell Ahlstedt) Bug #611941 (Jonathon Jongsma) - Mention std::function<> and std::bind() where appropriate. (Kjell Ahlstedt, Chris Vine) - Use DOXYGEN_SHOULD_SKIP_THIS consistently to exclude internal functions from the reference documentation. (Kjell Ahlstedt) * Windows: - Enable C++11 lambda expressions with MS Visual Studio 2012 and later (Ryan Beasley) Bug #733752 - Update MSVC_Net2010 (Kjell Ahlstedt) Bug #724496 (Ryan Beasley) 2.3.1 (unstable): * signal_base: Add blocked(), block(), unblock(). (Kjell Ahlstedt) Bug #153780
2014-10-05Updated devel/atk to 2.14.0wiz2-3/+3
2014-10-05Update to 2.14.0:wiz2-6/+6
Changes in version 2.14.0: ========================== Translations: Dušan Kazik (sk), Maria Mavridou (el), Yuri Myasoedov (ru) Changes in version 2.13.90: =========================== * GObject-introspection: some small changes needed by the MINGW project. * Doap file updated See [1] Contributors: Alexpux, Piotr Drąg, Olav Vitters Translations: Christian Kirbach (de), Lasse Liehu (fi), ngoswami (as) [1] https://mail.gnome.org/archives/release-team/2014-July/msg00045.html Changes in version 2.13.3: ========================== * Bug 729752: introspection: add many missing Returns: (nullable) annotations * Bug 730859: atk/Makefile.am: Stop reading atk.def * Fix GIR scanning for srcdir != buildir * Visual Studio support * MSVC 2010+ Projects: Update "Installation" Process * Build: Add Build Support for Visual Studio 2013 * MSVC 2012/2013 Support: Update Property Sheet Creation * Documentation: * Bug 729922: adding further explanation on atk_add_global_event_listener Contributors: Benjamin Gilbert, Chun-wei Fan, Evan Nemerson, Alejandro Piñeiro Iglesias, Owen W. Taylor Translation: genodeftest (de), Pau Iranzo (ca), Carles Ferrando (ca@valencia), Yosef Or Boczko (he) Changes in version 2.13.2: ========================== During GNOME 3.13.2 cycle an ATK 2.13.2 release was rolled out. But unfourtunately, it was not pushed on master, so got lost. All their changes are included on 2.13.3. Changes in version 2.13.1: ========================== * Bug 728031: Use visibility attributes/__declspec (dllexport) to export public symbols * Bug 691991: Add Simple Support for Visual Studio 2012 Contributors: Chun-wei Fan Translation Inaki Larranaga Murgoitio (eu), Matej Urbančič (sl), marablack3 (el)
2014-10-05Updated x11/xkeyboard-config to 2.13wiz2-3/+3
2014-10-05Update to 2.13:wiz2-6/+6
2.13 7 bugs fixed Translations updated
2014-10-05Updated devel/waf to 1.8.0wiz2-3/+3
2014-10-05Update to 1.8.0:wiz2-6/+6
NEW IN WAF 1.8.0 ---------------- * Python 2.5 is now required * Removed the Waf cache from the task level, use the netcache system * Console handling improvements * Properly-sized progress bar on windows * Generic configuration tests * Better unicode handling in scripts and in file names * Shorter build outputs * Prevent external static libraries propagation through uselib vars #1320 * LaTeX glossaries #1342 and multibib #1345 * Rst document processing * Various improvements in the Python detection and processing * Tons of bugfixes
2014-10-05Updated sysutils/py-psutil to 2.1.3wiz2-3/+3
2014-10-05Update to 2.1.3:wiz2-6/+6
2.1.3 2014-09-26 ================ **Bug fixes** - #536: [Linux]: fix "undefined symbol: CPU_ALLOC" compilation error.
2014-10-05Updated converters/py-simplejson to 3.6.4wiz2-3/+3
2014-10-05Update to 3.6.4:wiz2-6/+6
Version 3.6.4 released 2014-09-29 * Important bug fix for dump when only sort_keys is set https://github.com/simplejson/simplejson/issues/106