- Bump PORTREVISION
PR: ports/151728
Submitted by: Ilya A. Arhipov <pa36ouHu4er AT yandex.ru>,
Alexey Shuvaev <shuvaev AT physik.uni-wuerzburg.de>
Obtained from: Mozilla Bugzilla ID 562488
Changes:
- bug #3059311 [import] BIGINT field type added to table analysis
- [core] Update library PHPExcel to version 1.7.4
- bug #3062455 [core] copy procedures and routines before tables
- bug #3062455 [export] with SQL, export procedures and routines before tables
- bug #3056023 [import] USE query not working
- bug #3038193 [display] Error when editing row with GEOMETRY column
- bug #3062454 [interface] Display routines/events also when no tables are
defined
- support ARIA storage engine as well as its previous name MARIA
PR: ports/151738
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Approved by: pgollucci (mentor, implicit)
only postgresql90-server does, but since we don't want two different pg_config setups,
one for client and one for server, I'm bringing the libxml dependency on board until
I can find out a better way to solve this.
Changes:
2009-11-23:
- src/imager.cpp (imager::start_imaging): fixed for threaded_hash.
20091022:
- configure.ac: updated to version 3.2.3
- configure.ac: fixed the optimization flag stuff.
- imager.cpp & imager.h: modified to work with threaded_hash and EVP system
20090905:
- configure.ac: minor changes to compile under GCC +4.4
PR: ports/151683
Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer)
Approved by: pgollucci (mentor, implicit)
and Proggy Tiny) are a set of fixed-width screen fonts that are designed
for code listings. Each font only comes in one size that it looks good at.
The fonts were optimized while coding in C or C++. For this reason,
characters like the '*' were placed vertically centered, as '*' usually
means dereference or multiply, but never 'to the power of' like in Fortran.
The {}s are centered horizontally (as the author's coding style aligns
braces vertically), the zero looks different from the capital oh, and there
is never any confusion between ells, ones, and eyes. Additionally, the
arithmetic operators (+ - * < >) are all axis aligned.
Author: Tristan Grimmer
WWW: http://www.proggyfonts.com/
PR: ports/151652
Submitted by: Raphael Kubo da Costa <kubito at gmail.com>