Commit graph

284201 commits

Author SHA1 Message Date
adam
03b3112fed py-lz4: updated to 2.0.2
2.0.2:
Fix setup.py to gracefully handle old system installed versions of LZ4 libraries
Fix a possible segfault in the frame decompress functions
2018-07-08 09:33:59 +00:00
bsiegert
20a88905fd Install bin/go via pkg_alternatives. Bump revision.
BREAKING CHANGE: If you do not have pkg_alternatives installed, then you
will not get a "go" tool in the PATH, and builds of packages using Go may
fail. (This will be fixed in the next commit.)
2018-07-08 09:27:31 +00:00
wiedi
ac2769c08d doc: Updated sysutils/znapzend to 0.19.1 2018-07-08 09:04:12 +00:00
wiedi
e9ec8b5028 znapzend: update to 0.19.1
Changes:

	0.19.1:
		fixed the tar file to include ALL the files in the init directory

	0.19.0:
		Release 0.19.0 adds a bunch of documentation updates as well as:
		a 10 minute timeout for mbuffer since many systems are way slower than we expected
		a larger blocksize for mbuffer
		a system v init script
		an rpm spec file
		do not start if no backups/snaps are configured
		customized upstart and systemd startup files
2018-07-08 09:03:24 +00:00
tsutsui
d7f9124696 mikutter: pull upstream fixes. 2018-07-08 06:08:09 +00:00
joerg
b8ed935e45 Also mask Python 3.7. 2018-07-07 21:17:02 +00:00
gdt
f3de5e11f2 doc: Updated devel/guile-gnome to 2.16.5 2018-07-07 16:03:01 +00:00
gdt
5469a4f826 guile-gnome: update to 2.16.5
Guile-Gnome-Platform 2.16.5 - David Pirotte, 2017-06-02
=======================================================

* Changes since 2.16.4

  Guile-Gnome is now compatible with Guile-2.2

  But don't hail, this is a maintainance release, which actually
  merely comment the build of the Corba and Gnome-VFS modules, due to
  incompatible changes in Guile-2.2 (see their corresponding entry in
  configure.ac for a better explanation):

  This is reversible though, if you think you have the skill and some
  free time to fix these two, please do! And get in touch with us of
  course...

  Dependencies
  ------------

  Guile-Gnome now allows Guile-2.2, and requires Guile >= 2.0.14
2018-07-07 16:02:43 +00:00
bsiegert
1072becf9e Document cleaning up with ./cleanup.
Requested in PR pkg/41803.
2018-07-07 13:18:29 +00:00
mef
549f51ca73 doc: Updated cad/gtkwave to 3.3.91 2018-07-07 12:41:57 +00:00
mef
e2450ee244 Updated cad/gtkwave from 3.3.89 to 3.3.91
3.3.90  08may18 For Cut Traces, fix up scroll position if there are traces
                above the current row being cut.
                Bits to	real crash fix for very	large floats.
		Fixed gray code conversions that were incomplete for right
		justified vectors such that the vector length is not a
		multiple of the radix size (4 for hex, 3 for oct).
		Warray-bounds warning fix for 32-bit conversions in BitsToReal.
3.3.91	29may18	Added support for GSettings for when GConf is removed from
		distributions such as Debian and Ubuntu.
		Performance fix for large number of groups (remove useless
		recursion required for transaction traces).
2018-07-07 12:41:47 +00:00
bsiegert
4f48cac344 -mppe-lkm 2018-07-07 12:37:52 +00:00
bsiegert
35e7fb45b1 Remove mppe-lkm.
It does not work on NetBSD 6+, and there are some doubts that it works on 5.
We don't support versions older than 6. So there.
2018-07-07 12:36:54 +00:00
wen
67c06193c9 Updated math/R-RPostgreSQL to 0.6.2 2018-07-07 12:19:19 +00:00
wen
4c40236c58 Update to 0.6.2
Upstream changes:
Version 0.6-2

    o   dbGetQuery do not return NULL.
    o   use registration mechanism to call native routines.

Version 0.5-3

    o   Update the libpq library so that the package can be compiled in new versions of R and macOS.

Version 0.5-2

    o   Support dbBegin() API

version 0.5-1 --2014-02-08

    o   Remove segmentationfault when NULL is passed as host argument.

    o   Conversion routine for raw in R and bytea in PostgreSQL

    o   Use accompanied libpq when either of libpq and header is not found on darwin


Version 0.5 -- 2013-10-12

    o   postgresqlWriteTable: send column names at COPY

    o   System library header search path for OS X 10.9 (Mavericks)

    o   Memory leak was reduced
    o   Close the socket on failure

Version 0.4 -- 2013-03-27

    o   Initial implementation of prepared statement

    o   Use system libpq library when available on OS X (darwin)

    o   Force ISO datestyle for PostgreSQL-R communication by default

    o   Time zone aware Timestamp POSIXct conversion

Version 0.3-3 -- 2012-10-05

    o   Bugfix on dbColumnInfo and others reproducible by gctorture(TRUE)

    o   Do not implicitly make new connections, which interfere with transaction.

    o   Change the notation of the LICENSE
2018-07-07 12:15:38 +00:00
darcy
1b8dba4234 Fix version number in COMMENT. 2018-07-07 12:11:02 +00:00
mef
9c1fca887b doc: Updated cad/py-gds to 1.3.1 2018-07-07 12:04:13 +00:00
mef
2ad26f180f Updated cad/py-gds from 1.2.1 to 1.3.1
### Version 1.3.1 (Jun 29, 2018)
* `PolygonSet` becomes the base class for all polygons, in particular `Polygon` and `Rectangle`.
* Added `Cell.remove_polygons` and `Cell.remove_labels` functions to allow filtering a cell contents based, for example, on each element's layer.
* Added `PolygonSet.scale` utility method.
* Added `PolygonSet.get_bounding_box` utility method.
* Added argument `timestamp` to `Cell.to_gds`, `GdsLibrary.write_gds` and `GdsWriter`.
* Added `unit` and `precision` arguments to `GdsLibrary` initialization and removed from its `write_gds` method.
* Changed the meaning of argument `unit` in `GdsLibrary.read_gds`.
* Improved `slice` to avoid errors when slicing in multiple positions at once.
* Improved `PolygonSet.fracture` to reduce number of function calls.
* Removed incorrect absolute flags for magnification and rotation in `CellReference` and `CellArray`.
* Minor bug fixes.
* Documentation fixes.
* Removed deprecated classes and functions.
2018-07-07 12:04:00 +00:00
adam
1bbeaf1141 Updated graphics/gnuplot, games/openttd 2018-07-07 11:59:35 +00:00
adam
58c7250322 gnuplot: updated to 5.2.4
Changes in 5.2.4
* NEW "call" parameters ARG1, ARG2, ... are also present as ARGV[1]...ARGV[ARGC]
* CHANGE generalize the test for missing data flag in input data
* CHANGE "set []range writeback" is now essentially always in effect
* CHANGE consistent placement of timestamp at true bottom of page
* FIX spurious evaluation of logscale coordinates as UNDEFINED
* FIX column header title assignments for histogram with errorbars
* FIX re-implement "refresh" command to use autoscale writeback/restore
* FIX font-handling bug; line-spacing of previous font still in effect
* FIX post, svg, dumb terminals: early fontsize initialization

Changes in 5.2.3
* NEW "set grid {no}vertical" adds grid lines in the xz and xz planes
* NEW "set cntrparam {firstlinetype N} {{un}sorted}"
* CHANGE drop non-working support for YIQ color space
* CHANGE expand \n characters when printing into a datablock
* CHANGE allow contour plots to opt out of hidden3d processing
* CHANGE special-case code to speed up handling of logscale axes
* CHANGE do not write GPFUN_* variables to "save" output file
* CHANGE default to density 100 for "set fs solid", 50 for "set fs transparent"
* FIX potential buffer overflow in gprintf formats containing %%
* FIX immediate response to ctrl-Z when libreadline is used for input
* FIX warning messages inside a bracketed clause could trigger early exit
* FIX tweak logscale tic range limits and minor tic generation intervals
* FIX stats FOO using 'namedcolumn' name columnhead
* FIX clipping of INRANGE->UNDEFINED line segments
* FIX use of logscale y axis in "set view map" or "set pm3d map" modes
* FIX placement of colorbox in "set view map" mode
* FIX autoscaled axis range of logscale axes in "set view map" mode
* FIX polar mode "with yerrorbars" error bars are radial, not vertical
* FIX clipping of circles whose center is offscreen to the left or bottom
* FIX snap to x=zero for function plot sampling does not apply to logscale x
* FIX canvas terminal: apply both color and alpha channel to points and lines
* FIX svg terminal: apply current color to dots
* FIX qt terminal: include "notitle" plots in accounting for toggle operations
* FIX svg terminal: point plot empty title produced spurious mousing directive
* FIX tikz terminal: failed to recognize dashtype 1

Changes in 5.2.2
* NEW set table separator {tab|comma|"char"} allows creation of csv files
* NEW hotkey for changing azimuth in 3D plots with mousing
* NEW splot ... with lines title at {beg|end}
* NEW Rework gstrptime() to handle relative time formats tH tM tS
* NEW command "set rgbmax <value>" controls interpretation of input RGB values
* FIX allow mixed use of in-key plot titles and manually placed titles
* FIX prevent runaway iterations of the form   plot for [i=start:*] ...
* FIX handle in-line range limits for linked or nonlinear axes
* FIX restore pre-5.2 interpretation of logscaled tic increment as a multiplier
* FIX logscale tic placement is closer to that of versions before 5.2.0
* FIX recheck inrange/outrange points after spline or bezier smoothing
* FIX autoscaling of plots with linked axes where data is plotted on x2 or y2
* FIX sampling on x2 if linked to x1;  e.g. plot sample [t=1:5:1] '+' axes x2y1
* FIX empty range on logscale y axis is handled by auto-extending the range
* FIX autoscaling xrange of stacked histograms
2018-07-07 11:59:05 +00:00
adam
fc1e819cc3 openttd: updated to 1.8.0
1.8.0:
(None)

1.8.0-RC1:
- Feature: [GFX] Climate-specific Action5 extra airport sprites
- Feature: Draw vertical separators at tile distance in the train depot GUI
- Feature: [Build] MSVC 2017 project file generator. Most noticeable, std:c++latest is enabled
- Feature: [Build] Project file generator for kdevelop 4/5
- Feature: Add option to close windows with right click
- Feature: Vehicle Group Info: Add profits and occupancy display to group vehicle list
- Feature: Display aircraft type in vehicle preview/purchase/detail windows
- Change: [NewGRF] Various performance improvements to resolving VA2
- Change: [NewGRF] Increase maximum allowed vehicle sprite size to reduce clipping of ships
- Change: Check companies for bankruptcy before subtracting reoccuring monthly costs
- Change: [GFX] Replace the office building sprite on various toyland airports with a better fitting sprite
- Change: [GFX] The switch-toolbar icon contained pixels from the fire cycle. Replace the whole icon with a new version
- Change: Reword texts in industry view, when stockpiling is used
- Change: Remove the gap between windows when positioning them after opening
- Change: [Build] Enable usage of static_assert for MSVC
- Change: [Build] Preserve PKG_CONFIG_PATH and PKG_CONFIG_LIBDIR environment variables in config.cache file
- Change: Do not cancel headquarter construction and engine-preview-query when shift-clicking
- Change: Parse extmidi command string for parameters to pass on
- Change: Draw images in centre of buttons
- Fix: Store the map variety setting in the savegame like the other mapgen settings, so restarting maps considers it
- Fix: Hair selection was missing one option
- Fix: Avoid tile operations outside map border when building lock
- Fix: Catenary sprites got mixed up for depots
- Fix: Make automatic window-positioning RTL-aware
- Fix: Automatic window-positioning now uses GUI-scale/style dependent sizes/distances instead of fixed pixel values
- Fix: [NewGRF] While executing random triggers, var 5F should include the new triggers
- Fix: [NewGRF] Reset used random triggers only after all A123 chains have been resolved, so that all RA2 in all chains can test the shared triggers
- Fix: [NewGRF] Industry random triggers are stored per tile, even when randomising the shared random bits of the parent industry
- Fix: [NPF] Reserved track bits were not accounted for when trying to find any safe position
- Fix: Do not modify argv[0]
- Fix: Do not search directories when opening ini files as we already have their full path
- Fix: Road tunnel/bridge heads have no trackbits wrt. catenary drawing
2018-07-07 11:57:33 +00:00
gdt
032d54affe openjdk[78]: Add a \todo comment about the cups dependency.
Having a language install a printing system violates the Principle of
Least Astonishment.  Add a comment to be replaced with an explanation
of why this is necessary or helpful.
2018-07-07 11:48:18 +00:00
wen
27d5cc4ccf Updated time/p5-Time-Duration-Parse to 0.14 2018-07-07 11:43:01 +00:00
wen
a6e7573732 Update to 0.14
Upstream changes:
0.14 2018-06-29 NEILB
    - Added "hrs" as another form for "hours". Thanks to Stig for the PR.
2018-07-07 11:42:11 +00:00
wen
9ca2f2f1a9 Updated time/p5-Test-Time to 0.06 2018-07-07 11:28:26 +00:00
wen
5de6372577 Update to 0.06
Upstream changes:
0.06 2018-06-28T02:18:10Z

        catching calls to localtime() (by mjemmeson)
2018-07-07 11:26:57 +00:00
wen
1f301a1e2d Updated textproc/p5-Text-CSV_XS to 1.36 2018-07-07 11:24:41 +00:00
wen
6e8a5a5c4a Update to 1.36
Upstream changes:
1.36    - 2018-06-26, H.Merijn Brand
    * Now also tested on FreeBSD-11.1
    * Update to Devel::PPPort-3.42
    * Fixed memory leak (Thanks DaveM)
    * Add undef_str attribute
    * Tested against perl-5.28.0
    * Move from DynaLoader to XSLoader
    * Tested on Synology DSM
2018-07-07 11:23:55 +00:00
wen
d1c90aba3e Updated textproc/p5-String-CRC32 to 1.7 2018-07-07 11:19:02 +00:00
wen
bd55c143f8 Update to 1.7
Upstream changes:
1.700     2017-07-02
        - Perldoc tweaks, GH #2, thanks to choroba
2018-07-07 11:18:15 +00:00
wen
db6199cceb Updated devel/p5-Log-Any to 1.706 2018-07-07 10:32:28 +00:00
wen
4a0d95da1c Update to 1.706
Upstream changes:
1.706     2018-07-06 20:20:00-05:00 America/Chicago

    [Fixed]

    - The File, Stderr, and Stdout adapters now correctly allow being
      set to the "emergency" log level threshold. Previously, trying to
      only allow "emergency" log lines would result in all logs being
      written (and a warning about an invalid log level being set).
      Thanks @alabamapaul! [Github #74]
2018-07-07 10:30:52 +00:00
wen
7a2734d0dc Updated devel/p5-parent to 0.237 2018-07-07 10:27:19 +00:00
wen
67a536232f Update to 0.237
Upstream changes:
0.237 2018-07-06
    . Don't load vars.pm
      This drops compatibility with Perl versions before Perl 5.006.
      Patch provided by Atoomic and guillemj
      RT#132077
2018-07-07 10:25:50 +00:00
adam
09769f16d7 Added devel/py-jaraco.functools; Updated devel/py-jaraco.classes, time/py-tempora 2018-07-07 09:03:58 +00:00
adam
9dafed9cf1 py-tempora: updated to 1.13
1.13
Enhancements to BackoffDelay:
- Added .reset method.
- Made iterable to retrieve delay values.
2018-07-07 09:03:07 +00:00
adam
185a3e368f py-jaraco.functools: added version 1.20
Additional functools in the spirit of stdlib’s functools.
2018-07-07 09:00:15 +00:00
adam
7c6056c3d1 py-jaraco.classes: updated to 1.5
1.5
Refresh packaging.
Use Python 3 syntax for new-style classes.
2018-07-07 08:57:43 +00:00
adam
1f7b21f52e Updated textproc/py-yaml, Updated textproc/py-m2r 2018-07-07 08:31:02 +00:00
adam
53f9475d57 py-m2r: updated to 0.1.15
Version 0.1.15:
Support Sphinx's doc/ref directives for relative links
2018-07-07 08:28:18 +00:00
adam
08e4d2c872 py-yaml: updated to 3.13
3.13:
* Rebuilt with the latest Cython to support the new Python 3.7 release.
* No functionality is different from PyYAML 3.12 in this release.
2018-07-07 08:21:59 +00:00
joerg
1b233c06fe doc: Added devel/py-hg-evolve version 8.0.1 2018-07-07 08:16:39 +00:00
joerg
c449daeead + py-hg-evolve 2018-07-07 08:16:21 +00:00
joerg
1078f0564b Import py-hg-evolve-8.0.1:
The Evolve Extension extends the "changeset evolution" features of
Mercurial core. It provides a set of commands to easily mutate history as
well as the topics extension.
2018-07-07 08:15:41 +00:00
wiz
20939b5437 doc: Updated x11/libXScrnSaver to 1.2.3 2018-07-07 07:53:26 +00:00
wiz
e6e6745fe0 doc: Updated x11/libXxf86misc to 1.0.4 2018-07-07 07:52:17 +00:00
wiz
aa435a2ada libXxf86misc: update to 1.0.4.
Several error paths in this library would fail to unlock libX11 when
they returned, which would eventually cause the client to deadlock.
This release fixes that bug.

Adam Jackson (1):
      libXxf86misc 1.0.4

Alan Coopersmith (3):
      Strip trailing whitespace
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Egbert Eich (1):
      Add missing UnlockDisplay() and SyncHandle() to some error paths.
2018-07-07 07:52:08 +00:00
wiz
9cbb3adaa6 libXScrnSaver: update to 1.2.3.
Fixes a 25+-year-old bug in correctly filling in the ::root member of
the ScreenSaverNotify event.

Adam Jackson (1):
      libXScrnSaver 1.2.3

Alan Coopersmith (3):
      Copy root field from wire event into root, not window, of Xlib event
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Daniel Martin (1):
      Fix typo in man page: XScreenSaverSaverRegister()

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-07-07 07:50:45 +00:00
wiz
7908582884 doc: Updated x11/libXinerama to 1.1.4 2018-07-07 07:48:40 +00:00
wiz
f65e7e23ab libXinerama: update to 1.1.4.
ontains some tiny bugfixes sitting in git unreleased for too long.

Adam Jackson (1):
      libXinerama 1.1.4

Emil Velikov (1):
      autogen.sh: use quoted string variables

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
      libXinerama: Set number of screens to 0 on error
2018-07-07 07:48:24 +00:00