Commit graph

2152 commits

Author SHA1 Message Date
gutteridge
9b153aae5b courier: fix a typo and add an explanatory comment (NFC)
That dependency should probably just be removed, but follow the intent
of the previous commit for now.
2021-09-23 22:20:06 +00:00
mef
9a4bdce6ab (meta-pkgs/courier) Removed maildrop, it seems already included
remove maildrop, as log says:
  pkg_add: install script returned error status
  pkg_add: package `maildrop-3.0.0nb6' was already installed as dependency
2021-09-22 21:24:57 +00:00
markd
4695fa3fed kf5: fix typo {,k}mediaplayer 2021-09-05 00:05:41 +00:00
markd
ad6568fe0a kf5: note addition of kquickcharts framework 2021-09-04 02:33:19 +00:00
markd
0161f1b3f5 kde: note addition of kquickcharts framework 2021-09-04 02:31:14 +00:00
markd
7f907a5448 kde4: allow newer kmix 2021-09-01 11:16:12 +00:00
markd
2b4b5905be kf5: add kmediaplayer 2021-08-31 11:57:32 +00:00
markd
175524aac3 kde: note kmediaplayer framework 2021-08-31 11:55:04 +00:00
tsutsui
b0d2ca4e09 ruby-gnome: update to 3.4.9.
Upstream changes (from NEWS):

== Ruby-GNOME 3.4.9: 2021-08-10

This is a bug fix release of 3.4.8.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({gpointer})) to Ruby conversion breaks a
      value when pointer value is (({2 ** 32})) or larger.

== Ruby-GNOME 3.4.8: 2021-08-09

This is a bug fix release of 3.4.7.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a bug that (({gpointer})) to Ruby conversion breaks a
      value when pointer value is (({2 ** 32})) or larger.

== Ruby-GNOME 3.4.7: 2021-07-30

This is a release that improves virtual function support.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({GLib::Error})): Added support for setting (({code})) and
      (({domain})) automatically.

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for returning object from callback.

  * Fixes

    * Fixed a bug that (({GError})) detection doesn't work.

== Ruby-GNOME 3.4.6: 2021-07-17

This is a bug fix release for macOS.

=== Changes

==== Ruby/Pango

  * Fixes

    * Fixed a bug that (({require "pango"})) is failed on environment
      that has multiple font types.
      [GitHub#1429][Reported by Cameron Gose]

=== Thanks

  * Cameron Gose

== Ruby-GNOME 3.4.5: 2021-07-07

This is a release that supports implementing virtual functions in
Ruby.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added (({GError})) domain and code for Ruby.

==== Ruby/GObjectIntrospection

  * Improvements

    * (({GObjectIntrospection::BaseInfo#container})): Added.

    * (({GObjectIntrospection::ObjectInfo#class_struct})): Added.

    * (({GObjectIntrospection::StructInfo#find_field})): Added.

    * (({RVAL2GI_VFUNC_INFO()})): Added.

    * Added support for implementing virtual functions in Ruby.
      [GitHub#1386][Based on patch by Yuto Tokunaga]

      You need to define (({virtual_do_#{virtual_function_name}}))
      method in (({type_register}))-ed class.

    * Added support for implementing virtual functions of interface in
      Ruby.
      [GitHub#985][Reported by Matijs van Zuijlen]
      [GitHub#1938][Reported by Yuto Tokunaga]

    * Added support for "transfer everything" UTF-8 return/output
      value.

    * Changed to accepted one character for (({gunichar})).
      [GitHub#1426][Reported by rubyFeedback]

    * (({GObjectIntrospection::CallableInfo#can_throw_gerror?})): Added.

    * Added support for (({GError **})) in callback.

    * Added support for returning (({GList<GObject *>})) from callback.

    * Changed to return (({[]})) for (({NULL})) list.

  * Fixes

    * Fixed a bug that wrong type information is used for output
      arguments.

==== Ruby/Pango

  * Added support for (({PangoFT2})).

  * Added support for (({PangoFc})).

  * Added support for (({PangoOT})).

  * Added support for (({PangoCairoFontMaps})).

  * Updated gem metadata.
    [GitHub#1428][Patch by Gabriel Mazetto]

=== Thanks

  * Yuto Tokunaga

  * Matijs van Zuijlen

  * rubyFeedback

  * Gabriel Mazetto

== Ruby-GNOME 3.4.4: 2021-04-22

This is a bug fix release for Windows.

=== Changes

==== All

  * Dropped support for CentOS 6.

  * Dropped support for Ubuntu 16.04.

  * Dropped support for Ruby 2.4.

  * Dropped support for Ruby 2.5.

  * Added support for Ruby 3.0.

==== Document

  * Improvements

    * Improved how to use on Heroku.
      [GitHub#1414][Patch by Juan D Lopez]

    * Improved README.
      [Patch by kojix2]

==== Ruby/GLib

  * Improvements

    * Added (({RVAL2POINTER()})).

    * Added (({POINTER2RVAL()})).

    * Changed to use (({rb_cObject})) instead of (({rb_cData})) as a
      parent class of typed data.

    * Changed to use typed data instead of data for all data types.

    * Added support for Ractor partially.

    * Required GLib 2.48 or later.

    * (({GLib::UniChar.compose})): Added.

    * (({GLib::UniChar.decompose})): Added.

    * (({GLib::UniChar.canonical_decomposition})): Deprecated. Use
      (({GLib::UniChar.decompose})) instead.

    * (({GLib.format_size_for_display})): Deprecated. Use
      (({GLib.format_size})) instead.

  * Fixes

    * Fixed wrong conversions between (({VALUE})) and (({GType})).
      [GitHub#1386][Patch by Yuto Tokunaga]

==== Ruby/GObjectIntrospection

  * Improvements

    * Removed needless transfer check for struct.
      [GitHub#1396][Reported by Konrad Narewski]

    * Added support freeing (({GArray})) of raw struct out parameter.
      [GitHub#1356][Reported by aycabta]

==== Ruby/Pango

  * Improvements

    * Added (({Pango::Render::PART_*})) to keep backward compatibility.
      [GitHub#1311][Reported by rubyFeedback]

==== Ruby/GStreamer

  * Improvements

    * Removed needless workaround for
      (({Gst::ElementFactory#static_pad_templates})).
      [GitHub#1400][Reported by Justin Weiss]

==== Ruby/Gnumeric

  * Improvements

    * Added support for the latest Gnumeric.

==== Ruby/GTK3

  * Improvements

    * (({Gtk::Widget#set_size_request})): Added support for
      (({width:})) and (({height:})).
      [GitHub#1406][Reported by rubyFeedback]

    * (({Gtk::Dialog#set_default_response})): Added support for
      (({Symbol})).
      [GitHub#1418][Reported by rubyFeedback]

==== Ruby/GDK4

  * Added.

==== Ruby/GTK4

  * Added.

==== Ruby/VTE3

  * Improvements

    * Improved description.
      [GitHub#1406][Reported by rubyFeedback]

==== Ruby/GTK2

  * Removed.

==== Ruby/GtkSourceView2

  * Removed.

==== Ruby/WebKitGtk2

  * Removed.

==== Ruby/VTE

  * Removed.

=== Thanks

  * Konrad Narewski

  * aycabta

  * rubyFeedback

  * Justin Weiss

  * Yuto Tokunaga

  * Juan D Lopez

  * kojix2
2021-08-29 16:49:11 +00:00
tsutsui
4cf1f2f34d ruby-gnome: update to 3.4.3.
pkgsrc changes:

- as a reparation of removal of gtk2 dependent gems in the next 3.4.4,
  make gtk2, webkit-gtk2, gtksourceview2, and vte gems independent
  packages and remove them from meta-pkgs/ruby-gnome
- pkglint

Upstream changes (from NEWS):

== Ruby-GNOME 3.4.3: 2020-05-11

This is a follow-up release of 3.4.2.

=== Changes

==== Ruby/GLib2

  * Fixes

    * Windows: Fixed a link errors.
2021-08-22 17:02:41 +00:00
taca
260433aaba meta-pkgs/ruby-shoulda: update dependency
Allow depending to newer devel/ruby-shoulda-matchers.

Bump PKGREVISION.
2021-08-22 14:49:05 +00:00
nia
2a70c28464 gstreamer1-default-backend: Find an OSS implementation through mk/ 2021-08-17 14:36:36 +00:00
wiz
4b2b056903 meta-pkgs/Makefile: + gstreamer1-default-backend 2021-08-17 11:13:15 +00:00
wiz
3b28ba54a5 meta-pkgs/gstreamer1-default-backend: import gstreamer1-default-backend-1.0
This meta package provides the default audio backend for gstreamer1
that is best suited to your operating system.
2021-08-17 11:12:59 +00:00
nia
26275bb9fc meta-pkgs/bulk-*: update for new pkgsrc defaults 2021-08-09 11:09:03 +00:00
gutteridge
12c0254b5f mate: bump to general release version 1.24.1 2021-08-06 02:12:09 +00:00
nia
f0202cf496 bulk-test-llvm: add creduce 2021-07-15 16:55:00 +00:00
wiz
cf9e7616a5 nagios: set META_PACKAGE before including bsd.prefs.mk 2021-07-04 10:56:48 +00:00
nia
6819117c53 modular-xorg-drivers: don't build intel driver on non-x86
remove some drivers that no longer exist
2021-07-02 17:04:09 +00:00
tnn
e3d3f8ebb5 nagios-plugin-raidctl: only for OS with RAIDframe (NetBSD and OpenBSD) 2021-06-29 00:08:50 +00:00
tnn
41ca9dfb38 meta-pkgs/gnuradio: update to 3.9.2.0 2021-06-27 08:14:45 +00:00
nia
7d0aa9b6af php*-extensions: quick hack to make the metapackage build on aarch64 2021-06-19 06:06:12 +00:00
nia
db08d0021e bulk-small: python2->python3 2021-06-13 11:48:07 +00:00
nia
d96a5958ee Rename sysutils/xfce4-xarchiver to archivers/xarchiver
xarchiver is no longer part of xfce (for years), and the package
name and location makes it difficult to find. match other package
managers.
2021-06-13 08:15:50 +00:00
nia
7a40d0c549 add meta-pkgs/bulk-test-llvm
Meta-package for testing LLVM updates. Depends on various non-trivial or
important packages that depend on LLVM.
2021-06-10 13:02:09 +00:00
markd
fd3587d0a4 texlive-collection-fontsextra: fix typo in last
remove play-font not add it (again).
2021-06-07 11:33:49 +00:00
markd
291edf7d6a texlive-collection-langjapanese: update to revision 58754 2021-06-07 01:14:17 +00:00
markd
acd9383e5a texlive-collection-latexrecommended: update to revision 57862 2021-06-07 01:04:08 +00:00
markd
cb8b645732 texlive-collection-xetex: update to revision 58543 2021-06-07 00:53:15 +00:00
markd
1ad65dae57 texlive-collection-publishers: update to revision 59310 2021-06-07 00:51:27 +00:00
markd
a6bd2bf74b texlive-collection-plaingeneric: update to revision 58874 2021-06-07 00:49:24 +00:00
markd
ce3c165c05 texlive-collection-pictures: update to revision 59115 2021-06-07 00:48:07 +00:00
markd
a1ede4b46d texlive-collection-music: update to revision 57878 2021-06-07 00:45:21 +00:00
markd
4df313de8b texlive-collection-mathscience: update to revision 59247 2021-06-07 00:43:36 +00:00
markd
3b66ccaba9 texlive-collection-luatex: update to revision 59184 2021-06-07 00:41:49 +00:00
markd
aa690b4c73 texlive-collection-latexextra: update to revision 59271 2021-06-07 00:39:31 +00:00
markd
f1c05014df texlive-collection-langother: update to revision 57757 2021-06-07 00:29:14 +00:00
markd
021b73d9d5 texlive-collection-langeuropean: update to revision 58626 2021-06-07 00:25:36 +00:00
markd
8d56b7f128 texlive-collection-langenglish: update to revision 58290 2021-06-07 00:23:57 +00:00
markd
4ce0ba2d10 texlive-collection-langchinese: update to revision 58965 2021-06-07 00:21:55 +00:00
markd
d7a51e7c13 texlive-collection-langarabic: update to revision 59003 2021-06-07 00:19:37 +00:00
markd
490f0e85de texlive-collection-games: update to revision 58896 2021-06-07 00:18:09 +00:00
markd
cf3adfea6e texlive-collection-fontsextra: update to revision 58253 2021-06-07 00:15:26 +00:00
markd
17389b98dd texlive-collection-bibtexextra: update to revision 58437 2021-06-07 00:12:47 +00:00
markd
339dd86c21 texlive-collection-basic: update to 2021 2021-06-07 00:10:57 +00:00
markd
7410ab0805 texlive-collection-basic-doc: remove tex-texlive-docindex-doc 2021-06-07 00:06:14 +00:00
taca
28762cea64 meta-pkgs/ruby-redmine-themes: allow build with ruby30 2021-06-03 15:45:56 +00:00
taca
0c499ece66 meta-pkgs/ruby-redmine-plugins: allow build with ruby30 2021-06-03 15:45:08 +00:00
taca
5f857ddbbb meta-pkgs/php74-extensions: reset PKGREVISION
Reset PKGREVISION along with update of php74.
2021-06-03 15:44:06 +00:00
markd
8af949a928 texlive-collection-langeuropean: add tex-babel-finnish 2021-06-03 04:33:36 +00:00