summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-01Updated x11/modular-xorg-{server,xephyr} to 1.17.4tnn1-1/+3
2015-11-01Update to modular-xorg-{server,xephyr}-1.17.4tnn4-10/+9
1.17.4: Fixes an uninitialized fd_set 1.17.3: Various bugfixes across the board. The most visible changes include fixing GLX extension setup under Xwayland and other non-Xorg servers (enabling core contexts in more scenarios), and various stability fixes to glamor and the Present extension.
2015-11-01+confuse-2.8bsiegert1-1/+2
2015-11-01fix build with clangtnn4-1/+53
2015-11-01Fix sysconfdirmarkd1-1/+2
2015-11-01Fix sysconfdir.markd1-1/+2
2015-11-01don't include libcddb bl3.mk twicetnn1-2/+1
2015-11-01Fix dependencies.markd1-1/+8
2015-11-01Import syslog-ng Python bindings as sysutils/py-syslog-ng.fhajny3-0/+62
2015-11-01Updated multimedia/mpv to 0.12.0leot1-1/+2
2015-11-01Update multimedia/mpv to mpv-0.12.0.leot2-7/+11
pkgsrc changes: o mpv does not build on NetBSD<7 because it needs sem_timedwait(3), add the various not supported versions to NOT_FOR_PLATFORM. o Bump waf requried version to reflect upstream. Changes: Release 0.12.0 ============== NOTE: This release changes the default format for youtube-dl and removes some workarounds related to MPEG DASH support. However, the required changes to FFmpeg code are not in any FFmpeg release yet (as of 2015-10-29), so for now, playing DASH streams requires using FFmpeg git master. You can work around this by using the --ytdl-format=best option. Features -------- New ~~~ - vo_opengl: support new VAAPI EGL interop (requires Mesa 11) - vo_opengl: vaapi: add Wayland support - bring back the x11 video output - vo_opengl: support all kinds of GBRP formats Removed ~~~~~~~ - video: remove VDA support (VideoToolbox is preferred) Behavior -------- - vo_opengl: enable X11 EGL backend by default (disabled for NVIDIA due to driver bugs) - ytdl: don't override user-set format in no-video mode - sub: adjust behavior on mismatching video/subtitle aspect ratio Options and Commands -------------------- Added ~~~~~ - audio: add option for falling back to ao_null - options: add support for client certificate authentication - input: add key name for U+3000 IDEOGRAPHIC SPACE - player: add audio drop/duplicate mode to video-sync Changed ~~~~~~~ - vo_opengl: remove sharpen scalers, add sharpen sub-option - vo_opengl: make sw suboption work without explicit backend selection - command: make time properties unavailable if timestamp is unknown - command: do not return 0 for bitrate if unknown (make property unavailable instead) - vo_opengl: make the default debanding settings less excessive - ytdl: disable --all-subs if "sub-lang" is in raw-options Removed ~~~~~~~ - video: remove user-controllable PTS sorting (--pts-association-mode) Fixes and Minor Enhancements ---------------------------- - player: fix another --force-window bug - player: add wav to list of external audio file extensions - ao_alsa: fix failure to find any sample format - player: make stop command actually stop in all cases - audio: various fixes related to audio device hotplugging - vo_xv: fix crash with --wid - ytdl: Remove DASH hacks, use DASH by default - player: be slightly less prone to framedrop in display sync mode - sd_lavc: extend subtitle resolution if images go outside video frame - player: offset chapter display by start time - command: make bitrate properties work correctly for external tracks - w32_common: disable IME - player: fix display-sync A/V calculation on high playback speeds - player: fix display sync A/V difference estimation on drops - player: raise display sync desync tolerance
2015-11-01Updated print/cups-filters to 1.1.0leot2-3/+3
2015-11-01Update print/cups-filters to cups-filters-1.1.0.leot2-7/+7
Changes: CHANGES IN V1.1.0 - Version numbering scheme changed: Releases with feature addition/change have the minor number increased now, pure bug fix releases get the revision number increased, to make use of the minor number which stayed zero all the time. - cups-browsed: Added "DefaultOptions" directive to cups-browsed.conf to allow defining default option settings for local queues to be generated for newly appearing remote printers. - cups-browsed: Removed assert() calls which remained from copy and paste in the very beginning of the development of cups-browsed. assert() is only for use during debugging and should not be used in production code. - cups-browsed: Let option settings of a generated print queue be saved before taking the queue down so that when the remote printer appears again all user changes get restored, making user changes permanent on generated queues. - foomatic-rip: Fixed string length for shell path constant, to work also with systems having longer paths (Bug #1325) - cups-browsed: Added a mode in which IP-based device URIs for the generation of local print queues are used, for cases with problems in local host name resolution. - foomatic-rip: Use -dFirstPage=... and -dLastPage=... only if really needed (Bug #1324). - cups-browsed, implicitclass: Make the load-balancing configurable so that one can select whether the jobs get queued up locally like in a CUPS class or whether they get immediately distributed to the remote servers letting them queue up there.
2015-11-01GNU_CONFIGURE=yes must be set before bsd.prefs.mk is included.tnn1-5/+3
Also LOCALBASE -> PREFIX
2015-11-01Add devel/ivykisfhajny1-1/+2
2015-11-01Added devel/ivykis version 0.39fhajny1-1/+2
2015-11-01Import ivykis 0.39 as devel/ivykis.fhajny5-0/+141
ivykis is a thin wrapper over various OS'es implementation of I/O readiness notification facilities (such as poll(2), kqueue(2)) and is mainly intended for writing portable high-performance network servers.
2015-11-01Remove wx option, depended on removed wxGTK26.wiz1-10/+2
2015-11-01+ cairo-1.14.4, cairo-gobject-1.14.4, colordiff-1.0.16,wiz1-6/+18
cups-filters-1.1.0, dbus-1.10.2, gsl-2.0, gst-plugins1-base-1.6.1, gst-plugins1-good-1.6.1, gst-plugins1-ugly-1.6.1, gstreamer1-1.6.1, libopenmpt-0.2.5705beta15, musicpd-0.19.11, ocaml-findlib-1.5.6, py-cryptography-1.1, py-markdown-2.6.3, py-vdirsyncer-0.7.0, x264-devel-20151031.
2015-11-01Updated math/py-networkx to 1.10wiz1-1/+2
2015-11-01Update py-networkx to 1.10, based on PR 50383 by Derouiche.wiz3-28/+162
API changes [#1501] connected_components, weakly_connected_components, and strongly_connected_components return now a generator of sets of nodes. Previously the generator was of lists of nodes. This PR also refactored the connected_components and weakly_connected_components implementations making them faster, especially for large graphs. [#1547] The func_iter functions in Di/Multi/Graphs classes are slated for removal in NetworkX 2.0 release. func will behave like func_iter and return an iterator instead of list. These functions are deprecated in NetworkX 1.10 release. New functionalities [#823] A enumerate_all_cliques function is added in the clique package (networkx.algorithms.clique) for enumerating all cliques (including nonmaximal ones) of undirected graphs. [#1105] A coloring package (networkx.algorithms.coloring) is created for graph coloring algorithms. Initially, a greedy_color function is provided for coloring graphs using various greedy heuristics. [#1193] A new generator edge_dfs, added to networkx.algorithms.traversal, implements a depth-first traversal of the edges in a graph. This complements functionality provided by a depth-first traversal of the nodes in a graph. For multigraphs, it allows the user to know precisely which edges were followed in a traversal. All NetworkX graph types are supported. A traversal can also reverse edge orientations or ignore them. [#1194] A find_cycle function is added to the networkx.algorithms.cycles package to find a cycle in a graph. Edge orientations can be optionally reversed or ignored. [#1210] Add a random generator for the duplication-divergence model. [#1241] A new networkx.algorithms.dominance package is added for dominance/dominator algorithms on directed graphs. It contains a immediate_dominators function for computing immediate dominators/dominator trees and a dominance_frontiers function for computing dominance frontiers. [#1269] The GML reader/parser and writer/generator are rewritten to remove the dependence on pyparsing and enable handling of arbitrary graph data. [#1280] The network simplex method in the networkx.algorithms.flow package is rewritten to improve its performance and support multi- and disconnected networks. For some cases, the new implementation is two or three orders of magnitude faster than the old implementation. [#1286] Added the Margulis–Gabber–Galil graph to networkx.generators. [#1306] Added the chordal p-cycle graph, a mildly explicit algebraic construction of a family of 3-regular expander graphs. Also, moves both the existing expander graph generator function (for the Margulis-Gabber-Galil expander) and the new chordal cycle graph function to a new module, networkx.generators.expanders. [#1314] Allow overwriting of base class dict with dict-like: OrderedGraph, ThinGraph, LogGraph, etc. [#1321] Added to_pandas_dataframe and from_pandas_dataframe. [#1322] Added the Hopcroft–Karp algorithm for finding a maximum cardinality matching in bipartite graphs. [#1336] Expanded data keyword in G.edges and added default keyword. [#1338] Added support for finding optimum branchings and arborescences. [#1340] Added a from_pandas_dataframe function that accepts Pandas DataFrames and returns a new graph object. At a minimum, the DataFrame must have two columns, which define the nodes that make up an edge. However, the function can also process an arbitrary number of additional columns as edge attributes, such as ‘weight’. [#1354] Expanded layout functions to add flexibility for drawing subsets of nodes with distinct layouts and for centering each layout around given coordinates. [#1356] Added ordered variants of default graph class. [#1360] Added harmonic centrality to network.algorithms.centrality. [#1390] The generators.bipartite have been moved to algorithms.bipartite.generators. The functions are not imported in the main namespace, so to use it, the bipartite package has to be imported. [#1391] Added Kanevsky’s algorithm for finding all minimum-size separating node sets in an undirected graph. It is implemented as a generator of node cut sets. [#1399] Added power function for simple graphs [#1405] Added fast approximation for node connectivity based on White and Newman’s approximation algorithm for finding node independent paths between two nodes. [#1413] Added transitive closure and antichains function for directed acyclic graphs in algorithms.dag. The antichains function was contributed by Peter Jipsen and Franco Saliola and originally developed for the SAGE project. [#1425] Added generator function for the complete multipartite graph. [#1427] Added nonisomorphic trees generator. [#1436] Added a generator function for circulant graphs to the networkx.generators.classic module. [#1437] Added function for computing quotient graphs; also created a new module, networkx.algorithms.minors. [#1438] Added longest_path and longest_path_length for DAG. [#1439] Added node and edge contraction functions to networkx.algorithms.minors. [#1445] Added a new modularity matrix module to networkx.linalg, and associated spectrum functions to the networkx.linalg.spectrum module. [#1447] Added function to generate all simple paths starting with the shortest ones based on Yen’s algorithm for finding k shortest paths at algorithms.simple_paths. [#1455] Added the directed modularity matrix to the networkx.linalg.modularity_matrix module. [#1474] Adds triadic_census function; also creates a new module, networkx.algorithms.triads. [#1476] Adds functions for testing if a graph has weighted or negatively weighted edges. Also adds a function for testing if a graph is empty. These are is_weighted, is_negatively_weighted, and is_empty. [#1481] Added Johnson’s algorithm; one more algorithm for shortest paths. It solves all pairs shortest path problem. This is johnson at algorithms.shortest_paths [#1414] Added Moody and White algorithm for identifying k_components in a graph, which is based on Kanevsky’s algorithm for finding all minimum-size node cut-sets (implemented in all_node_cuts #1391). [#1415] Added fast approximation for k_components to the networkx.approximation package. This is based on White and Newman approximation algorithm for finding node independent paths between two nodes (see #1405). Removed functionalities [#1236] The legacy ford_fulkerson maximum flow function is removed. Use edmonds_karp instead. Miscellaneous changes [#1192] Support for Python 2.6 is dropped.
2015-11-01Updated math/py-sympy to 0.7.6.1wiz1-1/+2
2015-11-01Update to 0.7.6.1, based on PR 50382 by derouiche.wiz3-54/+491
0.7.6.1 This is a small bugfix release over SymPy 0.7.6, primarily to fix issues with printing in the Jupyter notebook. Changes Fix pretty printing in the Jupyter notebook and Jupyter qtconsole for Jupyter 4.0. The deprecated linearization method in the mechanics module no longer fails to execute. 0.7.6 Major changes New module calculus.finite_diff for generating finite difference formulae approximating derivatives of arbitrary order on arbitrarily spaced grids. New module physics.optics for symbolic computations related to optics. geometry module now supports 3D geometry. Support for series expansions at a point other then 0 or oo. See PR #2427. Rules for the intersection of integer ImageSets were added. See PR #7587. We can now do things like {2⋅m | m ∊ ℤ} ∩ {3⋅n | n ∊ ℤ} = {6⋅t | t ∊ ℤ} and {2⋅m | m ∊ ℤ} ∩ {2⋅n + 1 | n ∊ ℤ} = ∅ dsolve module now supports system of ODEs including linear system of ODEs of 1st order for 2 and 3 equations and of 2nd order for 2 equations. It also supports homogeneous linear system of n equations. New support for continued fractions, including iterators for partial quotients and convergents, and reducing a continued fraction to a Rational or a quadratic irrational. Support for Egyptian fraction expansions, using several different algorithms. Addition of generalized linearization methods to physics.mechanics. Use an LRU cache by default instead of an unbounded one. See PR #7464. Control cache size by the environment variable SYMPY_CACHE_SIZE (default is 500). SYMPY_CACHE_SIZE=None restores the unbounded cache. Added fastcache as an optional dependency. Requires v0.4 or newer. Control via SYMPY_CACHE_SIZE. May result in significant speedup. See PR #7737. New experimental module physics.unitsystems for computation with dimensions, units and quantities gathered into systems. This opens the way to dimensional analysis and better quantity calculus. The old module physics.units will stay available until the new one reaches a mature state. See PR #2628. New Complement class to represent relative complements of two sets. See Pr #7462. New trigonometric functions (asec, acsc), many enhancements for other trigonometric functions (PR #7500). New Contains class to represent the relation "is an element of" (see PR #7989). The code generation tools (code printers, codegen, autowrap, and ufuncify) have been updated to support a wider variety of constructs, and do so in a more robust way. Major changes include added support for matrices as inputs/outputs, and more robust handling of conditional (Piecewise) statements. ufuncify now uses a backend that generates actual numpy.ufuncs by default through the use of the numpy C api. This allows broadcasting on all arguments. The previous cython and f2py backends are still accessible through the use of the backend kwarg. CodeGen now generates code for Octave and Matlab from SymPy expressions. This is supported by a new CodePrinter with interface octave_code. For example octave_code(Matrix([[x**2, sin(pi*x*y), ceiling(x)]])) gives the string [x.^2 sin(pi*x.*y) ceil(x)]. New general 3D vector package at sympy.vector. This package provides a 3D vector object with the Del, gradient, divergence, curl, and operators. It supports arbitrary rotations of Cartesian coordinate systems and arbitrary locations of points. Backwards compatibility breaks and deprecations All usage of inequalities (>, >=, <, <=) on SymPy objects will now return SymPy's S.true or S.false singletons instead of Python's True or False singletons. Code that checks for, e.g., (a < b) is True should be changed to (a < b) == True or (a < b) == S.true. Use of is is not recommended here. The subset() method in sympy.core.sets is marked as being deprecated and will be removed in a future release (issue). Instead, the is_subset() method should be used. Previously, if you compute the series expansion at a point other than 0, the result was shifted to 0. Now SymPy returns the usual series expansion, see PR #2427. In physics.mechanics, KanesMethod.linearize has a new interface. Old code should be changed to use this instead. See docstring for information. physics.gaussopt has been moved to physics.optics.gaussopt. You can still import it from the previous location but it may result in a deprecation warning. This is the last release with the bundled mpmath library. In the next release you will have to install this library from the official site. Previously lambdify would convert Matrix to numpy.matrix by default. This behavior is being deprecated, and will be completely phased out with the release of 0.7.7. To use the new behavior now set the modules kwarg to [{'ImmutableMatrix': numpy.array}, 'numpy']. If lambdify will be used frequently it is recommended to wrap it with a partial as so: lambdify = functools.partial(lambdify, modules=[{'ImmutableMatrix': numpy.array}, 'numpy']). For more information see #7853 and the lambdify doc string. Set.complement doesn't exists as an attribute anymore. Now we have a method Set.complement(<universal_set>) which complements the given universal set. Removed is_finite assumption (see #7891). Use instead a combination of "is_bounded and is_nonzero" assumptions. is_bounded and is_unbounded assumptions were renamed to is_finite and is_infinite (see #7947). Removed is_infinitesimal assumption (see #7995). Removed is_real property for Sets, use set.is_subset(Reals) instead (see #7996). For generic symbol x (SymPy's symbols are not bounded by default), inequalities with oo are no longer evaluated as they were before, e.g. x < oo no longer evaluates to True). See #7861. CodeGen has been refactored to make it easier to add other languages. The main high-level tool is still utilities.codegen.codegen. But if you previously used the Routine class directly, note its __init__ behaviour has changed; the new utilities.codegen.make_routine is recommended instead and by default retains the previous C/Fortran behaviour. If needed, you can still instantiate Routine directly; it only does minimal sanity checking on its inputs. See #8082. FiniteSet([1, 2, 3, 4]) syntax not supported anymore, use FiniteSet(1, 2, 3, 4) instead See #7622. Minor changes Updated the parsing module to allow sympification of lambda statements to their SymPy equivalent. Lambdify can now use numexpr by specifying modules='numexpr' Use with evaluate(False) context manager to control automatic evaluation. E.g. with evaluate(False): x + x is actually x + x, not 2*x IndexedBase and Indexed are changed to be commutative by default sympy.core.sets moved to sympy.sets Changes in sympy.sets: Infinite Range is now allowed. See PR #7741 is_subset(): The is_subset() method deprecates the subset() method. self.is_subset(other) checks if self is a subset of other. This is different from self.subset(other), which checked if other is a subset of self. is_superset(): A new method is_superset() method is now available. self.is_superset(other) checks if self is a superset of other. is_proper_subset and is_proper_superset: Two new methods allow checking if one set is the proper subset and proper superset of another respectively. For eg. self.is_proper_subset(other) and self.is_proper_superset(other) checks if self is the proper subset of other and if self is the proper superset of other respectively. is_disjoint(): A new method for checking if two sets are disjoint. powerset(): A new method powerset() has been added to find the power set of a set. The cardinality of a ProductSet can be found using the len() function. Changes in sympy.plot.plot_implicit: The plot_implicit function now also allows explicitly specifying the symbols to plot on the X and Y axes. If not specified, the symbols will be assigned in the order they are sorted. The plot_implicit function also allows axes labels for the plot to be specified. rules for simplification of ImageSet were added PR#7625. As a result {x | x ∊ ℤ} now simplifies to ℤ and {sin(n) | n ∊ {tan(m) | m ∊ ℤ}} automatically simplifies to {sin(tan(m)) | m ∊ ℤ} coth(0) now returns Complex Infinity. See #7634 dioptre is added to physics.units #7782 replace now respects commutativity #7752 The CCodePrinter gracefully handles Symbols which have string representations that match C reserved words. #8199 limit function now returns an unevaluated Limit instance if it can't compute given limit, see #8213 0.7.5 Major changes The version of mpmath included in SymPy has been updated to 0.18. New routines for efficiently compute the dispersion of a polynomial or a pair thereof. Fancy indexing of matrices is now provided, e.g. A[:, [1, 2, 5]] selects all rows and only 3 columns. Enumeration of multiset partitions is now based on an implementation of Algorithm 7.1.2.5M from Knuth's The Art of Computer Programming. The new version is much faster, and includes fast methods for enumerating only those partitions with a restricted range of sizes, and counting multiset partitions. (See the new file sympy.utilities.enumerative.py.) distance methods were added to Line and Ray to compute the shortest distance to them from a point. The normal_lines method was added to Ellipse to compute the lines from a point that strike the Ellipse at a normal angle. inv_quick and det_quick were added as functions in solvers.py to facilitate fast solution of small symbolic matrices; their use in solve has reduced greatly the time needed to solve such systems. solve_univariate_inequality has been added to sympy.solvers.inequalities.py. as_set attribute for Relationals and Booleans has been added. Several classes and functions strictly associated with vector calculus were moved from sympy.physics.mechanics to a new package sympy.physics.vector. (PRs #2732 #2862 #2894) New implementation of the Airy functions Ai and Bi and their derivatives Ai' and Bi' (called airyai, airybi, airyaiprime and airybiprime, respectively). Most of the usual features of SymPy special function are present. Notable exceptions are Gruntz limit computation helpers and meijerg special functions integration code. Euler-Lagrange equations (function euler_equations) in a new package sympy.calculus (PR #2431). Minor changes Some improvements to the gamma function. generate_bell now generates correct permutations for any number of elements. It is no longer necessary to provide nargs to objects subclassed from Function unless an eval class method is not defined. (If eval is defined, the number of arguments will be inferred from its signature.) geometric Point creation will be faster since simplification is done only on Floats Some improvements to the intersection method of the Ellipse. solutions from solve of equations involving multiple log terms are more robust idiff can now return higher order derivatives Added to_matrix() method to sympy.physics.vector.Vector and sympy.physics.dyadic.Dyadic. (PR #2686). Printing improvements for sympy.physics.vector objects and mechanics printing. (PRs #2687, #2728, #2772, #2862, #2894) Functions with LaTeX symbols now print correct LaTeX. (PR #2772) init_printing has several new options, including a flag print_builtin to prevent SymPy printing of basic Python types (PR #2683), and flags to let you supply custom printers (PR #2894). improvements in evaluation of imageset for Intervals (PR #2723). Set properties to determine boundary and interior (PR #2744). input to a function created by lambdify no longer needs to be flattened. Backwards compatibility breaks and deprecations the submatrix method of matrices was removed; access the functionality by providing slices or list of rows/columns to matrix directly, e.g. A[:, [1, 2]]. Matrix([]) and Matrix([[]]) now both return a 0x0 matrix terms_gcd no longer removes a -1.0 from expressions extract_multiplicatively will not remove a negative Number from a positive one, so (4*x*y).extract_multiplicatively(-2*x) will return None. the shape of the result from M.cross(B) now has the same shape as matrix M. The factorial of negative numbers is now zoo instead of 0. This is consistent with the definition factorial(n) = gamma(n + 1). 1/0 returns zoo, not oo (PR #2813). zoo.is_number is True (PR #2823). oo < I raises TypeError, just as for finite numbers (PR #2734). 1**oo == nan instead of 1, better documentation for Pow class (PR #2606).
2015-11-01+ calibre-2.42.0, libbluray-0.9.0, modular-xorg-server-1.17.4,wiz1-4/+8
nodejs-5.0.0, pciutils-3.4.0, pulseaudio-7.1, wine-devel-1.7.54.
2015-11-01Updated audio/kid3 to 3.3.0adam1-1/+2
2015-11-01Remove qt5-dbus dependencyadam2-5/+3
2015-11-01Re-add patchesadam1-0/+152
2015-11-01Changes 3.3.0:adam3-23/+47
* New: + Make order of quick access frames configurable. + Support separators and submenus in user action context menu. + Restore defaults button in settings dialog. + CSV import from multiple directories. + Support for lyrics.wikia.com in embed lyrics script. + Support for chapter and table of contents audiobook frames. + Mac, Windows: Support for podcast frames. * Improved: + Display user friendly names for all supported frames. + Updated Czech translation. + Change file permissions in the case of modified file names. * Fixed: + Wrong and missing translations. + Removing ID3v1 genre with id3lib. + KDE 5: Name filters used in file dialogs, blocking file dialogs. + KDE 5: Invoking help in settings dialog. + KDE 4: Build with kdelibs-4.14.11. + Qt 5.5: Spurious popping up of download dialog. + Do not abort build if qmlplugindump cannot be started.
2015-11-01Updated mail/p5-Email-Valid to 1.198wiz1-1/+2
2015-11-01Update p5-Email-Valid to 1.198:wiz2-7/+7
1.198 2015-10-25 22:36:37-04:00 America/New_York - fix a typo that caused the MX check to die
2015-11-01Updated devel/p5-enum to 1.110wiz1-1/+2
2015-11-01Update p5-enum to 1.11:wiz2-7/+7
1.11 2015-10-27 NEILB - Updated github repo URL after changing my github username
2015-11-01Set LIBDIR during configure. Fixes install on Linux.rodent1-2/+2
2015-10-31As written by Kristaps via private mail, Ingo Schwarze nowjym1-2/+2
maintains mdocml. Update MAINTAINER.
2015-10-31Update DESCR of Lua 5.x and LuaJIT 2.0 packagesalnsn4-57/+28
2015-10-31Revbump because of claws-mail update.nros1-3/+3
Set correct MASTER_SITE.
2015-10-31Updating claws-mail and it's plugins to version 3.13.0.nros27-69/+42
Changes from NEWS: * 3.13.0 -------- * Preferences are now saved to disk immediately on pressing OK or Apply. * New preferences have been added for default sorting of the message lists. They are found in the 'Message list' frame of the Display/ Summaries page of the general preferences. These options only apply to newly created folders. * The menu item 'Delete thread' has been moved to the Message menu. Previously clicking it would not delete the thread, but just move it to the Trash folder. Now it will delete the thread. An additional menu item has been added, 'Move thread to trash', which implements the original behaviour. * Compose window: By default it is no longer possible to add user- defined headers, with only those pre-defined in the drop down menus being possible. To restore the old behaviour, a new hidden preference has been added: 'type_any_header', setting this to 1 restores the old behaviour. * Automatic account selection is now also applied when you reply to one of your own messages, e.g. from the Sent folder. * Folder list: The Left and Right cursor keys now collapse or expand the currently selected folder tree item. The Left cursor key also moves the selection to parent folder, if current folder is within a collapsed tree. * Folder list: The Home and End keys now move the selection to the first folder and last folder in the tree. * Account Auto-configuration: when errors occur, a more detailed error message is shown. * GnuPG plugins: An option has been added to specify the location of the GnuPG executable. * GnuPG plugins: A new hidden preference has been added which limits the number of results returned when using your keyring for address auto-completion: 'autocompletion_limit'. The default value is 0, which means there is no limit, any other number will limit the results to that number. * Python plugin: Folder has been added to MessageInfo objects. * The GeoLocation plugin is no longer included. * The user manual has been updated. * The man page has been updated. * Updated translations: Brazilian Portuguese, British English, Czech, Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, Spanish, Swedish. * New translations: Italian, Traditional Chinese. * Removed translations: Indonesian, Polish. * Bug fixes: o bug 2115, 'Drag n' Drop of files with special characters crashes CM' o bug 3209, 'autoconfig does not use full email address as username' o bug 3253, 'all addresses of getaddrinfo() result should be tried' o bug 3263, 'Wrong timezone while using date_fmt function' o bug 3296, 'Crash on double notification popup' o bug 3352, 'found_in_addressbook matches entries from GPG keyring' o bug 3454, 'Attachments containing certain special characters in filename are not opened' o bug 3473, 'base64 regression with old glib2 (before 2.26.0)' o bug 3475, 'Attachment dragged to email must be dropped to attachment tab only - reggresion' o bug 3483, 'When replying to a *de*crypted message, it is contained *encrypted* in reply' o bug 3507, 'build fails w/o GnuTLS' o bug 3516, 'vCard icon misplaced' o bug 3524, 'vCard does not decode all quoted-printable values' o bug 3531, 'a/z hotkeys crash Claws immediately after startup' o make 'date' (not thread date) the default sort when clicking column header to switch to date sort. o Several memory leaks in RSSyl. o IPv6 now works on Windows, for connections not handled by libetpan. o GPG preferences initialization. o Possible crash when gpg is upgraded to gpg-v21 o Save temporary file in mime temporary directory when using right-click/Open image instead of saving in current working directory. o Crash in address completion when matching group name. o Correct handling of RFC3339 timestamp format with second fraction. o Building on GLib older than 2.25. * 3.12.0 -------- * New plugin: ManageSieve. Manage sieve filters on a server using the ManageSieve protocol. * Filtering/Processing: increase range for age matcher condition. * Filtering/Processing: 'mark_as_spam' now only marks as spam, it does not do an additional move. * Compose window: From line gets its own label with mnemonic. * Compose window: more intuitive right-click behaviour in attachments list. * QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag. * Folder list: Added 'Mark all read recursively' to context menu. * Support for Mac-cyrillic encoding. * IMAP: Support for SCRAM-SHA-1 authentication mechanism. * PGP plugins: Display validity of signatures * Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'. * RSSyl plugin: Per-feed support for HTTP basic auth. * GData plugin: minimum requirement: libgdata 0.17.1 * Several layout improvements to preferences pages. * Updated user manual. * Updated man page. * Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch, French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, Spanish, Swedish. ...and so much more! * Bug fixes: o bug 1769, 'vCalendar timezone glitches' o bug 1901, 'More descriptive error msgs when attempting to delete a folder' o bug 2435, 'Infinite loop+crash when refreshing folders from dovecot mbox based mailbox' o bug 2577, 'improve focus rectangle removal in summaryview' o bug 2601, '"if item changes... never mark as unread" marks new items as read' o bug 2965, 'Encrypted mails are stored unencrypted in 'Queue' while sending via IMAP' o bug 2981, 'claws-mail-3.9.3 compilation warnings' o bug 3211, 'Fails to build in Debian hurd-i386' o bug 3321, 'revert "Remove unreachable code"' o bug 3345, 'Ability to choose other From values via keyboard has been lost' o bug 3349, 'Unable to insert a file into a message during compose.' o bug 3351, 'Two problems when re-sending a file with an attachment' o bug 3354, 'Event cancellation uses incorrect method parameter for Content-Type header' o bug 3364, 'segfault in src/prefs_account.c' o bug 3365, 'segfault in src/wizard.c' o bug 3380, 'Initialize widget before callback handler for 'clicked'' o bug 3389, 'document 'F12' shortcut' o bug 3407, 'Pressing the "Date" column header to "sort by date" causes all columns to have a sort arrow.' o bug 3419, 'Saving/appending messages to an mbox file violates RFC#4155' o bug 3421, 'Recipients list doesn't scroll when moving with arrow keys.' o bug 3432, 'Google ClientLogin has been deprecated, should be migrated to OAuth 2.0' o bug 3438, 'Filter to add address to Addressbook duplicates address in Name field' o bug 3466, 'address auto-complete does not work on plasma5' o Debian bug 771360, CVE 2010-5109 o Debian bug 771737, 'Segfaults when trying to open folder' o Debian bug 779824, 'claws-mail depends on plugins libraries' o Fix LDAP access using TLS protocol o claws-mail.desktop installation o Compose window Subject mnemonic o Archiver plguin: compatibility with libarchive 2.8.x o Remove draft when cancelling a message written with an external editor o Remove superfluous dynamic link against libarchive o Fix labels referring to 'SSL' instead of 'TLS' o Allow single-click to select mailboxes in the mailbox order dialog. o tbird2claws.py: set encoding to UTF-8.
2015-10-31fix typotnn1-2/+2
2015-10-31match options.mk options and simplify a bittnn1-7/+5
2015-10-31add depends for appropriate gnupg according to options selectedrichard1-1/+9
ok tnn@ re: options.mk v 1.3
2015-10-31Updated devel/p5-Test-BDD-Cucumber to 0.39schmonz1-1/+2
2015-10-31Update to 0.39. From the changelog:schmonz2-6/+7
- Proper support for Test::Builder's BAIL_OUT() added - Fixed error message when fail_skip is set on Test::Builder harness - Made pherkin -I work again
2015-10-31Updated textproc/py-feedparser to 5.2.1schmonz1-1/+2
2015-10-31Update to 5.2.1. From the changelog:schmonz2-8/+9
* Fix #22 (pip package keeps upgrading all the time) * Support PyPy * Remove the HTTP Status 9001 test that caused unit test tracebacks * Remove the completely-untested HTML tidy code * Remove BeautifulSoup as a dependency * Remove the XFN microformat parsing code * Remove the rel_enclosure microformat parsing code * Remove the rel_hcard microformat parsing code * Remove the rel_tag microformat parsing code * Replace the regex-based RFC 822 date parser with a procedural one * Replace the Python-licensed W3DTF date parser * Support HTML5 audio/source/video element relative URL's * Remove the unparsed itunes_keywords key from the result dictionary * Fix issue 321 just a little more (yet another code path was missed) * Issue 62 (support georss and gml namespaces) * Issue 296 (GUID's are always treated like relative URI's) * Issue 334 (media:restriction element content is not returned) * Issue 335 (sub-elements of media:group are not parsed and returned) * Issue 342 (support multiple dc:creator elements) * Issue 357 (loose parser breaks ampersands in link element URL's) * Issue 374 (support the Podlove Simple Chapters namespace) * Issue 380 (support media:rating element) * Issue 384 (fix chardet support in Python 3) * Issue 389 (elements in unknown uppercase namespaces are ignored) * Issue 392 (tags element subverts 'tags' key in result dictionary) * Issue 396 (Podlove Simple Chapters version 1.0 causes a KeyError) * Issue 399 (docs call `request_headers` parameter `extra_headers`) * Issue 401 (support additional dcterms and media namespaces elements) * Issue 404 (support asctime datetime strings with timezone information) * Issue 407 (decode forward slashes encoded as character entities) * Issue 421 (delay chardet invocation as long as possible) * Issue 422 (add return types docstrings) * Issue 433 (update the list of allowed MathML elements and attributes)
2015-10-31+ mysql-5.7.9.taca1-2/+2
Now it is GA.
2015-10-31Updated textproc/grepcidr to 2.97shattered2-4/+4
Updated databases/pgbuildfarm to 4.15.1
2015-10-31Update to 4.15.1. No changelog or release notes found anywhere.shattered3-13/+14
2015-10-31Update to 2.97. Changes:shattered2-8/+7
- New -s flag to stop comlaints about sloppy (misaligned CIDRs) - CIDRs now always properly bit aligned, even if the base address wasn't
2015-10-31Note update of lang/php56 package to 5.6.15.taca1-1/+2
2015-10-31Update php56 to 5.6.15.taca2-6/+7
29 Oct 2015, PHP 5.6.15 - Core: . Fixed bug #70681 (Segfault when binding $this of internal instance method to null). (Nikita) . Fixed bug #70685 (Segfault for getClosure() internal method rebind with invalid $this). (Nikita) - Date: . Fixed bug #70619 (DateTimeImmutable segfault). (Laruence) - Mcrypt: . Fixed bug #70625 (mcrypt_encrypt() won't return data when no IV was specified under RC4). (Nikita) - Mysqlnd: . Fixed bug #70384 (mysqli_real_query():Unknown type 245 sent by the server). (Andrey) . Fixed bug #70572 segfault in mysqlnd_connect. (Andrey, Remi) - Opcache: . Fixed bug #70632 (Third one of segfault in gc_remove_from_buffer). (Laruence) . Fixed bug #70631 (Another Segfault in gc_remove_from_buffer()). (Laruence) . Fixed bug #70601 (Segfault in gc_remove_from_buffer()). (Laruence) . Fixed compatibility with Windows 10 (see also bug #70652). (Anatol)