Commit Graph

62624 Commits

Author SHA1 Message Date
kikadf 65b301bc36 terminology: build with modular x11 2020-11-01 17:48:27 +01:00
kikadf 376cf480c1 enlightenment-current: fix conf path, build with modular x11 2020-11-01 17:48:26 +01:00
kikadf 11844701b3 efl: add support to build with modular x11 2020-11-01 17:48:26 +01:00
Maya Rashish 67a0ae90b3 py-anki2: make this fetchable even if there is a new version out 2020-11-01 16:58:22 +02:00
Sunil Nimmagadda e207471148 opendoas: Import OpenDoas-6.6.1 as wip/opendoas
An unofficial, portable fork of the OpenBSD doas command.

doas is a minimal replacement for the venerable sudo. It was
initially written by Ted Unangst of the OpenBSD project to provide
95% of the features of sudo with a fraction of the codebase.
2020-11-01 19:35:15 +05:30
Pierre Pronchery 4525e36fcb jitsi-meet: remove unneeded dependencies
The build system of Jitsi Meet must have evolved, it no longer seems to
require Git, Python, nor to build C++ code.
2020-11-01 12:26:38 +01:00
Pierre Pronchery dc7dfcb3db jitsi-meet: update the TODO file 2020-11-01 11:53:02 +01:00
K.I.A.Derouiche a8934ec3e6 wip/py-py4j import py-py4j-py4j-0.10.9.1 2020-10-31 22:49:40 +01:00
nia 45e5443869 Unhook dssi 2020-10-31 22:26:10 +01:00
nia 973d795191 Remove dssi, imported 2020-10-31 22:25:17 +01:00
K.I.A.Derouiche 803cf2e9ea set MASTER_SITES: py-py-msedge-selenium-tools 2020-10-31 21:39:21 +01:00
K.I.A.Derouiche 0d9026945e wip/py-msedge-selenium-tools import py-msedge-selenium-tools-3.141.2 2020-10-31 21:39:21 +01:00
Thomas Klausner 6ce55ebea9 nuspell: update to 4.0.0.
- Fix lifetime issue (segmentation fault) in ngram-based suggestions. Fixes #84.
- Fix internal usage of `std::codecvt` in edge case in function `to_wide()` and
  `to_narrow()`
- Fix not propagating recursion depth in spell_break(), which caused hangup.
  Fixes #85.
- Fix overwriting of PDB files when compiling with Visual Studio. This prevented
  debugging nuspell.dll. Fixes #86.
- Fix output of CLI tool to be more compatible to ispell and hunspell.

- Boost is no longer a dependency of the library at all. It is still a
  dependency of the CLI tool. Closes #79. Fixes #71.
- Use `std::string_view` in the public API instead of `const std::string&`. Also
  use it internally at various places.
- Build as shared library by default. Building as static is still possible via
  the CMake's variable `BUILD_SHARED_LIBS`.
- The public API is annotated with dll-export/visibility attributes, and also
  some private functions are annotated needed for testing. This reduces the file
  size. Closes #65.
- Use Unicode text segmentation by default in the CLI tool. Simple segmentation
  on white-space is still available via CLI option.

- Delete deprecated functions in the class Finder.
- Drop under-designed and undocumented feature in the CLI tool about personal
  dictionaries.
2020-10-31 20:45:44 +01:00
Pierre Pronchery eab4898e4b ji{cofo,tsi-videobridge}: fix the default binaries
Both packages now depend on bash.
2020-10-31 15:43:16 +01:00
Pierre Pronchery 3652b4305e jitsi-videobridge: package version 2.0.5142
Jitsi Videobridge is an XMPP server component that allows for multiuser video
communication. Unlike the expensive dedicated hardware videobridges, Jitsi
Videobridge does not mix the video channels into a composite video stream, but
only relays the received video channels to all call participants. Therefore,
while it does need to run on a server with good network bandwidth, CPU
horsepower is not that critical for performance.
2020-10-31 15:11:45 +01:00
Jason Bacon 36fee1b21c ape: Use /usr/bin/bc to accommodate -l 2020-10-31 09:00:41 -05:00
Makoto Fujiwara (mef) 4d69536018 (lang/rakudo-star) clean up a little bit. Comments or unused line deleted 2020-10-31 23:00:05 +09:00
Makoto Fujiwara (mef) d6e5f501ee (lang/rakudo-star) candidate for update, but broken yet now 2020-10-31 22:49:50 +09:00
Benny Siegert 682f4ca4be simple-scan: update to 3.38.1.
This compiles and installs fine but crashes on startup. I would be happy
if someone could take a look!
2020-10-31 14:29:15 +01:00
Benny Siegert cf1fa199a9 +libgusb 2020-10-31 14:29:14 +01:00
Benny Siegert ec6b7532c7 New package, libgusb-0.3.5.
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your
high-level application or system daemon.

Not everything you can do in libusb1 is wrapped, although we'll accept
feature requests (with patches) if it makes sense.
2020-10-31 14:29:13 +01:00
Pierre Pronchery 205f0e27b9 jicofo: package version 644
JItsi COnference FOcus is a server side focus component used in Jitsi Meet
conferences.

Conference focus is mandatory component of Jitsi Meet conferencing system next
to the videobridge. It is responsible for managing media sessions between each
of the participants and the videobridge. Whenever new conference is about to
start an IQ is sent to the component to allocate new focus instance. After that
special focus participant joins Multi User Chat room. It will be creating
Jingle session between Jitsi videobridge and the participant. Although the
session in terms of XMPP is between focus user and participant the media will
flow between participant and the videobridge. That's because focus user will
allocate Colibri channels on the bridge and use them as its own Jingle
transport.
2020-10-31 09:10:53 +01:00
Pierre Pronchery 8a1cd2ae06 jitsi-meet: update to version 4476 2020-10-31 07:35:59 +01:00
Iku Iwasa c866b1e859 pre-commit: Update to 2.8.2
2.8.2 - 2020-10-30

Fixes

* Fix installation of ruby hooks with language_version: default

2.8.1 - 2020-10-28
Fixes

* Allow default language_version of system when the homedir is /

2.8.0 - 2020-10-28

Features

* Update rbenv / ruby-build
* Update sample-config versions
* Add new language: dotnet
* Add --negate option to language: pygrep hooks
* Add zipapp support
* Run pre-commit through https://pre-commit.ci
* Add new language: coursier (a jvm-based package manager)
* Exit with distinct codes: 1 (user error), 3 (unexpected error), 130 (^C)

Fixes

* Improve healthy() check for language: node + language_version: system
  hooks when the system executable goes missing.
* Fix excess whitespace in error log traceback
* Fix posixlike shebang invocations with shim executables of the git hook
  script on windows.
* Remove hard-coded C:\PythonXX\python.exe path on windows as it caused
  confusion (and virtualenv can sometimes do better)
* Fix language: ruby hooks when --format-executable is present in a gemrc
* Move cygwin / win32 mismatch error earlier to catch msys2 mismatches
* Remove -p workaround for old virtualenv
* Fix language: node installations to not symlink outside of the
  environment
* Don't identify shim executables as valid system for defaulting
  language_version for language: node / language: ruby
2020-10-31 09:27:43 +09:00
Iku Iwasa 1813abe9ea py-virtualenv20: Update to 20.1.0
Features - 20.1.0

* The python specification can now take one or more values, first found is
  used to create the virtual environment
2020-10-31 09:27:43 +09:00
Iku Iwasa d505997052 packer: Update to 1.6.5
FEATURES:

* New Builder(s): Proxmox builder has been split into two new builders
  proxmox-iso and promox-clone. See Proxmox Builder for more information on
  the builder. For users of the previous proxmox builder please use packer
  fix to migrate your templates to the new promox-iso builder. [GH-9262]

BUG FIXES:

* builder/amazon: SSM connection now recovers from reboots. [GH-10003]
* builder/azure-arm: Fix build failures due to the deletion of additional
  managed disks defined in "disk_additional_size". [GH-10163]
* builder/azure-chroot: Fix typo in option exlude_from_latest to
  exclude_from_latest. Old name will still be respected. [GH-10034]
* builder/googlecompute: Fix HCL image_encryption_key fields and use the
  same casing in JSON and HCL2 [GH-10173]
* builder/openstack: Fix source image validation regression when using
  filters. [GH-10065]
* builder/proxmox: Fix unhandled buildvar type for HCL2 enabled build
  templates. [GH-10154]
* builder/qemu: Fix a regression where Packer would not wait properly in
  step_shutdown when a null communicator was used. [GH-10178]
* builder/qemu: Fix crash in step_run of qemu when loading commhostport
  form the statebag in a situation where the communicator is none. [GH-10145]
* builder/vsphere-clone: Packer was not respecting the "destroy" flag set
  in the content library config, and always keeping the source vm. This has
  been fixed. [GH-10165]
* builder/vsphere: Ensure builds are able to continue when no communicator
  has been specified "communicator": "none". [GH-9964]
* builder/vsphere: Fix CD uploads so that Packer does not try to delete a
  CD that was not successfully uploaded. [GH-10155]
* core/hcl: Hide sensitive variables from output. [GH-10031]
* core/hcl: Packer HCL's "Coalesce" function now behaves same way as
  Terraform's. [GH-10016]
* core: Fix artifact handling so that input artifacts are properly
  preserved in postprocessors that don't modify artifacts. [GH-9996]
* core: Fix pathing in cd_files to copy proper directory tree when user
  provided absolute paths. [GH-10022]
* provisioner/ansible: Ansible galaxy no longer forces use of collections
  in v1 files. [GH-10010]

IMPROVEMENTS:

* builder/amazon-ebssurrogate: Apply snapshot tags at snapshot creation
  time. [GH-10150]
* builder/amazon: Add io2 as a supported volume type. [GH-10102]
* builder/amazon: Add support for source instance tenancy [GH-10085]
* builder/google: Add service account impersonation. [GH-9968] [GH-10054]
* builder/googlecompute: Add skip_create_image option. [GH-10115]
* builder/googlecompute: Allow users to select the algorithm to use when
  generating temporary SSH keypair [GH-10111]
* builder/linode: Add state_timeout attribute to Linode builder. [GH-10128]
* builder/oracle-oci: New option to specify image compartment separate from
  build compartment. [GH-10040]
* builder/oracle-oci: New option to specify boot volume size. [GH-10017]
* builder/oracle: Add base_image_filter option as alternative to
  base_image_ocid [GH-10116]
* builder/outscale: Migrate to new Outscale SDK. [GH-10056]
* builder/proxmox: split Proxmox into proxmox-iso and
  proxmox-clone. [GH-9626] [GH-10166]
* builder/scaleway: Allow the user to use an image label (eg ubuntu_focal)
  instead of a hardcoded UUID on the Scaleway builder. [GH-10061]
* builder/vsphere: Skip iso download if hashed file is already present on
  remote datastore. [GH-10143]
* builder/yandex: Add support for IAM credentials in the token field and
  YC_TOKEN environment variable. [GH-10158]
* core/hcl: Add ability to set version restrictions [GH-10149]
* core/hcl: Add build.name variable so users can access build name in
  addition to source name. [GH-10114]
* core/hcl: Add consul_key function to HCL templates. [GH-10119]
* core/hcl: Add HCL2 aws_secretsmanager function [GH-10124]
* core/hcl: Add packer.version variable to hcl configs so users can access
  the Packer release version. [GH-10117]
* core: Let user provide type of generated ssh key instead of always doing
  ssh- rsa [GH-10101]
2020-10-31 09:27:43 +09:00
Iku Iwasa 437973e3c5 iosevka-*: Update to 3.7.1
Changes of version 3.7.1

* Fix broken line height under Macintosh.

Changes of version 3.7.0

* Make v-k-cursive visible in Upright and Oblique; Split variant selectors
  for k and K.
* Add flat hooked but tailed variants for f (VXEX ... VXFA).
* Fix mark position of Small Heng With Hook (U+0267) and Small Heng
  (U+A727); add letter Cyrillic Iotified Small and Big Yus (U+0468, U+0469,
  U+046C, U+046D), Capital Heng (U+A726), and Cyrillic En With Hook
  (U+04C7, U+04C8).
* Corrected shape of descender-accented Cyrillic letters under Slab; Add
  letter Khakassian Che (U+04CB, U+04CC) and Ghe With Descender (U+04F6,
  U+04F7).
* Add more asterisk and star dingbats (U+2733, U+2734, U+2737 ... U+273A).
* Add more sized geometric shapes (U+26AA, U+26AB, U+2B1A ... U+2B1E,
  U+2B25 ... U+2B2B, U+2BC0 ... U+2BC8, U+2BCA, U+2BCB).
* Fix variant selection for ɳ (U+0273), ɖ (U+0256), and ᶑ (U+1D91).
* Fix shape of capital J under Aile.
* Fix lSlash's shape under Aile.
* Add graphic form of CGJ(U+034F), ZWNJ (U+200C), ZWJ (U+200D), Object
  Replacement Character (U+FFFC), and Replacement Character (U+FFFD).
* Add semicircle arrows (U+21B6, U+21B7) and open-circle arrows (U+21BA,
  U+21BB).
2020-10-31 09:27:43 +09:00
Yuuki Enomoto 7dac529fa2 zabbix50-frontend: Update to 5.0.5 2020-10-31 09:16:31 +09:00
Yuuki Enomoto b54188a489 zabbix50-java: Update to 5.0.5 2020-10-31 09:06:40 +09:00
Yuuki Enomoto 9d5894edcc zabbix50-proxy: Update to 5.0.5
- Remove "ipmi" option from PKG_SUGGESTED_OPTIONS because devel/OpenIPMI
  not found
2020-10-31 09:03:02 +09:00
Yuuki Enomoto 6eec7809e1 zabbix50-agent: Update to 5.0.5 2020-10-31 08:56:02 +09:00
Yuuki Enomoto 6b92d2626e zabbix50-server: Update to 5.0.5
- Remove "ipmi" option from PKG_SUGGESTED_OPTIONS because devel/OpenIPMI
  not found.
- Update PLIST. If user enabled PKG_OPTIONS.zabbix50-server=mysql in
  mk.conf, this build possible to fail.
2020-10-31 08:45:41 +09:00
Maya Rashish 5ee0e6cdad glide: Add the usual cargo workaround for adding RPATH. 2020-10-30 21:18:22 +02:00
pin f4a31a36f3 glide: clean-up the package 2020-10-30 14:43:36 +01:00
pin 8143e8ad47 wip/glide: import pkg
Glide is a simple and minimalistic media player relying on GStreamer for the
multimedia support and GTK+ for the user interface. Glide should be able
to play any multimedia format supported by GStreamer, locally or remotely
hosted.
2020-10-30 13:37:41 +01:00
Thomas Klausner 9da3281bd3 emacs-git: add new file to PLIST 2020-10-30 10:56:31 +01:00
K.I.A.Derouiche aa365d7e59 wip/py-lazr-restfulclient: py-lazr-restfulclient-0.14.3 2020-10-29 23:20:05 +01:00
K.I.A.Derouiche 3ecc3b6ec1 wip/py-wsgi-intercep: py-wsgi-intercep-1.9.2 2020-10-29 23:15:52 +01:00
K.I.A.Derouiche 87822b10d3 wip/py-wsgi-intercept: import py-wsgi-intercept-0.4 2020-10-29 19:14:56 +01:00
Pierre Pronchery f2c71243f8 thunderbird68-enigmail: import as version 2.1.7
Enigmail is a security extension to Mozilla Thunderbird and Seamonkey.
It integrates the renowned OpenPGP standard provided by GnuPG.

Sending and receiving encrypted and digitally signed email gets just
simple using Enigmail.

Thunderbird 78 from pkgsrc's 2020Q3 branch, which is supposed to
integrate Enigmail (but maybe not quite fully yet) does not work at all
for me, and Thunderbird 68 is still there anyway. This therefore
re-imports Enigmail for this version.
2020-10-29 05:15:40 +01:00
K.I.A.Derouiche 5411161be8 Update wip/py-storm: 0.24 2020-10-28 22:38:37 +01:00
K.I.A.Derouiche a2ac2585b0 wip/py-ZopeSecurity: import py-ZopeSecurity-5.1.1 2020-10-28 16:18:36 +01:00
Frank Kardel 66d28ae62f libyang: make cmocka a tool dependency 2020-10-28 13:15:29 +01:00
pin eddd8035d7 Remove xnotify: imported to pkgsrc 2020-10-28 12:42:28 +01:00
pin f3500fc452 xnotify: update to 0.7.1
Any objection to import this?
2020-10-28 07:35:30 +01:00
Paul Ripke 2958494142 nlopt: Fix substitution file list which breaks with the latest 2020Q3 makefiles. 2020-10-28 17:24:17 +11:00
K.I.A.Derouiche 3541c08091 import py-qt-thread-updater-1.1.3 to wip 2020-10-27 23:34:08 +01:00
K.I.A.Derouiche 8d59e4452c set COMMENT: py-qtpy 2020-10-27 23:13:59 +01:00
K.I.A.Derouiche 8219a6e71c wip/py-mpi4y-fft: import py-mpi4y-fft-3.0.3 2020-10-27 23:09:23 +01:00
K.I.A.Derouiche 59561fd9cc SET MASTER_SITES: use MASTER_SITE_PYPI keyword 2020-10-27 22:57:49 +01:00