pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
remove packages imported to pkgsrc proper
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Mon May 5 11:02:41 2025 +0200
Changeset: 7f75b18e69b3399bc950c3c3ab3ef1ac6baeba7d
Modified Files:
Makefile
Removed Files:
deskflow/DESCR
deskflow/Makefile
deskflow/PLIST
deskflow/PLIST.App
deskflow/distinfo
deskflow/patches/patch-src_lib_base_String.h
deskflow/patches/patch-src_lib_deskflow_CMakeLists.txt
flameshot/DESCR
flameshot/Makefile
flameshot/PLIST
flameshot/distinfo
flameshot/patches/patch-src_CMakeLists.txt
libei/DESCR
libei/Makefile
libei/PLIST
libei/buildlink3.mk
libei/distinfo
libei/patches/patch-tools_meson.build
libportal/DESCR
libportal/Makefile
libportal/PLIST
libportal/buildlink3.mk
libportal/distinfo
Log Message:
remove packages imported to pkgsrc proper
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7f75b18e69b3399bc950c3c3ab3ef1ac6baeba7d
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 4 --
deskflow/DESCR | 5 --
deskflow/Makefile | 67 ----------------------
deskflow/PLIST | 12 ----
deskflow/PLIST.App | 8 ---
deskflow/distinfo | 13 -----
deskflow/patches/patch-src_lib_base_String.h | 14 -----
.../patches/patch-src_lib_deskflow_CMakeLists.txt | 31 ----------
flameshot/DESCR | 7 ---
flameshot/Makefile | 30 ----------
flameshot/PLIST | 50 ----------------
flameshot/distinfo | 6 --
flameshot/patches/patch-src_CMakeLists.txt | 23 --------
libei/DESCR | 2 -
libei/Makefile | 33 -----------
libei/PLIST | 7 ---
libei/buildlink3.mk | 19 ------
libei/distinfo | 6 --
libei/patches/patch-tools_meson.build | 18 ------
libportal/DESCR | 3 -
libportal/Makefile | 35 -----------
libportal/PLIST | 33 -----------
libportal/buildlink3.mk | 14 -----
libportal/distinfo | 5 --
24 files changed, 445 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index ee7dc358ef..0316dc3c79 100644
--- a/Makefile
+++ b/Makefile
@@ -690,7 +690,6 @@ SUBDIR+= denise
SUBDIR+= depsolver
SUBDIR+= descent3
SUBDIR+= deskcribe
-SUBDIR+= deskflow
SUBDIR+= desktop-data-model
SUBDIR+= desktop-installer
SUBDIR+= desmume
@@ -979,7 +978,6 @@ SUBDIR+= firehose
SUBDIR+= fl_logbook
SUBDIR+= flag
SUBDIR+= flam3-svn
-SUBDIR+= flameshot
SUBDIR+= flang
SUBDIR+= flang-git
SUBDIR+= flasm
@@ -2023,7 +2021,6 @@ SUBDIR+= libdrm-dfbsd-meson
SUBDIR+= libdxfrw
SUBDIR+= libecc
SUBDIR+= libee
-SUBDIR+= libei
SUBDIR+= libeio
SUBDIR+= libeio-cvs
SUBDIR+= libepc
@@ -2124,7 +2121,6 @@ SUBDIR+= libpare
SUBDIR+= libparsifal
SUBDIR+= libpatterns
SUBDIR+= libplist2
-SUBDIR+= libportal
SUBDIR+= libppd
SUBDIR+= libpsurface
SUBDIR+= libpthread-stubs
diff --git a/deskflow/DESCR b/deskflow/DESCR
deleted file mode 100644
index f11e675608..0000000000
--- a/deskflow/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Deskflow is a free and open source keyboard and mouse sharing app.
-Use the keyboard, mouse, or trackpad of one computer to control nearby
-computers, and work seamlessly between them. It's like a software KVM
-(but without the video). TLS encryption is enabled by default.
-Wayland is supported. Clipboard sharing is supported.
diff --git a/deskflow/Makefile b/deskflow/Makefile
deleted file mode 100644
index 581aef226b..0000000000
--- a/deskflow/Makefile
+++ /dev/null
@@ -1,67 +0,0 @@
-# $NetBSD$
-
-DISTNAME= deskflow-1.21.2
-CATEGORIES= net x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=deskflow/}
-GITHUB_TAG= v${PKGVERSION_NOREV}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/deskflow/deskflow/
-COMMENT= Let a user share a mouse and keyboard among computers
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-USE_CXX_FEATURES= c++20
-USE_TOOLS+= pkg-config
-
-DISTFILES= ${DEFAULT_DISTFILES}
-
-CLI11_VERSION= 2.4.2
-DISTFILES+= CLI11-${CLI11_VERSION}.hpp
-SITES.CLI11-${CLI11_VERSION}.hpp= \
- -https://github.com/CLIUtils/CLI11/releases/download/v${CLI11_VERSION}/CLI11.hpp
-
-TOMLPP_VERSION= 3.4.0
-DISTFILES+= toml-${TOMLPP_VERSION}.hpp
-SITES.toml-${TOMLPP_VERSION}.hpp= \
- -https://raw.githubusercontent.com/marzer/tomlplusplus/refs/tags/v${TOMLPP_VERSION}/toml.hpp
-
-SUBST_CLASSES+= paths
-SUBST_STAGE.paths= pre-configure
-SUBST_FILES.paths= src/lib/common/Settings.h
-SUBST_SED.paths= -e 's,"/etc,"${PKG_SYSCONFDIR},g'
-
-post-extract:
- ${MKDIR} -p ${WRKSRC}/${CMAKE_BUILD_DIR}/include/CLI
- ${MV} ${WRKDIR}/CLI11-${CLI11_VERSION}.hpp ${WRKSRC}/${CMAKE_BUILD_DIR}/include/CLI/CLI.hpp
- ${MKDIR} -p ${WRKSRC}/${CMAKE_BUILD_DIR}/include/toml++
- ${MV} ${WRKDIR}/toml-${TOMLPP_VERSION}.hpp ${WRKSRC}/${CMAKE_BUILD_DIR}/include/toml++/toml.h
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "Darwin"
-CMAKE_INSTALL_PREFIX= ${PREFIX}/Applications
-PLIST_SRC= PLIST.App
-.endif
-
-.include "../../devel/cmake/build.mk"
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../devel/googletest/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-.if ${OPSYS} != "Darwin"
-.include "../../graphics/gdk-pixbuf2/buildlink3.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../sysutils/libnotify/buildlink3.mk"
-.include "../../textproc/pugixml/buildlink3.mk"
-.include "../../wip/libei/buildlink3.mk"
-.include "../../wip/libportal/buildlink3.mk"
-.include "../../x11/libSM/buildlink3.mk"
-.include "../../x11/libXext/buildlink3.mk"
-.include "../../x11/libXinerama/buildlink3.mk"
-.include "../../x11/libXtst/buildlink3.mk"
-.include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/libxkbfile/buildlink3.mk"
-.include "../../x11/libxkbcommon/buildlink3.mk"
-.endif
-.include "../../x11/qt6-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/deskflow/PLIST b/deskflow/PLIST
deleted file mode 100644
index 65153d58dc..0000000000
--- a/deskflow/PLIST
+++ /dev/null
@@ -1,12 +0,0 @@
-@comment $NetBSD$
-bin/deskflow
-bin/deskflow-client
-bin/deskflow-server
-man/man1/deskflow-client.1
-man/man1/deskflow-server.1
-man/man1/deskflow.1
-share/applications/org.deskflow.deskflow.desktop
-share/icons/hicolor/512x512/apps/org.deskflow.deskflow.png
-share/licenses/deskflow/LICENSE
-share/licenses/deskflow/LICENSE_EXCEPTION
-share/metainfo/org.deskflow.deskflow.metainfo.xml
diff --git a/deskflow/PLIST.App b/deskflow/PLIST.App
deleted file mode 100644
index e749c8988f..0000000000
--- a/deskflow/PLIST.App
+++ /dev/null
@@ -1,8 +0,0 @@
-@comment $NetBSD$
-Applications/Deskflow.app/Contents/Info.plist
-Applications/Deskflow.app/Contents/MacOS/Deskflow
-Applications/Deskflow.app/Contents/MacOS/deskflow-client
-Applications/Deskflow.app/Contents/MacOS/deskflow-server
-Applications/Deskflow.app/Contents/Resources/Deskflow.icns
-Applications/Deskflow.app/Contents/Resources/LICENSE
-Applications/Deskflow.app/Contents/Resources/LICENSE_EXCEPTION
diff --git a/deskflow/distinfo b/deskflow/distinfo
deleted file mode 100644
index f32eebef63..0000000000
--- a/deskflow/distinfo
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
-BLAKE2s (CLI11-2.4.2.hpp) = 13fba654ef1c7f536402ba64cbc412ea457a55fda7e56bee0344f80175210206
-SHA512 (CLI11-2.4.2.hpp) = bc98c9075bc6c60053d40f969f81435d6d6d426e49f10ff21152976073f536608a7f28b685bb7cc207586c651ec0f82f8adf8c1be90a8a8a7974c2076360b8ef
-Size (CLI11-2.4.2.hpp) = 420699 bytes
-BLAKE2s (deskflow-1.21.2.tar.gz) = 78b94e233f35802f094ba76e75f2720da82c83f0f8bd31d68d4e16e3f896d4b7
-SHA512 (deskflow-1.21.2.tar.gz) = e6ef54fb0abbab99dd14502db4e86a563b2fdbf05c632c718a65c8f4a9e85820b1ef61036abf074903d36265f951757148784c8b9331f9d589cf9cd6bfe64ee4
-Size (deskflow-1.21.2.tar.gz) = 1884045 bytes
-BLAKE2s (toml-3.4.0.hpp) = 8d715a2b4fd6648d5a40ff0f8e2462d9488608da8efe052c5df0516a86b29799
-SHA512 (toml-3.4.0.hpp) = b434408b483f3ce308c63d48922f2dacfaac95be9031056118486b230123a3bdc8303e191c0dc787dc22bcc3a1777fe94057638b6c10da9620163665481c4d0d
-Size (toml-3.4.0.hpp) = 485931 bytes
-SHA1 (patch-src_lib_base_String.h) = 4e6ed909e5b2efcde8f8c03f6d1b8177fe67a4a6
-SHA1 (patch-src_lib_deskflow_CMakeLists.txt) = fd6b5a4aa018fbbf28530da41144eebf9e743435
diff --git a/deskflow/patches/patch-src_lib_base_String.h b/deskflow/patches/patch-src_lib_base_String.h
deleted file mode 100644
index 5ca3e63f7c..0000000000
--- a/deskflow/patches/patch-src_lib_base_String.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-cstdarg for va_list
-
---- src/lib/base/String.h.orig 2025-04-27 17:04:05.677655830 +0000
-+++ src/lib/base/String.h
-@@ -10,6 +10,7 @@
-
- #include "common/Common.h"
-
-+#include <cstdarg>
- #include <string>
- #include <vector>
-
diff --git a/deskflow/patches/patch-src_lib_deskflow_CMakeLists.txt b/deskflow/patches/patch-src_lib_deskflow_CMakeLists.txt
deleted file mode 100644
index b63cfebecc..0000000000
--- a/deskflow/patches/patch-src_lib_deskflow_CMakeLists.txt
+++ /dev/null
@@ -1,31 +0,0 @@
-$NetBSD$
-
-Prevent download during configure phase.
-
---- src/lib/deskflow/CMakeLists.txt.orig 2025-03-10 10:04:06.434024162 +0000
-+++ src/lib/deskflow/CMakeLists.txt
-@@ -11,11 +11,6 @@ else()
- #Be sure to update the version and MD5 together
- set(CLI11_VERSION 2.4.2)
- set(CLI11_MD5 d7923d1ca06d03e2299e55cad532d126)
-- file(
-- DOWNLOAD "https://github.com/CLIUtils/CLI11/releases/download/v${CLI11_VERSION}/CLI11.hpp"
-- "${CMAKE_BINARY_DIR}/include/CLI/CLI.hpp"
-- EXPECTED_MD5 ${CLI11_MD5}
-- )
- set(cli11_inc_dir "${CMAKE_BINARY_DIR}/include")
- message(STATUS "CLI11 [Downloaded] Version: ${CLI11_VERSION}")
- message(STATUS "CLI11 INC_DIR: ${cli11_inc_dir}")
-@@ -30,12 +25,6 @@ else()
- # Save our copy with .h not .hpp for compatibliy with system version < 3.4
- set(TOMLPP_VERSION 3.4.0)
- set(TOMLPP_MD5 caefb3b60119731fb4b4d24b6339e7fb)
-- file(
-- DOWNLOAD "https://raw.githubusercontent.com/marzer/tomlplusplus/refs/tags/v${TOMLPP_VERSION}/toml.hpp"
-- "${CMAKE_BINARY_DIR}/include/toml++/toml.h"
-- SHOW_PROGRESS
-- EXPECTED_MD5 ${TOMLPP_MD5}
-- )
- set(tomlPP_inc_dir "${CMAKE_BINARY_DIR}/include")
- message(STATUS "tomlplusplus [Downloaded] Version: 3.4.0")
- message(STATUS "tomlplusplus INC DIR: ${tomlPP_inc_dir}")
diff --git a/flameshot/DESCR b/flameshot/DESCR
deleted file mode 100644
index 47653d4720..0000000000
--- a/flameshot/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Features:
-- Snipping tool
-- Customizable appearance
-- Easy to use
-- In-app screenshot editing
-- DBus interface
-- Upload to Imgur
diff --git a/flameshot/Makefile b/flameshot/Makefile
deleted file mode 100644
index a10a60045e..0000000000
--- a/flameshot/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $NetBSD$
-
-GITHUB_TAG= v${PKGVERSION_NOREV}
-DISTNAME= flameshot-12.1.0
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_GITHUB:=flameshot-org/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://flameshot.org/
-COMMENT= Powerful yet simple to use screenshot software
-LICENSE= gnu-gpl-v3
-
-ICON_THEMES= yes
-USE_TOOLS+= pkg-config
-USE_LANGUAGES= c++
-
-PKGCONFIG_OVERRIDE+= external/Qt-Color-Widgets/QtColorWidgets.pc.in
-
-SUBST_CLASSES+= mandir
-SUBST_STAGE.mandir= pre-configure
-SUBST_FILES.mandir= src/CMakeLists.txt
-SUBST_VARS.mandir= PKGMANDIR
-
-.include "../../devel/cmake/build.mk"
-.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
-.include "../../x11/qt5-qtbase/buildlink3.mk"
-.include "../../x11/qt5-qtsvg/buildlink3.mk"
-BUILDLINK_DEPMETHOD.qt5-qttools= build
-.include "../../x11/qt5-qttools/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/flameshot/PLIST b/flameshot/PLIST
deleted file mode 100644
index 898b253e30..0000000000
--- a/flameshot/PLIST
+++ /dev/null
@@ -1,50 +0,0 @@
-@comment $NetBSD$
-bin/flameshot
-man/man1/flameshot.1
-share/applications/org.flameshot.Flameshot.desktop
-share/bash-completion/completions/flameshot
-share/dbus-1/interfaces/org.flameshot.Flameshot.xml
-share/dbus-1/services/org.flameshot.Flameshot.service
-share/fish/vendor_completions.d/flameshot.fish
-share/flameshot/translations/Internationalization_bg.qm
-share/flameshot/translations/Internationalization_ca.qm
-share/flameshot/translations/Internationalization_cs.qm
-share/flameshot/translations/Internationalization_de_DE.qm
-share/flameshot/translations/Internationalization_el.qm
-share/flameshot/translations/Internationalization_es.qm
-share/flameshot/translations/Internationalization_eu.qm
-share/flameshot/translations/Internationalization_fa.qm
-share/flameshot/translations/Internationalization_fi.qm
-share/flameshot/translations/Internationalization_fr.qm
-share/flameshot/translations/Internationalization_gl.qm
-share/flameshot/translations/Internationalization_grc.qm
-share/flameshot/translations/Internationalization_he.qm
-share/flameshot/translations/Internationalization_hu.qm
-share/flameshot/translations/Internationalization_id.qm
-share/flameshot/translations/Internationalization_it_IT.qm
-share/flameshot/translations/Internationalization_ja.qm
-share/flameshot/translations/Internationalization_ka.qm
-share/flameshot/translations/Internationalization_ko.qm
-share/flameshot/translations/Internationalization_nb_NO.qm
-share/flameshot/translations/Internationalization_nl.qm
-share/flameshot/translations/Internationalization_nl_NL.qm
-share/flameshot/translations/Internationalization_pl.qm
-share/flameshot/translations/Internationalization_pt_BR.qm
-share/flameshot/translations/Internationalization_ru.qm
-share/flameshot/translations/Internationalization_sk.qm
-share/flameshot/translations/Internationalization_sr_SP.qm
-share/flameshot/translations/Internationalization_sv_SE.qm
-share/flameshot/translations/Internationalization_tr.qm
-share/flameshot/translations/Internationalization_uk.qm
-share/flameshot/translations/Internationalization_vi.qm
-share/flameshot/translations/Internationalization_zh_CN.qm
-share/flameshot/translations/Internationalization_zh_HK.qm
-share/flameshot/translations/Internationalization_zh_TW.qm
-share/icons/hicolor/128x128/apps/flameshot.png
-share/icons/hicolor/128x128/apps/org.flameshot.Flameshot.png
-share/icons/hicolor/48x48/apps/flameshot.png
-share/icons/hicolor/48x48/apps/org.flameshot.Flameshot.png
-share/icons/hicolor/scalable/apps/flameshot.svg
-share/icons/hicolor/scalable/apps/org.flameshot.Flameshot.svg
-share/metainfo/org.flameshot.Flameshot.metainfo.xml
-share/zsh/site-functions/_flameshot
diff --git a/flameshot/distinfo b/flameshot/distinfo
deleted file mode 100644
index 3ba270e56c..0000000000
--- a/flameshot/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD$
-
-BLAKE2s (flameshot-12.1.0.tar.gz) = 220b50c2033bd4b8532a10e33ceb0059f1a439daccc8bb3f8c666e45ffd8ff50
-SHA512 (flameshot-12.1.0.tar.gz) = 159bf3a8ff406b3881dcc77fc48d9e7cc0d595bd47ee2363396d7efc95f69160cf25ccf99cd1b2c2b527baeadf91c209784a7bca23ed5f17caacc385e161c83c
-Size (flameshot-12.1.0.tar.gz) = 15618560 bytes
-SHA1 (patch-src_CMakeLists.txt) = 7e84235f6a761c4951a3ca436920be5d10f6d128
diff --git a/flameshot/patches/patch-src_CMakeLists.txt b/flameshot/patches/patch-src_CMakeLists.txt
deleted file mode 100644
index 260e53b1b8..0000000000
--- a/flameshot/patches/patch-src_CMakeLists.txt
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD$
-
-Honour PKGMANDIR.
-
---- src/CMakeLists.txt.orig 2022-07-03 13:42:21.000000000 +0000
-+++ src/CMakeLists.txt
-@@ -325,7 +325,7 @@ if (UNIX)
-
- # Install man pages
- configure_file(${CMAKE_SOURCE_DIR}/data/man/man1/flameshot.1
-- ${CMAKE_CURRENT_BINARY_DIR}/share/man/man1/flameshot.1 COPYONLY)
-+ ${CMAKE_CURRENT_BINARY_DIR}/@PKGMANDIR@/man1/flameshot.1 COPYONLY)
-
- # Install Icons
- configure_file(${CMAKE_SOURCE_DIR}/data/img/hicolor/48x48/apps/org.flameshot.Flameshot.png
-@@ -349,6 +349,7 @@ if (UNIX)
-
- # Install assets
- install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/share/ DESTINATION ${CMAKE_INSTALL_DATAROOTDIR})
-+ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/@PKGMANDIR@/ DESTINATION ${CMAKE_INSTALL_MANDIR})
-
- # Install Translations
- install(FILES ${QM_FILES} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/flameshot/translations)
diff --git a/libei/DESCR b/libei/DESCR
deleted file mode 100644
index d60e3b0fbf..0000000000
--- a/libei/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-libei is a library for Emulated Input, primarily aimed at the Wayland
-stack.
diff --git a/libei/Makefile b/libei/Makefile
deleted file mode 100644
index 1e2b126966..0000000000
--- a/libei/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libei-1.4.0
-CATEGORIES= x11 devel
-MASTER_SITES= https://gitlab.freedesktop.org/libinput/libei/-/archive/${PKGVERSION_NOREV}/
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://xorg.freedesktop.org/
-COMMENT= Library for Emulated Input
-LICENSE= mit
-
-BUILD_DEPENDS+= ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
-USE_LIBTOOL= YES
-USE_TOOLS+= pkg-config
-
-NOT_FOR_PLATFORM+= Darwin-*-*
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../devel/meson/build.mk"
-
-# Disable Linux-only stuff for now. Needs libevdev and/or libsystemd.
-MESON_ARGS+= -Dliboeffis=disabled
-MESON_ARGS+= -Dlibeis=disabled
-MESON_ARGS+= -Dtests=disabled
-
-.if defined(OPSYS_HAS_KQUEUE)
-CFLAGS+= -I${BUILDLINK_PREFIX.libepoll-shim}/include/libepoll-shim
-.include "../../devel/libepoll-shim/buildlink3.mk"
-.endif
-.include "../../x11/libxkbcommon/buildlink3.mk"
-.include "../../lang/python/tool.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libei/PLIST b/libei/PLIST
deleted file mode 100644
index 0c0a922fc1..0000000000
--- a/libei/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD$
-bin/ei-debug-events
-include/libei-1.0/libei.h
-lib/libei.so
-lib/libei.so.1
-lib/libei.so.${PKGVERSION}
-lib/pkgconfig/libei-1.0.pc
diff --git a/libei/buildlink3.mk b/libei/buildlink3.mk
deleted file mode 100644
index e1b1ff92c9..0000000000
--- a/libei/buildlink3.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= libei
-
-.if !defined(LIBEI_BUILDLINK3_MK)
-LIBEI_BUILDLINK3_MK:=
-
-.include "../../mk/bsd.fast.prefs.mk"
-
-BUILDLINK_API_DEPENDS.libei+= libei>=1.4.0
-BUILDLINK_PKGSRCDIR.libei?= ../../wip/libei
-#BUILDLINK_PKGSRCDIR.libei?= ../../x11/libei
-
-.if defined(OPSYS_HAS_KQUEUE)
-.include "../../devel/libepoll-shim/buildlink3.mk"
-.endif
-.endif # LIBEI_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libei
diff --git a/libei/distinfo b/libei/distinfo
deleted file mode 100644
index 2307e97fb5..0000000000
--- a/libei/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.34 2024/09/05 07:32:23 wiz Exp $
-
-BLAKE2s (libei-1.4.0.tar.bz2) = 8f399b2be71ba23abee1df26e69a6bdea644711b24ab27d06ce68a0b33a25fa7
-SHA512 (libei-1.4.0.tar.bz2) = c5ac78687b8cbc174406d9b176968416496cd354a20b5861e2959be0cb361edc9437acad46de0013f78b204ec28594d044f79b00a6442e7bda513e283968270b
-Size (libei-1.4.0.tar.bz2) = 182498 bytes
-SHA1 (patch-tools_meson.build) = a3b3d8c34d43c5199a3c459a6fb4155ece5fbbd1
diff --git a/libei/patches/patch-tools_meson.build b/libei/patches/patch-tools_meson.build
deleted file mode 100644
index e3fcb2ab76..0000000000
--- a/libei/patches/patch-tools_meson.build
+++ /dev/null
@@ -1,18 +0,0 @@
-$NetBSD$
-
-Disable Linux-only code.
-
---- tools/meson.build.orig 2025-03-10 09:26:30.313921995 +0000
-+++ tools/meson.build
-@@ -21,11 +21,6 @@ if build_libeis
- endif
-
- if build_libei
-- executable('ei-demo-client',
-- 'ei-demo-client.c',
-- dependencies: [dep_libutil, dep_libei, dep_libxkbcommon],
-- include_directories: [inc_builddir],
-- )
-
- executable('ei-debug-events',
- 'ei-debug-events.c',
diff --git a/libportal/DESCR b/libportal/DESCR
deleted file mode 100644
index 02f6a4036a..0000000000
--- a/libportal/DESCR
+++ /dev/null
@@ -1,3 +0,0 @@
-libportal provides GIO-style async APIs for most Flatpak portals.
-Flatpak portals are the secure interfaces through which Flatpak
-applications, which run in a sandbox, interact with the host system.
diff --git a/libportal/Makefile b/libportal/Makefile
deleted file mode 100644
index 16c8549ec1..0000000000
--- a/libportal/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD$
-
-DISTNAME= libportal-0.9.1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GITHUB:=flatpak/}
-GITHUB_RELEASE= ${PKGVERSION_NOREV}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://github.com/flatpak/libportal/
-COMMENT= Flatpak portal library
-LICENSE= gnu-lgpl-v3
-
-USE_LANGUAGES= c c++
-USE_TOOLS+= cmake pkg-config
-
-NOT_FOR_PLATFORM+= Darwin-*-*
-
-MESON_ARGS+= -Dbackend-gtk3=disabled
-MESON_ARGS+= -Dbackend-gtk4=disabled
-MESON_ARGS+= -Dbackend-qt5=disabled
-MESON_ARGS+= -Dbackend-qt6=disabled
-MESON_ARGS+= -Dintrospection=false
-MESON_ARGS+= -Ddocs=false
-MESON_ARGS+= -Dtests=false
-MESON_ARGS+= -Dvapi=false
-
-.include "../../devel/meson/build.mk"
-.include "../../devel/glib2/buildlink3.mk"
-#.include "../../devel/gobject-introspection/buildlink3.mk"
-#.include "../../x11/gtk3/buildlink3.mk"
-#.include "../../x11/gtk4/buildlink3.mk"
-#.include "../../x11/qt5-qtbase/buildlink3.mk"
-#.include "../../x11/qt6-qtbase/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libportal/PLIST b/libportal/PLIST
deleted file mode 100644
index 8237c858f5..0000000000
--- a/libportal/PLIST
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $NetBSD$
-include/libportal/account.h
-include/libportal/background.h
-include/libportal/camera.h
-include/libportal/dynamic-launcher.h
-include/libportal/email.h
-include/libportal/filechooser.h
-include/libportal/glib-backports.h
-include/libportal/inhibit.h
-include/libportal/inputcapture-pointerbarrier.h
-include/libportal/inputcapture-zone.h
-include/libportal/inputcapture.h
-include/libportal/location.h
-include/libportal/notification.h
-include/libportal/openuri.h
-include/libportal/parent.h
-include/libportal/portal-enums.h
-include/libportal/portal-helpers.h
-include/libportal/portal.h
-include/libportal/print.h
-include/libportal/remote.h
-include/libportal/screenshot.h
-include/libportal/session.h
-include/libportal/settings.h
-include/libportal/spawn.h
-include/libportal/trash.h
-include/libportal/types.h
-include/libportal/updates.h
-include/libportal/wallpaper.h
-lib/libportal.so
-lib/libportal.so.1
-lib/libportal.so.1.0.0
-lib/pkgconfig/libportal.pc
diff --git a/libportal/buildlink3.mk b/libportal/buildlink3.mk
deleted file mode 100644
index 322322ad15..0000000000
--- a/libportal/buildlink3.mk
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD$
-
-BUILDLINK_TREE+= libportal
-
-.if !defined(LIBPORTAL_BUILDLINK3_MK)
-LIBPORTAL_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libportal+= libportal>=0.9.1
-BUILDLINK_PKGSRCDIR.libportal?= ../../wip/libportal
-
-.include "../../devel/glib2/buildlink3.mk"
-.endif # LIBPORTAL_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libportal
diff --git a/libportal/distinfo b/libportal/distinfo
deleted file mode 100644
index 1f65ec4b7f..0000000000
--- a/libportal/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD$
-
-BLAKE2s (libportal-0.9.1.tar.xz) = 319c3f9cc545b90efa3e1c35a6a642cf4671b0e0fa9c89743860b8fab4ded3f8
-SHA512 (libportal-0.9.1.tar.xz) = 445f0c9295220668123b9b3503bb5e75edef3ea939d6f28b159c0ded2f017b35b35e8a6013f550ac6a1f8a5fb9f04c93ce5ced39694bd14731da19172649c895
-Size (libportal-0.9.1.tar.xz) = 108572 bytes
Home |
Main Index |
Thread Index |
Old Index