pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
R-gsl, R-wk, gnome-shell, gst-rtsp-server, gzip: removed
Module Name: pkgsrc-wip
Committed By: Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By: adam
Date: Tue May 16 09:46:48 2023 +0200
Changeset: 27edd9b45571023e5cba85ceb4a4b44d870e1c57
Modified Files:
Makefile
gnome40/Makefile
Removed Files:
R-gsl/DESCR
R-gsl/Makefile
R-gsl/distinfo
R-wk/DESCR
R-wk/Makefile
R-wk/distinfo
gnome-shell/DESCR
gnome-shell/Makefile
gnome-shell/PLIST
gnome-shell/distinfo
gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml
gnome-shell/patches/patch-data_gnome-shell-dbus-interfaces_gresource_xml
gnome-shell/patches/patch-js_misc_loginManager_js
gnome-shell/patches/patch-js_ui_endSessionDialog.js
gnome-shell/patches/patch-js_ui_main.js
gnome-shell/patches/patch-js_ui_windowManager.js
gnome-shell/patches/patch-meson.build
gnome-shell/patches/patch-src_main.c
gnome-shell/patches/patch-src_shell-util.c
gst-rtsp-server/COMMIT_MSG
gst-rtsp-server/DESCR
gst-rtsp-server/Makefile
gst-rtsp-server/PLIST
gst-rtsp-server/distinfo
gzip/DESCR
gzip/Makefile
gzip/PLIST
gzip/distinfo
gzip/patches/patch_xinuos-archivers_gzip_lib-vasnprintf.c
Log Message:
R-gsl, R-wk, gnome-shell, gst-rtsp-server, gzip: removed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=27edd9b45571023e5cba85ceb4a4b44d870e1c57
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 5 -
R-gsl/DESCR | 2 -
R-gsl/Makefile | 22 ----
R-gsl/distinfo | 4 -
R-wk/DESCR | 6 -
R-wk/Makefile | 15 ---
R-wk/distinfo | 5 -
gnome-shell/DESCR | 5 -
gnome-shell/Makefile | 73 -----------
gnome-shell/PLIST | 139 ---------------------
gnome-shell/distinfo | 13 --
.../files/org.freedesktop.ConsoleKit.Manager.xml | 25 ----
.../files/org.freedesktop.ConsoleKit.Session.xml | 11 --
...-data_gnome-shell-dbus-interfaces_gresource_xml | 16 ---
gnome-shell/patches/patch-js_misc_loginManager_js | 121 ------------------
.../patches/patch-js_ui_endSessionDialog.js | 41 ------
gnome-shell/patches/patch-js_ui_main.js | 38 ------
gnome-shell/patches/patch-js_ui_windowManager.js | 28 -----
gnome-shell/patches/patch-meson.build | 15 ---
gnome-shell/patches/patch-src_main.c | 22 ----
gnome-shell/patches/patch-src_shell-util.c | 29 -----
gnome40/Makefile | 2 +-
gst-rtsp-server/COMMIT_MSG | 25 ----
gst-rtsp-server/DESCR | 2 -
gst-rtsp-server/Makefile | 30 -----
gst-rtsp-server/PLIST | 33 -----
gst-rtsp-server/distinfo | 5 -
gzip/DESCR | 7 --
gzip/Makefile | 25 ----
gzip/PLIST | 27 ----
gzip/distinfo | 6 -
.../patch_xinuos-archivers_gzip_lib-vasnprintf.c | 19 ---
32 files changed, 1 insertion(+), 815 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index 5e65ac2acd..64a6c70d0d 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,6 @@ SUBDIR+= R-foreach
SUBDIR+= R-getopt
SUBDIR+= R-gmp
SUBDIR+= R-graph
-SUBDIR+= R-gsl
SUBDIR+= R-httpcode
SUBDIR+= R-lsei
SUBDIR+= R-mclust
@@ -73,7 +72,6 @@ SUBDIR+= R-triebeard
SUBDIR+= R-tuneR
SUBDIR+= R-urltools
SUBDIR+= R-wellknown
-SUBDIR+= R-wk
SUBDIR+= Radicale3
SUBDIR+= ReZound
SUBDIR+= RigelEngine
@@ -1202,7 +1200,6 @@ SUBDIR+= gnome-maps
SUBDIR+= gnome-mount
SUBDIR+= gnome-paint
SUBDIR+= gnome-settings-daemon
-SUBDIR+= gnome-shell
SUBDIR+= gnome-todo
SUBDIR+= gnome-tweaks
SUBDIR+= gnome3
@@ -1426,7 +1423,6 @@ SUBDIR+= gsmartcontrol
SUBDIR+= gst-inspector
SUBDIR+= gst-plugins1-gl
SUBDIR+= gst-plugins1-svt-vp9
-SUBDIR+= gst-rtsp-server
SUBDIR+= gstat
SUBDIR+= gstreamer-plugins
SUBDIR+= gsview
@@ -1478,7 +1474,6 @@ SUBDIR+= gwyddion
SUBDIR+= gxconsole
SUBDIR+= gxmms2
SUBDIR+= gzdoom
-SUBDIR+= gzip
SUBDIR+= h323plus
SUBDIR+= h8300-elf-binutils
SUBDIR+= h8300-elf-gcc
diff --git a/R-gsl/DESCR b/R-gsl/DESCR
deleted file mode 100644
index 87ff8ff8b7..0000000000
--- a/R-gsl/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-An R wrapper for the special functions and quasi random number
-generators of the Gnu Scientific Library.
diff --git a/R-gsl/Makefile b/R-gsl/Makefile
deleted file mode 100644
index ffb7e1d492..0000000000
--- a/R-gsl/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2013/03/19 01:22:55 bubuchka Exp $
-
-CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
-
-MAINTAINER= mishka%NetBSD.org@localhost
-HOMEPAGE= https://cran.r-project.org/web/packages/gsl/
-COMMENT= R wrapper for the Gnu Scientific Library
-LICENSE= gnu-gpl-v2
-
-R_PKGNAME= gsl
-R_PKGVER= 1.9-9
-
-USE_LANGUAGES= c
-
-BUILDLINK_API_DEPENDS.R+= R>=2.10.0
-BUILDLINK_API_DEPENDS.gsl+= gsl>=1.12
-
-.include "../../math/R/Makefile.extension"
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../math/gsl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/R-gsl/distinfo b/R-gsl/distinfo
deleted file mode 100644
index 465e6cebae..0000000000
--- a/R-gsl/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/11/15 11:32:46 bubuchka Exp $
-
-RMD160 (R/gsl_1.9-9.tar.gz) = a1a8a97e9d8564d778ca79d49186999f725e97b1
-Size (R/gsl_1.9-9.tar.gz) = 338684 bytes
diff --git a/R-wk/DESCR b/R-wk/DESCR
deleted file mode 100644
index 6e7970c100..0000000000
--- a/R-wk/DESCR
+++ /dev/null
@@ -1,6 +0,0 @@
-Provides a minimal R and C++ API for parsing well-known binary and
-well-known text representation of geometries to and from R-native
-formats. Well-known binary is compact and fast to parse; well-known
-text is human-readable and is useful for writing tests. These formats
-are only useful in R if the information they contain can be accessed
-in R, for which high-performance functions are provided here.
diff --git a/R-wk/Makefile b/R-wk/Makefile
deleted file mode 100644
index e5147bbea0..0000000000
--- a/R-wk/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD$
-
-R_PKGNAME= wk
-R_PKGVER= 0.5.0
-CATEGORIES= geography
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-COMMENT= Lightweight well-known geometry parsing
-LICENSE= mit
-
-USE_LANGUAGES= c c++
-
-.include "../../math/R/Makefile.extension"
-.include "../../lang/R-cpp11/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/R-wk/distinfo b/R-wk/distinfo
deleted file mode 100644
index 2e746af48e..0000000000
--- a/R-wk/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-RMD160 (R/wk_0.5.0.tar.gz) = 843e0e0236c8c17211a9e77bc301a09f4d0caf6a
-SHA512 (R/wk_0.5.0.tar.gz) = 2fff9b4712b79320239c33692330f7e74b3ff8c132b58e7a5fd07e76a1dc05ad8d134a7df05daf6091b20745d780f891610603c79f13d9869c9c015acd7ed783
-Size (R/wk_0.5.0.tar.gz) = 138686 bytes
diff --git a/gnome-shell/DESCR b/gnome-shell/DESCR
deleted file mode 100644
index 3a964fc222..0000000000
--- a/gnome-shell/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-GNOME Shell provides core user interface functions for the GNOME 3 desktop,
-like switching to windows and launching applications. GNOME Shell takes
-advantage of the capabilities of modern graphics hardware and introduces
-innovative user interface concepts to provide a visually attractive and
-easy to use experience.
diff --git a/gnome-shell/Makefile b/gnome-shell/Makefile
deleted file mode 100644
index 0983989c52..0000000000
--- a/gnome-shell/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2021/02/07 06:30:40 ryoon Exp $
-
-DISTNAME= gnome-shell-40.0
-PKGREVISION= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= cirnatdan%NetBSD.org@localhost
-HOMEPAGE= https://wiki.gnome.org/Projects/GnomeShell
-COMMENT= Next generation GNOME shell
-LICENSE= gnu-gpl-v2
-
-USE_TOOLS+= pkg-config perl msgfmt xgettext gdbus-codegen
-
-MESON_ARGS+= -Dnetworkmanager=false
-MESON_ARGS+= -Dsystemd=false
-MESON_ARGS+= -Dextensions_app=false
-MESON_ARGS+= -Dextensions_tool=false
-MESON_ARGS+= -Dman=true
-
-TOOL_DEPENDS+= sassc>=3.6:../../www/sassc
-TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
-
-DEPENDS+= libgdm>=40.0:../../x11/libgdm
-
-MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
-
-LDFLAGS+= ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell
-
-CONF_FILES+= ${PREFIX}/share/examples/xdg/autostart/gnome-shell-overrides-migration.desktop \
- ${PKG_SYSCONFDIR}/xdg/autostart/gnome-shell-overrides-migration.desktop
-
-.include "../../mk/bsd.prefs.mk"
-
-# msgfmt: unknown option -- desktop
-.if ${OPSYS} == "NetBSD"
-TOOLS_PLATFORM.msgfmt=
-.endif
-
-PYTHON_FOR_BUILD_ONLY= tool
-
-post-extract:
- cp ${FILESDIR}/*.xml ${WRKSRC}/data/dbus-interfaces/
-
-.if ${OPSYS} == "Linux"
-.include "../../wip/mk/libseccomp.buildlink3.mk"
-.endif
-.include "../../devel/meson/build.mk"
-BUILDLINK_API_DEPENDS.libgweather+= libgweather>=40.0
-.include "../../devel/libgweather/buildlink3.mk"
-.include "../../x11/gtk4/buildlink3.mk"
-.include "../../archivers/gnome-autoar/buildlink3.mk"
-.include "../../audio/pulseaudio/buildlink3.mk"
-.include "../../devel/at-spi2-atk/buildlink3.mk"
-.include "../../devel/glib2/schemas.mk"
-.include "../../devel/gobject-introspection/buildlink3.mk"
-.include "../../graphics/adwaita-icon-theme/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../graphics/librsvg/buildlink3.mk"
-.include "../../inputmethod/ibus/buildlink3.mk"
-.include "../../lang/gjs/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-.include "../../mail/evolution-data-server/buildlink3.mk"
-.include "../../textproc/json-glib/buildlink3.mk"
-.include "../../security/gcr/buildlink3.mk"
-.include "../../security/libsecret/buildlink3.mk"
-.include "../../security/polkit/buildlink3.mk"
-.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
-.include "../../wip/mutter/buildlink3.mk"
-.include "../../x11/gnome-desktop3/buildlink3.mk"
-.include "../../x11/startup-notification/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-shell/PLIST b/gnome-shell/PLIST
deleted file mode 100644
index 7f3f386228..0000000000
--- a/gnome-shell/PLIST
+++ /dev/null
@@ -1,139 +0,0 @@
-@comment $NetBSD$
-bin/gnome-shell
-bin/gnome-shell-extension-prefs
-bin/gnome-shell-perf-tool
-lib/gnome-shell/Gvc-1.0.typelib
-lib/gnome-shell/Shell-0.1.typelib
-lib/gnome-shell/St-1.0.typelib
-lib/gnome-shell/girepository-1.0/Shew-0.typelib
-lib/gnome-shell/libgnome-shell-menu.so
-lib/gnome-shell/libgnome-shell.so
-lib/gnome-shell/libgvc.so
-lib/gnome-shell/libshew-0.so
-lib/gnome-shell/libst-1.0.so
-libexec/gnome-shell-calendar-server
-libexec/gnome-shell-hotplug-sniffer
-libexec/gnome-shell-overrides-migration.sh
-libexec/gnome-shell-perf-helper
-man/man1/gnome-shell.1
-share/GConf/gsettings/gnome-shell-overrides.convert
-share/applications/evolution-calendar.desktop
-share/applications/org.gnome.Shell.Extensions.desktop
-share/applications/org.gnome.Shell.desktop
-share/dbus-1/interfaces/org.gnome.Shell.Extensions.xml
-share/dbus-1/interfaces/org.gnome.Shell.Introspect.xml
-share/dbus-1/interfaces/org.gnome.Shell.PadOsd.xml
-share/dbus-1/interfaces/org.gnome.Shell.Screencast.xml
-share/dbus-1/interfaces/org.gnome.Shell.Screenshot.xml
-share/dbus-1/interfaces/org.gnome.ShellSearchProvider.xml
-share/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
-share/dbus-1/services/org.gnome.ScreenSaver.service
-share/dbus-1/services/org.gnome.Shell.CalendarServer.service
-share/dbus-1/services/org.gnome.Shell.Extensions.service
-share/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
-share/dbus-1/services/org.gnome.Shell.Notifications.service
-share/examples/xdg/autostart/gnome-shell-overrides-migration.desktop
-share/glib-2.0/schemas/00_org.gnome.shell.gschema.override
-share/glib-2.0/schemas/org.gnome.shell.gschema.xml
-share/gnome-control-center/keybindings/50-gnome-shell-system.xml
-share/gnome-shell/Gvc-1.0.gir
-share/gnome-shell/Shell-0.1.gir
-share/gnome-shell/St-1.0.gir
-share/gnome-shell/gir-1.0/Shew-0.gir
-share/gnome-shell/gnome-shell-dbus-interfaces.gresource
-share/gnome-shell/gnome-shell-osk-layouts.gresource
-share/gnome-shell/gnome-shell-theme.gresource
-share/gnome-shell/org.gnome.ScreenSaver
-share/gnome-shell/org.gnome.ScreenSaver.src.gresource
-share/gnome-shell/org.gnome.Shell.Extensions
-share/gnome-shell/org.gnome.Shell.Extensions.src.gresource
-share/gnome-shell/org.gnome.Shell.Notifications
-share/gnome-shell/org.gnome.Shell.Notifications.src.gresource
-share/gnome-shell/perf-background.xml
-share/icons/hicolor/scalable/apps/org.gnome.Shell.Extensions.svg
-share/icons/hicolor/symbolic/apps/org.gnome.Shell.Extensions-symbolic.svg
-share/locale/af/LC_MESSAGES/gnome-shell.mo
-share/locale/an/LC_MESSAGES/gnome-shell.mo
-share/locale/ar/LC_MESSAGES/gnome-shell.mo
-share/locale/as/LC_MESSAGES/gnome-shell.mo
-share/locale/ast/LC_MESSAGES/gnome-shell.mo
-share/locale/be/LC_MESSAGES/gnome-shell.mo
-share/locale/bg/LC_MESSAGES/gnome-shell.mo
-share/locale/bn/LC_MESSAGES/gnome-shell.mo
-share/locale/bn_IN/LC_MESSAGES/gnome-shell.mo
-share/locale/bs/LC_MESSAGES/gnome-shell.mo
-share/locale/ca/LC_MESSAGES/gnome-shell.mo
-share/locale/ca@valencia/LC_MESSAGES/gnome-shell.mo
-share/locale/ckb/LC_MESSAGES/gnome-shell.mo
-share/locale/cs/LC_MESSAGES/gnome-shell.mo
-share/locale/da/LC_MESSAGES/gnome-shell.mo
-share/locale/de/LC_MESSAGES/gnome-shell.mo
-share/locale/el/LC_MESSAGES/gnome-shell.mo
-share/locale/en_GB/LC_MESSAGES/gnome-shell.mo
-share/locale/eo/LC_MESSAGES/gnome-shell.mo
-share/locale/es/LC_MESSAGES/gnome-shell.mo
-share/locale/et/LC_MESSAGES/gnome-shell.mo
-share/locale/eu/LC_MESSAGES/gnome-shell.mo
-share/locale/fa/LC_MESSAGES/gnome-shell.mo
-share/locale/fi/LC_MESSAGES/gnome-shell.mo
-share/locale/fr/LC_MESSAGES/gnome-shell.mo
-share/locale/fur/LC_MESSAGES/gnome-shell.mo
-share/locale/ga/LC_MESSAGES/gnome-shell.mo
-share/locale/gd/LC_MESSAGES/gnome-shell.mo
-share/locale/gl/LC_MESSAGES/gnome-shell.mo
-share/locale/gu/LC_MESSAGES/gnome-shell.mo
-share/locale/he/LC_MESSAGES/gnome-shell.mo
-share/locale/hi/LC_MESSAGES/gnome-shell.mo
-share/locale/hr/LC_MESSAGES/gnome-shell.mo
-share/locale/hu/LC_MESSAGES/gnome-shell.mo
-share/locale/ia/LC_MESSAGES/gnome-shell.mo
-share/locale/id/LC_MESSAGES/gnome-shell.mo
-share/locale/is/LC_MESSAGES/gnome-shell.mo
-share/locale/it/LC_MESSAGES/gnome-shell.mo
-share/locale/ja/LC_MESSAGES/gnome-shell.mo
-share/locale/kab/LC_MESSAGES/gnome-shell.mo
-share/locale/kk/LC_MESSAGES/gnome-shell.mo
-share/locale/km/LC_MESSAGES/gnome-shell.mo
-share/locale/kn/LC_MESSAGES/gnome-shell.mo
-share/locale/ko/LC_MESSAGES/gnome-shell.mo
-share/locale/ku/LC_MESSAGES/gnome-shell.mo
-share/locale/ky/LC_MESSAGES/gnome-shell.mo
-share/locale/lt/LC_MESSAGES/gnome-shell.mo
-share/locale/lv/LC_MESSAGES/gnome-shell.mo
-share/locale/mjw/LC_MESSAGES/gnome-shell.mo
-share/locale/mk/LC_MESSAGES/gnome-shell.mo
-share/locale/ml/LC_MESSAGES/gnome-shell.mo
-share/locale/mr/LC_MESSAGES/gnome-shell.mo
-share/locale/ms/LC_MESSAGES/gnome-shell.mo
-share/locale/nb/LC_MESSAGES/gnome-shell.mo
-share/locale/ne/LC_MESSAGES/gnome-shell.mo
-share/locale/nl/LC_MESSAGES/gnome-shell.mo
-share/locale/nn/LC_MESSAGES/gnome-shell.mo
-share/locale/oc/LC_MESSAGES/gnome-shell.mo
-share/locale/or/LC_MESSAGES/gnome-shell.mo
-share/locale/os/LC_MESSAGES/gnome-shell.mo
-share/locale/pa/LC_MESSAGES/gnome-shell.mo
-share/locale/pl/LC_MESSAGES/gnome-shell.mo
-share/locale/pt/LC_MESSAGES/gnome-shell.mo
-share/locale/pt_BR/LC_MESSAGES/gnome-shell.mo
-share/locale/ro/LC_MESSAGES/gnome-shell.mo
-share/locale/ru/LC_MESSAGES/gnome-shell.mo
-share/locale/si/LC_MESSAGES/gnome-shell.mo
-share/locale/sk/LC_MESSAGES/gnome-shell.mo
-share/locale/sl/LC_MESSAGES/gnome-shell.mo
-share/locale/sr/LC_MESSAGES/gnome-shell.mo
-share/locale/sr@latin/LC_MESSAGES/gnome-shell.mo
-share/locale/sv/LC_MESSAGES/gnome-shell.mo
-share/locale/ta/LC_MESSAGES/gnome-shell.mo
-share/locale/te/LC_MESSAGES/gnome-shell.mo
-share/locale/tg/LC_MESSAGES/gnome-shell.mo
-share/locale/th/LC_MESSAGES/gnome-shell.mo
-share/locale/tr/LC_MESSAGES/gnome-shell.mo
-share/locale/ug/LC_MESSAGES/gnome-shell.mo
-share/locale/uk/LC_MESSAGES/gnome-shell.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gnome-shell.mo
-share/locale/vi/LC_MESSAGES/gnome-shell.mo
-share/locale/zh_CN/LC_MESSAGES/gnome-shell.mo
-share/locale/zh_HK/LC_MESSAGES/gnome-shell.mo
-share/locale/zh_TW/LC_MESSAGES/gnome-shell.mo
-share/xdg-desktop-portal/portals/gnome-shell.portal
diff --git a/gnome-shell/distinfo b/gnome-shell/distinfo
deleted file mode 100644
index a615883b4d..0000000000
--- a/gnome-shell/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-RMD160 (gnome-shell-40.0.tar.xz) = 387f3946571df37897f491698e2252a8ea30117c
-SHA512 (gnome-shell-40.0.tar.xz) = fc4ca3fbd3dafd4a81f97a765e53b74fa4902018721e25a767c0d353d127b0cdc69c64171188272e3f5b48f11d6ad52064cc237e35210f5e09dfcd763ceb00c4
-Size (gnome-shell-40.0.tar.xz) = 1863432 bytes
-SHA1 (patch-data_gnome-shell-dbus-interfaces_gresource_xml) = de2bec04695594c5b1e4b0ecce3284bfd2edfab7
-SHA1 (patch-js_misc_loginManager_js) = d37d17dd8a121d5ef5497fccafea954cc797286c
-SHA1 (patch-js_ui_endSessionDialog.js) = 6971df6ee8b65fa827131d92404f6ae817acd84c
-SHA1 (patch-js_ui_main.js) = ea9940d1308a2f3c5405ff9307ac4d8e18ffac0b
-SHA1 (patch-js_ui_windowManager.js) = 7c3309d90670853430d4637b75edd3e480c5a93a
-SHA1 (patch-meson.build) = e6d2e514dcc64c744e308b08190d9e2e20190ac7
-SHA1 (patch-src_main.c) = d6d109ff7aee58a437aa9389403366e4be241d40
-SHA1 (patch-src_shell-util.c) = 92fbc695162f7fe735b92eb344215cf0c69e65c6
diff --git a/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml b/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
deleted file mode 100644
index bf6a73cf3c..0000000000
--- a/gnome-shell/files/org.freedesktop.ConsoleKit.Manager.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<!-- $OpenBSD: org.freedesktop.ConsoleKit.Manager.xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $ -->
-
-<node>
- <interface name="org.freedesktop.ConsoleKit.Manager">
- <method name="Suspend">
- <arg type="b" direction="in"/>
- </method>
- <method name="CanSuspend">
- <arg type="s" direction="out"/>
- </method>
- <method name="Inhibit">
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="s" direction="in"/>
- <arg type="h" direction="out"/>
- </method>
- <signal name="PrepareForSleep">
- <arg type="b" direction="out"/>
- </signal>
- <method name="GetCurrentSession">
- <arg type="o" direction="out"/>
- </method>
- </interface>
-</node>
diff --git a/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml b/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml
deleted file mode 100644
index ffa38faf13..0000000000
--- a/gnome-shell/files/org.freedesktop.ConsoleKit.Session.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<!-- $OpenBSD: org.freedesktop.ConsoleKit.Session.xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $ -->
-
-<node>
- <interface name="org.freedesktop.ConsoleKit.Session">
- <signal name="Lock" />
- <signal name="Unlock" />
- <method name="SetLockedHint">
- <arg type="b" direction="in"/>
- </method>
- </interface>
-</node>
diff --git a/gnome-shell/patches/patch-data_gnome-shell-dbus-interfaces_gresource_xml b/gnome-shell/patches/patch-data_gnome-shell-dbus-interfaces_gresource_xml
deleted file mode 100644
index bc150a5481..0000000000
--- a/gnome-shell/patches/patch-data_gnome-shell-dbus-interfaces_gresource_xml
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-data_gnome-shell-dbus-interfaces_gresource_xml,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-$OpenBSD: patch-data_gnome-shell-dbus-interfaces_gresource_xml,v 1.1 2019/01/17 19:00:46 ajacoutot Exp $
-
-Index: data/gnome-shell-dbus-interfaces.gresource.xml
---- data/gnome-shell-dbus-interfaces.gresource.xml.orig
-+++ data/gnome-shell-dbus-interfaces.gresource.xml
-@@ -6,6 +6,8 @@
- <file preprocess="xml-stripblanks">org.freedesktop.Application.xml</file>
- <file preprocess="xml-stripblanks">org.freedesktop.bolt1.Device.xml</file>
- <file preprocess="xml-stripblanks">org.freedesktop.bolt1.Manager.xml</file>
-+ <file preprocess="xml-stripblanks">org.freedesktop.ConsoleKit.Manager.xml</file>
-+ <file preprocess="xml-stripblanks">org.freedesktop.ConsoleKit.Session.xml</file>
- <file preprocess="xml-stripblanks">org.freedesktop.DBus.xml</file>
- <file preprocess="xml-stripblanks">org.freedesktop.GeoClue2.Agent.xml</file>
- <file preprocess="xml-stripblanks">org.freedesktop.GeoClue2.Manager.xml</file>
diff --git a/gnome-shell/patches/patch-js_misc_loginManager_js b/gnome-shell/patches/patch-js_misc_loginManager_js
deleted file mode 100644
index c45a704e80..0000000000
--- a/gnome-shell/patches/patch-js_misc_loginManager_js
+++ /dev/null
@@ -1,121 +0,0 @@
-$NetBSD: patch-js_misc_loginManager_js,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-$OpenBSD: patch-js_misc_loginManager_js,v 1.10 2020/05/14 15:28:46 jasper Exp $
-
-Index: js/misc/loginManager.js
---- js/misc/loginManager.js.orig 2020-10-05 18:36:07.887838800 +0000
-+++ js/misc/loginManager.js
-@@ -14,6 +14,12 @@ const SystemdLoginManager = Gio.DBusProx
- const SystemdLoginSession = Gio.DBusProxy.makeProxyWrapper(SystemdLoginSessionIface);
- const SystemdLoginUser = Gio.DBusProxy.makeProxyWrapper(SystemdLoginUserIface);
-
-+const ConsoleKitManagerIface = loadInterfaceXML('org.freedesktop.ConsoleKit.Manager');
-+const ConsoleKitSessionIface = loadInterfaceXML('org.freedesktop.ConsoleKit.Session');
-+
-+const ConsoleKitManager = Gio.DBusProxy.makeProxyWrapper(ConsoleKitManagerIface);
-+const ConsoleKitSession = Gio.DBusProxy.makeProxyWrapper(ConsoleKitSessionIface);
-+
- function haveSystemd() {
- return GLib.access("/run/systemd/seats", 0) >= 0;
- }
-@@ -43,7 +49,7 @@ function canLock() {
- -1, null);
-
- let version = result.deep_unpack()[0].deep_unpack();
-- return haveSystemd() && versionCompare('3.5.91', version);
-+ return versionCompare('3.5.91', version);
- } catch (e) {
- return false;
- }
-@@ -81,7 +87,7 @@ function getLoginManager() {
- if (haveSystemd())
- _loginManager = new LoginManagerSystemd();
- else
-- _loginManager = new LoginManagerDummy();
-+ _loginManager = new LoginManagerConsoleKit();
- }
-
- return _loginManager;
-@@ -209,6 +215,82 @@ var LoginManagerSystemd = class {
- };
- Signals.addSignalMethods(LoginManagerSystemd.prototype);
-
-+var LoginManagerConsoleKit = class {
-+ constructor () {
-+ this._proxy = new ConsoleKitManager(Gio.DBus.system,
-+ 'org.freedesktop.ConsoleKit',
-+ '/org/freedesktop/ConsoleKit/Manager');
-+ this._proxy.connectSignal('PrepareForSleep',
-+ this._prepareForSleep.bind(this));
-+ }
-+
-+ // Having this function is a bit of a hack since the Systemd and ConsoleKit
-+ // session objects have different interfaces - but in both cases there are
-+ // Lock/Unlock signals, and that's all we count upon at the moment.
-+
-+
-+ getCurrentSessionProxy(callback) {
-+ if (this._currentSession) {
-+ callback (this._currentSession);
-+ return;
-+ }
-+
-+ this._proxy.GetCurrentSessionRemote((result, error) => {
-+ if (error) {
-+ logError(error, 'Could not get a proxy for the current session');
-+ } else {
-+ this._currentSession = new ConsoleKitSession(Gio.DBus.system,
-+ 'org.freedesktop.ConsoleKit',
-+ result[0]);
-+ callback(this._currentSession);
-+ }
-+ });
-+ }
-+
-+ canSuspend(asyncCallback) {
-+ this._proxy.CanSuspendRemote((result, error) => {
-+ if (error) {
-+ asyncCallback(false, false);
-+ } else {
-+ asyncCallback(result[0], false);
-+ }
-+ });
-+ }
-+
-+ listSessions(asyncCallback) {
-+ asyncCallback([]);
-+ }
-+
-+ suspend() {
-+ this._proxy.SuspendRemote(true);
-+ }
-+
-+ inhibit(reason, callback) {
-+ let inVariant = GLib.Variant.new('(ssss)',
-+ ['sleep',
-+ 'GNOME Shell',
-+ reason,
-+ 'delay']);
-+ this._proxy.call_with_unix_fd_list('Inhibit', inVariant, 0, -1, null, null,
-+ (proxy, result) => {
-+ let fd = -1;
-+ try {
-+ let [outVariant, fdList] = proxy.call_with_unix_fd_list_finish(result);
-+ fd = fdList.steal_fds()[0];
-+ callback(new Gio.UnixInputStream({ fd: fd }));
-+ } catch(e) {
-+ logError(e, "Error getting ConsoleKit inhibitor");
-+ callback(null);
-+ }
-+ });
-+ }
-+
-+ _prepareForSleep(proxy, sender, [aboutToSuspend]) {
-+ this.emit('prepare-for-sleep', aboutToSuspend);
-+ }
-+}
-+Signals.addSignalMethods(LoginManagerConsoleKit.prototype);
-+
- var LoginManagerDummy = class {
- getCurrentSessionProxy(_callback) {
- // we could return a DummySession object that fakes whatever callers
diff --git a/gnome-shell/patches/patch-js_ui_endSessionDialog.js b/gnome-shell/patches/patch-js_ui_endSessionDialog.js
deleted file mode 100644
index 3f78dd304e..0000000000
--- a/gnome-shell/patches/patch-js_ui_endSessionDialog.js
+++ /dev/null
@@ -1,41 +0,0 @@
-$NetBSD: patch-js_ui_endSessionDialog.js,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-Remove unsupported "BootLoaderMenu"
-
---- js/ui/endSessionDialog.js.orig 2020-10-05 18:36:07.893838600 +0000
-+++ js/ui/endSessionDialog.js
-@@ -230,10 +230,6 @@ class EndSessionDialog extends ModalDial
- destroyOnClose: false });
-
- this._loginManager = LoginManager.getLoginManager();
-- this._loginManager.canRebootToBootLoaderMenu(
-- (canRebootToBootLoaderMenu, unusedNeedsAuth) => {
-- this._canRebootToBootLoaderMenu = canRebootToBootLoaderMenu;
-- });
-
- this._userManager = AccountsService.UserManager.get_default();
- this._user = this._userManager.get_user(GLib.get_user_name());
-@@ -453,23 +449,6 @@ class EndSessionDialog extends ModalDial
- label,
- });
-
-- // Add Alt "Boot Options" option to the Reboot button
-- if (this._canRebootToBootLoaderMenu && signal === 'ConfirmedReboot') {
-- this._rebootButton = button;
-- this._rebootButtonAlt = this.addButton({
-- action: () => {
-- this.close(true);
-- let signalId = this.connect('closed', () => {
-- this.disconnect(signalId);
-- this._confirmRebootToBootLoaderMenu();
-- });
-- },
-- label: C_('button', 'Boot Options'),
-- });
-- this._rebootButtonAlt.visible = false;
-- this._capturedEventId = global.stage.connect('captured-event',
-- this._onCapturedEvent.bind(this));
-- }
- }
- }
-
diff --git a/gnome-shell/patches/patch-js_ui_main.js b/gnome-shell/patches/patch-js_ui_main.js
deleted file mode 100644
index 966692b466..0000000000
--- a/gnome-shell/patches/patch-js_ui_main.js
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD$
-
-Remove usages of unsupported functions:
-- Gio.Credentials.get_unix_user
-- file.touch_async
-
---- js/ui/main.js.orig 2021-03-20 12:17:01.417523000 +0000
-+++ js/ui/main.js
-@@ -289,19 +289,11 @@ function _initializeUI() {
- });
- }
-
-- let credentials = new Gio.Credentials();
-- if (credentials.get_unix_user() === 0) {
-- notify(_('Logged in as a privileged user'),
-- _('Running a session as a privileged user should be avoided for security reasons. If possible, you should log in as a normal user.'));
-- } else if (sessionMode.currentMode !== 'gdm' &&
-+ if (sessionMode.currentMode !== 'gdm' &&
- sessionMode.currentMode !== 'initial-setup') {
- _handleShowWelcomeScreen();
- }
-
-- if (sessionMode.currentMode !== 'gdm' &&
-- sessionMode.currentMode !== 'initial-setup')
-- _handleLockScreenWarning();
--
- LoginManager.registerSessionWithGDM();
-
- let perfModuleName = GLib.getenv("SHELL_PERF_MODULE");
-@@ -324,7 +316,7 @@ function _handleShowWelcomeScreen() {
- async function _handleLockScreenWarning() {
- const path = '%s/lock-warning-shown'.format(global.userdatadir);
- const file = Gio.File.new_for_path(path);
--
-+return;
- const hasLockScreen = screenShield !== null;
- if (hasLockScreen) {
- try {
diff --git a/gnome-shell/patches/patch-js_ui_windowManager.js b/gnome-shell/patches/patch-js_ui_windowManager.js
deleted file mode 100644
index 9d6c3e983b..0000000000
--- a/gnome-shell/patches/patch-js_ui_windowManager.js
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD$
-
-Remove systemd code
-
---- js/ui/windowManager.js.orig 2021-03-20 12:17:01.442522300 +0000
-+++ js/ui/windowManager.js
-@@ -974,8 +974,8 @@ var WindowManager = class {
-
- async _startX11Services(task, cancellable) {
- try {
-- await Shell.util_start_systemd_unit(
-- 'gnome-session-x11-services-ready.target', 'fail', cancellable);
-+ //await Shell.util_start_systemd_unit(
-+ // 'gnome-session-x11-services-ready.target', 'fail', cancellable);
- } catch (e) {
- // Ignore NOT_SUPPORTED error, which indicates we are not systemd
- // managed and gnome-session will have taken care of everything
-@@ -990,8 +990,8 @@ var WindowManager = class {
-
- async _stopX11Services(cancellable) {
- try {
-- await Shell.util_stop_systemd_unit(
-- 'gnome-session-x11-services.target', 'fail', cancellable);
-+ //await Shell.util_stop_systemd_unit(
-+ // 'gnome-session-x11-services.target', 'fail', cancellable);
- } catch (e) {
- // Ignore NOT_SUPPORTED error, which indicates we are not systemd
- // managed and gnome-session will have taken care of everything
diff --git a/gnome-shell/patches/patch-meson.build b/gnome-shell/patches/patch-meson.build
deleted file mode 100644
index 4ad4503982..0000000000
--- a/gnome-shell/patches/patch-meson.build
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-meson.build,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-Install config files to examples.
-
---- meson.build.orig 2020-10-05 18:36:07.906838400 +0000
-+++ meson.build
-@@ -52,7 +52,7 @@ sysconfdir = join_paths(prefix, get_opti
- pkgdatadir = join_paths(datadir, meson.project_name())
- pkglibdir = join_paths(libdir, meson.project_name())
-
--autostartdir = join_paths(sysconfdir, 'xdg', 'autostart')
-+autostartdir = join_paths(datadir, 'examples', 'xdg', 'autostart')
- convertdir = join_paths(datadir, 'GConf', 'gsettings')
- desktopdir = join_paths(datadir, 'applications')
- icondir = join_paths(datadir, 'icons')
diff --git a/gnome-shell/patches/patch-src_main.c b/gnome-shell/patches/patch-src_main.c
deleted file mode 100644
index 6f575b326c..0000000000
--- a/gnome-shell/patches/patch-src_main.c
+++ /dev/null
@@ -1,22 +0,0 @@
-$NetBSD$
-
-Disable gjs stack dumps?
-
---- src/main.c.orig 2021-03-20 12:17:01.570519000 +0000
-+++ src/main.c
-@@ -352,6 +352,7 @@ dump_gjs_stack_on_signal_handler (int si
- static void
- dump_gjs_stack_on_signal (int signo)
- {
-+#if 0
- struct sigaction sa = {
- .sa_flags = SA_RESETHAND | SA_NODEFER,
- .sa_handler = dump_gjs_stack_on_signal_handler,
-@@ -361,6 +362,7 @@ dump_gjs_stack_on_signal (int signo)
-
- sigaction (signo, &sa, NULL);
- _tracked_signals[signo] = TRUE;
-+#endif
- }
-
- static gboolean
diff --git a/gnome-shell/patches/patch-src_shell-util.c b/gnome-shell/patches/patch-src_shell-util.c
deleted file mode 100644
index 2f80f55673..0000000000
--- a/gnome-shell/patches/patch-src_shell-util.c
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD: patch-src_shell-util.c,v 1.1 2020/11/10 12:06:59 nia Exp $
-
-Quick ugly fix, breaks time string translation/format
-
---- src/shell-util.c.orig 2020-10-05 18:36:07.971836800 +0000
-+++ src/shell-util.c
-@@ -154,18 +154,22 @@ shell_util_translate_time_string (const
- locale_t old_loc;
- locale_t loc = (locale_t) 0;
-
-+#ifndef __NetBSD__
- if (locale)
- loc = newlocale (LC_MESSAGES_MASK, locale, (locale_t) 0);
-
- old_loc = uselocale (loc);
-+#endif
-
- sep = strchr (str, '\004');
- res = g_dpgettext (NULL, str, sep ? sep - str + 1 : 0);
-
-+#ifndef __NetBSD__
- uselocale (old_loc);
-
- if (loc != (locale_t) 0)
- freelocale (loc);
-+#endif
-
- return res;
- }
diff --git a/gnome40/Makefile b/gnome40/Makefile
index 972485753c..43bf761139 100644
--- a/gnome40/Makefile
+++ b/gnome40/Makefile
@@ -41,7 +41,7 @@ DEPENDS+= gnome-font-viewer-[0-9]*:../../sysutils/gnome-font-viewer
DEPENDS+= gnome-screenshot-[0-9]*:../../graphics/gnome-screenshot
DEPENDS+= gnome-settings-daemon-[0-9]*:../../sysutils/gnome-settings-daemon
DEPENDS+= gnome-session-[0-9]*:../../x11/gnome-session
-DEPENDS+= gnome-shell-[0-9]*:../../wip/gnome-shell
+DEPENDS+= gnome-shell-[0-9]*:../../x11/gnome-shell
DEPENDS+= gnome-terminal-[0-9]*:../../x11/gnome-terminal
DEPENDS+= gnome-themes-standard-[0-9]*:../../graphics/gnome-themes-standard
DEPENDS+= mutter-[0-9]*:../../wip/mutter
diff --git a/gst-rtsp-server/COMMIT_MSG b/gst-rtsp-server/COMMIT_MSG
deleted file mode 100644
index e4ac51686d..0000000000
--- a/gst-rtsp-server/COMMIT_MSG
+++ /dev/null
@@ -1,25 +0,0 @@
-Update net/gst-rtsp-server to 1.19.2
-
-## Summary
-
- - updated from 1.12.3 to 1.19.2
- - converted build from autotools to meson [1]
-
-## Objective
-
-Since the last update, there have been a lot of bugfixes and additions,
-which I cannot estimate in their scope. Please refer to the changelog
-of the Upstream project [2]. The motivation behind the update in pkgsrc
-is to fulfill a dependency of gstreamer-rs (Rust wrapper for gstreamer,
-in particular there gstreamer-rtsp-server). There the wrapper for the
-media factory refers via FFI to a function
-gst_rtsp_media_factory_add_role_from_structure[3], which does not exist
-in the previous version of this package. For this reason, neolink[4]
-does not build on NetBSD.
-
-## References
-
-[1] https://wiki.netbsd.org/pkgsrc/how_to_convert_autotools_to_meson/
-[2] https://github.com/GStreamer/gst-rtsp-server/blob/master/ChangeLog
-[3] https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/blob/main/gstreamer-rtsp-server/src/rtsp_media_factory.rs
-[4] https://github.com/thirtythreeforty/neolink
diff --git a/gst-rtsp-server/DESCR b/gst-rtsp-server/DESCR
deleted file mode 100644
index 1562540a6b..0000000000
--- a/gst-rtsp-server/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-gst-rtsp-server is a library on top of GStreamer for building an
-RTSP server.
diff --git a/gst-rtsp-server/Makefile b/gst-rtsp-server/Makefile
deleted file mode 100644
index 0483fb70b3..0000000000
--- a/gst-rtsp-server/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD: Makefile,v 1.9 2021/12/08 16:05:59 adam Exp $
-
-DISTNAME= gst-rtsp-server-1.19.2
-CATEGORIES= net multimedia
-MASTER_SITES= https://gstreamer.freedesktop.org/src/gst-rtsp-server/
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html
-COMMENT= GStreamer RTSP server
-LICENSE= gnu-lgpl-v2
-
-USE_TOOLS+= pkg-config msgfmt xgettext
-PKGCONFIG_OVERRIDE_STAGE= pre-install
-PKGCONFIG_OVERRIDE+= lib/pkgconfig/gstreamer-rtsp-server-1.0.pc
-PYTHON_FOR_BUILD_ONLY= tool
-
-TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/gst/rtsp-server
-
-BUILDLINK_API_DEPENDS.gobject-introspection+= gobject-introspection>=1.7.0
-BUILDLINK_DEPMETHOD.gobject-introspection+= build
-.include "../../devel/gobject-introspection/buildlink3.mk"
-.include "../../multimedia/gstreamer1/buildlink3.mk"
-.include "../../multimedia/gst-plugins1-bad/buildlink3.mk"
-.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.40.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/meson/build.mk"
-.include "../../lang/python/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gst-rtsp-server/PLIST b/gst-rtsp-server/PLIST
deleted file mode 100644
index f0f956fb67..0000000000
--- a/gst-rtsp-server/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD$
-include/gstreamer-1.0/gst/rtsp-server/rtsp-address-pool.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-auth.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-client.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-context.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-media-factory-uri.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-media-factory.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-media.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-mount-points.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-onvif-client.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-onvif-media-factory.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-onvif-media.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-onvif-server.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-params.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-permissions.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-sdp.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-server-object.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-server-prelude.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-server.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-session-media.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-session-pool.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-session.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-stream-transport.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-stream.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-thread-pool.h
-include/gstreamer-1.0/gst/rtsp-server/rtsp-token.h
-lib/girepository-1.0/GstRtspServer-1.0.typelib
-lib/gstreamer-1.0/libgstrtspclientsink.so
-lib/libgstrtspserver-1.0.so
-lib/libgstrtspserver-1.0.so.0
-lib/libgstrtspserver-1.0.so.0.1902.0
-lib/pkgconfig/gstreamer-rtsp-server-1.0.pc
-share/gir-1.0/GstRtspServer-1.0.gir
diff --git a/gst-rtsp-server/distinfo b/gst-rtsp-server/distinfo
deleted file mode 100644
index b172ea6a02..0000000000
--- a/gst-rtsp-server/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:05:42 nia Exp $
-
-BLAKE2s (gst-rtsp-server-1.19.2.tar.xz) = 56e5e555c303a287f24009d5a31589767b30ba3a4ad0af0d2c71c8daabaf27b9
-SHA512 (gst-rtsp-server-1.19.2.tar.xz) = 3559d5e5b08cd5333043d2de29e4883c4972509fae0ab61d5706994b87351cd6655cb65ef90ad942b1bb1dedb0cd7879eddb1d7332911441f40f93603945573d
-Size (gst-rtsp-server-1.19.2.tar.xz) = 330792 bytes
diff --git a/gzip/DESCR b/gzip/DESCR
deleted file mode 100644
index 954e456a6c..0000000000
--- a/gzip/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-GZIP (GNU zip) is a popular data compression program written by Jean-Loup
-Gailly <gzip%gnu.org@localhost> for the GNU project.
-
-This program was developed as a replacement for compress because of the UNISYS
-and IBM patents covering the LZW algorithm used by compress. These patents
-made it impossible for us to use compress, and we needed a replacement. The
-superior compression ratio of GZIP is just a bonus.
diff --git a/gzip/Makefile b/gzip/Makefile
deleted file mode 100644
index f15464fd13..0000000000
--- a/gzip/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-
-
-DISTNAME= gzip-1.11
-CATEGORIES= archivers
-#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
-#EXTRACT_SUFX= .tar.xz
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-EXTRACT_SUFX= .tar
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.gnu.org/software/gzip/gzip.html
-COMMENT= Compress or expand files
-LICENSE= gnu-gpl-v3
-
-CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
-
-GNU_CONFIGURE= yes
-MAKE_FLAGS+= manlinks=so
-INFO_FILES= yes
-CHECK_PERMS= no # can't depend on checkperms; its distfile is gzipped
-
-#bug 20453 in bug-gzip list, passed onto gnulib
-CONFIGURE_ENV.AIX+= ac_cv_header_wctype_h=no
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/gzip/PLIST b/gzip/PLIST
deleted file mode 100644
index fc4527ae94..0000000000
--- a/gzip/PLIST
+++ /dev/null
@@ -1,27 +0,0 @@
-@comment $NetBSD: PLIST,v 1.7 2007/12/21 23:57:41 rillig Exp $
-bin/gunzip
-bin/gzexe
-bin/gzip
-bin/uncompress
-bin/zcat
-bin/zcmp
-bin/zdiff
-bin/zegrep
-bin/zfgrep
-bin/zforce
-bin/zgrep
-bin/zless
-bin/zmore
-bin/znew
-info/gzip.info
-man/man1/gunzip.1
-man/man1/gzexe.1
-man/man1/gzip.1
-man/man1/zcat.1
-man/man1/zcmp.1
-man/man1/zdiff.1
-man/man1/zforce.1
-man/man1/zgrep.1
-man/man1/zless.1
-man/man1/zmore.1
-man/man1/znew.1
diff --git a/gzip/distinfo b/gzip/distinfo
deleted file mode 100644
index 873510bcc8..0000000000
--- a/gzip/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-SHA512 (gzip-1.11.tar) = 04a186524fa0d35af4cc248550d5b91b6cadfbe1011da7d722617a0d36c3f3bb163e2890cfc10cb74f3ea78a94651a78b7e49bc56115f1297782e83c1b0bb7d0
-SHA1 (gzip-1.11.tar) = e2d91d63d78d4515037e6b26b90cbd46c12abf2e
-Size (gzip-1.11.tar) = 5703680 bytes
-SHA1 (patch_xinuos-archivers_gzip_lib-vasnprintf.c) = 4012b674c04f83f2b3bffdef6107a7836ce21d8e
diff --git a/gzip/patches/patch_xinuos-archivers_gzip_lib-vasnprintf.c b/gzip/patches/patch_xinuos-archivers_gzip_lib-vasnprintf.c
deleted file mode 100644
index 153ac609a1..0000000000
--- a/gzip/patches/patch_xinuos-archivers_gzip_lib-vasnprintf.c
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# lib/vasnprintf.c
-# use c9x snprintf
-#
---- gzip/lib/vasnprintf.c.old 2021-12-02 16:51:39.099686018 +0000
-+++ gzip/lib/vasnprintf.c 2021-12-02 17:27:27.821686042 +0000
-@@ -202,7 +202,11 @@
- # endif
- # else
- /* Unix. */
--# define SNPRINTF snprintf
-+# ifdef __sysv5__
-+# define SNPRINTF _xsnprintf
-+# else
-+# define SNPRINTF snprintf
-+# endif
- /* Here we need to call the native snprintf, not rpl_snprintf. */
- # undef snprintf
- # endif
- Prev by Date:
rust: sync cargo.mk from pkgsrc
- Next by Date:
lha, libaec, libfido2, libfolks: removed
- Previous by Thread:
ruby-typhoeus, tex-bxbase[-doc], tex-bxjaholiday[-doc], tex-bxjalipsum[-doc], tex-bxjaprnind[-doc]: removed
- Next by Thread:
Re: R-gsl, R-wk, gnome-shell, gst-rtsp-server, gzip: removed
- Indexes:
Home |
Main Index |
Thread Index |
Old Index