Commit graph

304070 commits

Author SHA1 Message Date
adam
fa6979b846 py-soupsieve: updated to 1.9.4
1.9.4
- **FIX**: :checked rule was too strict with option elements. The specification for :checked does not require an
  option element to be under a select element.
- **FIX**: Fix level 4 :lang() wildcard match handling with singletons. Implicit wildcard matching should not
  match any singleton. Explicit wildcard matching (* in the language range: *-US) is allowed to match singletons.
2019-10-07 18:27:09 +00:00
wiz
5619ad98a7 pitivi: fix PLIST for python != 3.7 2019-10-07 15:00:33 +00:00
wiz
e77618b787 doc: Updated multimedia/gst-plugins1-editing-services to 1.16.0nb1 2019-10-07 14:52:52 +00:00
wiz
3d832abf68 gst-plugins1-editing-services: add gstreamer1 requirement
(needs one that has gst-check enabled)

Remove gi file from PLIST that's not installed with current dependencies
(perhaps one is missing?).

Bump PKGREVISION.
2019-10-07 14:52:33 +00:00
kamil
3e59017563 doc: Added lang/tcltutor version 30b7 2019-10-07 14:39:17 +00:00
kamil
ea8d7785a3 + tcltutor 2019-10-07 14:38:49 +00:00
kamil
90e7cda039 lang/tcltutor: import tcltutor-30b7
This is a package designed to teach the Tcl programming language in a
quick and easy manner.  The goal is to teach the minimal amount of Tcl
syntax, commands and options that are necessary to write useful
programs.

You are encouraged to use the man pages and books to augment this
tutorial.
2019-10-07 14:37:34 +00:00
hauke
c835976da2 Un-break Solarish build by avoiding world-writable dist files.
Would be nice if the extract: target took care of this, where upstream cannot...
2019-10-07 12:54:51 +00:00
nros
f2be6b53f3 Turn of vulkan for qt5.
Turn of vulkan for qt5 since we currently do not have vulkan support
in pkgsrc and it might cause build problems as seen in PR pkg/54024.
2019-10-07 11:52:36 +00:00
jperkin
a79ca4a6f3 guacamole-server: Add a required REPLACE_PERL. 2019-10-07 11:12:32 +00:00
bouyer
80c0ce07e6 Added filesystems/mkspiffs version 0.2.3 2019-10-07 10:13:56 +00:00
bouyer
3bd390a693 Add mkspiffs 0.2.3
Tool to build and unpack SPIFFS images.
This package provides binaries built with the following configuration:
mkspiffs-arduino-esp32: configuration compatible with the Espressif ESP32
    arduino developpement environnement
mkspiffs-arduino-esp8266: configuration compatible with the Espressif ESP8266
    arduino developpement environnement
mkspiffs-esp-idf: configuration compatible with the Espressif IoT Development
    Framework
mkspiffs-generic: configuration using the default SPIFFS parameters
2019-10-07 10:13:16 +00:00
prlw1
c02441770e Rename py-meson to meson.
The motivation is to consider meson as an application, so there is only
one copy on the system, and as a python 3 program, it can build python 2
packages.
2019-10-07 09:28:09 +00:00
fcambus
5045403e1d doc: Updated fonts/spleen to 1.5.0 2019-10-07 08:41:31 +00:00
fcambus
b0bc801ecd spleen: update to 1.5.0.
Spleen 1.5.0 (2019-10-01)

- Shift the middle bar of the digit '3' one pixel up, for better
  alignement (12x24 version)
- Tweak the digit '7' for consistency with other sizes (5x8 version)
- Make the 'Z', 'z' and derived characters more balanced, as is the
  case with other sizes  (12x24 version)
- Tweak the digit '2' for consistency with other sizes (12x24 version)
- Make the slash inside the digit '0' one pixel thiner (32x64 version)
- Add light box drawings characters in the 5x8 version
- Add full support for the Braille Patterns Unicode block in the 5x8 version
- Add branch, LN, and padlock icons for Powerline users
- Also provide a fonts.alias file, along with fonts.alias-spleen

Spleen 1.4.0 (2019-09-24)

- Add left and right single quotation mark characters, both identical to
  an apostrophe
- Add left and right double quotation mark characters, both identical to
  ASCII quotation mark
- Add bullet and horizontal ellipsis characters
- Add the eight trigrams
- Add full support for the Block Elements Unicode block

OK kamil@
2019-10-07 08:41:10 +00:00
fcambus
34f4628ece doc: Updated graphics/libansilove to 1.1.4 2019-10-07 08:38:50 +00:00
fcambus
084b124b68 libansilove: update to 1.1.4.
ChangeLog:

libansilove 1.1.4 (2019-09-13)

- Force xbin_fontsize to 16 when using default 80x25 font
- Return ANSILOVE_FORMAT_ERROR if xbin_fontsize > 32

libansilove 1.1.3 (2019-08-23)

- Omit implicit return in the example program
- Use a switch statement to set 24-bit background and foreground values
- Remove superfluous background color allocations in the Binary, PCBoard
  and XBin loaders
- Modify the PCBoard loader to use a cursor pointer to parse input
- Infer font height to 16 in the XBin loader, the default in absence of
  font data (Thanks Andrew Herbert)

OK kamil@
2019-10-07 08:37:48 +00:00
adam
8726114433 Updated textproc/py-jinja2, sysutils/py-crontab, devel/py-xdis, lang/py-uncompyle6 2019-10-07 05:43:41 +00:00
adam
88f46842e7 py-uncompyle6: updated to 3.4.1
3.4.1:
Correct assert{,2} transforms
Fragment parsing fixes:
- Wasn't handling 3-arg %p
- fielding error in code_deparse()
Use newer xdis to better track Python 3.8.0
2019-10-07 05:43:16 +00:00
adam
c85234cf6b py-xdis: updated to 4.0.4
4.0.4:
Add most-recent 3.8 magic number
Remove some 3.8 invalid escape warnings
2019-10-07 05:38:38 +00:00
adam
6055f6643d py-crontab: updated to 2.3.9
2.3.9:
Bug fixes.
2019-10-07 05:37:00 +00:00
adam
fc1859d613 py-jinja2: updated to 2.10.3
Version 2.10.3
- Fix a typo in Babel entry point in ``setup.py`` that was preventing
  installation.

Version 2.10.2
- Fix Python 3.7 deprecation warnings.
- Using ``range`` in the sandboxed environment uses ``xrange`` on
  Python 2 to avoid memory use.
- Use Python 3.7's better traceback support to avoid a core dump when
  using debug builds of Python 3.7.
2019-10-07 05:34:29 +00:00
kamil
9deb45bb43 doc: Added games/tcl-theo version 0.0.1 2019-10-06 23:01:58 +00:00
kamil
6f55dde712 + tcl-theo 2019-10-06 23:01:03 +00:00
kamil
ca386ac5bf Import tcl-theo 0.0.1
theo - theo.c implementation for Tcl

This package provides quotes from OpenBSD's src/usr.bin/mg/theo.c.  The
quotes were originally spoken by Theo de Raadt, the OpenBSD project
founder.
2019-10-06 23:00:09 +00:00
rillig
26dd51686a math/R: remove unknown configure arguments 2019-10-06 21:45:14 +00:00
nia
d15132564f doc: Updated games/fallingtime to 1.0.2 2019-10-06 18:22:43 +00:00
nia
40008a10e4 fallingtime: Update to 1.0.2
Changes:

"Linux packaging and some fixes"
2019-10-06 18:22:22 +00:00
christos
0175501279 make this compile again 2019-10-06 17:45:50 +00:00
nia
0c0f4266ac doc: Updated audio/fluidsynth to 2.0.7 2019-10-06 17:29:53 +00:00
nia
92034b0526 fluidsynth: Update to 2.0.7
Switched to github for upstream, build system now uses cmake.

Changes in major release 2.0.0:

New Features

    implement polyphonic key pressure (#185, thanks to @mawe42)
    add API for manipulating default modulators (#265, #164, #71, thanks to @mawe42)
    add midi.autoconnect setting for automatically connecting fluidsynth with available MIDI Input ports (currently only for alsa_seq thanks to @tomcucinotta)
    add seek support to midi-player (#261, thanks to @loki666)
    add support for text and lyrics midi events (#111)
    add support for 24 bit sample soundfonts (#301, #329)
    consider "important midi channels" during overflow calculation synth.overflow.important-channels (#294, thanks to @mawe42)
    add a custom default modulator for MIDI CC8 to support proper stereo balance (#317, thanks to @mawe42)
    add support for an additional custom high-pass filter (#331, thanks to @mawe42)
    incorporate JJC's polymono patch (#306, #236, #158)
        add basic channel support
        implement MIDI modes Omni On, Omni Off, Poly, Mono
        implement portamento control
        implement legato control
        implement breath control
    add support soundfont loading from memory (#241)
    add a profiling command interface (#345, thanks to @jjceresa)
    add support on demand sample loading (#366, thanks to @mawe42)
    add reverb and chorus settings (#49)
    allow using the midi router to manipulate midi files when playing from command line
    fluid_synth_process() received a new proper implementation
    synth.effects-groups allows to render effects of all MIDI channels to separate audio channels

General

    CMake 3.1.0 or later is required for building
    consider channel pressure, key pressure and pitch wheel for lower attenuation boundary calculation (#163, thanks to @mawe42)
    complete rewrite of the LADSPA subsystem (#227, #235, thanks to @mawe42)
    complete rewrite of the Soundfont Loader API (#334, #309)
    avoid reverb amplitude growing exponentially (#279, thanks to @jjceresa)
    removed deprecated autotools build system
    a minimal build of fluidsynth without requiring pkg-config is supported
    remove deprecated LADCCA support
    use unique device names for the audio.portaudio.device setting (#284, thanks to @jjceresa)
    documentation of the settings moved to http://www.fluidsynth.org/api/fluidsettings.xml
    adjust MIDI Pan and Balance calculations as outlined by MIDI Recommended Practice (RP-036) (#317, thanks to @mawe42)
    make network support compile-time optional (#307, thanks to @carlo-bramini)
    speed up calculation of chorus modulation waveforms for devices without FPU (#321, thanks to @carlo-bramini)
    cleanup internal audio rendering and mixing engine (#197)
    reduce memory consumption of loaded soundfonts (#370, thanks to @mawe42)
2019-10-06 17:29:33 +00:00
wiz
199bb9e0be doc/TODO: add some
+ ImageMagick-7.0.8.67, ap2-perl-2.0.11, glib-networking-2.62.1,
  glib2-2.62.1, gmime3-3.2.4, gtk3-3.24.12, py-mercurial-5.1.2,
  py-snowballstemmer-2.0.0, py-test-cov-2.8.1, py-test-mock-1.11.1,
  vala-0.46.2.
2019-10-06 17:29:14 +00:00
bad
de035cce25 fix build of u-boot using pylibfdt on macOS.
u-boot.mk:
  pass PYTHON2, PYTHONCONFIG and PYTHONLIBPATH in ALL_ENV
patch-Makefile:
  make PYTHON2 overridable.  Add PYTHONCONFIG and BYTHONLIBPATH.
patch-lib_bch.c:
  #include <libkern/OSByteOrder.h> and use OSSwapHostToBigInt32
  as in u-boot master ab8fc41302 "fix compile error on macOS Mojave".
patch-scripts_dtc_pylibfdt_Makefile:
  determine PYTHONCLFAGS and PYTHONLIBS by asking PYTHONCONFIG.
  build PYTHONLDFLAGS from PYTHONLIBPATH and PYTHONLIBS
  add PYTHON{LD.C}FLAGS to LDFLAGS and CPPFLAGS in cmd_pymod.

bump PKGREVISION

tested with u-boot-nanopi-mi.
2019-10-06 17:02:10 +00:00
adam
0f252e9b92 Updated textproc/fmtlib, multimedia/mkvtoolnix 2019-10-06 16:38:05 +00:00
adam
8c8a6923f0 mkvtoolnix: updated to 38.0.0
Version 38.0.0 "The Silent Type":

New features and enhancements
* mkvextract: chapters, tags & cue sheets will now be written to standard
  output if no file name is given, same as if `-` is given as the file name.
* MKVToolNix GUI: job queue: added a new setting in the preferences' "job
  queue & job status" section that, when enabled, will cause the GUI to remove
  all output files created by jobs that are either aborted by the user or that
  end in an error.

Bug fixes
* all programs: macOS: fixed file access if the file name (including all path
  components) contains any Unicode character where NFC (Normalization Form
  Canonical Composed) and NFD (Normalization Form Canonical Decomposed)
  differ, e.g. German Umlauts.
* mkvmerge: when splitting by chapters the user can now split by chapters
  coming from one of the appended files, too.
* mkvmerge: AAC reader: fixed reading codec parameters (channels, sample rate)
  if a file starts with garbage that includes valid-but-bogus AAC
  headers.
* MKVToolNix GUI: Hebrew was added to the list of often-used languages so that
  it can be selected by default again.
* MKVToolNix GUI: when updating the GUI's settings from v37.0.0 or older, the
  GUI checks if the list of often-used languages equals the built-in list from
  v36.0.0. If it does, it will be updated to the built-in list changed in
  v37.0.0.

Build system changes
* Boost's Operators header library is now required.
2019-10-06 16:37:36 +00:00
adam
e0e76cfa36 fmtlib: updated to 6.0.0
6.0.0:
Switched to the MIT license with an optional exception that allows distributing binary code without attribution.
Floating-point formatting is now locale-independent by default.
Added an experimental Grisu floating-point formatting algorithm implementation (disabled by default). To enable it compile with the FMT_USE_GRISU macro defined to 1.
Separated formatting and parsing contexts for consistency with C++20 std::format, removing the undocumented basic_format_context::parse_context() function.
Added oss-fuzz support.
formatter specializations now always take precedence over operator<<.
Introduced the experimental fmt::compile function that does format string compilation.
Added the % format specifier that formats floating-point values as percentages.
Implemented precision for floating-point durations.
Implemented chrono format specifiers %Q and %q that give the value and the unit respectively .
Fixed handling of dynamic width in chrono formatter.
Removed deprecated fmt/time.h. Use fmt/chrono.h instead.
Added fmt::format and fmt::vformat overloads that take text_style.
Removed the deprecated color API (print_colored). Use the new API, namely print overloads that take text_style instead.
Made std::unique_ptr and std::shared_ptr formattable as pointers via fmt::ptr.
Made print and vprint report I/O errors.
Marked deprecated APIs with the [[deprecated]] attribute and removed internal uses of deprecated APIs.
Modernized the codebase using more C++11 features and removing workarounds. Most importantly, buffer_context is now an alias template, so use buffer_context<T> instead of buffer_context<T>::type. These features require GCC 4.8 or later.
formatter specializations now always take precedence over implicit conversions to int and the undocumented convert_to_int trait is now deprecated.
Moved the undocumented basic_writer, writer, and wwriter types to the internal namespace.
Removed deprecated basic_format_context::begin(). Use out() instead.
Disallowed passing the result of join as an lvalue to prevent misuse.
Refactored the undocumented structs that represent parsed format specifiers to simplify the API and allow multibyte fill.
Moved SFINAE to template parameters to reduce symbol sizes.
Switched to fputws for writing wide strings so that it's no longer required to call _setmode on Windows.
2019-10-06 16:36:27 +00:00
nia
647fd5f4c7 doc: Updated audio/ncmpc to 0.35 2019-10-06 16:16:08 +00:00
nia
f3e53fc06f ncmpc: Update to 0.35
0.35 - (2019-09-14)
* fall back to "AlbumArtist" tag in the default format
* fix crash with a very narrow terminal window
* config: allow escaping single quote with backslash in key bindings
* config: fix bug with deprecated names in "screen-list" setting
2019-10-06 16:15:51 +00:00
nia
0e432ea876 doc: Updated editors/tea to 48.0.1 2019-10-06 15:54:56 +00:00
nia
3f52a5477a tea: Update to 48.0.1
Now uses Qt5 and cmake. There's another branch using GTK3 which I might
import later.
2019-10-06 15:54:38 +00:00
fox
5ad363035c doc: Added lang/gjs version 1.53.4 2019-10-06 15:54:24 +00:00
fox
9b52758db9 Added gjs to Makefile SUBDIRs. 2019-10-06 15:52:44 +00:00
fox
e12eb8ecaf Import of gjs-1.53.4 as lang/gjs
Gjs is a Javascript binding for GNOME. It's mainly based on
Spidermonkey javascript engine and the GObject introspection
framework.

Reviewed by:	nia@
2019-10-06 15:50:31 +00:00
jakllsch
4d9deea87b bump PKGREVISION for previous games/xbomb commit 2019-10-06 14:44:35 +00:00
jakllsch
c5cd9a8bd8 doc: Updated games/xbomb to 2.2 2019-10-06 14:41:45 +00:00
jakllsch
03b9e8f6fa games/xbomb: Add patch to avoid UB and/or segfault on startup 2019-10-06 14:41:07 +00:00
bad
e16fc369cb make the pylibfdt module build verbose if KBUILD_VERBOSE != 0. 2019-10-06 14:01:20 +00:00
nia
10f7f0b542 doc: Updated audio/mixxx to 2.2.2 2019-10-06 13:46:01 +00:00
nia
1dbde271b2 mixxx: Update to 2.2.2
This release includes many stability and usability fixes. Please note that we had to disable writing of file tags for .ogg files with the current TagLib version 1.11.1 that would otherwise corrupt your precious files. Upgrading from version 2.2.1 is strongly recommended.

    Fix battery widget with upower <= 0.99.7. #2221
    Fix BPM adjust in BpmControl. lp:1836480
    Disable track metadata export for .ogg files and TagLib 1.11.1. lp:1833190
    Fix interaction of hot cue buttons and looping. lp:1778246
    Fix detection of moved tracks. #2197
    Fix playlist import. lp:16878282
    Fix updating playlist labels. lp:1837315
    Fix potential segfault on exit. lp:1828360
    Fix parsing of invalid bpm values in MP3 files. lp:1832325
    Fix crash when removing rows from empty model. #2128
    Fix high DPI scaling of RGB overview waveforms. #2090
    Fix for OpenGL SL detection on macOS. lp:1828019
    Fix OpenGL ES detection. lp:1825461
    Fix FX1/2 buttons missing Mic unit in Deere (64 samplers). lp:1837716
    Tango64: Re-enable 64 samplers. #2223
    Numark DJ2Go re-enable note-off for deck A cue button. #2087
    Replace Flanger with QuickEffect in keyboard mapping. #2233
2019-10-06 13:45:42 +00:00
rillig
e5b3aa104f mk/check: remove documentation for obsolete SKIP_PORTABILITY_CHECK 2019-10-06 13:38:22 +00:00