Commit graph

281634 commits

Author SHA1 Message Date
adam
7d20161bf1 lz4: updated to 1.8.2
v1.8.2
perf: *much* faster dictionary compression on small files
perf: improved decompression speed and binary size
perf: slightly faster HC compression and decompression speed
perf: very small compression ratio improvement
fix : compression compatible with low memory addresses (< 0xFFFF)
fix : decompression segfault when provided with NULL input
cli : new command --favor-decSpeed
cli : benchmark mode more accurate for small inputs
fullbench : can bench _destSize() variants
doc : clarified block format parsing restrictions
2018-05-10 13:16:27 +00:00
adam
9e85bad20f Updated devel/py-ZopeInterface, devel/py-attrs 2018-05-10 08:25:27 +00:00
adam
e0144115c1 py-attrs: updated to 18.1.0
18.1.0:
- x=X(); x.cycle = x; repr(x) will no longer raise a RecursionError, and will instead show as X(x=...).
- attr.ib(factory=f) is now syntactic sugar for the common case of attr.ib(default=attr.Factory(f)).
- Added attr.field_dict() to return an ordered dictionary of attrs attributes for a class, whose keys are the attribute names.
- The order of attributes that are passed into attr.make_class() or the these argument of @attr.s() is now retained if the dictionary is ordered (i.e. dict on Python 3.6 and later, collections.OrderedDict otherwise).
  Before, the order was always determined by the order in which the attributes have been defined which may not be desirable when creating classes programatically.
- In slotted classes, __getstate__ and __setstate__ now ignore the __weakref__ attribute.
- Setting the cell type is now completely best effort.
  This fixes attrs on Jython.
  We cannot make any guarantees regarding Jython though, because our test suite cannot run due to dependency incompatabilities.
- If attr.s is passed a *these* argument, it will not attempt to remove attributes with the same name from the class body anymore.
- The hash of attr.NOTHING is now vegan and faster on 32bit Python builds.
- The overhead of instantiating frozen dict classes is virtually eliminated.
- Generated __init__ methods now have an __annotations__ attribute derived from the types of the fields.
- We have restructured the documentation a bit to account for attrs' growth in scope.
2018-05-10 08:24:40 +00:00
adam
8caed06863 py-ZopeInterface: updated to 4.5.0
4.5.0:
- Drop support for 3.3, avoid accidental dependence breakage via setup.py.
- Allow registering and unregistering instance methods as listeners.
- Synchronize and simplify zope/__init__.py.
2018-05-10 08:19:34 +00:00
maya
873af3979c grub2: Note that as of grub 2.02, it no longer uses nested functions,
so this hack isn't necessary.
2018-05-10 08:17:10 +00:00
adam
138adf3a97 Updated databases/pgadmin3, devel/gperftools 2018-05-10 07:29:03 +00:00
adam
8c83530ed5 gperftools: updated to 2.7
Changes 2.7:
bug in span stats printing introduced by new scalable page heap change was fixed.
Christoph Müllner has contributed couple warnings fixes and initial support for aarch64_ilp32 architecture.
Ben Dang contributed documentation fix for heap checker.
Fabrice Fontaine contributed fixed for linking benchmarks with --disable-static.
Holy Wu has added sized deallocation unit tests.
Holy Wu has enabled support of sized deallocation (c++14) on recent MSVC.
Holy Wu has fixed MSVC build in WIN32_OVERRIDE_ALLOCATORS mode.
Holy Wu has contributed cleanup of config.h used on windows.
Mao Huang has contributed couple simple tcmalloc changes from chromium code base. Making our tcmalloc forks a tiny bit closer.
issue 946 that caused compilation failures on some Linux clang installations has been fixed. Much thanks to github user htuch for helping to diagnose issue and proposing a fix.
Tulio Magno Quites Machado Filho has contributed build-time fix for PPC (for problem introduced in one of commits since RC).
2018-05-10 07:28:46 +00:00
adam
e8d12bf0fc pgadmin3: updated to 1.22.2
1.22.2:
* Include the Negator when reverse engineering SQL for operators
* Fix the psql plugin command on OSX to work more reliably
* Prevent a crash in some situtions where the database connection is lost and needs to be reset.
* Fix display of elapsed query time for queries running longer than 1 hour

1.22.1:
* Don't barf when connecting to Greenplum or Greenplum HAWQ
* Fix selection of conversion functions in the CREATE CONVERSION dialogue
* Properly quote type names in the Type dialogue, and ensure range information is displayed for existing types
2018-05-10 07:12:53 +00:00
adam
621fd282c8 Updated net/py-netifaces, www/py-selenium 2018-05-10 07:04:32 +00:00
adam
97f73bfabe py-selenium: updated to 3.12.0
3.12.0:
Bug fixes.
2018-05-10 07:04:09 +00:00
adam
fdff084ec4 py-netifaces: updated to 0.10.7
0.10.7:
Unknown changes.
2018-05-10 07:01:55 +00:00
maya
9d06de21ce doc: Updated pkgtools/x11-links to 1.11 2018-05-10 03:47:10 +00:00
maya
d8e46f8490 x11-links 1.11
Add missing freetype 2.9.1 includes.
Fixes e.g. www/firefox build on netbsd-current.
2018-05-10 03:46:52 +00:00
minskim
28b01dcb02 doc: Updated databases/R-RSQLite to 2.1.1 2018-05-10 00:09:46 +00:00
minskim
adbbafb5df databases/R-RSQLite: Update to 2.1.1
Notable changes since 1.0.0:

- RSQLite has been rewritten (essentially from scratch) in C++ with
  Rcpp.
- You can now use SQLite’s URL specification for databases.
- Queries, query parameters and table data are always converted to
  UTF-8 before being sent to the database.
- New strategy for prepared queries. Create a prepared query with
  dbSendQuery() or dbSendStatement() and bind values with dbBind().
- dbSendQuery(), dbGetQuery(), dbSendStatement() and dbExecute() also
  support inline parameterised queries.
- Improve column type inference.
- dbFetch() uses the same row name strategy as dbReadTable().
- dbColumnInfo() will now return information even before you’ve
  retrieved any data.
- New sqliteVersion() prints the header and library versions of
  RSQLite.
- Deprecation warnings are given only once, with a clear reference to
  the source.
- datasetsDb() now returns a read-only database, to avoid
  modifications to the installed file.
- Values of class "integer64" are now supported for dbWriteTable() and
  dbBind().
- New connections now automatically load default RSQLite extensions.
- Implement dbUnquoteIdentifier().
2018-05-10 00:09:29 +00:00
maya
26eb4a8213 doc: Updated www/geckodriver to 0.20.1 2018-05-09 23:42:04 +00:00
maya
d874a64c83 geckodriver: update to 0.20.1. Fixes build with rust 1.24.1.
Fixes PR pkg/53263, tested by Mayuresh.

0.20.1:

Fixed

    Avoid attempting to kill Firefox process that has stopped.

    With the change to allow Firefox enough time to shut down in
    0.20.0, geckodriver started unconditionally killing the process
    to reap its exit status. This caused geckodriver to inaccurately
    report a successful Firefox shutdown as a failure.

    The regression should not have caused any functional problems, but
    the termination cause and the exit status are now reported correctly.

0.20.0:

Added

    New --jsdebugger flag to open the Browser Toolbox when Firefox
    launches. This is useful for debugging Marionette internals.

    Introduced the temporary, boolean capability
    moz:useNonSpecCompliantPointerOrigin to disable the WebDriver
    conforming behavior of calculating the Pointer Origin.

Changed

    HTTP status code for the StaleElementReference error changed
    from 400 (Bad Request) to 404 (Not Found).

    Backtraces from geckodriver no longer substitute for missing
    Marionette stacktraces.

    webdriver crate upgraded to 0.35.0.

Fixed

    The Firefox process is now given ample time to shut down, allowing
    enough time for the Firefox shutdown hang monitor to kick in.

    Firefox has an integrated background monitor that observes
    long-running threads during shutdown. These threads will be
    killed after 63 seconds in the event of a hang. To allow Firefox
    to shut down these threads on its own, geckodriver has to wait
    that time and some additional seconds.

    Grapheme clusters are now accepted as input for keyboard input
    to actions.

    Input to the value field of the keyDown and keyUp action
    primitives used to only accept single characters, which means
    geckodriver would error when a valid grapheme cluster was sent in,
    for example with the tamil nadu character U+0BA8 U+0BBF.

    Thanks to Greg Fraley for fixing this bug.

    Improved error messages for malformed capability values.
2018-05-09 23:41:39 +00:00
minskim
21a33fb0fd doc: Updated math/R-DBI to 1.0.0 2018-05-09 18:08:38 +00:00
minskim
194ba7bd7d math/R-DBI: Update to 1.0.0
Changes:

- New dbAppendTable() that by default calls sqlAppendTableTemplate()
  and then dbExecute() with a param argument, without support for
  row.names argument.
- New dbCreateTable() that by default calls sqlCreateTable() and then
  dbExecute(), without support for row.names argument.
- New dbCanConnect() generic with default implementation.
- New dbIsReadOnly() generic with default implementation.
- sqlAppendTable() now accepts lists for the values argument, to
  support lists of SQL objects in R 3.1.
- Add default implementation for dbListFields(DBIConnection, Id), this
  relies on dbQuoteIdentifier(DBIConnection, Id).
- Documentation updates and ug fixes.
2018-05-09 18:08:19 +00:00
wiz
96f8cce481 gimp: add missing build dependency 2018-05-09 15:53:28 +00:00
leot
f5a813ec4f doc/CHANGES-2018: Add a missing `version' for last www/htdavlock entry
Pointed out by `pkglint -Wall'.
2018-05-09 15:30:51 +00:00
leot
a637f25e75 doc: Added misc/pick version 2.0.2 2018-05-09 15:27:02 +00:00
leot
7b1d84ae62 misc: Add pick 2018-05-09 15:26:43 +00:00
jaapb
c8afcc5d69 doc: Updated net/ocamlnet to 4.1.6 2018-05-09 15:26:13 +00:00
leot
c9708562a8 pick: Import pick-2.0.2 as misc/pick
The pick utility allows users to select from a set of choices using an interface
with fuzzy search functionality. The choices are read from stdin, and the
selected choice written to stdout.

Packaged in pkgsrc-wip by Jenz Guenther, thanks!
2018-05-09 15:26:05 +00:00
jaapb
68b9fbb82f Updated buildlink3.mk for net/ocamlnet. 2018-05-09 15:26:02 +00:00
jaapb
67bd1840de Updated net/ocamlnet to version 4.1.6.
This adds support for OCaml 4.07.
2018-05-09 15:25:20 +00:00
jaapb
4b0282a5b4 doc: Updated devel/ocaml-ppx_optcomp to 0.11.0 2018-05-09 15:09:10 +00:00
jaapb
2ec0070e8c Updated devel/ocaml-ppx_optcomp to version 0.11.0.
This change involves depending on ppxlib rather than its constituent parts
and changing the syntax so that it is a proper ppx extension.
2018-05-09 15:08:38 +00:00
jaapb
69f492c3d2 doc: Updated devel/ocaml-ppx_base to 0.11.0 2018-05-09 15:04:12 +00:00
jaapb
7083f047dd Updated package devel/ocaml-ppx_base to version 0.11.0.
There is no changelog file, but changes seem to be minor. The package now
depends on ppxlib rather than its constituent parts.
2018-05-09 15:03:44 +00:00
jaapb
6e50bd5627 doc: Updated devel/ocaml-ppx_sexp_conv to 0.11.2 2018-05-09 15:01:14 +00:00
jaapb
885b6a431e Updated devel/ocaml-ppx_sexp_conv to version 0.11.2.
This package now depends on ppxlib rather than its constituent parts.
There were also minor improvements from version 0.9 to version 0.10.
2018-05-09 15:01:02 +00:00
jaapb
a420c9df46 doc: Updated devel/ocaml-ppx_enumerate to 0.11.1 2018-05-09 14:59:09 +00:00
jaapb
e9525ef649 Updated package devel/ocaml-ppx_enumerate to version 0.11.1.
This change mostly involves the package depending on devel/ocaml-ppxlib
rather than its constituent parts.
2018-05-09 14:58:59 +00:00
jaapb
3e66c3426e doc: Updated devel/ocaml-ppx_hash to 0.11.1 2018-05-09 14:56:57 +00:00
jaapb
e0734159bc Updated devel/ocaml-ppx_hash to version 0.11.1.
This version depends on ppxlib rather than its constituent parts.
There have also been minor improvements from version 0.9 to version 0.10.
2018-05-09 14:56:43 +00:00
jaapb
5cb470c76a doc: Updated devel/ocaml-ppx_compare to 0.11.1 2018-05-09 14:55:07 +00:00
jaapb
cf04c84686 Updated devel/ocaml-ppx_compare to version 0.11.1.
The package now depends on devel/ocaml-ppxlib instead of on its
constituent parts. There have also been some minor improvements from
version 0.9 to 0.10.
2018-05-09 14:54:54 +00:00
jaapb
506548e933 doc: Updated devel/ocaml-configurator to 0.11.0 2018-05-09 14:51:48 +00:00
jaapb
107718fc5a Updated devel/ocaml-configurator to version 0.11.0.
Changes are minor and mostly concern the build system (there does not seem
to be a changelog file).
2018-05-09 14:51:35 +00:00
jaapb
62a130080f doc: Added devel/ocaml-ppxlib version 0.3.0 2018-05-09 14:49:21 +00:00
jaapb
0ca321e721 Added ocaml-ppxlib to Makefile SUBDIRs 2018-05-09 14:49:00 +00:00
jaapb
0ea80ffc1c Added new package devel/ocaml-ppxlib.
This is a package that subsumes several other packages (see DESCR for
details). All dependencies on these packages have already been removed
(or will be soon, as soon as I finish committing this batch of updates)
and the packages themselves will be removed from pkgsrc.
2018-05-09 14:46:59 +00:00
jaapb
8375b3b5a3 doc: Updated devel/ocaml-stdio to 0.11.0 2018-05-09 14:44:23 +00:00
jaapb
094200d2ea Updated devel/ocaml-stdio to version 0.11.0.
Changes are minor.
2018-05-09 14:44:12 +00:00
jaapb
0f74876699 doc: Updated devel/ocaml-compiler-libs to 0.11.0 2018-05-09 14:42:59 +00:00
jaapb
5d81a7698b Updated devel/ocaml-compiler-libs to version 0.11.0.
It's not entirely clear what changes are, but they seem to be minor.
2018-05-09 14:42:48 +00:00
jaapb
188c926ea2 doc: Updated devel/ocaml-migrate-parsetree to 1.0.10 2018-05-09 14:40:10 +00:00
jaapb
67752586e9 Updated devel/ocaml-migrate-parsetree to version 1.0.10.
This release adds support for OCaml 4.07 and fixes a minor issue.
2018-05-09 14:39:58 +00:00