C++ programmers all the necessary tools for computing with dates,
times, and time zones in a simple and correct manner. The libraries
in CCTZ are:
_ The Civil-Time Library - This is a header-only library that
supports computing with human-scale time, such as dates (which
are represented by the cctz::civil_day class). This library is
declared in civil_time.h.
_ The Time-Zone Library - This library uses the IANA time zone
database that is installed on the system to convert between
_absolute time_ and _civil time_. This library is declared in
time_zone.h.
WWW: http://github.com/google/cctz
PR: 217599
Submitted by: z7dr6ut7gs@snkmail.com
Drop local patch, that breaks runtime with libtorrent-rasterbar-python >= 1.1.2.
In libtorrent 1.1.2 high_performance_seed() method returns dict, not object, so
this breaks things. If I understand correctly, in newer version this dict
supposed to be applied with apply_settings() method, that is missing in python
binding. Not bumping PORTREVISION, because of subsequent update is comming.
- Added copy_to, realpath and sibling methods to Mojo::File.
- Added dir option to list_tree method in Mojo::File.
- Improved app generator command to generate a config file.
- Obsolete wineinstall script removed.
- More Direct3D command stream work.
- A few more Shader Model 5 instructions.
- Better underline rendering in DirectWrite.
- Improved ODBC support on 64-bit.
- Various bug fixes.
pkg building on mips. Some ports errneously try and use FPU instructions
and will insta-crash when run on real hardware. This change will identify
those ports that have these types of instructions so they can be fixed.
- dnelson
Add handler for fdatasync(). Quiesce noise about missing handler.
- jkim
Store::CouchDB provides a simple perlish interface for working with
Apache CouchDB.
WWW: http://search.cpan.org/dist/Store-CouchDB/
PR: 217597
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>
Keeps your CouchDB views molten hot and fluid.
Lava is a simple MIT-licensed shell script with 2 dependencies that
ensures all DBs that are readable by a given user have the views
of their corresponding design documents rebuilt. It is intended to
be run regularly from cron.
WWW: https://github.com/iwantmyname/lava
PR: 215508
Submitted by: Dave Cottlehuber <dch@skunkwerks.at>