summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-07Updated textproc/icu to 53.1adam1-1/+2
2014-04-07Changes 53.1:adam3-15/+17
Data from the CLDR 25 release: Many bug fixes Time zone data: 2014b, including post CLDR 25 time zone data update to CLDR. U+20BD Ruble Sign added (from Unicode 7.0, otherwise ICU 53 still uses Unicode 6.3) MeasureFormat API for new units in CLDR 24 Hoisted setContext/getContext from SimpleDateFormat to DateFormat, implement context-sensitive capitalization of relative dates Added setContext/getContext methods to NumberFormat (and unum_setContext/unum_getContext for UNumberFormat), implement context-sensitive number formatting (for RBNF spellout) Improved lenient date parsing consistency between ICU4C and ICU4J, add finer-grained control of date parsing leniency Fixed numeric rounding in TimeUnitFormat Fixes to Unicode 6.3 bidirectional algorithm implementations to behave exactly like reference implementations Improved UTF-16 charset detection Collation code re-implemented Many bugs fixed, some enhancements implemented (link for ticket query) Passes full UCA conformance tests now Updated to UCA 6.3/CLDR 24 root collation Performance: C++ UTF-8 and Java string comparisons significantly faster (very small reduction for C++ UTF-16) Collation data size (uncompressed) reduced from 4.48MB (ICU 52) to 2.62MB New data format, removed empty files, fixed genrb bug More APIs function when collation rule strings have been omitted from the data files (e.g., getTailoredSet()) Java Collator.compare(Object, Object) now works with CharSequence, not just String Java Collator base class (does not apply to RuleBasedCollator instances): getters for strength, decomposition mode, and locales return hardcoded default values; their setters do nothing Rule syntax and semantics tightened and improved, matching LDML 25 Collation Rule Syntax In particular, rule chains now must start with a reset. Setting of variableTop deprecated, and not supported in rule syntax any more Replaced by the new maxVariable setting; see LDML 25 Collation Settings Accounting format supported in NumberFormat RelativeDateTimeFormatter class for formatting relative times such as "3 weeks ago" or "next Tuesday." Updated Spoof Checker for Unicode Security Standard version 6.3.
2014-04-07Fix freetype2 detection with 2.5.1.wiz1-3/+3
2014-04-07Update Apache Cassandra to 1.2.16.fhajny3-8/+7
* Add UNLOGGED, COUNTER options to BATCH documentation (CASSANDRA-6816) * add extra SSL cipher suites (CASSANDRA-6613) * fix nodetool getsstables for blob PK (CASSANDRA-6803) * Add CMSClassUnloadingEnabled JVM option (CASSANDRA-6541) * Catch memtable flush exceptions during shutdown (CASSANDRA-6735) * Don't attempt cross-dc forwarding in mixed-version cluster with 1.1 (CASSANDRA-6732) * Fix broken streams when replacing with same IP (CASSANDRA-6622) * Fix upgradesstables NPE for non-CF-based indexes (CASSANDRA-6645) * Fix partition and range deletes not triggering flush (CASSANDRA-6655) * Fix mean cells and mean row size per sstable calculations (CASSANDRA-6667) * Compact hints after partial replay to clean out tombstones (CASSANDRA-6666) * Log USING TTL/TIMESTAMP in a counter update warning (CASSANDRA-6649) * Don't exchange schema between nodes with different versions (CASSANDRA-6695) * Use real node messaging versions for schema exchange decisions (CASSANDRA-6700) * IN on the last clustering columns + ORDER BY DESC yield no results (CASSANDRA-6701) * Fix SecondaryIndexManager#deleteFromIndexes() (CASSANDRA-6711) * Fix snapshot repair not snapshotting coordinator itself (CASSANDRA-6713) * Support negative timestamps for CQL3 dates in query string (CASSANDRA-6718) * Avoid NPEs when receiving table changes for an unknown keyspace (CASSANDRA-5631) * Fix bootstrapping when there is no schema (CASSANDRA-6685) * Fix truncating compression metadata (CASSANDRA-6791) * Fix SSTable not released if stream session fails before starts (CASSANDRA-6818)
2014-04-07SunOS has rpc/xdr.h and builds xtcformat.so too.fhajny1-0/+2
2014-04-07calibra-1.31 is in pkgsrc-wip [pkg/48723]obache1-2/+2
2014-04-07'cups' option needs to ensure BUILD_TARGET 'cups' is added.richard3-7/+26
configure adjusted to correctly accept CUPSVERSION and, while we're at it, add missing space between '!' and parens in test for contrib directory.
2014-04-07Bumping BUILDLINK_ABI_DEPENDS.libzrtpcpp.rodent1-2/+2
2014-04-07Fixes undefined variable references.obache1-3/+3
2014-04-07Updated devel/p5-CPAN-Meta-YAML to 0.012.hiramatsu1-1/+2
2014-04-07Update devel/p5-CPAN-Meta-YAML to 0.012.hiramatsu2-7/+6
Changes from previous: ---------------------- 0.012 2014-02-24 13:07:18-05:00 America/New_York - Generated from ETHER/YAML-Tiny-1.61.tar.gz 0.011 2014-02-13 20:30:30-05:00 America/New_York - Generated from ETHER/YAML-Tiny-1.60.tar.gz 0.010 2013-09-23 13:11:20 America/New_York - Generated from ETHER/YAML-Tiny-1.55.tar.gz - Fix broken test when copying from YAML-Tiny - updated Makefile.PL logic to support PERL_NO_HIGHLANDER 0.009 2013-09-23 10:16:19 America/New_York - Generated from ETHER/YAML-Tiny-1.55.tar.gz - Makefile.PL will use UNINST=1 on old perls that might have an old version incorrectly installed into the core library path
2014-04-07Updated net/libzrtpcpp to 4.2.0rodent1-1/+2
2014-04-07Updated to latest release, 4.2.0. Shared library name change. From NEWS:rodent3-9/+9
Implemented a new function to read the ZID file if the ZID file backend is SQlite3. This is not a security problem because the ZRTP cache was always public and readable, refer to RFC6189. SQL statement returns all ZID records, sorted by date, newest on top. The function can then step thru the DB cursor and read the records. The version also include sevral fixes, usually compiler warnings, some small problems reported by 'cppcheck' analyser. Because we have a new set of functions the API changed, thus it's necessary to recompile applications that use the new library version.
2014-04-07Updated www/py-flask-bootstrap to 3.1.1.2rodent1-1/+2
2014-04-07Updated to latest release, 3.1.1.2. New file in PLIST:rodent3-8/+10
${PYSITELIB}/flask_bootstrap/static/jquery.min.map
2014-04-07Updated net/py-kombu to 3.0.14rodent1-1/+2
2014-04-07Updated to latest release, 3.0.14. From ChangeLog:rodent3-8/+11
- **MongoDB**: Now endures a connection failover (Issue #123). - **MongoDB**: Fixed ``KeyError`` when a replica set member is removed. Also fixes celery#971 and celery/#898. - **MongoDB**: Fixed MongoDB broadcast cursor re-initialization bug. - **Async**: Fixed bug in lax semaphore implementation where in some usage patterns the limit was not honored correctly. - **Redis**: Fixed problem with fanout when using Python 3 (Issue #324). - **Redis**: Fixed ``AttributeError`` from attempting to close a non-existing connection (Issue #320). - Redis: Fixed serious race condition that could lead to data loss. The delivery tags were accidentally set to be an incremental number local to the channel, but the delivery tags need to be globally unique so that a message can not overwrite an older message in the backup store. This change is not backwards incompatible and you are encouraged to update all your system using a previous version as soon as possible. - Now depends on :mod:`amqp` 1.4.4. - Pidbox: Now makes sure message encoding errors are handled by default, so that a custom error handler does not need to be specified. - Redis: The fanout exchange can now use AMQP patterns to route and filter messages. This change is backwards incompatible and must be enabled with the ``fanout_patterns`` transport option:: >>> conn = kombu.Connection('redis://', transport_options={ ... 'fanout_patterns': True, ... }) When enabled the exchange will work like an amqp topic exchange if the binding key is a pattern. This is planned to be default behavior in the future. - Redis: Fixed ``cycle`` no such attribute error.
2014-04-07Updated net/py-caldav to 0.2.1rodent1-1/+2
2014-04-07Update to 0.2.1, latest release on pypi. From ChangeLog:rodent2-7/+6
* caldav/davclient.py - minor api difference; it feels more object-oriented to write principal = client.principal() than principal = Principal(client) * caldav/tests/test_caldav.py - work to reflect the above * docs/source/index.rst - work to reflect the above * docs/source/index.rst - added documentation that the tests may fail if several test runs are performed simultaneously * caldav/davclient.py - support for unicode and utf8 * caldav/lib/url.py - support for unicode and utf8 * caldav/objects.py - minor doc enhancement * tests/test_caldav.py - load an event or a calendar by the URL * tests/test_caldav.py - test calendar.events() * tests/test_caldav.py - test utf8 and unicode * docs/source/index.rst - documentation on how to run the test suite towards private calendar servers * caldav/lib/url.py (make): function for backward compatibility * tests/: more test code, including backward compatibility test * caldav/lib/namespace.py: fixing issue * caldav/objects.py (Calendar): compatibility hack for zimbra - gotcha! Use Calendar display name in the Calendar URL instead of Calendar ID. * caldav/objects.py: internal change - _create method now returns nothing, but sets self.url and self.id instead. * caldav/objects.py (DAVObject): convenience fix - made client a conditional parameter to __init__. Defaults to parent.client if parent is given. * caldav/objects.py (Calendar): convenience fix - made methods Calendar.event_by_uid and Calendar.event_by_url. Calendar.event is an alias to Calendar.event_by_uid for backwards compatibility. Those methods also loads the object from the remote server (hmmm ... does that make sense, it's inconsistent with the CalendarSet.calendar method) * caldav/objects.py (Event): a potential compatibility fix - when creating an event, some servers seems to want the uid to match the URL (zimbra will yield 302 on the PUT request). However, I wasn't able to GET the event from zimbra, neither before nor after this fix :-( * caldav/elements/cdav.py: compatibility fix - collation "i; octet" (with whitespace) not recognized by baikal. "i;octet" (without whitespace) is OK. * caldav/objects.py (Calendar): Convenience fix: method add_event for making it easier to add events. Better error handling; if calendar creation succeeds but setting calendar name fails, delete the calendar before raising the exception. * caldav/objects.py (Event): Bugfix for zimbra - 302 is now an acceptable return code when creating a new event. * caldav/davclient.py (DAVClient.request, DAVResponse): Full HTTP communication is now available in debug logs * caldav/davclient.py (DAVClient.__init__): Username and password can now (optionally) be given as separate parameters instead of as a part of the configuration URL * caldav/objects.py: By now it's sufficient to pass the base URL while initializing the DAVClient object. The library will find the principal URL and home calendar set URL through GETPROP * caldav/objects.py (Calendar): workaround for problem that calendar name didn't get set on some (all?) caldav servers. * caldav/objects.py (Principal, CalendarSet): created a method calendar() to make it easier to generate a calendar object (without server-side communication), and make_calendar for creating a new calendar at the server side. * tests/test_caldav.py: all broken tests have been disabled. Temporary made smaller tests to demonstrate what is actually working on all caldav servers I've tested against (Zimbra, DAViCal, Baikal and SoGo). * caldav/objects.py (DAVObject): (internal change) set __str__ and __repr__ to make debugging easier * caldav/objects.py: (internal change) Since the principal path and the calendar home set path are different on most CALDav server implementations, a new class CalendarSet has been made. * caldav/lib/url.py: (internal change) Complete rewrite and API-change. internally all URLs are now handled as objects * caldav/objects.py (Principal): (internal change) made it possible to set principal.calendar_home_set (hardly useful except for from the unit testing code). * All files: misc minor changes to reflect all the changes above.
2014-04-07Updated net/py-amqp to 1.4.4rodent1-1/+2
2014-04-07Update to latest release, 1.4.4. Use pypi instead of github forrodent2-11/+8
MASTER_SITES. Simplify Makefile based on those changes. From Changelog: - SSL transport accidentally disconnected after read timeout.
2014-04-07Updated lang/py-pythonz to 1.2.2rodent1-1/+2
2014-04-07Update to latest release, 1.2.2. From release notes:rodent2-6/+6
Added support for CPython 3.4.0
2014-04-07Updated finance/py-stripe to 1.12.2rodent1-1/+2
2014-04-07Update to latest release, 1.12.2. From CHANGELOG:rodent2-6/+6
=== 1.12.2 2014-03-13 * Fix syntax errors in setup.py metadata === 1.12.1 2014-03-13 * Added license and other metadata in setup.py * Fix `__repr__` in Python 3 * Support pickling of responses
2014-04-06Added cross/GenFw version 0pre15188jakllsch1-1/+2
2014-04-06+ caff-1.1.6, calibre-1.31, cogl-1.18.0, eric5-5.4.3, etm2-2.3.26wiz1-9/+20
[etm successor], global-6.2.12, gnome-commander-1.4.1, mono-3.4.0, pcre-8.35, py-beets-1.3.4, py-flakes-0.8.1, py-html2text-2014.4.5, py-lxml-3.3.4, py-setuptools-3.4.1, py-urwid-1.2.1, vte-0.36.0, wine-devel-1.7.16, x264-devel-20140405, xmlto-0.0.26.
2014-04-06+GenFwjakllsch1-1/+2
2014-04-06Import GenFw-0pre15188.jakllsch4-0/+29
From https://svn.code.sf.net/p/edk2/code/trunk/edk2 r15188. Convert ELF to PE-COFF for UEFI
2014-04-06Create signed packages automatically if desired. It is disabled by default,khorben2-4/+34
and documented in mk/defaults/mk.conf. Both the "gpg" and "x509" methods supported by pkg_admin(1) are supported. With package signing enabled, a staging, unsigned copy of the package is always created, and its final copy to the package repository is done with pkg_admin(1) instead of "ln || cp". Proper operation should otherwise not be affected. Tested both with and without user-destdir support in packages. "can live with it" joerg@ From EdgeBSD.
2014-04-06Updated devel/libwhisker2 to 2.5rodent1-1/+2
2014-04-06Update to 2.5. Set LICENSE. Fixed HOMEPAGE and MASTER_SITES. Don't hide therodent2-20/+24
`cd' command. Use INSTALLATION_DIRS instead of INSTALL_DATADIR. Fix line lengths in do-install phase. Use PKGBASE for INSTALLATION_DIRS. From CHANGES: - LibWhisker is now licensed under the 'simplied' (2 clause) BSD license. - Added the {whisker}->{allow_short_reads} option, which will return success if some body data is read but it is less than the server-advertised content length. Thanks to Dave Lodge for the suggestion. - Thomas Reinke pointed out that cookie_parse() was lowercasing cookie names, which causes problems if the server is being case-sensitive with cookie names. - Fixed a documentation typo for uri_absolute(). Thanks to Sullo for pointing it out. - A bug in http_fixup_request() would append a port to the Host header even if there was already one. Thanks to Sullo for reporting it. - Francisco Amato recommended two new anti-IDS modes that involve using 0x0d and 0x0b as request separator/spacers. IDS modes 'A' and 'B' were added, respectively.
2014-04-06Updated wm/awesome to 3.5.4obache1-1/+2
2014-04-06Update awesomem to 3.5.4.obache2-11/+9
v3.5.4: Uli Schlachter (8): gears.surface: Cache files from disk gears.color: Add a pattern cache awful.tooltip: Small reorganization awful.tooltip: Add (and use) :set_markup() function systray: Don't set WM_STATE on embedded windows (FS#1246) Revert "root: Make sure cairo doesn't cache our temporary connection" (FS#1245) wibox.drawable: Assert that no cairo error occurred change codename v3.5.3: Björn Åström (1): drawable: Support for true transparency (FS#1210) Campbell Barton (1): Remove raise call from mouse.client.move Daniel Hahler (14): Do not raise clients in client_manage Add a "deep" option to awful.util.table.clone Fallback to comparing layout names in awful.layout.inc Add client.maximized (a shortcut for ~_horizontal and ~_vertical) Minor doc fixes awful.rules: add does_match and matching_rules functions (FS#1224) Factor `awful.rules.apply_do` out of `apply` Only set client's urgent after startup Set c.screen in ewmh.tag and before tags in rules.execute Expand '~' in the path for beautiful.init Drop focus:raise() in magnifier.arrange Set c.screen in ewmh.tag and before tags in rules.execute Add and improve some comments to awesomerc.lua Fix the call to tag.history.restore from tag.delete Emmanuel Lepage Vallee (2): Add end to end support for spawning tracking using startup notifications Fix tag screen switching Enrico Scholz (1): menu: do not double escape name in 'menu:clients()' (FS#1202) Fabienne Ducroquet (1): layouts: spiral: Avoid gaps between windows Jan Larres (1): taglist: Add [bg|fg]_empty Massimiliano Brocchini (3): prompt: fix search term ctrl+up/ctrl+down when starting from existing entries prompt: search in prompt history using exact string match prompt: CTRL+DELETE deletes history entries Rocco Aliberti (3): awesomerc: Fix set menu clients width (FS#1200) awful.menu.clients: Remove useless line (FS#1200) wibox.layout.margin: Add margins color parameter Uli Schlachter (71): luadoc: Document screen outputs Print libxcb error codes for broken connections tasklist: Add default colors for broken themes Really ignore loops in transient_for (FS#1124) awful.tag.delete: Deactivate tags awful.menu: Add missing "local" declaration menubar: Fix API docs awful.tag.viewmore: Make screen optional (FS#1203) Finish C-side support for window shapes (FS#1051) awful.menu.clients: Fix API (FS#1200) naughty: fix ldoc Add awesome.composite_manager_running wibox.drawable: Cache the wallpaper client: Add c.blob property Improve the check for another window manager Update the luadoc for the C API client: Add request::activate signal (FS#848) awful.ewmh: Correctly handle bw change for maximized clients client: Emit property::screen after geometry awful.ewmh: Enforce client geometry (FS#764,FS#1216) root.wallpaper: Cleanup and correctness fixes Revert "awful.ewmh: Enforce client geometry (FS#764,FS#1216)" mouse.screen: Lie when we have no clue where the pointer is Measure the time a main loop iteration takes Update fields for capi.awesome in C comment Improve fatal signal handling awful.util.spawn*: Remove obsolete screen argument Make objects properly inherit signals from classes Add awesome.register_xproperty (FS#1212) Revert "client: Add c.blob property" Fix handling of _NET_CURRENT_DESKTOP messages (FS#1219,FS#1217) xproperty: Don't limit property lengths spawn: Don't try to spawn with empty argv (FS#1225) awesome.spawn(): Check table arguments better spawn: Remove useless argv[0] calculation drawin: Inline drawin_init() into its only caller drawin: Don't unconditionally redraw when made visible awful.tooltip: Work with all gears.colors as foreground drawin: Only redraw on move with translucent background Redraw titlebars more intelligently Fix cairo surface memory leak drawable: Add pixmap member root: Make sure cairo doesn't cache our temporary connection Add awesome.startup awful.client.movetoscreen: Don't untag clients completely (FS#1196) ewmh: Factor out common code into a helper function EWMH: Ignore invalid _NET_WM_DESKTOP ewmh: Use client_set_sticky() for making clients sticky EWMH: Handle _NET_WM_DESKTOP in lua Drawable: Ignore exposes when we have nothing to draw Fixup indentation Bump minimum lgi dependency to 0.7.0 awful.rules: Emit request::activate on the client luaa: Remove lots of unused code awful.client: Add marked and unmarked signals (FS#1227) imagebox: Avoid division by zero wibox.layout.base.fit_widget: Enforce sane width and height window: Factor out helper functions for xproperties awesome: Add get_* and set_xproperty xproperty: Emit on "awesome" for root window properties rc.lua: Raise all clients by default (regression, FS#1234) Make debug::index::miss and newindex work on classes and all objects awesome.startup_errors: Never emit debug::index::miss beautiful: Don't use non-existant API gears.color.create_opaque_pattern: Fix for SurfacePatterns (FS#1236) drawin: Correctly add property::shape_* signals Revert "Set c.screen in ewmh.tag and before tags in rules.execute" Revert "awful.client.movetoscreen: Don't untag clients completely (FS#1196)" awful.tag.withcurrent: Try harder at finding a tag (FS#1196) Ignore enter/leave events when unmanaging a window (FS#1239) change codename heithe (1): Add awful.titlebar.widget.minimizebutton v3.5.2: Alexander Kondratev (1): fixed #1184. Calling movetotag method throw an error on a blank screen Björn Åström (1): wibox.layout.fixed: Fix fill space David Mohr (1): Revert "client: add a limit to the loop (FS#573)" Uli Schlachter (28): Implement window gravity in ConfigureRequests (FS#1137) awful.tooltip: Set the bg color correctly (FS#1148) lua: Print traceback on startup errors luadoc: Clients have a leader_window, not leader_id Fix WM_CLIENT_LEADER handling client: Ignore "fake" string property changes wibox: Add widget geometry cache draw: Add function for finding a visual by id client.content: Use correct client size (FS#1150) client.content: Return a cairo xcb surface Stop linking against xcb-image awful.titlebar: Add show, hide, toggle functions Switch from libXcursor to libxcb-cursor CMake: Look for both "ldoc" and "ldoc.lua" Use $PATH when starting $SHELL ewmh: remove _NET_DESKTOP_GEOMETRY support screen: Make sure we always have a screen Fix possible deadlock during startup naughty: Verify image parameters coming from dbus (FS#1162) awful.screen.focus: Don't move mouse to (0, 0) first (FS#1173) awful.client.tiled: Ignore fullscreen (etc) clients (FS#1106) client: Ignore transient_for causing loops (FS#1124) screen: Fix screen equality comparison (FS#1151) client: Don't move clients around across restarts (FS#1159) Revert "client: Don't move clients around across restarts (FS#1159)" event: Handle MotionNotify before ButtonPress/Release (FS#1136) awful.tag.withcurrent: Also act on restarts (FS#1155) change codename kardan (1): honor appended -c option for --check
2014-04-06Add buildlink with Requires.private packages.obache1-1/+3
2014-04-06Updated x11/xcb-util-cursor to 0.1.1nb1obache1-1/+2
2014-04-06Add buildlink3.mk.obache1-0/+16
2014-04-06LICENSE=x11obache1-2/+2
2014-04-06Let to build shard libraries, enable commented out buildlink with x11/xcb-util.obache1-3/+4
Bump PKGREVISION.
2014-04-06from xcb-image.pc, xcb and xcb-shm is required, so need to buildlink with ↵obache1-2/+2
x11/libxcb.
2014-04-06Updated wm/awesome to 3.5.1nb4obache1-1/+2
2014-04-06Some clean up of packaging:obache3-8/+9
* prevent to buildlink with pango, it will be loaded vir lua-gi. * add buildlink with libexecinfo, it is installed as a dependency of cmake now and found by cmake. PR pkg/48717. * set prefix of libev more closely. Bump PKGREVISION from dependency update.
2014-04-06Updated inputmethod/ibus-anthy to 1.5.5obache2-3/+3
2014-04-06Update ibus-anthy to 1.5.5.obache2-10/+8
* Fixed IOError in print sys.stderr when the parent process exits. * Added python3. * Launched an error dialog when .anthy/last-record2_default.utf8 is broken. Wile here, expressly configure as default-layout=default (instead of default "jp")
2014-04-06Add upstream bugzilla URLryoon3-5/+9
2014-04-06Updated inputmethod/ibus to 1.5.6obache2-3/+3
2014-04-06Update ibus to 1.5.6.obache4-12/+13
* data/dconf: Don't run "dconf update" if $(DESTDIR) is set * Support python3 [1] * Fix to show Property Panel when the mode is auto hide. * Do not let property panel follow cursor when it's always shown. * Fix a build error of Gdk.EventKey with vala 0.23.2 * Use XKB layout string instead of ibus-keyboard icon on panel.
2014-04-06Updated inputmethod/ibus to 1.5.5nb1obache1-1/+2
2014-04-06fixes mis-handling of gtk3 immodule.obache1-1/+3
Bump PKGREVISION.
2014-04-05Add compiler support code for lang/gfortran Fortan 95/2003/2008 compilerryoon1-0/+117
from GCC.