Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (1m)  pkgsrc-2024Q1 (14d)  pkgsrc-2023Q4 (42d)  pkgsrc-2023Q2 (74d)  pkgsrc-2023Q3 (153d) 

2024-05-12 15:36:28 UTC Now

2014-09-15 06:47:10 UTC MAIN commitmail json YAML

Why did I commit that, I wonder.

(wiz)

2014-09-15 06:26:33 UTC MAIN commitmail json YAML

Clarify description of RUBY_NOVERSION, RUBY_PKGPREFIX and RUBY_SUFFIX.

(taca)

2014-09-14 23:35:23 UTC MAIN commitmail json YAML

2014-09-14 22:09:43 UTC MAIN commitmail json YAML

Note the start of the freeze in preparation for the pkgsrc-2014Q3 branch.

At the risk of repeating myself:

PLEASE NOTE THAT THE PKGSRC REPOSITORY IS IN A FREEZE FOR NEW
FUNCTIONALITY IN PREPARATION FOR PKGSRC-2014Q3 BRANCH.  NO NEW
PACKAGES, PLEASE; NO INFRASTRUCTURE CHANGES, PLEASE; AND PLEASE ASK
PKGSRC-PMC FOR PERMISSION BEFORE COMMITTING CHANGES WHICH MIGHT HAVE
IMPACT ON OTHERS WORK.

(agc)

2014-09-14 21:36:19 UTC MAIN commitmail json YAML

Fixes glib2 on netbsd-5. From OBATA Akio. Tested on macppc and amd64.

(jklos)

2014-09-14 20:44:28 UTC MAIN commitmail json YAML

Updated x11/gtksourceview3 to 3.10.3

(prlw1)

2014-09-14 20:44:11 UTC MAIN commitmail json YAML

Update gtksourceview3 to 3.10.3

News in 3.10.3
--------------
* Fix the colors when printing

(prlw1)

2014-09-14 18:26:36 UTC MAIN commitmail json YAML

Updated math/hs-semigroups to 0.15.3

(szptvlfn)

2014-09-14 18:26:13 UTC MAIN commitmail json YAML

Update to 0.15.3

CHANGELOG:
0.15.3
------
* `instance NFData a => NFData (NonEmpty a)`
* Added `NFData` instances for the types in Data.Semigroup

(szptvlfn)

2014-09-14 18:25:53 UTC MAIN commitmail json YAML

Updated math/hs-scientific to 0.3.3.1

(szptvlfn)

2014-09-14 18:25:25 UTC MAIN commitmail json YAML

Update to 0.3.3.1

changelog:
0.3.3.1
*  Allow newer tasty, tasty-hunit and criterion

(szptvlfn)

2014-09-14 17:58:59 UTC MAIN commitmail json YAML

+ po4a-0.45.

(wiz)

2014-09-14 17:58:34 UTC MAIN commitmail json YAML

Updated www/py-tornado to 4.0.2

(wiz)

2014-09-14 17:58:25 UTC MAIN commitmail json YAML

Update to 4.0.2:

Bug fixes
~~~~~~~~~

* Fixed a bug that could sometimes cause a timeout to fire after being
  cancelled.
* `.AsyncTestCase` once again passes along arguments to test methods,
  making it compatible with extensions such as Nose's test generators.
* `.StaticFileHandler` can again compress its responses when gzip is enabled.
* ``simple_httpclient`` passes its ``max_buffer_size`` argument to the
  underlying stream.
* Fixed a reference cycle that can lead to increased memory consumption.
* `.add_accept_handler` will now limit the number of times it will call
  `~socket.socket.accept` per `.IOLoop` iteration, addressing a potential
  starvation issue.
* Improved error handling in `.IOStream.connect` (primarily for FreeBSD
  systems)

(wiz)

2014-09-14 17:55:47 UTC MAIN commitmail json YAML

Updated textproc/py-sphinx to 1.2.3

(wiz)

2014-09-14 17:55:38 UTC MAIN commitmail json YAML

Update to 1.2.3:

Release 1.2.3 (released Sep 1, 2014)
====================================

Features added
--------------

* #1518: `sphinx-apidoc` command now have a `--version` option to show version
  information and exit
* New locales: Hebrew, European Portuguese, Vietnamese.

Bugs fixed
----------

* #636: Keep straight single quotes in literal blocks in the LaTeX build.
* #1419: Generated i18n sphinx.js files are missing message catalog entries
  from '.js_t' and '.html'. The issue was introduced from Sphinx-1.1
* #1363: Fix i18n: missing python domain's cross-references with currentmodule
  directive or currentclass directive.
* #1444: autosummary does not create the description from attributes docstring.
* #1457: In python3 environment, make linkcheck cause "Can't convert 'bytes'
  object to str implicitly" error when link target url has a hash part.
  Thanks to Jorge_C.
* #1467: Exception on Python3 if nonexistent method is specified by automethod
* #1441: autosummary can't handle nested classes correctly.
* #1499: With non-callable `setup` in a conf.py, now sphinx-build emits
  user-friendly error message.
* #1502: In autodoc, fix display of parameter defaults containing backslashes.
* #1226: autodoc, autosummary: importing setup.py by automodule will invoke
  setup process and execute `sys.exit()`. Now sphinx avoids SystemExit
  exception and emits warnings without unexpected termination.
* #1503: py:function directive generate incorrectly signature when specifying
  a default parameter with an empty list `[]`. Thanks to Geert Jansen.
* #1508: Non-ASCII filename raise exception on make singlehtml, latex, man,
  texinfo and changes.
* #1531: On Python3 environment, docutils.conf with 'source_link=true' in the
  general section cause type error.
* PR#270, #1533: Non-ASCII docstring cause UnicodeDecodeError when uses with
  inheritance-diagram directive. Thanks to WAKAYAMA shirou.
* PR#281, PR#282, #1509: TODO extension not compatible with websupport. Thanks
  to Takeshi Komiya.
* #1477: gettext does not extract nodes.line in a table or list.
* #1544: `make text` generate wrong table when it has empty table cells.
* #1522: Footnotes from table get displayed twice in LaTeX. This problem has
  been appeared from Sphinx-1.2.1 by #949.
* #508: Sphinx every time exit with zero when is invoked from setup.py command.
  ex. `python setup.py build_sphinx -b doctest` return zero even if doctest
  failed.

(wiz)

2014-09-14 17:52:21 UTC MAIN commitmail json YAML

Updated lang/py-six to 1.8.0

(wiz)

2014-09-14 17:52:12 UTC MAIN commitmail json YAML

Update to 1.8.0:

1.8.0
-----

- Issue #90: Add six.moves.shlex_quote.

- Issue #59: Add six.moves.intern.

- Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).

- Issue #88: Fix add_metaclass when the class has __slots__ containing
  "__weakref__" or "__dict__".

- Issue #89: Make six use absolute imports.

- Issue #85: Always accept *updated* and *assigned* arguments for wraps().

- Issue #86: In reraise(), instantiate the exception if the second argument is
  None.

- Pull request #45: Add six.moves.email_mime_nonmultipart.

- Issue #81: Add six.urllib.request.splittag mapping.

- Issue #80: Add six.urllib.request.splituser mapping.

(wiz)

2014-09-14 17:51:24 UTC MAIN commitmail json YAML

Updated textproc/py-lxml to 3.4.0

(wiz)

2014-09-14 17:51:15 UTC MAIN commitmail json YAML

Update to 3.4.0:

3.4.0 (2014-09-10)
==================

Features added
--------------

* ``xmlfile(buffered=False)`` disables output buffering and flushes the
  content after each API operation (starting/ending element blocks or writes).
  A new method ``xf.flush()`` can alternatively be used to explicitly flush
  the output.

* ``lxml.html.document_fromstring`` has a new option ``ensure_head_body=True``
  which will add an empty head and/or body element to the result document if
  missing.

* ``lxml.html.iterlinks`` now returns links inside meta refresh tags.

* New ``XMLParser`` option ``collect_ids=False`` to disable ID hash table
  creation.  This can substantially speed up parsing of documents with many
  different IDs that are not used.

* The parser uses per-document hash tables for XML IDs.  This reduces the
  load of the global parser dict and speeds up parsing for documents with
  many different IDs.

* ``ElementTree.getelementpath(element)`` returns a structural ElementPath
  expression for the given element, which can be used for lookups later.

* ``xmlfile()`` accepts a new argument ``close=True`` to close file(-like)
  objects after writing to them.  Before, ``xmlfile()`` only closed the file
  if it had opened it internally.

* Allow "bytearray" type for ASCII text input.

Bugs fixed
----------

Other changes
-------------

* LP#400588: decoding errors have become hard errors even in recovery mode.
  Previously, they could lead to an internal tree representation in a mixed
  encoding state, which lead to very late errors or even silently incorrect
  behaviour during tree traversal or serialisation.

* Requires Python 2.6, 2.7, 3.2 or later. No longer supports
  Python 2.4, 2.5 and 3.1, use lxml 3.3.x for those.

* Requires libxml2 2.7.0 or later and libxslt 1.1.23 or later,
  use lxml 3.3.x with older versions.

(wiz)

2014-09-14 17:48:50 UTC MAIN commitmail json YAML

Updated databases/py-ldap to 2.4.16

(wiz)

2014-09-14 17:48:38 UTC MAIN commitmail json YAML

Update to 2.4.16:

Released 2.4.16 2014-09-10

Changes since 2.4.15:

Lib/
* New convenience function ldap.dn.is_dn()
* New convenience function ldap.escape_str()
* New convenience methods LDAPObject.read_s() and
  LDAPObject.find_unique_entry()
* Fixed invoking start_tls_s() in ReconnectLDAPObject.reconnect()
  (thanks to Philipp Hahn)

(wiz)

2014-09-14 17:45:20 UTC MAIN commitmail json YAML

Comment out c++ dep again, only needed for testing.

(wiz)

2014-09-14 17:45:02 UTC MAIN commitmail json YAML

Updated devel/py-cython to 0.21

(wiz)

2014-09-14 17:44:49 UTC MAIN commitmail json YAML

Update to 0.21:

0.21 (2014-09-10)
=================

Features added
--------------

* C (cdef) functions allow inner Python functions.

* Enums can now be declared as cpdef to export their values to
  the module's Python namespace.  Cpdef enums in pxd files export
  their values to their own module, iff it exists.

* Allow @staticmethod decorator to declare static cdef methods.
  This is especially useful for declaring "constructors" for
  cdef classes that can take non-Python arguments.

* Taking a ``char*`` from a temporary Python string object is safer
  in more cases and can be done inside of non-trivial expressions,
  including arguments of a function call.  A compile time error
  is raised only when such a pointer is assigned to a variable and
  would thus exceed the lifetime of the string itself.

* Generators have new properties ``__name__`` and ``__qualname__``
  that provide the plain/qualified name of the generator function
  (following CPython 3.5).  See http://bugs.python.org/issue21205

* The ``inline`` function modifier is available as a decorator
  ``@cython.inline`` in pure mode.

* When cygdb is run in a virtualenv, it enables the same virtualenv
  inside of the debugger. Patch by Marc Abramowitz.

* PEP 465: dedicated infix operator for matrix multiplication (A @ B).

* HTML output of annotated code uses Pygments for code highlighting
  and generally received a major overhaul by Matthias Bussonier.

* IPython magic support is now available directly from Cython with
  the command "%load_ext cython".  Cython code can directly be
  executed in a cell when marked with "%%cython".  Code analysis
  is available with "%%cython -a".  Patch by Mart鱈n Gait叩n.

* Simple support for declaring Python object types in Python signature
  annotations.  Currently requires setting the compiler directive
  ``annotation_typing=True``.

* New directive ``use_switch`` (defaults to True) to optionally disable
  the optimization of chained if statement to C switch statements.

* Defines dynamic_cast et al. in ``libcpp.cast`` and C++ heap data
  structure operations in ``libcpp.algorithm``.

* Shipped header declarations in ``posix.*`` were extended to cover
  more of the POSIX API.  Patches by Lars Buitinck and Mark Peek.

Optimizations
-------------

* Simple calls to C implemented Python functions/methods are faster.
  This also speeds up many operations on builtins that Cython cannot
  otherwise optimise.

* The "and"/"or" operators try to avoid unnecessary coercions of their
  arguments.  They now evaluate the truth value of each argument
  independently and only coerce the final result of the whole expression
  to the target type (e.g. the type on the left side of an assignment).
  This also avoids reference counting overhead for Python values during
  evaluation and generally improves the code flow in the generated C code.

* The Python expression "2 ** N" is optimised into bit shifting.
  See http://bugs.python.org/issue21420

* Cascaded assignments (a = b = ...) try to minimise the number of
  type coercions.

* Calls to ``slice()`` are translated to a straight C-API call.

Bugs fixed
----------

* Crash when assigning memory views from ternary conditional expressions.

* Nested C++ templates could lead to unseparated ">>" characters being
  generated into the C++ declarations, which older C++ compilers could
  not parse.

* Sending SIGINT (Ctrl-C) during parallel cythonize() builds could
  hang the child processes.

* No longer ignore local setup.cfg files for distutils in pyximport.
  Patch by Martin Teichmann.

* Taking a ``char*`` from an indexed Python string generated unsafe
  reference counting code.

* Set literals now create all of their items before trying to add them
  to the set, following the behaviour in CPython.  This makes a
  difference in the rare case that the item creation has side effects
  and some items are not hashable (or if hashing them has side effects,
  too).

* Cython no longer generates the cross product of C functions for code
  that uses memory views of fused types in function signatures (e.g.
  ``cdef func(floating[:] a, floating[:] b)``).  This is considered the
  expected behaviour by most users and was previously inconsistent with
  other structured types like C arrays.  Code that really wants all type
  combinations can create the same fused memoryview type under different
  names and use those in the signature to make it clear which types are
  independent.

* Names that were unknown at compile time were looked up as builtins at
  runtime but not as global module names.  Trying both lookups helps with
  globals() manipulation.

* Fixed stl container conversion for typedef element types.

* ``obj.pop(x)`` truncated large C integer values of x to ``Py_ssize_t``.

* ``__init__.pyc`` is recognised as marking a package directory
  (in addition to .py, .pyx and .pxd).

* Syntax highlighting in ``cython-mode.el`` for Emacs no longer
  incorrectly highlights keywords found as part of longer names.

* Correctly handle ``from cython.submodule cimport name``.

* Fix infinite recursion when using super with cpdef methods.

* No-args ``dir()`` was not guaranteed to return a sorted list.

Other changes
-------------

* The header line in the generated C files no longer contains the
  timestamp but only the Cython version that wrote it.  This was
  changed to make builds more reproducible.

* Removed support for CPython 2.4, 2.5 and 3.1.

* The licensing implications on the generated code were clarified
  to avoid legal constraints for users.

(wiz)

2014-09-14 16:59:45 UTC MAIN commitmail json YAML

Updated devel/py-click to 3.3

(wiz)

2014-09-14 16:59:29 UTC MAIN commitmail json YAML

Update to 3.3:

Version 3.3
-----------

(bugfix release, released on September 8th 2014)

- Fixed an issue with error reporting on Python 3 for invalid forwarding
  of commands.

(wiz)

2014-09-14 16:59:02 UTC MAIN commitmail json YAML

Updated www/py-cherrypy to 3.6.0

(wiz)

2014-09-14 16:58:49 UTC MAIN commitmail json YAML

2014-09-14 16:48:35 UTC MAIN commitmail json YAML

Updated audio/musicpd to 0.18.14

(wiz)

2014-09-14 16:48:26 UTC MAIN commitmail json YAML

Update to 0.18.14:

ver 0.18.14 (2014/09/11)
* protocol
  - fix range parser bug on certain 32 bit architectures
* decoder
  - audiofile: fix crash after seeking
  - ffmpeg: fix crash with ffmpeg/libav version 11
  - fix assertion failure after seeking

(wiz)

2014-09-14 16:46:06 UTC MAIN commitmail json YAML

Updated security/libgpg-error to 1.15

(wiz)

2014-09-14 16:45:54 UTC MAIN commitmail json YAML

Update to 1.15:

Noteworthy changes in version 1.15 (2014-09-11) [C12/A12/R1]
-----------------------------------------------

* This releases fixes problems with the use of off_t and ssize_t by
  the estream functions introduced with 1.14.  Although this is
  technically an ABI break on some platforms, we take this as a
  simple bug fix for 1.14.  The new functions are very unlikely in
  use by any code and thus no breakage should happen.  The 1.14
  tarball will be removed from the archive.

* Add type gpgrt_off_t which is guaranteed to be 64 bit.

* Add type gpgrt_ssize_t to make use on Windows easier.  On Unix
  platforms this is an alias for ssize_t.

Noteworthy changes in version 1.14 (2014-09-08) [C12/A12/R0]
-----------------------------------------------

* Added gpgrt_lock_trylock.

* Added the estream library under the name gpgrt and a set of macros
  to use them with their "es_" names.

* Interface changes relative to the 1.13 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
GPG_ERR_KEY_DISABLED        NEW.
gpgrt_init                  NEW macro.
gpgrt_check_version          NEW.
gpgrt_lock_trylock          NEW.
gpgrt_set_syscall_clamp      NEW.
gpgrt_set_alloc_func        NEW.
gpgrt_stream_t              NEW.
gpgrt_cookie_io_functions_t  NEW.
gpgrt_syshd_t                NEW.
GPGRT_SYSHD_NONE            NEW.
GPGRT_SYSHD_FD              NEW.
GPGRT_SYSHD_SOCK            NEW.
GPGRT_SYSHD_RVID            NEW.
GPGRT_SYSHD_HANDLE          NEW.
gpgrt_stdin                  NEW macro.
gpgrt_stdout                NEW macro.
gpgrt_stderr                NEW macro.
gpgrt_fopen                  NEW.
gpgrt_mopen                  NEW.
gpgrt_fopenmem              NEW.
gpgrt_fopenmem_init          NEW.
gpgrt_fdopen                NEW.
gpgrt_fdopen_nc              NEW.
gpgrt_sysopen                NEW.
gpgrt_sysopen_nc            NEW.
gpgrt_fpopen                NEW.
gpgrt_fpopen_nc              NEW.
gpgrt_freopen                NEW.
gpgrt_fopencookie            NEW.
gpgrt_fclose                NEW.
gpgrt_fclose_snatch          NEW.
gpgrt_onclose                NEW.
gpgrt_fileno                NEW.
gpgrt_fileno_unlocked        NEW.
gpgrt_syshd                  NEW.
gpgrt_syshd_unlocked        NEW.
gpgrt_flockfile              NEW.
gpgrt_ftrylockfile          NEW.
gpgrt_funlockfile            NEW.
gpgrt_feof                  NEW.
gpgrt_feof_unlocked          NEW.
gpgrt_ferror                NEW.
gpgrt_ferror_unlocked        NEW.
gpgrt_clearerr              NEW.
gpgrt_clearerr_unlocked      NEW.
gpgrt_fflush                NEW.
gpgrt_fseek                  NEW.
gpgrt_fseeko                NEW.
gpgrt_ftell                  NEW.
gpgrt_ftello                NEW.
gpgrt_rewind                NEW.
gpgrt_getc                  NEW macro.
gpgrt_getc_unlocked          NEW macro.
gpgrt_fgetc                  NEW.
gpgrt_fputc                  NEW.
gpgrt_ungetc                NEW.
gpgrt_read                  NEW.
gpgrt_write                  NEW.
gpgrt_write_sanitized        NEW.
gpgrt_write_hexstring        NEW.
gpgrt_fread                  NEW.
gpgrt_fwrite                NEW.
gpgrt_fgets                  NEW.
gpgrt_putc                  NEW macro.
gpgrt_putc_unlocked          NEW macro.
gpgrt_fputs                  NEW.
gpgrt_fputs_unlocked        NEW.
gpgrt_getline                NEW.
gpgrt_read_line              NEW.
gpgrt_free                  NEW.
gpgrt_fprintf                NEW.
gpgrt_fprintf_unlocked      NEW.
gpgrt_printf                NEW.
gpgrt_printf_unlocked        NEW.
gpgrt_vfprintf              NEW.
gpgrt_vfprintf_unlocked      NEW.
gpgrt_setvbuf                NEW.
gpgrt_setbuf                NEW.
gpgrt_set_binary            NEW.
gpgrt_tmpfile                NEW.
gpgrt_opaque_set            NEW.
gpgrt_opaque_get            NEW.
gpgrt_fname_set              NEW.
gpgrt_fname_get              NEW.
gpgrt_asprintf              NEW.
gpgrt_vasprintf              NEW.
gpgrt_bsprintf              NEW.
gpgrt_vbsprintf              NEW.
gpgrt_snprintf              NEW.
gpgrt_vsnprintf              NEW.

(wiz)

2014-09-14 16:44:57 UTC MAIN commitmail json YAML

Updated misc/dialog to 1.2.20140911

(wiz)

2014-09-14 16:44:43 UTC MAIN commitmail json YAML

Update to 1.2.20140911:

2014/09/11
+ correct malloc-size for change to prgbox.

2014/09/10
+ fixes to make "-c" option work when passing command to shell for the
  prgbox widget, for example in samples/prgbox2 (report by Korantin
  Auguste).

2014/09/08
+ fix an out-of-bounds array index in buildlist widget (report by
  Cade Foster).

(wiz)

2014-09-14 16:43:53 UTC MAIN commitmail json YAML

2014-09-14 16:43:44 UTC MAIN commitmail json YAML

Update to 7.38.0:

Changes:

    supports HTTP/2 draft-14
    CURLE_HTTP2 is a new error code
    CURLAUTH_NEGOTIATE is a new auth define
    CURL_VERSION_GSSAPI is a new capability bit
    no longer use fbopenssl for anything
    schannel: use CryptGenRandom for random numbers
    axtls: define curlssl_random using axTLS's PRNG
    cyassl: use RNG_GenerateBlock to generate a good random number
    findprotocol: show unsupported protocol within quotes
    version: detect and show LibreSSL
    version: detect and show BoringSSL
    imap/pop3/smtp: Kerberos (SASL GSSAPI) authentication via Windows SSPI
    http2: requires nghttp2 0.6.0 or later

Bugfixes:

    SECURITY ADVISORY: cookie leak with IP address as domain
    SECURITY ADVISORY: cookie leak for TLDs
    fix a build failure on Debian when NSS support is enabled
    HTTP/2: fixed compiler warnings when built disabled
    cyassl: return the correct error code on no CA cert
    http: Deprecate GSS-Negotiate macros due to bad naming
    http: Fixed Negotiate: authentication
    multi: Improve proxy CONNECT performance (regression)
    ntlm_wb: Avoid invoking ntlm_auth helper with empty username
    ntlm_wb: Fix hard-coded limit on NTLM auth packet size
    url.c: use the preferred symbol name: *READDATA
    smtp: fixed a segfault during test 1320 torture test
    cyassl: made it compile with version 2.0.6 again
    nss: do not check the version of NSS at run time
    c-ares: fix build without IPv6 support
    HTTP/2: use base64url encoding
    SSPI Negotiate: Fix 3 memory leaks
    libtest: fixed duplicated line in Makefile
    conncache: fix compiler warning
    openssl: make ossl_send return CURLE_OK better
    HTTP/2: Support expect: 100-continue
    HTTP/2: Fix infinite loop in readwrite_data()
    parsedate: fix the return code for an overflow edge condition
    darwinssl: don't use strtok()
    http_negotiate_sspi: Fixed specific username and password not working
    openssl: replace call to OPENSSL_config
    http2: show the received header for better debugging
    HTTP/2: Move :authority before non-pseudo header fields
    HTTP/2: Reset promised stream, not its associated stream
    HTTP/2: added some more logging for debugging stream problems
    ntlm: Added support for SSPI package info query
    ntlm: Fixed hard coded buffer for SSPI based auth packet generation
    sasl_sspi: Fixed memory leak with not releasing Package Info struct
    sasl_sspi: Fixed SPN not being converted to wchar under Unicode builds
    sasl: Use a dynamic buffer for DIGEST-MD5 SPN generation
    http_negotiate_sspi: Use a dynamic buffer for SPN generation
    sasl_sspi: Fixed missing free of challenge buffer on SPN failure
    sasl_sspi: Fixed hard coded buffer for response generation
    Curl_poll + Curl_wait_ms: fix timeout return value
    docs/SSLCERTS: update the section about NSS database
    create_conn: prune dead connections
    openssl: fix version report for the 0.9.8 branch
    mk-ca-bundle.pl: switched to using hg.mozilla.org
    http: fix the Content-Range: parser
    Curl_disconnect: don't free the URL
    win32: Fixed WinSock 2 #if
    NTLM: ignore CURLOPT_FORBID_REUSE during NTLM HTTP auth
    curl.1: clarify --limit-rate's effect on both directions
    disconnect: don't touch easy-related state on disconnects
    Cmake: big cleanup and numerous fixes
    HTTP/2: supports draft-14 - moved :headers before the non-psuedo headers
    HTTP/2: Reset promised stream, not its associated stream
    configure.ac: Add support for recent GSS-API implementations for HP-UX
    CONNECT: close proxy connections that fail
    CURLOPT_NOBODY.3: clarify this option is for downloads
    darwinssl: fix CA certificate checking using PEM format
    resolve: cache lookup for async resolvers
    low-speed-limit: avoid timeout flood
    polarssl: implement CURLOPT_SSLVERSION
    multi: convert CURLM_STATE_CONNECT_PEND handling to a list
    curl_multi_cleanup: remove superfluous NULL assigns
    polarssl: support CURLOPT_CAPATH / --capath
    progress: size_dl/size_ul are always >= 0, and clear "KNOWN" properly

(wiz)

2014-09-14 15:03:58 UTC MAIN commitmail json YAML

+ curl-7.38.0, dialog-1.2.20140911, libgpg-error-1.15, musicpd-0.18.14,
  py-cherrypy-3.6.0, py-click-3.3, py-cython-0.21, py-ldap-2.4.16,
  py-lxml-3.4.0, py-six-1.8.0, py-sphinx-1.2.3, py-tornado-4.0.2,
  qemu-2.1.1, x264-devel-20140913

(wiz)

2014-09-14 14:42:01 UTC MAIN commitmail json YAML

Added databases/postgresql-postgis2 version 2.1.3

(gdt)

2014-09-14 14:40:57 UTC MAIN commitmail json YAML

+postgresql-postgis2

(gdt)

2014-09-14 14:40:00 UTC MAIN commitmail json YAML

Import postgresql-postgis-2.1.3 as databases/postgresql-postgis2.

PostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.

PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
  objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
  Specification

This is postgis 2.x, the currently-maintained and recommended version.

(gdt)

2014-09-14 13:59:35 UTC MAIN commitmail json YAML

Updated audio/xanalyser to 1.32
Updated security/john to 1.8.0
Updated wm/echinus to 0.4.9

(shattered)

2014-09-14 13:42:42 UTC MAIN commitmail json YAML

Updated security/p5-IO-Socket-SSL to 1.998

(wiz)

2014-09-14 13:42:33 UTC MAIN commitmail json YAML

Update to 1.998:

1.998 2014/09/07
- make client authentication work at the server side when SNI is in by use
  having CA path and other settings in all SSL contexts instead of only the main
  one.  Based on code from lundstrom[DOT]jerry[AT]gmail[DOT]com,
  https://github.com/noxxi/p5-io-socket-ssl/pull/15

(wiz)

2014-09-14 13:40:30 UTC MAIN commitmail json YAML

Updated devel/p5-Test-Deep to 0.113

(wiz)

2014-09-14 13:40:19 UTC MAIN commitmail json YAML

Update to 0.113:

0.113    2004-08-22
        - fix a compile error (!!) in RegexpOnly
        - fix some documentation typos (thanks, ZOFFIX)
        - add license to META file

(wiz)

2014-09-14 13:39:37 UTC MAIN commitmail json YAML

Updated devel/p5-Module-Build to 0.42100

(wiz)

2014-09-14 13:39:28 UTC MAIN commitmail json YAML

Update to 0.4210:

0.4210 - Mon Sep  1 13:30:29 CEST 2014

  [BUG FIXES]

  - Fixup CPAN::Meta dependency

  - Handle old releases of CPAN::Meta more gracefully.

0.4209 - Mon Sep  1 12:24:40 CEST 2014

  [BUG FIXES]

  - Stop calling UNIVERSAL::isa as a function

  [ENHANCEMENTS]

  - Use CPAN::Meta::Merge for meta_merge

  - Convert with CPAN::Meta::Convert in meta_add

  - Add configure requirements

0.4208 - Mon Aug 18 21:44:38 CEST 2014

  [BUG FIXES]

  - Removed missed references to Module::Build::Version

0.4207 - Sat Aug 16 12:56:59 CEST 2014

  [BUG FIXES]

  - Fix type installdir -> installdirs [Leon Timmermans, Vitaliy Tokarev]

  [DEPRECATIONS]

  - Module::Build::YAML has been removed

  - Module::Build::ModuleInfo has been removed

  - Module::Build::Version has been removed

  - Get rid of "use vars"

  - Added use warnings to all modules

0.4206 - Sat Jul 12 14:03:01 CEST 2014

  [BUG FIXES]

  - Formally declare 5.8 dependency [Karen Etheridge]

  - Fix MBTest to work with new and old versions of Test::Builder [Chad Granum]

  [ENHANCEMENTS]

  - Enable release and author tests during disttest [Leon Timmermans, Alberto Sim探es]

(wiz)

2014-09-14 13:36:39 UTC MAIN commitmail json YAML

Updated devel/p5-CPAN-Meta to 2.142060

(wiz)

2014-09-14 13:36:29 UTC MAIN commitmail json YAML

Update to 2.142060:

2.142060  2014-07-25 13:30:06-04:00 America/New_York

  [ADDED]

  - CPAN::Meta::Merge is a new class for merging two possibly overlapping
    instances of metadata. It will accept both CPAN::Meta objects and
    (possibly incomplete) hashrefs of metadata.

(wiz)

2014-09-14 13:24:52 UTC MAIN commitmail json YAML

Update to 0.4.9 (2011).  No changelog found.

(shattered)

2014-09-14 13:20:08 UTC MAIN commitmail json YAML

Update to 1.8.0 (2013).  Notable changes:

* Relaxed the license for many source files to cut-down BSD.
* Relaxed the license for John the Ripper as a whole from GPLv2 (exact
version) to GPLv2 or newer with optional OpenSSL and unRAR exceptions.

* Enhanced the support for DES-based tripcodes by making use of the
bitslice DES implementation and supporting OpenMP parallelization.

* Implemented bitmaps for fast initial comparison of computed hashes
against those loaded for cracking.
This provides a substantial performance improvement when cracking large
numbers of fast hashes.

* With 32-bit x86 builds and at least MMX enabled, the "two hashes at a
time" code for bcrypt is now enabled for GCC 4.2 and newer.
This is faster bcrypt cracking on some old and new computers running
32-bit operating systems or VMs for whatever reason.

* Revised the incremental mode to let the current character counts grow
for each character position independently, with the aim to improve
efficiency in terms of successful guesses per candidate passwords tested.

* Revised the pre-defined incremental modes, as well as external mode
filters that are used to generate .chr files.
* Added makechr, a script to (re-)generate .chr files.

* Enhanced the status reporting to include four distinct speed metrics
(g/s, p/s, c/s, and C/s).

* Added the "--fork=N" and "--node=MIN[-MAX]/TOTAL" options for trivial
parallel and distributed processing.

(shattered)

2014-09-14 13:11:56 UTC MAIN commitmail json YAML

Updated devel/mk-configure to 0.28.0

(cheusov)

2014-09-14 13:11:39 UTC MAIN commitmail json YAML

Update to version 0.28.0

  LIBDEPS, STATICLIBS, DPLDADD, DPLIBDIRS and DPINCDIRS variables were
  introduced. With their help one can specify library dependencies in
  the top-level Makefile. Users are also able to build some libraries
  statically even if they were designed to be a dynamic libraries.

  New variable FOREIGN was introduced. With its help one can embed
  autotools-based projects (as a subproject) to mk-configure-based once.
  See mkc_imp.foreign_autotools.mk section in man page for details.

  Support for Darwin was fixed. Nowadays it uses clang.

  New features were introduced:
    - "progname" for setprogname(3) and getprogname(3) BSDisms;
    - "err" for err(3), errx(3), verr(3) and verrx(3) BSDisms;
    - "warn" for warn(3), warnx(3), vwarn(3) and vwarnx(3) BSD-isms;
    - "fgetln" for fgetln(3) BSD-ism;

  Support for Haiku was fixed. It does not support hard links
  and uses LIBRARY_PATH.

  LDCOMPILER variable was removed.
  Compiler is always used for linking.

  New builtin "prog_gmake" was introduced which search GNU make.

  INTERNALLIBS variable was introduced. With its help one can
  implement libraries common for several subprojects.

  COMPATLIB variable was introduced. It is ideal solution for
  portability code.

  MKC_FEATURES: all objects are removed by target "clean"

  Target "errorcheck" was added to ALLTARGETS. Therefore it also have
  pre_, do_, post_ counterparts.

  VARDIR, SHAREDSTATEDIR, SUBPRJSRCTOP, CPPFLAGS0 variables were introduced.

  MKC_SOURCE_FUNCSLIBS: .o{s,p} objects are also removed by target "clean"

  Hardcoded /etc/mk.conf is not included anymore. New mk-configure
  specific configuration file @sysconfdir@/mk-c.conf was introduced.

  Additions to doc/NOTES

  .depends is added to DISTCLEANDIRS only for non-empty SRCS

  mkc_imp.intexts.mk: new error type for odd tokens in INTEXTS_REPLS

  MKDEP_CC is shquoted when passed to mkdep(1) as CC.

  Code clean-ups, more regression tests.

  This release was sucessfully tested on the following platforms.
  NetBSD-6.1/x86_64/gcc-4.5, FreeBSD-9.0/i386/gcc-4.2,
  OpenBSD-4.9/i386/gcc-4.2, DragonFlyBSD-3.4/x86_64/gcc-4.7,
  Darwin-14.0/x86_64/clang-600.0.53, SunOS-5.11/i86pc/gcc-4.7,
  SunOS-5.10/sparc/{gcc-4.8,SunStudio-12.3}, diverse
  Linux-es/{gcc,icc-12.1,SunStudio-12.3}, Haiku/gcc-4.8.

(cheusov)

2014-09-14 12:48:35 UTC MAIN commitmail json YAML

2014-09-14 09:40:57 UTC MAIN commitmail json YAML

+ calibre-2.3.0, kdevelop-4.7.0, libfolks-0.10.0, mednafen-0.9.36.4,
  raine-0.63.11.

(wiz)

2014-09-13 22:23:29 UTC MAIN commitmail json YAML

2014-09-13 22:07:21 UTC MAIN commitmail json YAML

Updated textproc/hs-parsec to 3.1.6

(szptvlfn)

2014-09-13 22:06:52 UTC MAIN commitmail json YAML

Update to 3.1.6

CHANGES:
3.1.6

- Export 'Text' instances from Text.Parsec
- Make Text.Parsec exports more visible
- Re-arrange Text.Parsec exports
- Add functions 'crlf' and 'endOfLine' to Text.Parsec.Char for handling
  input streams that do not have normalized line terminators.
- Fix off-by-one error in Token.charControl

(szptvlfn)

2014-09-13 22:06:35 UTC MAIN commitmail json YAML

Updated textproc/hs-case-insensitive to 1.2.0.1

(szptvlfn)

2014-09-13 22:06:12 UTC MAIN commitmail json YAML

2014-09-13 22:05:51 UTC MAIN commitmail json YAML

Updated textproc/hs-blaze-html to 0.7.0.3

(szptvlfn)

2014-09-13 22:05:22 UTC MAIN commitmail json YAML

Update to 0.7.0.3

CHANGELOG:
- 0.7.0.3
    * Dependency bump to allow `text-1.2`

(szptvlfn)

2014-09-13 22:05:07 UTC MAIN commitmail json YAML

Updated textproc/hs-blaze-markup to 0.6.1.1

(szptvlfn)

2014-09-13 22:04:41 UTC MAIN commitmail json YAML

2014-09-13 22:04:28 UTC MAIN commitmail json YAML

Updated devel/hs-blaze-builder to 0.3.3.3

(szptvlfn)

2014-09-13 22:04:01 UTC MAIN commitmail json YAML

2014-09-13 22:03:38 UTC MAIN commitmail json YAML

Updated devel/hs-text to 1.2.0.0

(szptvlfn)

2014-09-13 22:03:04 UTC MAIN commitmail json YAML

Update to 1.2.0.0

changelog:
1.2.0.0

* Fixed an integer overflow in the replace function
  (https://github.com/bos/text/issues/81)

* Fixed a hang in lazy decodeUtf8With
  (https://github.com/bos/text/issues/87)

* Reduced codegen bloat caused by use of empty and single-character
  literals

* Added an instance of IsList for GHC 7.8 and above

(szptvlfn)

2014-09-13 18:50:21 UTC MAIN commitmail json YAML

Updated lang/polyml to 5.5.2

(asau)

2014-09-13 18:23:38 UTC MAIN commitmail json YAML

Update to Poly/ML 5.5.2

Most of the changes are bug fixes.  One major fix was to the
intermediate code optimiser reported back in September.
Other changes are the addition of PrettyStringWithWidth and
PrettyLineBreak constructors to the PolyML.pretty datatype,
Thread.Thread.numPhysicalProcessors to return the number of
physical processors and printing ?.t in circumstances where t is
bound to a different type.  The debugger has been extended to
include structures and the arguments to functors.

(asau)

2014-09-13 18:13:24 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4499 - requested by morr
net/haproxy: security update

Revisions pulled up:
- net/haproxy/Makefile                                          1.13-1.15
- net/haproxy/PLIST                                            1.5
- net/haproxy/distinfo                                          1.9-1.11
- net/haproxy/options.mk                                        1.1
- net/haproxy/patches/patch-aa                                  1.5
- net/haproxy/patches/patch-ab                                  deleted
- net/haproxy/patches/patch-standard_h                          1.1

---
  Module Name: pkgsrc
  Committed By: fhajny
  Date: Mon Jul 14 15:30:10 UTC 2014

  Modified Files:
  pkgsrc/net/haproxy: Makefile PLIST distinfo
  pkgsrc/net/haproxy/patches: patch-aa
  Added Files:
  pkgsrc/net/haproxy: options.mk
  pkgsrc/net/haproxy/patches: patch-standard_h
  Removed Files:
  pkgsrc/net/haproxy/patches: patch-ab

  Log Message:
  Update haproxy to 1.5.2. Introduce support for OpenSSL, PCRE and Zlib.

  1.5.2
  -----
  Two extra important issues were discovered since 1.5.1 which were fixed
  in 1.5.2. The first one can cause some sample fetch combinations to fail
  together in a same expression, and one artificial case (but totally
  useless) may even crash the process. The second one is an incomplete
  fix in 1.5-dev23 for the request body forwarding. Hash-based balancing
  algorithms and http-send-name-header may fail if a request contains
  a body which starts to be forwarded before the contents are used.
  A few other bugs were fixed, and the max syslog line length is now
  configurable per logger.

  1.5.1
  -----
  Version 1.5.1 fixes a few bugs from 1.5.0 among which a really annoying
  one which can cause some file descriptor leak when dealing with clients
  which disappear from the net, resulting in the impossibility to accept
  new connections after some time.

  1.5.0
  -----
  1.5 expands 1.4 with many new features and performance improvements,
  including native SSL support on both sides with SNI/NPN/ALPN and OCSP
  stapling, IPv6 and UNIX sockets are supported everywhere, full HTTP
  keep-alive for better support of NTLM and improved efficiency in
  static farms, HTTP/1.1 compression (deflate, gzip) to save bandwidth,
  PROXY protocol versions 1 and 2 on both sides, data sampling on
  everything in request or response, including payload, ACLs can use
  any matching method with any input sample maps and dynamic ACLs
  updatable from the CLI stick-tables support counters to track
  activity on any input sample custom format for logs, unique-id,
  header rewriting, and redirects, improved health checks (SSL,
  scripted TCP, check agent, ...), much more scalable configuration
  supports hundreds of thousands of backends and certificates without
  sweating.

  Full changelog for the 1.5 branch:

  http://www.haproxy.org/download/1.5/src/CHANGELOG

---
  Module Name: pkgsrc
  Committed By: fhajny
  Date: Sun Jul 27 16:33:36 UTC 2014

  Modified Files:
  pkgsrc/net/haproxy: Makefile distinfo

  Log Message:
  Update haproxy to 1.5.3.

  2014/07/25 : 1.5.3
  - DOC: fix typo in Unix Socket commands
  - BUG/MEDIUM: connection: fix memory corruption when building a proxy
    v2 header
  - BUG/MEDIUM: ssl: Fix a memory leak in DHE key exchange
  - DOC: mention that Squid correctly responds 400 to PPv2 header
  - BUG/MINOR: http: base32+src should use the big endian version of base32
  - BUG/MEDIUM: connection: fix proxy v2 header again!

---
  Module Name: pkgsrc
  Committed By: morr
  Date: Fri Sep 12 21:37:38 UTC 2014

  Modified Files:
  pkgsrc/net/haproxy: Makefile distinfo

  Log Message:
  Update to version 1.5.4.

  Changes:

  - BUG: config: error in http-response replace-header number of arguments
  - BUG/MINOR: Fix search for -p argument in systemd wrapper.
  - BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
  - BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
  - MEDIUM: connection: add new bit in Proxy Protocol V2
  - BUG/MINOR: server: move the directive #endif to the end of file
  - BUG/MEDIUM: http: tarpit timeout is reset
  - BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
  - BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
  - BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
  - BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
  - BUG/MEDIUM: acl: correctly compute the output type when a converter is used
  - CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
  - BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer

(tron)

2014-09-13 18:13:08 UTC pkgsrc-2014Q2 commitmail json YAML

2014-09-13 18:04:50 UTC pkgsrc-2014Q2 commitmail json YAML

Fix pbulk problem caused by ticket #4497.

(tron)

2014-09-13 16:49:27 UTC MAIN commitmail json YAML

2014-09-13 16:47:56 UTC MAIN commitmail json YAML

Updated www/p5-Dancer2 to 0.150000

(wen)

2014-09-13 16:47:02 UTC MAIN commitmail json YAML

Update to 0.150000
Add missing DEPENDS.

Upstream changes:
0.150000  2014-08-17 01:35:16CEST+0200 Europe/Amsterdam

    [ DOCUMENTATION ]
    * GH #657: Update multi-app example in cookbook to include route
      merging. (Bas Bloemsaat)
    * GH #643: Improve session factory docs by mentioning Dancer2::Config.
      (Andy Jack)

    [ BUG FIXES ]
    * Postponed hooks are no longer sent to all Apps.
      (Sawyer X, Mickey Nasriachi)
    * 404 File Not Found Application reworked to stay up to date with
      postponed hooks merging in multiple apps. (Russell Jenkins)
    * GH #610, #662: Removed two circular references memory leaks!
      (Russell Jenkins)
    * GH #633: Log an error when a hook dies. (DavsX)

    [ ENHANCEMENT ]
    * Allow settings apps in the psgi_app() call by name or regex.
      (Sawyer X)
    * GH #651: silly typo in clearer method name (DavsX).

0.149000_02 2014-08-10 13:50:39CEST+0200 Europe/Amsterdam

    [ ENHANCEMENT ]
    * GH #641: Adding a shim layer to prevent available hooks (and
      thus plugins) from breaking.
    * Each App can now define its own configuration. The Runner's
      application-specific configure has been untangled.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Multiple Dancer App support. You can now create a App-specific
      PSGI application using MyApp->psgi_app.
      (Russell @veryrusty Jenkins, Sawyer X, Mickey Nasriachi)
    * Add routes and hooks to an existing app on import.
      (Russell @veryrusty Jenkins, Stevan Humphrey, Stefan racke
      Hornburg, Jean Stebens, Chunzi, Sawyer X, Mickey Nasriachi)
    * Allow DSL class to be specified in configuration file.
      (Stevan Humphrey)
    * forward() now returns a new request which is then just runs
      the dispatching loop again. (Sawyer X, Mickey Nasriachi)

    [ BUG FIXES ]
    * GH #336: Set log level correctly.
      (Andrew Solomon, Pedro Bruno)
    * GH #627, #607: Remove potential context issues with returning
      undef explicitly. (Javier Rojas)
    * GH #646: Fix whitespacing for tests. (DavsX)

0.149000_01 2014-07-23 21:31:21CEST+0200 Europe/Amsterdam

    *************************** NOTICE ***************************
    * This very is a major upgrade                              *
    * We untangled the context, DSL implementation a bit        *
    * Please check your code, including your plugins, thoroughly *
    * Thank you                                                  *

    [ ENHANCEMENTS ]
    * GH #589: Removing Dancer2::Core::Context global context variable.
      Finally in.
      (Sawyer X, Mickey Nasriachi, Russell @veryrusty Jenkins)

    [ BUG FIXES ]
    * GH #606, #605: Fix for setting public directory.
      (Ivan Kocienski, Russell Jenkins, Stefan @racke Hornburg)
    * GH #618, #620: Fix jQuery link generated by CLI skeleton.
      (Micha Wojciechowski)
    * GH #589: Major memory leak fix by removal of Dancer2::Core::Context.

    [ ENHANCEMENTS ]
    * GH #620: Bump jQuery to 1.11.1. (Micha Wojciechowski)

(wen)

2014-09-13 16:41:38 UTC MAIN commitmail json YAML

Added www/p5-LWP-Protocol-PSGI version 0.07

(wen)

2014-09-13 16:40:04 UTC MAIN commitmail json YAML

add p5-LWP-Protocol-PSGI

(wen)

2014-09-13 16:38:45 UTC MAIN commitmail json YAML

Import LWP-Protocol-PSGI-0.07 as www/p5-LWP-Protocol-PSGI.

LWP::Protocol::PSGI is a module to hijack any code that uses
LWP::UserAgent underneath such that any HTTP or HTTPS requests can be
routed to your own PSGI application.

(wen)

2014-09-13 16:02:32 UTC MAIN commitmail json YAML

Updated devel/p5-Safe-Isa to 1.000005

(wen)

2014-09-13 16:01:14 UTC MAIN commitmail json YAML

Update to 1.000005

Upstream changes:
1.000005 - 2014-08-16
  - comment blessed use so people who don't know perl stop trying to break it
  - add link to lightning talk given at YAPC::NA 2013

1.000004 - 2013-09-18
  - fixed slightly mangled metadata from last release

1.000003 - 2013-03-25
  - fix NAME in Makefile.PL (RT#84212)

(wen)

2014-09-13 15:18:44 UTC MAIN commitmail json YAML

2014-09-13 15:17:42 UTC MAIN commitmail json YAML

Updated archivers/gsharutils to 4.13.5
Updated archivers/nulib2 to 2.2.0
Updated graphics/GUIlib to 1.2.1
Updated misc/vera to 1.21a
Added games/prboom-plus version 2.5.1.3

(shattered)

2014-09-13 14:35:25 UTC MAIN commitmail json YAML

Only add -lgcc_s explicitly on NetBSD 5. Disable parallel GC in
rules.make and explicitly on calls to ant. Be nice and raise the memory
limit to 1G. Adjust ant rules to also apply SerialGC + 1G limit.

This currently reverts to the default settings for !BSD, if necessary
the changes to rules.make should be copied.

Add a small fragment for providing lang/openjdk7/libs with compat
versions of libstdc++ and libgcc_s to allow using the GCC bootstrap in a
pure clang release. Versions can be obtained from NetBSD 6's base.tgz.

(joerg)

2014-09-13 12:55:06 UTC MAIN commitmail json YAML

Import prboom-plus-2.5.1.3 as games/prboom-plus.

PrBoom+ is a modified version of id Software's classic game DOOM.  It
runs on several platforms (including Win32 and Unixes) and features many
additions to the original game.  It also supports multiplayer games.

(shattered)

2014-09-13 12:01:16 UTC MAIN commitmail json YAML

Update to 1.21a.  Changes:

    Fixed file inclusion error for FDL when using makeinfo.
    Switch to FDL version 1.3.

(shattered)

2014-09-13 11:44:44 UTC MAIN commitmail json YAML

Update to 1.2.1 (2007). Changes:

* Updated automake and libtool support
* Placed in the public domain

(shattered)

2014-09-13 11:10:58 UTC MAIN commitmail json YAML

Update to 2.2.0 (2007). Changes:

    - Fix handling of MS-DOS reserved names.  Besides handling names like
      "con", we also need to handle "con.foo.txt".
    - Auto-detect and handle "bad Mac" archives.
    - Added "kNuValIgnoreLZW2Len" flag, which enables NuLib2 to handle
      archives created by an unknown but badly broken program.

    - Switched from GPL to BSD license.

(shattered)

2014-09-13 11:03:17 UTC MAIN commitmail json YAML

SunOS getopt doesn't define/use optreset

(richard)

2014-09-13 10:53:04 UTC MAIN commitmail json YAML

Update to 4.13.5 (2013). Changes:

* output file names may be encoded in the uuencoded file.
  By specifying '--encode' on the command line, the output
  file name will be base64 encoded in the uuencode file.

(shattered)

2014-09-13 10:42:18 UTC MAIN commitmail json YAML

Updated audio/milkytracker to 0.90.86
Updated misc/kdrill to 6.5
Updated mail/popa3d to 1.0.3
Updated news/leafnode to 1.11.10
Updated games/ltris to 1.0.19

(shattered)

2014-09-13 09:47:11 UTC MAIN commitmail json YAML

2014-09-13 07:36:37 UTC MAIN commitmail json YAML

2014-09-13 07:33:33 UTC MAIN commitmail json YAML

2014-09-13 07:32:54 UTC MAIN commitmail json YAML

Fix REPLACE_PERL description and extend REPLACE_{,C,K,BA}SH one.

(wiz)

2014-09-13 07:30:15 UTC MAIN commitmail json YAML

Rev the distfile patch.
  - roll in patch-xfile.hc
  - fix build with the solaris compiler
  - use snprintf instead of sprintf (mostly)
  - tidy a few things

There is a problem between this thing's precompiler and clang such
that clang builds fail with spurious errors about unterminated string
constants. I don't see what's wrong.

Also, in the course of doing the snprintf changes I discovered that
this depends on both csh and netpbm existing at runtime, so add the
necessary bits.

PKGREVISION -> 4.

(dholland)

2014-09-13 02:46:21 UTC MAIN commitmail json YAML

Updated multimedia/gecko-mediaplayer to 1.0.9

(obache)

2014-09-13 02:46:11 UTC MAIN commitmail json YAML

Update gecko-mplayer to 1.0.9.

Development
1.0.9
1.0.9b
    Work around pkg-config issue for xulrunner 25, 2.23 and seamonkey 2.23 and higher (missing compiler flag)
    Work around pkg-config issue for xulrunner 26 (missing compiler flag)
1.0.9a
    Updated German translation
    Add in code from Issue #184 to see if this helps the Debian folks with running the plugin on older versions

(obache)

2014-09-13 02:43:46 UTC MAIN commitmail json YAML

Updated multimedia/gnome-mplayer to 1.0.9

(obache)

2014-09-13 02:43:36 UTC MAIN commitmail json YAML

Update gnome-mplayer to 1.0.9.

Development
1.0.9
    Fix storing of disable fetch cover art preference
    Work on fixing fullscreen mode hanging when control menu goes thru show/hide sequence
    Prevent window from going fullscreen on startup when embedded
    Tracker size adjustments so that it does not look wrong in gecko-mediaplayer
    Set audio and subtitle language to English by default if not specified in configuration
        better than Zuni by default
    Hide debug message
1.0.9b
    Fix problem with preferences dialog not having focus when opened
    Fix problem with subtitles reappearing after they have been disabled after
        pause/play cycle Issue #703
    Set window properties to be common for all the created windows
    Updated Japanese translation
    Updated Hungarian translation
    Updated Polish translation
    Updated Portuguese translation
1.0.9a
    Fix backwards chapter seeking
    Use display_name in mpris title when title cannot be pulled from gmtk
Fix problem with DVD images and folders not playing
    Consolidate nemo and nautilus plugin code so that it is shared
    Fix problem with --fullscreen command line flag
    Apply patch from Issue 688 to make icons work in RTL mode
    Update Korean translation
    Escape the name when obtained from the URI
Only restart if resume position is > 0
Protect for media == null in dbus-interface
    Tighten up the display in the nemo/nautilus plugins
    Add support for building Nemo plugin
Fix GDK Warning
Fix error in committed media resume preference
Add preference (Interface) Media Resume (Always Ask (default), Always without asking, Never)
Allow "Default Volume" (alsa disabled) to be changed
Set initial volume in gmtk_media_player when passed on command line
Disable screenshot menu when hardware codec are used with xvmc or vdpau
Add ability to specify mplayer binary on command line
Fix problem with screenshot being done twice in mplayer2 GMTK Issue #14
Updated Korean translation
Apply patch to make fullscreen work under tiled window managers
Set pref_volume to stored volume when asound is disabled
make --volume work with and without softvol enabled
cmd line option --volume should only work with softvol enabled
Fix problem with remembered softvol not being loaded Issue #675

(obache)

2014-09-13 02:40:49 UTC MAIN commitmail json YAML

Updated devel/gmtk to 1.0.9

(obache)

2014-09-13 02:40:38 UTC MAIN commitmail json YAML

Update gmtk to 1.0.9.

Development
1.0.9
    Don't force a minimum size on the tracker
1.0.9b
    Only do the media player allocation event if no video is present
    Fix parameter warning to gtk_widget_get_visible
    Add backend variable to gmtk.pc
    Run autoreconf
    Updated Hungarian translation
    Updated Polish translation
    Updated Portuguese translation
    Add key bindings for h tv_step_channel down and k tv_step_channel up
1.0.9a
    Only emit size_allocation when the widget is visible
    Fix bug where title was getting reset when genre was found
    Fix gnome-mplayer Issue 683 more granular
gmtk_media_player - fix OSD messages so they only displayed for level 1 and higher
    gmtk_media_player - exclude input.conf from file not found message
    Use case inspecific parsing of metadata attributes fixes issue #13

(obache)

2014-09-13 01:12:09 UTC MAIN commitmail json YAML

replace variable name "cc++" with "ccxx", "+" in the tail of variable name
may be ambiguous with "+=" operator.

(obache)

2014-09-13 00:57:00 UTC MAIN commitmail json YAML

Make pgsql option defult to off.

This option fixes a pgsql version, and we're not really set up to deal
with that.  It makes postgis only build for that one version.  So far,
I'm not aware of a reason to have pgsql support in gdal.  So, just
turn it off, and we can figure out a way to deal if there is actually
a need.

Discussed with Filip during postgis2 packaging, and I think suggested
to Brook and Adam.

(gdt)

2014-09-13 00:09:18 UTC MAIN commitmail json YAML

Updated www/ikiwiki to 3.20140815nb2

(schmonz)

2014-09-13 00:08:22 UTC MAIN commitmail json YAML

Avoid decoding Unicode twice in CGI forms with Perl 5.20's bundled
Encode.pm. Bump PKGREVISION.

(schmonz)

2014-09-12 23:20:10 UTC MAIN commitmail json YAML

Added games/atque version 1.1.2

(wiz)

2014-09-12 23:20:01 UTC MAIN commitmail json YAML

2014-09-12 23:19:48 UTC MAIN commitmail json YAML

Import atque-1.1.2 as games/atque, packaged for wip by Tim Larson.

Atque is a tool for merging/splitting resources to Marathon scenarios
compatible with Aleph One.

(wiz)

2014-09-12 22:18:50 UTC MAIN commitmail json YAML

Note update of www/wordpress

(morr)

2014-09-12 22:18:08 UTC MAIN commitmail json YAML

Update to version 4.0.

Major changes:

General

- Featured image previews now support .bmp files
- Featured Image meta box is now hidden for contributors lacking upload
  capabilities
- New supported oEmbed providers: CollegeHumor, Issuu, Mixcloud, YouTube
  playlists, TED talks
- Install WordPress in your language
- Streamlined Language management right from the dashboard

Posts

- Display embed previews for audio/visual URLs in Visual editor content
  box.
- Page scrolling now scrolls post content box.
- Edit Post/Page menu bar sticks to top of content box when scrolling
  (Visual and Text editor).
- Color picker was re-added to the Visual editor

Media

- Add Media Grid view option (default) for Media Library
- Add "Bulk Select" button to Media Grid view to delete multiple items
- Add oEmbed support for TED talks, Mixcloud, CollegeHumor.com, Issuu
- Expand oEmbed support to include YouTube playlist URLs and Polldaddy窶冱
  short URL format
- Remove Viddler oEmbed support
- Update SlideShare oEmbed regex
- Improved media experience on small screen sizes (embedded videos now
  responsive)
- Native video and audio shortcodes now support Flash playback looping

Comments

- Comments in trash can now be marked as spam.

Plugins

- Display plugins list as grid, with thumbnails, on Add New screen.
- Add popup window with plugin details (displays info from plugin's
  directory page).
- Add "Beta Testing" tab to Plugins screen for new features-as-plugins.

Accessibility

- Improved keyboard accessibility in the Add Media panel
- Improved screen-reader support for Customizer sections
- Makes links in help tabs keyboard accessible
- Improvements for screen-readers when managing widgets in the
  Customizer

Install Process

- Add language select menu as first Installation screen (skipped for
  localized installs)

Multisite

- mp4 file extension was added to allowed upload file types

(morr)

2014-09-12 22:01:28 UTC MAIN commitmail json YAML

Update to 1.0.19 (2013). Changes:

- reset key states when unpausing to prevent unwanted movement

(shattered)

2014-09-12 21:58:45 UTC MAIN commitmail json YAML

Update to 1.11.10 (2013).  Notable changes:

- Performance optimization, reported by Gary R. Schmidt.
- Fix a file descriptor leak in fetchnews.c's getbody_newno function
- When complaining that we are unable to switch the user ID, report the
  current real and effective user IDs to ease debugging.

- Leafnode now enables IPv6 support by default. Use --without-ipv6 to disable.
- Leafnode now supports detecting if a peer is in a local network also
  for IPv6 global addresses, providing that the host OS provides getifaddrs().
  This comprises Linux, NetBSD, FreeBSD, but not, for instance, Solaris 10.

(shattered)

2014-09-12 21:50:49 UTC MAIN commitmail json YAML

Update to 1.0.3 (2012).  Changes:

Handle possible NULL returns from crypt(3).

Revised the included MD5 routines to help the compiler detect a common
subexpression between steps in round 3.

Switched to heavily cut-down BSD license.

(shattered)

2014-09-12 21:47:23 UTC MAIN commitmail json YAML

Update to 6.5.  Notable changes:

Added radical search.
Added usefile toggle in multikanji search display.
'cheat' is now a toggle highlight for the current question.
Added [return] key accelerator for stroke count search.

Added handling of non-shifted JIS for cut-n-paste (rxvt support)
Added handling of ascii-escaped unicode char cut-n-paste
  (for pan, and other gtk2 based progs)
Patched doJISConvert to understand gtk2 unicode cutnpaste format.

Fixed buffer overflow in doJISConvert, that made coredumps
  for long cut-n-paste strings.
Fixed bug in matchromaji() that was giving bogus matches too soon.

(shattered)

2014-09-12 21:38:31 UTC MAIN commitmail json YAML

Note update of net/haproxy

(morr)

2014-09-12 21:37:38 UTC MAIN commitmail json YAML

Update to version 1.5.4.

Changes:

- BUG: config: error in http-response replace-header number of arguments
- BUG/MINOR: Fix search for -p argument in systemd wrapper.
- BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
- BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
- MEDIUM: connection: add new bit in Proxy Protocol V2
- BUG/MINOR: server: move the directive #endif to the end of file
- BUG/MEDIUM: http: tarpit timeout is reset
- BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
- BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
- BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
- BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
- BUG/MEDIUM: acl: correctly compute the output type when a converter is used
- CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
- BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer

(morr)

2014-09-12 21:31:39 UTC MAIN commitmail json YAML

Update to 0.90.86 (2013).  Notable changes:

Milkyplay license changed from GPL to BSD (MilkyTracker remains GPL).
LHA, gzip and LZX compression support.
Colour table import/export.
Unsafe notes now shown in red when "PT 3 octave limit" option enabled.

Bug in xm loader for old xm variant causing 8 bit samples to not load correctly.
Crash when MilkyTracker attempts to load a non-existant file.
Instrument vibrato depth value gets doubled when copying instruments.
Loss of data when using 'backward' sample filter.
Crash when storing colour presets.
Segfault when loading XMs with zero-length loop.

(shattered)

2014-09-12 21:29:22 UTC MAIN commitmail json YAML

2014-09-12 21:20:01 UTC MAIN commitmail json YAML

Updated lang/abcl to 1.3.1

(asau)

2014-09-12 21:12:17 UTC MAIN commitmail json YAML

2014-09-12 21:10:36 UTC MAIN commitmail json YAML

Added devel/hs-resourcet version 1.1.2.3

(szptvlfn)

2014-09-12 21:10:09 UTC MAIN commitmail json YAML

Import resourcet-1.1.2.3 as devel/hs-resourcet,
packaged for wip.

A full tutorial is available at
https://www.fpcomplete.com/user/snoyberg/library-documentation/resourcet.

This package was originally included with the conduit package, but has
existed as a separate package for quite a while. It is fully usable outside
of conduit.

(szptvlfn)

2014-09-12 20:29:30 UTC MAIN commitmail json YAML

Update to ABCL 1.3.1
While here, add test target. Temporarily require network access for it.

Changes since previous package:

Version 1.3.1
=============
http://abcl.org/svn/tags/1.3.1/
30-APR-2014

## Fixed

*  The underlying Java Function Interface (JFI) now converts CL:T and
  CL:NIL to JAVA:+TRUE+ and JAVA:+FALSE+.  Users who wish to
  reference a JAVA:+NULL+ should do so explicitly.

*  Make JCALL work in more places.  Thanks to Olof-Joachim Frahm.
  <http://abcl.org/trac/changeset/14683>

*  Interpolate CL:SLEEP and THREADS:OBJECT-WAIT for timeouts below the
  Planck timer ("1ns") to a nanosecond.
  <http://abcl.org/trac/changeset/14679>

*  Update to ASDF 3.1.0.103.
  <http://abcl.org/trac/changeset/14661>

  Fixes loading of Ironclad and other Quicklisp systems.

*  Fix Uniform Naming Convention (aka "UNC" or "network") paths under Windows.
  <http://abcl.org/trac/changeset/14659>

  DIRECTORY now works again on UNC paths.

  UNC paths may be either specified with either back slash (#\\) or
  forward slash (#\/) doubled as the first character in a Pathname
  namestring.

  The patterns in

        //<server>/<share>/[directories-and-files]

  are parsed as

    <server> is stored as HOST.

    <share> is stored as DEVICE.

    [directories-and-files] gets parsed as per the normal rules under
    Windows.

  Mixing namestrings with both backslash and slash characters can
  lead to unpredictable results.  It is recommended not to use
  backslash characters in namestrings if it can be avoided.  The
  pathname printed representation is always normalized to using
  forward slash delimiters.

*  Find contrib based on system jar name.
  <http://abcl.org/trac/changeset/14657>

  From Olof-Joachim Frahm.

Version 1.3.0
=============
http://abcl.org/svn/tags/1.3.0/
15-MAR-2014

## Features

*  Make LispStackFrame.UNAVAILABLE_ARG a singleton object,
  and lazily create the little used portions of the Lisp stack.

    Aggressively cache and control the use of memory by the underlying
    Lisp stack frame representation by introducing the private
    LispThread.StackFrame and LispThread.StackSegments classes.

    Contributed by Dmitry Nadezhin.

    LispStackFrame object are allocated on every
    LispThread.execute(...) .  However, they are seldom [accessed]
    ([... verify via] inspect[tion of the] stack trace). This patch
    delays allocation of LispStackFrame? objects until they are
    requested.  Raw information about stack frames is stored in
    stack. Stack is an Object[] array (more precisely a list of [...]4
    [Mib] Object[] arrays).

    ME: We are going to need a way to try to less agressively grab 4Mib
    chunks in low memory situations.

    Memory profiling of ABCL shows that the classes with largest
    allocation count are org.armedbear.lisp.LispStackFrame and
    org.armedbear.lisp.LispStackFrame.UnavailableArgument.

    Contributed by Dmitry Nadezhin.

    [r14572]: http://abcl.org/trac/changeset/14572
    [r14579]: http://abcl.org/trac/changeset/14579

*  ASDF 3.0.1.94 shipped with the implementation

*  per function call stack and memory exception handler in CL:COMPILE

  Inline calls to jrun-exception-protected (used by handler-bind to
  catch out of memory conditions).  This commit saves generation
  roughly 50 cls files.

  [r14552]: http://abcl.org/trac/changeset/14552

*  SYS:SHA256 audited

    The functionality if the SYS:SHA256 algorithim has been audited for
    use on inputs of single for files with recently shipping ORCL Java 7
    implementations (through jdk-1.7.0_51).

    [r14582]:  http://abcl.org/trac/changeset/14582

* Connect to NetBeans controlled JDWP via SLIME

    The Netbeans IDE configuration now includes a way to connect to
    the running-under-jdb ABCL via SLIME.  One needs a version of
    SLIME able to be loaded from its 'swank.asd' definition.

* Install 'abcl.jar' and 'abcl-contrib.jar' locally as Maven artifacts

    The Ant `abcl.mvn.install` target now installs build artifacts
    into the local Maven repository (Olof-Joachim Frahm)

    [r14579]: http://abcl.org/trac/changeset/14606

## Compatibility

*  CL:DIRECTORY

  The implementation specific :RESOLVE-SYMLINKS argument to the ANSI
  DIRECTORY function has been changed to nil.  This implements
  behavior closer to SBCL and guarantees that a DIRECTORY operation
  will not signal a file error.

  [r14619]: http://abcl.org/trac/changeset/14619
  [ticket-340]: http://abcl.org/trac/ticket/340

## Fixes

*  Fix CL:SLEEP for intervals less than a millisecond.

  For intervals less than or equal to a nanosecond, including an
  interval of zero, the current thread merely yields execution to
  other threads.

  [r14632]: http://abcl.org/trac/changeset/14632

## Tested

### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.7.0_51-b13" "x86_64-Mac_OS_X-10.9.1"

### "Java_HotSpot(TM)_64-Bit_Server_VM-Oracle_Corporation-1.8.0-b129" "x86_64-Mac_OS_X-10.9.2"

## Contrib

#### abcl-asdf

*  Now working with both Maven 3.0.x and 3.1.x.  Thanks to Anton for
  the help!

  [ticket-328]: http://abcl.org/trac/ticket/328

*  cache Maven dependency resolution to avoid repeated lookups.

  Instead of calling ABCL-ASDF:RESOLVE in both the ASDF COMPILE-OP
  and LOAD-OP, we now cache the result of invocation in COMPILE-OP
  and add this value in the LOAD-OP phase. Contributed by Cyrus
  Harmon.

  [r14631]: http://abcl.org/trac/changeset/14631

#### jna

  Now references jna-4.0.0.  Some incompatibility with CFFI ([in
  progress with fixing upstream][cffi-easye]).

[cffi-easye]: http://github.com/easye/cffi/

(asau)

2014-09-12 17:09:24 UTC MAIN commitmail json YAML

Updated mail/qmail-run to 20140912

(schmonz)

2014-09-12 17:07:10 UTC MAIN commitmail json YAML

Bump default limits for qmail-{pop3d,smtpd} to 140MB, since a process
on NetBSD/amd64 needs 128MB for a stack these days (thanks riastradh@).
Bump version.

(schmonz)

2014-09-12 13:52:20 UTC MAIN commitmail json YAML

Replace Python interpreter in __init__.py to squelch pkgsrc warning.
Seems unlikely to matter much in practice; ride recent version bump.

(schmonz)

2014-09-12 12:55:41 UTC MAIN commitmail json YAML

Added devel/p5-Path-IsDev version 1.001002

(wen)

2014-09-12 12:54:10 UTC MAIN commitmail json YAML

Add p5-Path-IsDev

(wen)

2014-09-12 12:52:12 UTC MAIN commitmail json YAML

Import Path-IsDev-1.001002 as devel/p5-Path-IsDev.

This module is more or less a bunch of heuristics for determining if a
given path is a development tree root of some kind.

This has many useful applications, notably ones that require
behaviours for "installed" modules to be different to those that are
still "in development".

(wen)

2014-09-12 11:27:56 UTC MAIN commitmail json YAML

Updated www/squidanalyzer to 6.0

(adam)

2014-09-12 10:39:57 UTC MAIN commitmail json YAML

patch-Makefile.PL not needed anymore

(adam)

2014-09-12 10:21:42 UTC MAIN commitmail json YAML

Changes 6.0:
Multiple access.log files can be processed at the same time.
Multiprocess mode can be activated using the -j N command line option.
New ExcludedMimes configuration directive to exclude from statistics a comma separated list of mime-type or using regex like text/.*.
New ExcludedMethods configuration directive to exclude from statistics a comma separated list of HTTP methods (GET,POST,CONNECT,...).
New translation available: pl_PL

(adam)

2014-09-12 09:03:35 UTC MAIN commitmail json YAML

Updated textproc/p5-Pod-Markdown to 2.002

(wen)

2014-09-12 09:02:33 UTC MAIN commitmail json YAML

Update to 2.002

Upstream changes:
2.002    2014-07-05T15:20:40Z

  - Docs: Add example of command line usage to Synopsis.
    Thanks, Cindy Wang!

2.001    2014-04-20T02:40:11Z

  - Use double-asterisk instead of double-underscore for bold Markdown.
    This allows bold and italic to be nested without confusing parsers.
    Thanks to Mike Covington for the great pull request (gh-9)!

2.000    2014-02-01T14:38:27Z

  - Releasing previous (1.99[01]) as stable
    (now uses Pod::Simple instead of Pod::Parser).
    See below for changes.

1.991-TRIAL 2014-01-03T04:07:49Z

  [Test Fixes]
  - Ignore worthless testing of empty links that fail with Pod::Simple 3.16.

1.990-TRIAL 2014-01-02T14:13:40Z

  [Enhancements]
  - Change backend from Pod::Parser to Pod::Simple.
    Previous documented API has been ported
    however the Pod::Simple API should be preferred for new code.
  - Improve escaping of markdown characters.
  - Accept for/begin 'markdown' and 'html' regions by default.
  - Represent over/back regions without items as blockquotes.

  [Backward Incompatible Changes]
  - E<> codes used to produce equivalent html entities (&foo;).
    These now simply print the corresponding unicode character as utf-8.
    If you desire alternate behavior please report a bug.
  - Tabs are now expanded.

(wen)

2014-09-12 08:50:56 UTC MAIN commitmail json YAML

Updated devel/p5-Test-File to 1.39

(wen)

2014-09-12 08:49:52 UTC MAIN commitmail json YAML

Update to 1.39
Add missing BUILD_DEPENDS
Add a patch to fix test

Upstream changes:
1.39 - Thu Sep 11 05:46:58 2014
* Allow tests to run in parallel (RT #89908 and RT #91862)

1.38 - Thu Sep 11 04:03:42 2014
* Add xmikew's mtime test fucntions. GitHub issue #8

1.37 - Thu Sep 11 03:46:00 2014
* Uncomment accidently commented symlink_target_is_absolute_ok

(wen)

2014-09-12 08:12:45 UTC MAIN commitmail json YAML

Added devel/p5-Test-utf8 version 1.01

(wen)

2014-09-12 08:11:11 UTC MAIN commitmail json YAML

Add p5-Test-utf8

(wen)

2014-09-12 08:09:23 UTC MAIN commitmail json YAML

Import Test-utf8-1.01 as devel/p5-Test-utf8.

This module is a collection of tests useful for dealing with
utf8 strings in Perl.

(wen)

2014-09-12 07:58:12 UTC MAIN commitmail json YAML

small build fix to support PKG_DESTDIR_SUPPORT="user-destdir"

(spz)

2014-09-12 07:03:08 UTC MAIN commitmail json YAML

Updated misc/p5-Vroom to 0.37

(wen)

2014-09-12 07:02:09 UTC MAIN commitmail json YAML

Update to 0.37
Add missing DEPENDS

Upstream changes:
0.37 Mon Sep  8 16:40:13 PDT 2014
- All any extension. Fixes issue/14.

0.36 Sat Aug 16 12:52:50 PDT 2014
- Meta 0.0.2

0.35 Fri Aug 15 21:00:48 PDT 2014
- Add t/000-compile-modules.t

0.34 Sat Aug  9 00:28:19 PDT 2014
- Fix swim errors

0.33 Fri Aug  8 12:59:46 PDT 2014
- Switch hashbang to '#!/usr/bin/env perl'

0.32 Wed Jul 30 12:01:30 PDT 2014
- Change doc to swim
- Update Meta and add Contributing

0.31 Mon Jun 16 22:51:56 PDT 2014
- Try new travis excludes
- Use manual VERSION

0.30 Sat Jun 14 14:26:02 PDT 2014
- Update to Zilla::Dist

0.29 Wed Jun 12 09:29:51 PDT 2013
- Tests fixed by svennieboy++

0.28 Wed May 29 12:36:28 PDT 2013
- Buddy Burden++ added notes support!

0.27 Tue Jul 17 09:43:41 PDT 2012
- Support for running shell slides -- mikegrb++

(wen)

2014-09-12 06:04:45 UTC MAIN commitmail json YAML

Updated textproc/py-html2text to 2014.9.8

(wiz)

2014-09-12 06:04:36 UTC MAIN commitmail json YAML

Update to 2014.9.8:

2014.9.8 - 2014-09-08
=====================
----

* Fix #28: missing ``html2text`` package in installation.

(wiz)

2014-09-12 05:22:09 UTC MAIN commitmail json YAML

Rev the distfile patch:
  - remove references to <malloc.h>, which failed the build in MacOS
  - silence a bunch more compiler warnings
  - don't use index()
  - roll in the two current pkgsrc patches
  - some tidyup

PKGREVISION -> 7

(dholland)

2014-09-12 04:17:38 UTC MAIN commitmail json YAML

Use strerror, not sys_errlist. Probably fixes Solaris build and others.
While here patch some other legacy C issues as well.

(dholland)

2014-09-12 03:57:32 UTC MAIN commitmail json YAML

2014-09-12 03:54:13 UTC MAIN commitmail json YAML

Rip out struct sgttyb. And <termio.h>. This is 2014.

Should fix the build on Solaris and most other OSes that don't keep a
museum of historical BSD curiosities on tap.

Also, make the termios code already present actually work instead of
zeroing some things, using uninitialized values for others, and
thereby hanging up the tty. Given that some of the logic apparently
came from Debian patches, I'm not impressed. (I suppose Linux probably
doesn't honor hangup via setting the speed to 0.)

While here also fix up the window size handling.

Input now works properly for me (on NetBSD) and it didn't before I
started mucking around, so it seems like generally a step forward.

PKGREVISION -> 1.

(dholland)

2014-09-11 22:00:55 UTC MAIN commitmail json YAML

2014-09-11 21:59:56 UTC MAIN commitmail json YAML

Added sysutils/hs-temporary version 1.2.0.3

(szptvlfn)

2014-09-11 21:59:29 UTC MAIN commitmail json YAML

Import temporary-1.2.0.3 as sysutils/hs-temporary,
packaged for wip.

The functions for creating temporary files and directories in the base
library are quite limited. The unixutils package contains some good ones,
but they aren't portable to Windows. This library just repackages the Cabal
implementations of its own temporary file and folder functions so that you
can use them without linking against Cabal or depending on it being
installed.

(szptvlfn)

2014-09-11 21:59:06 UTC MAIN commitmail json YAML

2014-09-11 21:58:19 UTC MAIN commitmail json YAML

Added devel/hs-hint version 0.4.2.0

(szptvlfn)

2014-09-11 21:57:46 UTC MAIN commitmail json YAML

Import hint-0.4.2.0 as devel/hs-hint,
packaged for wip by pho.

This library defines an Interpreter monad. It allows to load Haskell
modules, browse them, type-check and evaluate strings with Haskell
expressions and even coerce them into values. The library is thread-safe
and type-safe (even the coercion of expressions to values). It is,
esentially, a huge subset of the GHC API wrapped in a simpler API.

(szptvlfn)

2014-09-11 21:48:52 UTC MAIN commitmail json YAML

Updated devel/libgetopt to 1.4.6

(jperkin)

2014-09-11 21:48:34 UTC MAIN commitmail json YAML

2014-09-11 21:35:33 UTC MAIN commitmail json YAML

Updated x11/xinit to 1.3.4

(wiz)

2014-09-11 21:35:24 UTC MAIN commitmail json YAML

Update to 1.3.4:

Alan Coopersmith (4):
      Fix warnings about parameters to startServer & startClient shadowing globals
      Pass files to cpp via CLI arg instead of stdin to workaround gcc 4.8 change
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Brad Smith (1):
      Remove hardcoded path to OpenSSL for OpenBSD

Hans de Goede (7):
      Remove unixware / sco support
      Bump required util-macros version to 1.19
      Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files
      startx: Under Linux start X on the current VT
      startx: Pass vtX as long as the user did not specify one
      startx: Make the bugzilla reference in a comment survive cpp
      processing
      xinit 1.3.4

(wiz)

2014-09-11 21:27:09 UTC MAIN commitmail json YAML

2014-09-11 20:29:07 UTC pkgsrc-2014Q2 commitmail json YAML

2014-09-11 20:28:57 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4495 - requested by obache
multimedia/adobe-flash-plugin11: security update

Revisions pulled up:
- multimedia/adobe-flash-plugin11/Makefile                      1.33
- multimedia/adobe-flash-plugin11/distinfo                      1.31

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Wed Sep 10 09:51:25 UTC 2014

  Modified Files:
  pkgsrc/multimedia/adobe-flash-plugin11: Makefile distinfo

  Log Message:
  Update adobe-flash-plugin11 to 11.2.202.406 fo APSB14-21.

(tron)

2014-09-11 19:32:49 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup tickets #4496, #4497 and #4498.

(tron)

2014-09-11 19:32:19 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4498 - requested by he
devel/p5-subversion: security update

Revisions pulled up:
- devel/p5-subversion/Makefile                                  1.81

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Aug 13 09:09:57 UTC 2014

  Modified Files:
  pkgsrc/devel/p5-subversion: Makefile

  Log Message:
  Changes  1.8.10:
  This release addresses two security issues:
      CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
      CVE-2014-3528: credentials cached with svn may be sent to wrong server.

(tron)

2014-09-11 19:16:33 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4497 - requested by obache
emulators/suse131_base: security update

Revisions pulled up:
- emulators/suse131_base/Makefile                              1.9 via patch
- emulators/suse131_base/distinfo                              1.7

---
  Module Name: pkgsrc
  Committed By: obache
  Date: Thu Sep 11 09:28:51 UTC 2014

  Modified Files:
  pkgsrc/emulators/suse131_base: Makefile distinfo

  Log Message:
  Bump suse131_base to nb5.

      openSUSE Security Update: glibc
  ___________________________________________________________________________
  ___

  Announcement ID:    openSUSE-SU-2014:1115-1
  Rating:            important
  References:        #887022 #892073 #894553
  Cross-References:  CVE-2014-0475 CVE-2014-5119 CVE-2014-6040

  Affected Products:
                      openSUSE 13.1
                      openSUSE 12.3
  ___________________________________________________________________________
  ___

      An update that fixes three vulnerabilities is now available.

  Description:

      glibc was updated to fix three security issues:

      - A directory traversal in locale environment handling was fixed
        (CVE-2014-0475, bnc#887022, GLIBC BZ #17137)

      - Disable gconv transliteration module loading which could be used for
        code execution (CVE-2014-5119, bnc#892073, GLIBC BZ #17187)

      - Fix crashes on invalid input in IBM gconv modules (CVE-2014-6040,
        bnc#894553, BZ #17325)

(tron)

2014-09-11 19:12:57 UTC pkgsrc-2014Q2 commitmail json YAML

Pullup ticket #4496 - requested by he
devel/java-subversion: security update
devel/p5-subversion: security update
devel/py-subversion: security update
devel/ruby-subversion: security update
devel/subversion-base: security update
www/ap2-subversion: security update

Revisions pulled up:
- devel/subversion-base/options.mk                              1.14
- devel/subversion/Makefile                                    1.57
- devel/subversion/Makefile.version                            1.70
- devel/subversion/distinfo                                    1.93
- devel/subversion/files/build-outputs.mk                      1.24

---
  Module Name: pkgsrc
  Committed By: adam
  Date: Wed Aug 13 09:08:55 UTC 2014

  Modified Files:
  pkgsrc/devel/subversion: Makefile Makefile.version distinfo
  pkgsrc/devel/subversion-base: options.mk
  pkgsrc/devel/subversion/files: build-outputs.mk

  Log Message:
  Changes  1.8.10:
  This release addresses two security issues:
      CVE-2014-3522: ra_serf improper validation of wildcards in SSL certs.
      CVE-2014-3528: credentials cached with svn may be sent to wrong server.

(tron)

2014-09-11 17:08:00 UTC MAIN commitmail json YAML

2014-09-11 17:03:32 UTC MAIN commitmail json YAML

Updated games/exchess-book-small to 20140911

(jperkin)

2014-09-11 17:03:11 UTC MAIN commitmail json YAML

Update package for newer exchess book generation arguments.

(jperkin)

2014-09-11 17:01:23 UTC MAIN commitmail json YAML

Updated games/exchess-book-medium to 20140911

(jperkin)

2014-09-11 17:01:10 UTC MAIN commitmail json YAML

Update package for newer exchess book generation arguments.

(jperkin)

2014-09-11 16:59:43 UTC MAIN commitmail json YAML

Updated games/exchess to 7.31beta

(jperkin)

2014-09-11 16:59:16 UTC MAIN commitmail json YAML

Update games/exchess to v7.31beta, this package's first update in 14 years.

The primary motivator for the upgrade is to improve the book generation
time, which is now several times faster (builds were failing with CPU ulimit
of 1 hour on 3GHz Xeon E5's with the previous version).  This new version
even supports multiple cores, though that isn't enabled at this time.

There appear to have been many other updates, but there is no ChangeLog
and there aren't even any intermediate versions for download (hence using
the current beta version).  Upstream unfortunately makes it as difficult
as possible to see the history of this package.

(jperkin)

2014-09-11 16:11:46 UTC MAIN commitmail json YAML

2014-09-11 14:00:18 UTC MAIN commitmail json YAML

2014-09-11 13:50:24 UTC MAIN commitmail json YAML

Ignore null returns in operator new implementations. They are generally
after aborts or asserts already.

(joerg)

2014-09-11 13:49:06 UTC MAIN commitmail json YAML

Revert, missed the earlier update for the same change.

(joerg)

2014-09-11 13:48:17 UTC MAIN commitmail json YAML

Screams for pkg-config.

(joerg)

2014-09-11 13:47:46 UTC MAIN commitmail json YAML

Explicitly remove -g if not using debug option. Significantly reduces
memory foot print of ld.

(joerg)

2014-09-11 13:46:30 UTC MAIN commitmail json YAML

Restrict to the same versions as Mercurial itself.

(joerg)

2014-09-11 10:47:58 UTC MAIN commitmail json YAML

Not python3 compatible due to py-mercurial dependency.

(jperkin)

2014-09-11 09:29:05 UTC MAIN commitmail json YAML

Updated emulators/suse131_base to 13.1nb5

(obache)

2014-09-11 09:28:51 UTC MAIN commitmail json YAML

Bump suse131_base to nb5.

  openSUSE Security Update: glibc
______________________________________________________________________________

Announcement ID:    openSUSE-SU-2014:1115-1
Rating:            important
References:        #887022 #892073 #894553
Cross-References:  CVE-2014-0475 CVE-2014-5119 CVE-2014-6040

Affected Products:
                    openSUSE 13.1
                    openSUSE 12.3
______________________________________________________________________________

  An update that fixes three vulnerabilities is now available.

Description:

  glibc was updated to fix three security issues:

  - A directory traversal in locale environment handling was fixed
    (CVE-2014-0475, bnc#887022, GLIBC BZ #17137)

  - Disable gconv transliteration module loading which could be used for
    code execution (CVE-2014-5119, bnc#892073, GLIBC BZ #17187)

  - Fix crashes on invalid input in IBM gconv modules (CVE-2014-6040,
    bnc#894553, BZ #17325)

(obache)

2014-09-11 07:28:42 UTC MAIN commitmail json YAML

Updated net/p5-Net-GitHub to 0.68

(wen)

2014-09-11 07:26:41 UTC MAIN commitmail json YAML

Update to 0.68

Upstream changes:
0.68    2014-08-30
        Fixed URI encoding issue #52 (sillymoose)

0.67_01 2014-08-22
        rewrite Net::GitHub::V3::Search (legacy methods is removed)

0.66    2014-07-31
        "Unrecognized LWP::UserAgent options" warning (RT #97639)

0.65    2014-06-29
        fix glob ref issue for perl < 5.14 (Alex Vandiver)

0.64    2014-06-27
        use decoded_content on res in upload_asset (Alex Vandiver)

0.63    2014-05-30
        fix pulls (RT 96068)

0.62    2014-05-27
        formal release, no code changes

0.61_01    2014-05-20
        from Any::Moose to Moo (github haarg (Graham Knop))

0.60    2014-05-16
        filters in commits, delete repos etc.

0.59    2014-03-30
        - upload_asset

0.58    2014-03-30
        - Release API

0.57    2014-03-07
        - POD fix (jotamjr)

0.56    2014-02-07
        - Add Subscription methods. (Kevin Falcone)

0.55    2013-12-19
        - remove JSON::XS requirements in Makefile.PL (no code changes)

0.54    2013-09-25
        - $user->contributions (mikegrb)(Rev Michael Greb)

0.53    2013.09.01
        - listing all public repos (kimmel)

0.52    2013.03.28
        - Fix argument handling for pulls (dagolden)

0.51    2013.03.14
        - move pod.t to xt and fix POD (RT 83926)

(wen)

2014-09-11 07:23:34 UTC MAIN commitmail json YAML

2014-09-11 07:22:47 UTC MAIN commitmail json YAML

Needs zlib, seen in Solaris build. PKGREVISION -> 2

(dholland)

2014-09-11 07:15:56 UTC MAIN commitmail json YAML

Use LOGIN_NAME_MAX instead of MAXLOGNAME, and don't rely on __unused
existing. Should improve non-NetBSD builds.

(dholland)

2014-09-11 06:45:45 UTC MAIN commitmail json YAML

Use <ctype.h> correctly. Yeah, this isn't all that important but I was
prodding the package for another reason and fixed it in passing.

(dholland)

2014-09-11 06:26:22 UTC MAIN commitmail json YAML

Remove patch that's not needed any longer after 0.26 update.

(wiz)

2014-09-11 06:03:03 UTC MAIN commitmail json YAML

Needs libiconv, fixes build on SunOS

(fhajny)

2014-09-11 02:01:06 UTC MAIN commitmail json YAML

Updated www/p5-Mojolicious to 5.39

(wen)

2014-09-11 02:00:20 UTC MAIN commitmail json YAML

Update to 5.39

Upstream changes:
5.39  2014-09-07
  - Improved decamelize performance.
  - Fixed bug in Mojo::Template where newline characters could get lost.

5.38  2014-09-05
  - Improved routes command to use new terminology for flags.
  - Fixed bug in Mojo::Util where tablify could not handle empty columns.

(wen)

2014-09-11 01:53:31 UTC MAIN commitmail json YAML

Updated www/p5-Dancer to 1.3129

(wen)

2014-09-11 01:52:03 UTC MAIN commitmail json YAML

Update to 1.3129

Upstream changes:
1.3129 2014-09-09
[BUG FIXES]
- Dzil conversion left 'dancer' script behind. (GH#1066)

[STATISTICS]
- code churn: 17 files changed, 1425 insertions(+), 1432 deletions(-)

1.3128 2014-09-09
[BUG FIXES]
- Remove test dependency for Person and Person::Child. (GH#1063)

1.3127 2014-09-08
[BUG FIXES]
- Test was using deprecated 'import_warnings'. (GH#1045, mokko)
- Fix default test names for headers and redirection test methods.
  (GH#1048, odyniec)
- DANCER_SERVER_TOKENS and DANCER_SESSION_INFO are now
  DANCER_NO_SERVER_TOKENS and DANCER_NO_SESSION_INFO. And working. :-)
  (GH#1014, Yanick Champoux)
- 'any' wasn't understanding 'del' (only 'delete').  (GH#1044, Yanick
  Champoux)

[DISTRIBUTION]
- Now using Dist::Zilla as package manager.

[DOCUMENTATION]
- Correct POD formatting for HTTP methods in introduction.pod. (GH#1047,
  Lx)

[ENHANCEMENTS]
- environment configs are now merged with the global config, versus the
  previous behavior that was overriding the whole config segments.
  (GH#1016, Yanick Champoux)
- Dancer::Handler::Debug now accepts env variables from the command-line.
  (GH#1056, Yanick Champoux)
- Accessing values abstracted as methods in Dancer::Session. (GH#1000,
  John Wittkoski)

(wen)

2014-09-10 21:41:39 UTC MAIN commitmail json YAML

2014-09-10 21:40:32 UTC MAIN commitmail json YAML

Added devel/hs-ghc-mtl version 1.2.1.0

(szptvlfn)

2014-09-10 21:40:07 UTC MAIN commitmail json YAML

Import ghc-mtl-1.2.1.0 as devel/hs-ghc-mtl,
packaged fro wip by pho.

Provides an mtl compatible version of the GhcT monad-transformer
defined in the GHC-API since version 6.10.1.

(szptvlfn)

2014-09-10 21:39:49 UTC MAIN commitmail json YAML