Commit graph

336445 commits

Author SHA1 Message Date
wiz
c576ab9474 doc: Updated audio/mpc to 0.33nb2 2021-04-09 10:27:19 +00:00
wiz
79592edd85 mpc: fix PLIST for latest sphinx.
Bump PKGREVISION.
2021-04-09 10:27:08 +00:00
pin
677659f95f doc: Added graphics/qrrs version 0.1.5 2021-04-09 09:08:08 +00:00
pin
795cc56700 Add qrrs 2021-04-09 09:07:41 +00:00
pin
f796c359d1 graphics/qrrs: import package
QRrs is a command-line utility written in rust for working with qr codes
(what actually follows from the name).
2021-04-09 09:06:53 +00:00
pin
abede2363c doc: Updated sysutils/xplr to 0.3.12 2021-04-09 09:02:38 +00:00
pin
ca81ba6ab7 sysutils/xplr: update to 0.3.12
0.3.12
-Fix symlink support.
-Fix refresh behavior.
-Fix logs not being written to the pipe.
-Fix the help menu displaying esc for quit.

0.3.11
-Fix logs for being written in the pipe.
-Don't depend on `Refresh`, always write to the pipes.

0.3.10
-Watch PWD for changes.
-Optimize the main thread (small performance gain).

0.3.9
-There are changes in the default key bindings
-When in the default mode, pressing esc will not quit the session.
-:e will open a file in ${EDITOR:-vi}.
-When in the default search mode, entering or leaving a directory will not
reset the mode back to default. This might seem a little counter-intuitive
to the nnn users, but I think this adds to the productivity and should be
the default. The real-time mode indicator will help the users adapt to the
alternate defaults.

0.3.8
-Add RemoveNodeFilterFromInput message.
-Fix search and show hidden behavior.
-Clear screen before exit.
2021-04-09 09:02:18 +00:00
pin
6f8ca9b69c doc: Updated sysutils/zoxide to 0.6.0 2021-04-09 09:01:28 +00:00
pin
397bad5e82 sysutils/zoxide: update to 0.6.0
-Add support for Elvish (#174)
-Use Nushell from Nixpkgs unstable (#171)
-Make z exclude current directory (#173)
-Append __zoxide_hook to front of PROMPT_COMMAND (#170)
-Add support for Nushell (#164)
-Find zoxide in Xonsh shells (#168)
-Reference integration with nnn (autojump plugin) (#166)
-Fix CI (#161)
-Remove barely-used aliases (#158)
-Use variable to prevent hook redefinition (#154)
-Use /dev/null on Unix shells (#152)
-Specified external call to cd for fish (#146)
-Remove cargo-udeps
-Handle write errors gracefully (#143)
-Use builtin in shells (#141)
-Use zero copy deserialization (#138)
-Forcibly disable backtraces (#130)
-Start fish in an isolated env (#128)
-Run shell tests in a clean env
-Add NetBSD and Alpine Linux install instructions
-Use Nix for testing
-Split tests
-Change install instructions, add third-party integrations and update README
-Add Termux install instructions
-Update installation instructions
2021-04-09 09:00:57 +00:00
pin
a39c640061 doc: Updated sysutils/macchina to 0.6.7 2021-04-09 08:59:49 +00:00
pin
05a179872e sysutils/macchina: update to 0.6.7
-Reorder the readouts
-libmacchina can now fetch CPU usage, and Macchina can now display it
-Fixed a bug where LocalIP will be marked as failed when username or hostname
fails to fetch
-Updated some of the example images in README files
2021-04-09 08:59:30 +00:00
prlw1
1be1aa4469 doc: Updated www/drupal7 to 7.79 2021-04-09 08:35:15 +00:00
prlw1
a6d935d177 Update drupal7 to 7.79
Drupal 7.79, 2021-04-07
-----------------------
- Initial support for PHP 8
- Support for SameSite cookie attribute
- Avoid write for unchanged fields (opt-in)
2021-04-09 08:34:55 +00:00
adam
00cdaeac3c gimp: PLIST fix; pkglint fixes 2021-04-09 07:02:58 +00:00
wiz
14c07cf0ce *: bump PKGREVISION for nss linking fix 2021-04-09 06:54:56 +00:00
wiz
b30c5f8a86 doc: Updated devel/nss to 3.63nb1 2021-04-09 06:41:08 +00:00
wiz
96811a0d7e nss: fix interoperability with openssl
For a long time now (at least 15 years), the installed pkg-config
file also linked against libsoftokn3, which is wrong according to
upstream. This library is only intended to be loaded as a module.

Having this library linked added symbols to the namespace that conflict
with openssl symbols. This had caused problems before, and patches
had been added to rename symbols to avoid this conflict.

Instead, fix this correctly by not linking against libsoftokn3.

Switch to using the pkg-config and nss-config files provided in the
distfiles instead of pkgsrc-specific ones.

Remove now unneeded symbol-renaming patches.

Remove DragonFly patches while here.

Bump PKGREVISION.
2021-04-09 06:40:59 +00:00
adam
093f4748db gegl: PLIST fix 2021-04-09 05:12:58 +00:00
adam
9ee3c175e8 Updated graphics/cairomm, devel/atkmm, devel/pangomm, x11/gtkmm3 2021-04-08 21:22:08 +00:00
adam
8572ca7197 gtkmm3: updated to 3.24.4
3.24.4 (stable):

The tarball for 3.24.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Build on Windows:
* Gtk::TreePath: Export comparison operators


3.24.3 (stable):

The tarball for 3.24.3 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Gtk:
* Actionable::get_action_target_value(): Fix ref count

Documentation:
* Improve the documentation of Gtk::Application::add_window()
  and Gtk::Window::set_application()
* Gtk::Button::set_image(): Fix the documentation
* Gtk::TreeView::append_column(): Add code example
* README: Add instructions for building gtkmm
* Explain key values

Demos:
* Don't use C++14 auto deduction
* Update the GLArea demo (similar to updates in gtk+)
* GLArea demo: Fix a crash

Tests:
* Builder test: Test derived props declared in C++

Build:
* Improve NMake support
* Fix Autotools build with X11 backend disabled (--enable-x11-backend=no)
* Use __declspec(dllexport) when building with Visual Studio
* Add support for building gtkmm with Meson
* docs/reference/: Update for Doxygen >= 1.8.16
2021-04-08 21:21:38 +00:00
adam
95f882ac94 pangomm: import patches 2021-04-08 21:16:42 +00:00
adam
b23b53253f pangomm: updated to 2.46.0
2.46.0 (stable):

The tarball for 2.46.0 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

* Attribute: Add Overline and ShowFlags enums and some create*() methods
* Font, FontFace, FontFamily, FontMetrics: Add new methods
* LayoutIter: Fix get_run()
* LayoutRun: Fix a memory leak in split()
* GlyphString, Item: Wrap pango_shape_with_flags()
* Layout: Add set/get_line_spacing()
* Layout: Add get_const_line() and get_const_lines()
* LayoutRun: Make most methods public
* Coverage: Deprecate create(bytes, n_bytes), max(), to_bytes()

Build:
* Requires pango >= 1.45.1
  because of Overline


2.42.2 (stable):

The tarball for 2.42.2 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Build:
* Use __declspec(dllexport) when building with Visual Studio
* Meson build: Avoid some recompilations
* Meson build: Better error message if trying to build with
  maintainer-mode=false when true is necessary
* Meson build: Set default value of the 'warnings' option to 'min'
* Improve NMake support
* Improve Visual Studio support
* docs/reference/: Update for Doxygen >= 1.8.16
* Meson build: Fix versioning on macOS
2021-04-08 21:15:47 +00:00
adam
7f21e4102d atkmm: updated to 2.28.1
atkmm 2.28.1 (stable):

The tarball for 2.28.1 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Build:
* Improve NMake support
* Use __declspec(dllexport) when building with Visual Studio
* Add Meson support
* doc/reference/: Update for Doxygen >= 1.8.16


atkmm 2.28.0 (stable):

This release is identical to 2.24.3.

There is no 2.26.x release.
2021-04-08 21:12:09 +00:00
adam
8904244d02 cairomm: updated to 1.14.2
1.14.2 (stable):

The tarball for 1.14.2 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Build:
* Meson build: Fix versioning on macOS
* Require cairo >= 1.12.0
  Not a new requirement, but now it's specified in configure.ac and
  meson.build, so a failure to meet it is noticed earlier when building


1.14.0 (stable):

The tarball for 1.14.0 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Cairo:
* Add Context::get_source_for_surface()

Build:
* Fix the build with MinGW headers
* enums.h: Guard the FT-specific include and the enum with an ifdef
* Add NMake Makefiles
  Remove Visual Studio 2013 projects
* Add support for building with Meson
* Use __declspec(dllexport) when building cairomm on Visual Studio
  Stop using gendef.exe by default
* docs/reference/: Update for Doxygen >= 1.8.16

Tests:
* Update the source code
* Don't include deprecated Boost header files
  Fix tests in Autotools builds

Documentation:
* README: Update with instructions for building cairomm
2021-04-08 21:08:40 +00:00
adam
f5a5564090 Updated devel/mm-common, devel/libsigc++, devel/libsigc++3, devel/glibmm 2021-04-08 21:04:22 +00:00
adam
61c378f7fc glibmm: updated to 2.66.0
2.66.0: (stable):

The tarball for 2.66.0 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Glib:
* Binding: Add set_manage() and Glib::manage()
* Deprecate BalancedTree in favour of std::map and std::unordered_map

Gio:
* ListStore: Accept interfaces
* MenuAttribute: Add new enum values
* SettingsSchemaSource: Wrap new_from_directory() and list_schemas()


2.64.5: (stable):

The tarball for 2.64.5 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

gmmproc:
* Fix compatibility with gtkmm 3.24.2

Build:
* Meson build: Fix Cocoa (macOS) detection


2.64.4: (stable):

The tarball for 2.64.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Glib:
* PropertyProxyConnectionNode::connect_changed():
  Fix using without property name

gmmproc:
* Add optional decl_prefix parameter to _WRAP_GERROR and _WRAP_ENUM
  Used for adding GLIBMM_API or similar for MS Visual C++
* Allow decorating comparison operators (for Visual Studio builds)
* _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignment
* Decorate private generated classes with __declspec when building
  with Visual Studio
* generate_wrap_init.pl.in: Use g_type_ensure(SomeClass::get_type())
  to ensure that get_type() is called

Build:
* Use __declspec(dllexport) consistently when building glibmm with
  Visual Studio
* Meson build: Set default value of the 'warnings' option to 'min'
* Improve NMake support
* Improve Visual Studio support
* docs/reference/: Update for Doxygen >= 1.8.16
* Meson build: Fix versioning on macOS

Documentation:
* Glib::BalancedTree docs: Recommend std::map or std::unordered_map
* Meson build: Add missing Glib::Value and Variant documentation
2021-04-08 21:03:55 +00:00
adam
6c0e69e72a libsigc++3: updated to 3.0.6
3.0.6 (stable)

Build:
* Meson build: Fix versioning on macOS

Documentation:
* sigc++/sigc++.h: Describe how to use libsigc++ with Meson
* Update links to the web page, now at
  libsigcplusplus.github.io/libsigcplusplus


3.0.4 (stable)

Build:
* Meson build: Set default value of the 'warnings' option to 'min'
* NMake Makefiles: Several improvements
* docs/reference/: Update for Doxygen >= 1.8.16

Documentation:
* docs/manual/libsigc_manual.xml: Update signal and slot syntax

The tarball for 3.0.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of README.md.
2021-04-08 20:55:18 +00:00
adam
a1ebc8779f libsigc++: updated to 2.10.6
2.10.6 (stable)

Build:
* Meson build: Fix versioning on macOS

Documentation:
* sigc++/sigc++.h: Describe how to use libsigc++ with Meson
* Update links to the web page, now at
  libsigcplusplus.github.io/libsigcplusplus


2.10.4 (stable)

Build:
* Meson build: Set default value of the 'warnings' option to 'min'
* NMake Makefiles: Several improvements
* docs/reference/: Update for Doxygen >= 1.8.16

Documentation:
* docs/manual/libsigc_manual.xml: Update signal and slot syntax

The tarball for 2.10.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of README.
2021-04-08 20:52:15 +00:00
adam
d28b632b27 mm-common: updated to 1.0.2
mm-common 1.0.2 (2020-09-25)

* util/doc-install.pl: Update for Doxygen >= 1.8.16
* doc-reference.py: Don't include DESTDIR in the DevHelp base path
* dist-build-scripts.py: Remove files from distribution, if requested


mm-common 1.0.1 (2020-06-04)

* Make libstdc++.tag retrieval work for Windows
* skeletonmm/meson.build: Check if .git is a directory or a file
* util: Add check-dllexport-usage.py to check gmmproc version
* skeletonmm: Improve the Meson build system
2021-04-08 20:49:07 +00:00
markd
292de05a7e kpat update and related new packages 2021-04-08 19:59:42 +00:00
markd
91ad800326 kpat: update to 20.12.3
changes unknown
2021-04-08 19:56:27 +00:00
markd
dd4d01e796 games: +black-hole-solver 2021-04-08 19:53:08 +00:00
markd
d0fcc802e1 black-hole-solver: add version 1.10.1
This is a solver for the Solitaire/Patience card games "Golf" (3 variants),
"Black Hole", and "All in a Row" - implemented in C as a command line
application. For more information about these games, see:

* https://en.wikipedia.org/wiki/Golf_%28patience%29
* http://en.wikipedia.org/wiki/Black_Hole_%28solitaire%29
* http://en.wikipedia.org/wiki/All_in_a_Row_%28Solitaire%29
2021-04-08 19:51:44 +00:00
markd
52515b66ec devel: +rinutils 2021-04-08 19:47:05 +00:00
markd
dfef5d81f8 rinutils: add version 0.8.0
This is a set of C headers containing macros and static functions that
are expected to work on Unix-like systems and MS Windows that have
been extracted from Shlomi Fish's projects.
2021-04-08 19:45:30 +00:00
cheusov
bfb60f49d2 doc: Updated devel/mk-configure to 0.37.0 2021-04-08 18:58:01 +00:00
cheusov
7bbdb1c16e Version 0.37.0, by Aleksey Cheusov, Thu, 8 Apr 2021 09:07:48 +0300
Features:
    * new feature "strtoi" for NetBSD function with the same name
    * new feature "strtou" for NetBSD function with the same name
    * new feature "reallocarr" for NetBSD function with the same name
    * new feature "macro". It provides NetBSD-style macro __dead, __pure,
      __UNCONST, __printflike, __constfunc, __always_inline, __aligned,
      __arraycount, MAX and MIN
    * "efun": add support for ereallocarr(3), estrtoi(3) and estrtou(3)

  Fixes:
    * imp.foreign_autotools.mk: add MAKE=${AT_MAKE} to environment
      This fixes ./configure when "make" executable is not available
    * CXXSTD: appropriate option is passed to the linker.  This fixes
      failures with Sun C++ compiler.
    * examples/shquote/prog.c: fix segfault seen on Solaris-10
      (incorrect use of getline(3))

  mk-configure.7:
    * add missing documentation for features "reallocarray", "fparseln"
      and "vis"
    * minor fixes
    * CXXSTD: fix incorrect description

  Exit with error if generated config under ~/.mkcmake is older than
  system mk files.  This situation potentially means that generated
  configs do not contain all required information about compiler.

  System-wide mk file for compiler settings has higher priority
  than files under ~/.mkcmake

  EXPORT_SYMBOLS: empty lines and comments started with '#' are ignored

  mkc_install: do not remove "$dst" before renaming "$dsttmp" to
  "$dst", it is just useless.

  Simplify the target "installdirs".
2021-04-08 18:57:48 +00:00
gdt
5acd8e8e03 doc: Updated net/speedtest-cli to 2.1.3 2021-04-08 16:53:07 +00:00
gdt
b54ddfa8bb speedtest-cli: Update to 2.1.3
upstream changes: bugfixes

(This update appears to work around a recently-observed problem.)
2021-04-08 16:53:01 +00:00
nia
96accc2011 doc: Removed emulators/qemu51 2021-04-08 15:43:58 +00:00
nia
cbbc3c3732 Remove qemu51, nvmm patches, linux support etc were merged into qemu 2021-04-08 15:43:17 +00:00
nia
709f3cb056 qemu: remove GMAKE_REQD 2021-04-08 15:24:35 +00:00
nia
a015a70529 qemu: python is not a runtime dependency 2021-04-08 15:23:31 +00:00
nia
c1a80c6dc5 qemu: meson does not use gmake. ninja is TOOL_DEPENDS. 2021-04-08 15:17:49 +00:00
nia
2988125fc2 qemu51: correct path to OSS audio device 2021-04-08 13:29:42 +00:00
nia
466cc2bdd1 qemu: correct path to OSS audio device 2021-04-08 13:18:04 +00:00
nia
56e7975edb qemu: pr-helper moved from libexec to bin 2021-04-08 13:14:51 +00:00
nia
fa1840ecd6 qemu: ivshmem no longer seems to be built by default
reported in #pkgsrc
2021-04-08 13:10:18 +00:00
nia
a4af35d3b9 qemu: remove no longer used PLIST bits 2021-04-08 13:05:51 +00:00
nia
a3dcec01f4 qemu: some linux usermode targets are no longer being built
reported in #pkgsrc
2021-04-08 13:02:08 +00:00