Commit graph

275503 commits

Author SHA1 Message Date
wiz
5d39742f56 qcomicbook: mark as broken due to poppler-qt4 removal 2018-01-11 08:10:36 +00:00
wiz
129e1b0de6 texworks: mark as broken due to poppler-qt4 removal 2018-01-11 08:09:38 +00:00
adam
178330c778 Updated www/py-tornado, math/py-gmpy, math/py-mpmath 2018-01-11 08:08:52 +00:00
adam
4bed717db9 py-mpmath: updated to 1.0.0
--1.0.0--
* Bumped to major version number for 10 year anniversary
* Added module for inverse Laplace transforms, including the top level
  function invertlaplace() as well as several different algorithms
  (Talbot, Gaver-Stehfest and de Hoog) implemented in
  mpmath.calculus.inverselaplace (Kris Kuhlman)
* Fixed bugs in elliprg() giving incorrect values for certain input
* Fixed wrong degree 1 nodes for Gaussian quadrature
* Made make acot(0) and acoth(0) return a finite result
* Fixed sieved zeta sum not being used in Python 3, and added cutoff
  for sieved zeta sum on 32-bit systems when too much memory would be used
* Fixed zeta(0,0.5) to return correct value instead of raising
  NoConvergence exception
* Added detection of exact zeros in gammainc(), in particular fixing
  NoConvergence error for gammainc(3,-1+1j)
* Fixed wrong values from besseli() due to improper internal precision
* Fixed bessely(0,1j) to return complex nan instead of raising NameError
  (Paul Masson)
* Changed float() and complex() applied to an mpf or mpc to use rounding
  to nearest (or the context rounding mode) instead truncating
* Fix imaginary part of gammainc(n,x), n negative odd int, x < 0
* Added alternative "phase" color scheme to cplot()
* Better error message for int(inf) or int(nan) (Aaron Meurer)
* Fixed polyroots() with error=True
* Added support to pass optional initial values to polyroots()
  (Michael Kagalenko)
* Rewrote the Python major version selection to make it work if something
  else has redefined xrange (Arne Brys)
* Switched documentation formula rendering to MathJax (Sergey B Kirpichev)
* Fixed documentation TeX build (Sergey B Kirpichev)
* Added PEP8 conformity testing (Sergey B Kirpichev)
* Various fixes for the test code and test infrastructure on different
  platforms and Python versions (Sergey B Kirpichev)
* Fixed module paths in setup.py (Aaron Meurer)
* Documented more options for methods such as nstr() and hyper()
* Miscellaneous corrections to the documentation (various)
2018-01-11 08:07:44 +00:00
adam
c71af1789d py-gmpy: updated to 1.17
Version 1.17 only fixes compatibility with Python 3.x and other C extensions that use gmpy.
Version 1.16 fixes a minor issue with the new Decimal type in Python 3.3.
2018-01-11 07:59:47 +00:00
adam
b8eb649d2c py-tornado: updated to 4.5.3
What's new in Tornado 4.5.3

tornado.curl_httpclient
- Improved debug logging on Python 3.

tornado.httpserver
- Content-Length and Transfer-Encoding headers are no longer
  sent with 1xx or 204 responses (this was already true of 304
  responses).
- Reading chunked requests no longer leaves the connection in a broken
  state.

tornado.iostream
- Writing a memoryview can no longer result in "BufferError:
  Existing exports of data: object cannot be re-sized".

tornado.options
- Duplicate option names are now detected properly whether they use
  hyphens or underscores.

tornado.testing
- .AsyncHTTPTestCase.fetch now uses 127.0.0.1 instead of
  localhost, improving compatibility with systems that have
  partially-working ipv6 stacks.

tornado.web
- It is no longer allowed to send a body with 1xx or 204 responses.

tornado.websocket
- Requests with invalid websocket headers now get a response with
  status code 400 instead of a closed connection.
2018-01-11 07:32:05 +00:00
jnemeth
65b49c43bb sort 2018-01-11 06:13:14 +00:00
wiz
d095b6e0d1 doc: Updated devel/py-setuptools to 38.4.0 2018-01-10 23:10:05 +00:00
wiz
cf2360250c py-setuptools: update to 38.4.0.
v38.4.0
-------

* #1231: Removed warning when PYTHONDONTWRITEBYTECODE is enabled.

v38.3.0
-------

* #1210: Add support for PEP 345 Project-URL metadata.
* #1207: Add support for ``long_description_type`` to setup.cfg
  declarative config as intended and documented.
2018-01-10 23:09:57 +00:00
wiz
759bc1e8be doc: Updated databases/unixodbc to 2.3.5 2018-01-10 23:07:13 +00:00
wiz
ee493c2ac1 unixodbc: update to 2.3.5.
2-Jan-2018
2.3.5

    * Add configure option --enable-setlibversion set mark the libs with VERS_3.52
      Linux only, so any driver built with the libs will work with closed source
      DM's
    * Add persistent storage of isql command line history if readline() is used (thanks Axel)
    * Rename some local mutex functions to avoid name clashes
    * Assorted fixes (Thanks Markus * 2)
    * Fix regression in ini caching
    * Make SQLDrivers look in user as well as system odbcinst.ini for driver attributes
    * If in use, clear the ini cache when a write is done via SQLWritePrivateProfileString() so
      the new value is read
    * Fix problem with pooling if the environment was released by the application
    * Add check for SQL_COLUMN_COUNT in SQLColAttribute
    * isql would not display long error messages. Fixed now.
    * Fix problem calling the driver to report errors if the error is from the DM and the driver
      has not been called
    * SQLSetConnectAttrW crashes when attempting to set SQL_ATTR_LOGIN_TIMEOUT
    * Buffer overflow in unicode_to_ansi_copy()
    * SQLDriverConnect with not-found FILEDSN causes crash
    * SQLGetDescRec with null name pointer causes crash
    * Connection string escaping does not work
    * SQLDriverConnect/W with very long driver name causes crash
    * Connection string with trailing empty value causes crash
    * Freeing explicitly allocated descriptor results in writing to freed memory
    * Buffer overflows and missing null checks in SQLConfigDataSource, SQLInstallDriverEx, and SQLWriteFileDSN
    * Statement enters incorrect state upon SQLExecDirectW returning SQL_NO_DATA
    * SQLBulkOperations fails to exit async state after success
    * SQLFreeStmt causes prepared statements in S1 or S2 to erroneously transition to S3
    * Buffer length fixes for SQLGetDiagField
    * SQLSetConnectAttrW and Unicode string pre-connect attributes do not work
    * SQLGetData and SQLSetPos async states are incorrect
    * Various string conversion and length issues in SQLColAttribute(s)
    * Missing buffer length check in SQLColAttribute(s)W
    * SQLGetStmtAttr state handling incorrect in S5, S6, and S7 (via SQLExtendedFetch)
    * SQLSetPos and SQLExtendedFetch state management fixes
    * SQLExecDirect/W erroneous transition to S1 upon error in S5
    * Async SQLGetData and SQLExecDirect/W fails to restore state upon cancellation
    * SQLFetchScroll cannot move cursor back into the rowset
    * SQLSetDescField doesn't adjust the length of the buffer when converting to unicode
    * SQLGetDescField/W and SQLSetDescField/W do not check for negative buffer lengths
    * SQLSetStmtAttrW SQL_ATTR_APP_PARAM_DESC and SQL_ATTR_APP_ROW_DESC does not accept null
    * SQLGetData async state reentrancy issues
    * SQLDriversW off-by-one in enumerating driver list
    * SQLPrimaryKeys does not pass length in characters to driver
    * SQLGetConnectAttr with string attributes truncates to half buffer length
    * SQLTransact with autocommit enabled erroneously changes statement state
    * SQLDataSources/W fails to reset list position upon end
    * SQLGetEnvAttr successfully returns unset SQL_ATTR_ODBC_VERSION
    * Lack of SQL_HANDLE_SENV support
    * SQLAllocEnv fails to set environment version correctly
    * SQLMoreResults with streamed output parameters returns unexpected HY010
    * Custom pre-connect pointer attributes are truncated to 32 bits
    * 08003 message should be "Connection not open"
    * SQL_ATTR_ACCESS_MODE set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQL_ATTR_AUTOCOMMIT incorrect default value before connecting
    * SQL_AUTOCOMMIT set using SQLSetConnectOption/W before connecting does not persist after disconnecting
    * SQLAllocHandle/SQLFreeHandle with invalid handle type should return SQL_INVALID_HANDLE
    * SQLAllocHandleStd not setting ODBC version correctly
    * SQLBindParameter does not ignore BufferLength for DAE parameters
    * SQLBindParameter does not ignore BufferLength for fixed-length parameters
    * SQLBindParameter returns "Invalid application buffer type" instead of " Program type out of range"
    * SQLCancel with 01S05 returned from driver should result in SQL_SUCCESS, not SQL_SUCCESS_WITH_INFO
      (see https://msdn.microsoft.com/en-us/library/aa392708(v=vs.85).aspx )
    * SQLColAttribute/SQLColAttributes should return number of bytes needed for Unicode string when truncating
    * SQLColumnPrivileges/W differing error message precedence from Windows DM and order in ODBC spec
    * SQLColumns/W extraneous checks on null string's length
    * SQLCopyDesc does not copy descriptors across connections correctly
    * SQLDescribeParam extraneous checks for state
    * SQLDriverConnect/W adds extraneous DM prefix to diagnostic messages
    * SQLDriversW before ODBC version set returns incorrect SQLSTATE
    * SQLFetch in state S7 does not return error from DM
    * SQLFetchScroll missing check for SQL_FETCH_BOOKMARK
    * SQLForeignKeys/W missing check for null table names
    * SQLGetConnectAttr/W erroneously retrieves attributes with no default (SQL_ATTR_PACKET_SIZE, SQL_ATTR_QUIET_MODE)
    * SQLGetConnectAttr/W fails to get some set attributes before connecting
    * SQLGetConnectAttr/W fails to retrieve set attributes with no connection
    * SQLGetConnectAttrW returns incorrect value for SQL_ATTR_TRACE
    * SQLGetConnectOption/W cannot retrieve SQL_ODBC_CURSORS before connection
    * SQLGetConnectOption/W fails to retrieve SQL_LOGIN_TIMEOUT before connecting
    * SQLGetConnectOption/W fails to retrieve SQL_ATTR_ACCESS_MODE set with SQLSetConnectOption/W
    * SQLGetData and SQLSetPos async states are incorrect
    * SQLGetData missing check for cursor end indication; SQLSetCursorName/W fails to clear previous diagnostic records
    * SQLGetDiagField/W does not check record number for SQL_DIAG_ROW_COUNT and SQL_DIAG_DYNAMIC_FUNCTION_CODE
    * SQLGetDiagField/W missing check for negative buffer length for string fields
    * SQLGetDiagField/W inconsistent handling of statement-only diagnostic fields
    * SQLGetInstalledDrivers off-by-one length
    * SQLGetStmtOption various state handling issues
    * SQLSetConnectAttr/W SQL_ATTR_CURRENT_CATALOG extraneous check with error 24000
    * SQLSetConnectAttr/W does not prevent attempts to set ODBC 3.x statement attributes
    * SQLSetConnectAttr/W with null string attributes causes crash
    * SQLSetConnectOption passes SQL_ATTR_TRACEFILE to the driver
    * SQLSetConnectOption/W or SQLSetConnectAttr/W missing validity checks for SQL_ATTR_TXN_ISOLATION
    * SQLSetConnectOption/W setting SQL_ATTR_TRACEFILE to null results in different error
    * SQLSetCursorName/W missing checks for negative name length
    * SQLSetDescField/W missing check for negative SQL_DESC_COUNT
    * SQLSetParam missing various error checks for invalid data types and buffer
    * SQLSetPos does not check for state S5
    * SQLSetPos missing checks in state S7
    * SQLSetScrollOptions various state handling issues
    * SQLSetStmtOption/W missing check for positive rowset sizes
    * SQLSpecialColumns/W error precedence differs from Windows DM
    * SQLSpecialColumns/W incorrect check for SQL_NTS string lengths
    * SQLStatisticsW uniqueness parameter missing validation
    * SQLTablePrivileges/W extraneous checks on null string's length
    * Various issues with SQLGetFunctions
    * Various string conversion and length issues in SQLColAttribute; missing buffer length check in SQLColAttributeW
    * As above, but for SQLColAttributes and SQLColAttributesW; incorrect check for SQL_COLUMN_COUNT
    * Setting SQL_ATTR_TRACEFILE to null value results in different error
    * check_target_type allows driver-specific C data types for ODBC < 3.8
    * fix empty SQL_DIAG_SERVER_NAME field in DM-supplied diag recs
    * fix differing behaviour for an empty string DSN in SQLConnect/W
    * Alter isql to return errors from SQLMoreResults
    * Handle case of building on mingw-w64
2018-01-10 23:07:01 +00:00
wiz
8038ecb6a7 doc: Updated textproc/gtk-doc to 1.27 2018-01-10 22:57:25 +00:00
wiz
0112d14b6c gtk-doc: update to 1.27.
GTK-Doc 1.27  (Dec 07 2017)
==============

Finetune the python port.

 Changes

 o 773879 : scangobj: Do not generate unused parameters
 o 786174 : Several test failures on Arch Linux
 o 787495 : gtkdoc-fixxref crashes when running vim for syntax highlighting
 o 787768 : Aborts when glib2.0-dev is not installed
 o 787862 : Always open files in text mode and always use utf-8
 o 788473 : fixxref crashes if a .devhelp2.gz file is found
 o 789531 : Don't depend on the system shell
 o 790022 : mkdb: Add support for (not optional) annotation
 o 791131 : gtk-doc and python3: fixxref failures
2018-01-10 22:57:17 +00:00
wiz
2b52e5328a doc: Updated lang/vala to 0.38.4 2018-01-10 22:35:58 +00:00
wiz
2a36cc8bc9 vala: update to 0.38.4.
Vala 0.38.4
===========
 * Various bug fixes:
  - Enforce name-length >= 3 for structs using GType [#764041]
  - Report error for missing type-parameter on enclosing type [#587905]
  - Discover invalid member access to instance field [#790903]
  - Improve error output of mismatching overriding methods
  - vala: Don't transform an explicit "null" into valid format-string [#791215]
  - codegen: Don't create null-safe destroy-wrapper for GenericType [#791283]
  - Improve error message for missing type-parameter on enclosing type [#587905]

 * GIR parser:
  - Allow change of parameter names
  - Handle metadata for fields inside a transparent union
  - Accept setters with boolean return-type as valid property-accessor
  - Don't mark simple-type out-parameters with '?' as nullable

 * Valadoc
  - Acknowledge possible properties in structs [#784705]
  - Fix fatal typo in GtkdocRenderer.visit_symbol_link() [#790266]
  - libvaladoc: Actually resolve "percnt;" to '%'

 * Bindings:
  - gobject-2.0: Add some missing symbols
  - gstreamer-1.0: Bind GST_DEBUG_BIN_TO_DOT_FILE/*_WITH_TS [#785215]
  - gstreamer-1.0: Update from 1.13+ git master
  - gtk+-3.0: Update to 3.22.26+9ce824d3
  - webkit2gtk-4.0: Update to 2.19.2
  - glib-2.0: Fix potential null pointer dereference in string.joinv() [#791257]
  - gobject-2.0: Add missing GType constants for fundamentals [#791023]
2018-01-10 22:35:49 +00:00
wiz
2881aa77f3 texstudio: mark as BROKEN
Needs removed poppler-qt4; or porting to qt5, but that does not build
for me.
2018-01-10 22:31:08 +00:00
wiz
b22eb00b07 doc/CHANGES-2018: mention diffpdf removal 2018-01-10 22:30:30 +00:00
wiz
f51b0c447d diffpdf: remove, needed poppler-qt4 2018-01-10 22:30:18 +00:00
wiz
ed444afc59 poppler-includes: Fix PLIST for poppler-0.62.0 2018-01-10 22:20:20 +00:00
wiz
4416757774 *: Recursive bump for poppler-0.62.0 2018-01-10 22:16:24 +00:00
wiz
506c5e5977 doc/CHANGES-2018: remove calibre1 2018-01-10 22:10:25 +00:00
wiz
406a1d8fbf calibre1: remove now that poppler-qt4 is gone. 2018-01-10 22:09:58 +00:00
wiz
edfe91c6dc doc: Updated editors/texmaker to 4.5nb27 2018-01-10 22:09:21 +00:00
wiz
f82e2bfc3f texmaker: default to qt5 now that poppler-qt4 is gone. 2018-01-10 22:09:02 +00:00
wiz
e9d5c4be99 doc/CHANGES-2018: poppler update 2018-01-10 22:01:51 +00:00
wiz
1ff6195304 print/Makefile: remove poppler-qt4 2018-01-10 21:57:22 +00:00
wiz
db36b8e172 doc: Updated print/poppler to 0.62.0 2018-01-10 21:57:10 +00:00
wiz
4c74fe7223 poppler*: update to 0.62.0
Changes same as for the base package.
2018-01-10 21:56:50 +00:00
wiz
b19b7fd93d poppler-qt4: remove, removed in 0.62.0 2018-01-10 21:56:01 +00:00
wiz
fdd9c375ad poppler: update to 0.62.0.
Release 0.62.0
        core:
         * Stop supporting lcms1, you really want to use lcms2 :)
         * Stop supporting openjpeg1, you really want to use openjpeg2 :)
         * Open files that state 8 bits as third field of W. Bug #103469
         * GfxLabColorSpace::parse: Fix crash in broken documents. Bug #103582
         * Fix leak if parseDA fails
         * Include glibc.h where needed
         * Document the meaning of the 'type' integer of a shading
         * Fix UTF test fail
         * INSTALL: add debug options

        qt5:
         * Add API to let the rendering process callback to get a partial rendering. Bug #103372

        qt4:
         * Remove the Qt4 frontend

        utils:
         * Support unicode on windows console
         * pdfsig: install man page
         * sort encoding list

        glib:
         * demo: fix warning
2018-01-10 21:55:34 +00:00
wiz
d3483dea4f doc: Updated devel/py-mercurial to 4.4.2 2018-01-10 19:32:23 +00:00
wiz
43bf4091aa py-mercurial: update to 4.4.2.
Add upstream patch to fix a test case.

Mercurial 4.4.2 (2017-12-01)

This is a regularly-scheduled bugfix release.

1.1. Notable changes

1.1.1. Stricter command option parsing

Mercurial can now optionally parse "early" options (-R/--repository,
--cwd, --config, --debugger, and --profile) more strictly, for more
secure integration with tools that invoke 'hg' commands. Setting
HGPLAIN=+strictflags will parse these options more strictly, which
prevents them from being injected as arguments to other flags.

1.2. Bug fixes

    'hg amend' now correctly handles deleted and removed files, as
    well as subrepos. (issue5732, issue5677)
    largefiles now correctly handles dropped standin files when
    updating largefiles.

    Fixed an issue with deleting symlinks to directories when
    ui.origbackuppath is set. (issue5731)

1.3. Performance improvements

    Improved performance in path conflict checking introduced in
    Mercurial 4.4. (issue5716)
2018-01-10 19:32:13 +00:00
jaapb
2db819ded7 Recursive revbump associated with the update to OCaml 4.06. 2018-01-10 16:53:07 +00:00
jaapb
5678e6b66b doc: Updated textproc/ocaml-tyxml to 4.1.0nb2 2018-01-10 16:48:33 +00:00
jaapb
6e3a6de22f Revbump for textproc/ocaml-tyxml.
This revision also adds a patch to make the program compile with
safe-string and therefore with OCaml 4.06.
2018-01-10 16:48:21 +00:00
jaapb
6d3105280d doc: Updated textproc/ocaml-csv to 2.0nb2 2018-01-10 16:46:15 +00:00
jaapb
2a86d9ac94 Revbump for package textproc/ocaml-csv.
This revision also introduces the lwt option, to optionally build
ocaml-lwt compatibility.
2018-01-10 16:46:03 +00:00
jaapb
4337f13992 doc: Updated security/ocaml-ssl to 0.5.5 2018-01-10 16:44:27 +00:00
jaapb
072d2bf47a Updated package security/ocaml-ssl to version 0.5.5.
This introduces compatibility with OCaml 4.06 (or rather safe-string)
and honours LDFLAGS during build.
2018-01-10 16:44:16 +00:00
jaapb
a711fc9bb3 doc: Updated net/ocamlnet to 4.1.5 2018-01-10 16:37:58 +00:00
jaapb
c70723df1a Updated package net/ocamlnet to version 4.1.5.
This version includes support for native plugins, and some more minor
fixes.
2018-01-10 16:37:41 +00:00
jaapb
46d4f8ee72 Added 'lwt' option. 2018-01-10 16:35:18 +00:00
jaapb
28ea973d57 doc: Updated misc/ocaml-topkg to 0.9.1 2018-01-10 16:35:01 +00:00
jaapb
1c0e0c7ebb Updated package misc/ocaml-topkg to version 0.9.1.
This package contains mostly minor fixes and enhancements; see the
CHANGES.md file.
2018-01-10 16:34:50 +00:00
jaapb
94454e5651 doc: Updated misc/ocaml-opam to 2.0.0_beta5 2018-01-10 16:33:36 +00:00
jaapb
2091751430 Updated package misc/ocaml-opam to version 2.0.0beta5.
This version includes several bugfixes; see the CHANGES file.
2018-01-10 16:33:23 +00:00
jaapb
232bd8d944 doc: Updated misc/dose3 to 5.0.1nb2 2018-01-10 16:31:45 +00:00
jaapb
e6b767e38d Added OCaml 4.06 support to misc/dose3 (and revbump). 2018-01-10 16:31:34 +00:00
jaapb
89b424f770 Added ocaml-num to Makefile SUBDIRs 2018-01-10 16:30:40 +00:00
jaapb
1cb3749204 doc: Added math/ocaml-num version 1.1 2018-01-10 16:30:15 +00:00