Commit graph

244117 commits

Author SHA1 Message Date
leot
1116c69ffd Updated misc/dvtm to 0.15 2016-01-20 14:34:51 +00:00
leot
a0bda69102 Update misc/dvtm to 0.15.
pkgsrc changes:
 * Delete NO_CONFIGURE and convert SUBST_STAGE.* to pre-configure as
   suggested in The pkgsrc guide. (no functional changes intended)

Changes:
 * More complicated default key bindings for potentially destructive
   actions to minimize the chance of accidental presses:

    MOD-x-x closes the focused window
    MOD-q-q quits dvtm

 * Simplified client creation code, elimination of useless intermediate
   shell. This should fix Mod-C (the creation of a new window with the
   same working directory as the currently focused window) for systems
   where procfs is available.
 * Copymode coloring: if enabled in config.def.h (which is currently only
   the case for less) the piped scrollback buffer will contain escape
   codes to preserve the coloring.

    $ DVTM_EDITOR=less dvtm

   Generate some colored output and press MOD-e (i.e. CTRL-g-e by
   default) less should now display the same content (that is with
   color) and provide search functionality etc.
 * Urgent flag indications (after a client received a bell) are redrawn
   as soon as possible.
 * Small bug fixes for terminal emulation and mouse actions.
   Slight cleanup of config.def.h and the dvtm-status script.
2016-01-20 14:34:35 +00:00
tnn
7239df6e6c fix test == operator 2016-01-20 13:37:25 +00:00
khorben
5e84b71d39 Remove support for APACHE_CUSTOM_CFLAGS
This goes as far back as 2001 (mk.conf.example) but there should not be any
reason to explicitly set CFLAGS for specific packages. In practice this
even fixes support for global CFLAGS in www/apache{22,24}.

ok gdt@
2016-01-20 13:29:29 +00:00
jperkin
c2993e86d7 Updated sysutils/checkperms to 1.11nb1 2016-01-20 11:49:22 +00:00
jperkin
3632b01aa6 Ensure we use largefile interfaces on SunOS, fixes checks against files
that are >2GB.  Bump PKGREVISION.
2016-01-20 11:49:13 +00:00
wiz
d2b4cf3556 Add 5 new fonts. 2016-01-20 11:40:59 +00:00
wiz
cdff14e183 Import Code-New-Roman-2.1beta1 as fonts/Code-New-Roman.
Code New Roman is aimed for use in programming environments and
other circumstances where a monospaced font is specified. All
characters have the same width, like old typewriters, making it a
good choice for programmers. This font improved and target to Mac
OS Western New Roman, MONACO, Windows Consolas/Lusida Consolas,
ABeeZee and Bitstream Vera Sans Mono.This font display allowed a
design with proportions closer to normal text than traditional
monospaced fonts like Courier. This allows for more comfortably
reading of extended text on screen. OpenType features include
hanging or lining numerals; slashed, dotted and normal zeros; and
alternative shapes for a number of lower-case letters. The look of
text can be tuned to personal taste by varying the number of bars
and waves.
2016-01-20 11:40:37 +00:00
wiz
97c988500d Import CutiveFont-0.0.20121026 as fonts/CutiveFont.
The design of Cutive, and this monospace sister family Cutive Mono,
is based on a number of classic typewriter typefaces, in particular
the faces of IBM's 'Executive,' and the older 'Smith-Premier.' In
Cutive these old faces re-emerge as webfonts that are useful for
adding character to body texts as well as in larger sizes for
headers and display.
2016-01-20 11:40:13 +00:00
wiz
0c787888e4 Import Hasklig-0.9 as fonts/Hasklig.
Programming languages are limited to relatively few characters. As
a result, combined character operators surfaced quite early, such
as the widely used arrow (->), comprised of a hyphen and greater
sign. It looks like an arrow if you know the analogy and squint a
bit.

Composite glyphs are problematic in languages such as Haskell which
utilize these complicated operators (=> -< >>= etc.) extensively.
The readability of such complex code improves with pretty printing.
Academic articles featuring Haskell code often use lhs2tex to
achieve an appealing rendering, but it is of no use when programming.

Some Haskellers have resorted to Unicode symbols, which are valid
in the ghc. However they are one-character-wide and therefore
eye-strainingly small. Furthermore, when displayed as substitutes
to the underlying multi-character representation, as vim2hs does,
the characters go out of alignment.

Hasklig solves the problem the way typographers have always solved
ill-fitting characters which co-occur often: ligatures. The underlying
code stays the same - only the representation changes.  Not only
can multi-character glyphs be rendered more vividly, other problematic
things in monospaced fonts, such as spacing can be corrected.
2016-01-20 11:39:41 +00:00
wiz
cd11310430 Import FiraCode-1.102 as fonts/FiraCode.
Fira Code is a Fira Mono font extended with a set of ligatures for
common programming multi-character combinations. This is just a
font rendering feature: underlying code remains ASCII-compatible.
This helps to read and understand code faster. For some frequent
sequences like .. or // ligatures allow us to correct spacing.
2016-01-20 11:38:44 +00:00
wiz
d142f4e8e6 Import Office-Code-Pro-1.004 as fonts/Office-Code-Pro.
Office Code Pro is a customized version of Source Code Pro, the
monospaced sans serif originally created by Paul D. Hunt for Adobe
Systems Incorporated. The customizations were made specifically
for text editors and coding environments, but are still very usable
in other applications.
2016-01-20 11:37:52 +00:00
prlw1
2a6226d6a7 Updated misc/yelp3 to 3.18.1 2016-01-20 09:32:49 +00:00
prlw1
28b5bc7c4c Update yelp3 to 3.18.1
Highlights:
* Updated translations
* Fix accessibility regression for caret navigation, #754912 (Carlos Garcia
  Campos)
* Use XDG_CURRENT_DESKTOP, when available, to set platform conditionals (Shaun
  McCance)
* Fix crash after page title change bugfix (Shaun McCance)
* Fix page title changes when going backward and forward, #753448 (Carlos
  Garcia Campos)
* Improve subtitle to only be shown when it differs from the page title,
  #753444 (Michael Catanzaro)
* Fix startup activation, #753084 (Cosimo Cecchi)
* Use the correct background color, #749947 (Lars Uebernickel)
* Port to WebKit2 API, #686376 (Marcos Chavarría Teijeiro, Carlos Garcia
  Campos, David King)
* Use a header bar as a toolbar in Unity, #749903 (Iain Lane)
* Support for platform conditional tokens from os-release (Shaun McCance)
2016-01-20 09:32:28 +00:00
prlw1
415e720982 Updated textproc/yelp-xsl to 3.18.1 2016-01-20 09:27:56 +00:00
prlw1
5e37c34e27 Update yelp-xsl to 3.18.1
3.18.1
======
* Fixed broken selector entity in DocBook chunker (Robert Harris)
* Fixed various translations (Piotr Drag)

3.18.0
======
* Updated translations:
  zh_TW (Chao-Hsiung Liao)
  pl    (Piotr Drag)

3.17.90
=======
* Updated localization templates, removing unused code
* Dropped db.chunk.chunks parameter in favor of selector entity
* Improvements to API docs

3.17.4
======
* Updated translations:
  pt    (Pedro Albuquerque)

3.17.3
======
* Support external info links topic, guide, and seealso
* Support for Mallard Sites in cache generator
* Drop P. prefix for parameter pages in docs

3.17.2
======
* Embed Mallard+SVG directly in HTML5 instead of using <object>
* Added a top-level dita2html XSLT driver file
* Fixed a few XSLT validity errors
* Correctly handle image-only links in Mallard
* Set HTML5 DOCTYPE for non-XHTML output
* Make sure TTML spans are displayed inline, #746550
* Updated translations:
  oc    (Cedric Valmary)
2016-01-20 09:27:37 +00:00
wiz
7e13e5cb2b Updated www/p5-HTML-Parser to 3.72 2016-01-20 06:58:30 +00:00
wiz
58595613d4 Update p5-HTML-Parser to 3.72:
2016-01-19  Release 3.72

Gisle Aas (3):
      Avoid more clang casting warnings
      Remove trailing whitespace
      Ensure entities expand to utf8 sequences under 'utf8_mode' [RT#99755]

David Steinbrunner (2):
      typo fix
      typo fixes

Jacques Germishuys (1):
      Silence clang warning

bulk88 (1):
      const+static-ing
2016-01-20 06:58:20 +00:00
taca
a385a8ef5c Note update of BIND packages:
net/bind910	9.10.3pl3
	net/bind99	9.9.8pl3
2016-01-20 02:18:04 +00:00
taca
e4683ce323 Update bind99 to 9.9.8pl3 (BIND 9.9.8-P3).
Security Fixes

     * Specific APL data could trigger an INSIST. This flaw was discovered
       by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396]
     * Named is potentially vulnerable to the OpenSSL vulnerabilty
       described in CVE-2015-3193.
     * Insufficient testing when parsing a message allowed records with an
       incorrect class to be be accepted, triggering a REQUIRE failure
       when those records were subsequently cached. This flaw is disclosed
       in CVE-2015-8000. [RT #40987]
     * Incorrect reference counting could result in an INSIST failure if a
       socket error occurred while performing a lookup. This flaw is
       disclosed in CVE-2015-8461. [RT#40945]

New Features

     * None

Feature Changes

     * Updated the compiled in addresses for H.ROOT-SERVERS.NET.

Bug Fixes

     * Authoritative servers that were marked as bogus (e.g. blackholed in
       configuration or with invalid addresses) were being queried anyway.
       [RT #41321]
2016-01-20 02:17:12 +00:00
taca
79bea7dcbe Update bind910 to 9.10.3pl3 (BIND 9.10.3-P3).
Security Fixes

     * Specific APL data could trigger an INSIST. This flaw was discovered
       by Brian Mitchell and is disclosed in CVE-2015-8704. [RT #41396]
     * Certain errors that could be encountered when printing out or
       logging an OPT record containing a CLIENT-SUBNET option could be
       mishandled, resulting in an assertion failure. This flaw was
       discovered by Brian Mitchell and is disclosed in CVE-2015-8705. [RT
       #41397]
     * Named is potentially vulnerable to the OpenSSL vulnerabilty
       described in CVE-2015-3193.
     * Insufficient testing when parsing a message allowed records with an
       incorrect class to be be accepted, triggering a REQUIRE failure
       when those records were subsequently cached. This flaw is disclosed
       in CVE-2015-8000. [RT #40987]
     * Incorrect reference counting could result in an INSIST failure if a
       socket error occurred while performing a lookup. This flaw is
       disclosed in CVE-2015-8461. [RT#40945]

New Features

     * None.

Feature Changes

     * Updated the compiled in addresses for H.ROOT-SERVERS.NET.

Bug Fixes

     * Authoritative servers that were marked as bogus (e.g. blackholed in
       configuration or with invalid addresses) were being queried anyway.
       [RT #41321]
2016-01-20 02:15:58 +00:00
mef
ddd774d155 Updated ham/fldigi to 3.23.07.19 2016-01-19 14:02:25 +00:00
mef
4d92fc570d Update 3.23.07.16 to 3.23.07.19 (and to fix PR pkg/50675), Thanks Robert Elz
------------------------------
2016-01-18  David Freese  <iam_w1hkj@w1hkj.com>

        6ee952a: EXPORT LIST
        c0281ee: HAMLIB CW RTTY
        ddb084c: PSKR metric
        68c5a6a: PSKR/8
        397f570: Audio adjust
        4280903: WEB query
        8af53b6: Mode Set
        e756d93: Tab key docs
        2fb5648: hamlib PTT_ON_DATA
        22514a5: Macro Tool Bar
        94f8362: XmlRpc client update
2016-01-19 13:58:56 +00:00
ryoon
31b7a30c64 Updated devel/gdb to 7.10.1 2016-01-19 12:19:07 +00:00
ryoon
e4a0456a18 Update to 7.10.1
Changelog:
December 5th, 2015: GDB 7.10.1 Released!

    The latest version of GDB, version 7.10.1, is available for download.

    This is a minor corrective release over GDB 7.10, fixing the following issues:

        PR remote/18965 (new vforkdone stop reply should indicate parent process ID)
        PR gdb/18957 (build failure in linux-namespaces.c due to setns static declaration)
        PR gdb/19297 (Internal error on "record btrace": Unexpected branch trace format)
        PR c++/16957 (gdb segfaults when loading symbols in C++11-enabled application)
        PR c++/19306 (Incorrect demangling of symbols with ABI tags)
        PR c++/19307 (Demangler bugs found with fuzz-testing)
        PR c++/19308 (Demangle C++ Transactional Memory TS (N4514) symbols)

August 28th, 2015: GDB 7.10 Released!

    The latest version of GDB, version 7.10, is available for download.

    Changes in this release include:

        Improved support for accessing shared libraries directly from the target system when debugging remotely.
        Various Guile and Python scripting improvements.
        Record-replay and reverse debugging on Aarch64 Linux.
        Support for fork events on extended-remote Linux targets (Linux kernels 2.5.60 and later).
        DTrace USDT (Userland Static Defined Tracing) probes support on x86_64 GNU/Linux targets.
        Vector ABI support on S/390 GNU/Linux targets.
        GDB now reads the GDBHISTSIZE environment variable rather than HISTSIZE to determine the size of GDB's command history.
        Support for setting the parity when connecting to the target using a serial interface.
        The number of candidates to be considered during completion can now be limited.
        Support for Sun's version of the "stabs" debug file format has been removed.
        Support for HP/PA running HP-UX (hppa*-*-hpux*) has been removed.
        Support for Itanium running HP-UX (ia64-*-hpux*) has been removed.

    See the NEWS file for a more complete and detailed list of what this release includes.
2016-01-19 12:18:24 +00:00
leot
bb981c5b3c Updated www/libproxy to 0.4.12 2016-01-19 10:52:08 +00:00
leot
51046e0a90 Update www/libproxy to 0.4.12.
pkgsrc changes:
 o Update MASTER_SITES and HOMEPAGE (libproxy migrated to GitHub)
 o Delete patches/patch-libproxy_modules_config__macosx.cpp, now present in the
   stable release.

Changes:
New in version 0.4.12
==============================
* Move development to github.com/libproxy/libproxy
* Fix fd leak in get_pac (Bug #185)
* Detect running MATE session (Bug #186, Part1).
* Fix linking of perl bindings to pthread (Bug #182)
* Correctly detect spidermonky (mozjs185) (Bug #188)
* Stop pxgsettings from segfaulting on exit (Bug #192)
* Fix test #10 (Bug #189)
* Fix build on Mac OS X (Bug #183)
* Add a generic KDE Config module (fix crashes of Qt5 based
  apps) (issue#4)
2016-01-19 10:51:16 +00:00
ryoon
a7578d17d0 Fix build with recent g++/complex on NetBSD current 2016-01-19 10:23:28 +00:00
dbj
ea78dbf9a9 add one more version specific symlink for wx-config in bin 2016-01-19 04:18:35 +00:00
dbj
f3f91f8fb4 update to freedv-1.1 2016-01-19 04:03:21 +00:00
dbj
82d76dfb46 update to codec2-0.5 2016-01-19 04:02:07 +00:00
dbj
f3386fdc9a precautionary rev bump since this shares Makefile.common with wxGTK28 2016-01-19 03:51:23 +00:00
dbj
091f4f1d7b install everything in version specific directory except for a few symlinks in bin
This is a partial fix for PR pkg/50389
for now we need to keep the conflicting links in bin until we have a fix for dependencies
2016-01-19 03:48:06 +00:00
dbj
1bce921f25 Darwin build fixes 2016-01-19 03:44:03 +00:00
wiz
cd51e3e1a3 Update HOMEPAGE, moved to github. 2016-01-18 23:07:24 +00:00
wiz
b86be0efa9 Updated devel/py-setuptools to 19.4 2016-01-18 23:04:23 +00:00
wiz
f0d059f8d3 Update py-setuptools to 19.4:
19.4
----

* Issue #341: Correct error in path handling of package data
  files in ``build_py`` command when package is empty.
* Distribute #323, Issue #141, Issue #207, and
  Pull Request #167: Another implementation of
  ``pkg_resources.WorkingSet`` and ``pkg_resources.Distribution``
  that supports replacing an extant package with a new one,
  allowing for setup_requires dependencies to supersede installed
  packages for the session.

----
19.3
----

* Issue #229: Implement new technique for readily incorporating
  dependencies conditionally from vendored copies or primary
  locations. Adds a new dependency on six.
2016-01-18 23:04:14 +00:00
wiz
2f91577cef Updated net/py-foolscap to 0.10.0 2016-01-18 23:03:12 +00:00
wiz
e3a6d06c91 Update py-foolscap to 0.10.0:
* Release 0.10.0 (15-Jan-2015)

** Compatibility Fixes

This release is compatible with Twisted-15.3.0 through 15.5.0. A change in
15.3.0 triggered a bug in Foolscap which produced a somewhat-infinite series
of log messages when run under `twistd`. This release fixes that bug, and
slightly changes the semantics of calling `log.msg()` with additional
parameters. (#244)

Foolscap no longer claims compatibility with python-2.6.x . Twisted-15.5.0
was the last release to offer 2.6 support, and subsequent releases actively
throw errors when run against 2.6, so we've turned off Foolscap's automated
testing for 2.6. It may remain compatible by accident for a while. (#245)
2016-01-18 23:03:03 +00:00
wiz
621332cbf4 Updated audio/libopus to 1.1.2 2016-01-18 23:01:46 +00:00
wiz
cc2714ae1e Update libopus to 1.1.2:
Opus 1.1.2 includes:

    Fixes encoder or decoder state reset, which would previously
    disable some run-time selected architecture-specific optimizations;
    and
    Fixes hybrid mode discontinuous transmission (DTX) operation,
    where the comfort noise above 8 kHz was incorrectly estimated
    and could oscillate in time.

None of these bugs were regressions over previous releases.
2016-01-18 23:01:37 +00:00
wiz
3275ec520a Updated fonts/harfbuzz to 1.1.3 2016-01-18 23:00:23 +00:00
wiz
62dc7a7d5a Update harfbuzz to 1.1.3:
Overview of changes leading to 1.1.3
Monday, January 11, 2016
====================================

- Ported Indic shaper to Unicode 8.0 data.
- Universal Shaping Engine fixes.
- Speed up CoreText shaper when font fallback happens in CoreText.
- Documentation improvements, thanks to Khaled Hosny.
- Very rough directwrite shaper for testing, thanks to Ebrahim Byagowi.
- Misc bug fixes.
- New API:

  * Font extents:
      hb_font_extents_t
      hb_font_get_font_extents_func_t
      hb_font_get_font_h_extents_func_t
      hb_font_get_font_v_extents_func_t
      hb_font_funcs_set_font_h_extents_func
      hb_font_funcs_set_font_v_extents_func
      hb_font_get_h_extents
      hb_font_get_v_extents
      hb_font_get_extents_for_direction

  * Buffer message (aka debug):
      hb_buffer_message_func_t
      hb_buffer_set_message_func()
    Actual message protocol to be fleshed out later.
2016-01-18 23:00:14 +00:00
wiz
67e9d3c28e Updated devel/py-tortoisehg to 3.6.3 2016-01-18 22:57:47 +00:00
wiz
d64a8d9300 Update py-tortoisehg to 3.6.3:
TortoiseHg 3.6.3 is a regularly scheduled bug fix release.

Bugs Fixes

    demandimport: exclude pkgutil and pkg_resources (fixes #4271, #4298)
2016-01-18 22:57:37 +00:00
wiz
0ab20699c3 Updated devel/py-cffi to 1.5.0 2016-01-18 22:55:24 +00:00
wiz
8921177e3d Update py-cffi to 1.5.0:
v1.5.0
======

* Support for `using CFFI for embedding`__.
2016-01-18 22:55:13 +00:00
wiz
dcb07d2c55 Updated devel/waf to 1.8.18 2016-01-18 22:53:59 +00:00
wiz
c1f1cf87fe Update to 1.8.18:
NEW IN WAF 1.8.18
-----------------
* Fixed a regression in exec_cfg() introduced in 1fbac66 #1670
* Added a new option --clear-failed to unit test builds #1678
* Added support for scriptlet expressions of the form ${FOO:SRC[0].abspath()}
* Added define comments to configuration headers: conf.define(.., commment='')
* Added experimental Wix and Satellizer tools #1666
* Added backslash replacement to resx processing
2016-01-18 22:53:48 +00:00
wiz
ce0f8562bd Updated sysutils/dbus-glib to 0.106 2016-01-18 22:53:14 +00:00