Changes:
* DatabaseMetaData::getSQLKeywords() updated to match MySQL 5.5. Note
that C/C++, just like C/JDBC, returns the same list for every
MySQL database version. (Ulf)
* Added MySQL_Connection::getLastStatementInfo() which returns back the
value of the mysql_info() function of libmysql / Connector/C. (Andrey)
* Added new method ResultSetMetaData::isNumeric() and implemented it in
all classes that subclass from it. (Andrey)
* Fixed the bug causing compilation errors in Microsoft Visual Studio 2010 if
stdint.h was included. See http://bugs.mysql.com/bug.php?id=60307
* Fixed bug making statement that did not raise any warning to return
warnings from previously executed statement.
* Fixed stores(Lower|Mixed)Case(Quoted)Identifiers methods.
* Built against libmysql 5.5.27 enabling support of authentification plugins
and IPv6.
I overlooked this consumers in a first place, but they should be marked
deprecated too, because:
- www/trac-wikirename deprecated upstream (merged into trac 0.12) [1]
- www/trac-wikitemplates do not supposed to work with trac >10 according to [2]
[1] http://trac-hacks.org/wiki/WikiRenamePlugin
[2] http://pypi.python.org/pypi/TracWikiTemplates
Now I waiting for Greg's approval to deprecate them.
Approved by: glarkin (maintainer, implicit)
- while here drop deprecated pkgconfig on GNOME attribute
- bump not necessary as other dependencies require pkgconf within existing
attribute
PR: 170458
Submitted by: maintainer, nemysis@gmx.ch
Library and tools for reading FileVault2 Drive Encryption (FVDE) encrypted
volumes. The FVDE format is used by MacOS-X, as of Lion, to encrypt data
on a storage media volume.
Supported FVDE formats:
FileVault2 Lion
Supported protection methods:
password
recovery password
WWW: https://code.google.com/p/libfvde/
PR: 170449
Submitted by: koobs.freebsd@gmail.com
2012-08-05
* Read eeprom value for digital mode from FT-857
* Clean up TS-950 series commands and read mode using IF command
* Fix GS-232A/B rotor command terminations
* Fix warnings and other issues found by mingw-w64
* Allow seamless access to ports higher than COM9 on Windows
* Fix ineffective packed attribute on WinRadio
* Correct low signal strength S-meter error on AR7030+
* Updates to HiQSDR by Jim, N2ADR
- Convert to new options framework
- make py-scipy optional dependency
- Remove py-symeig, symeig routines come with mdp
- Add py-pp and libsvm-python OPTIONS
- Add OPTIONSFILE for sane make config across python versions
- Patch config.py to handle OSError as exception when it cant find libsvm.so
- Update and sort pkg-plist
- Add LICENSE
PR: ports/169266
Submitted by: koobs <koobs.freebsd@gmail.com>
Approved by: Li-Lun "Leland" Wang <llwang@infor.org> (maintainer)
Moagg stands for "Mother of all gravity games".
In this game you are pilot of a small space ship and have to navigate it
through different caves by using the thrusters and rotating the ship.
But besides gravity there are many other difficulties you have to master.
The game is strongly influenced by some classical cave flyers from
the C64 and Amiga era such as "Space Taxi" or "Gravity Force".
But Moagg is supposed to be more than just a clone of these games.
WWW: http://moagg.sourceforge.net/
PR: 170459
Submitted by: nemysis@gmx.ch