git: 756803d31a50 - main - deskutils/basket: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 01 Jan 2025 12:20:51 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=756803d31a50abd844357fc16fb2d6ac6a19e2e8
commit 756803d31a50abd844357fc16fb2d6ac6a19e2e8
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-01-01 12:20:43 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-01-01 12:20:43 +0000
deskutils/basket: Remove expired port
2024-12-31 deskutils/basket: Unmaintained for years, fails to build with libgit 1.8.1
---
MOVED | 1 +
deskutils/Makefile | 1 -
deskutils/basket/Makefile | 38 ----------
deskutils/basket/distinfo | 3 -
.../files/patch-file-integration_CMakeLists.txt | 21 ------
deskutils/basket/files/patch-src_application.cpp | 20 ------
deskutils/basket/pkg-descr | 3 -
deskutils/basket/pkg-plist | 81 ----------------------
8 files changed, 1 insertion(+), 167 deletions(-)
diff --git a/MOVED b/MOVED
index d1f2e2822dd9..6d14e94d81ca 100644
--- a/MOVED
+++ b/MOVED
@@ -3845,3 +3845,4 @@ devel/cquery|devel/ccls|2025-01-01|Has expired: Abandonware, upstream repo archi
security/py-first-server||2025-01-01|Has expired: Upstream project has been archived
security/maia||2025-01-01|Has expired: Depends on deprecated dependencies and doesn't work with PHP 8
devel/grv||2025-01-01|Has expired: Unmaintained for years, outdated
+deskutils/basket||2025-01-01|Has expired: Unmaintained for years, fails to build with libgit 1.8.1
diff --git a/deskutils/Makefile b/deskutils/Makefile
index 69bb427185f6..9ef0ec7ead18 100644
--- a/deskutils/Makefile
+++ b/deskutils/Makefile
@@ -13,7 +13,6 @@
SUBDIR += ausweisapp2
SUBDIR += autocutsel
SUBDIR += baobab
- SUBDIR += basket
SUBDIR += belcard
SUBDIR += bigyear
SUBDIR += bijiben
diff --git a/deskutils/basket/Makefile b/deskutils/basket/Makefile
deleted file mode 100644
index 302f3c45878e..000000000000
--- a/deskutils/basket/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-PORTNAME= basket
-DISTVERSIONPREFIX= v
-DISTVERSION= 2.49a-46
-DISTVERSIONSUFFIX= -g60e38c6
-PORTREVISION= 15
-CATEGORIES= deskutils kde
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Desktop organization tool
-WWW= https://basket-notepads.github.io/
-
-LICENSE= GPLv2
-
-DEPRECATED= Unmaintained for years, fails to build with libgit 1.8.1
-EXPIRATION_DATE=2024-12-31
-
-LIB_DEPENDS= libassuan.so:security/libassuan \
- libgpg-error.so:security/libgpg-error \
- libgpgme.so:security/gpgme \
- libgit2.so:devel/libgit2
-
-USES= cmake compiler:c++11-lang desktop-file-utils gettext-tools \
- kde:5 pkgconfig qt:5 shared-mime-info tar:bzip2 xorg
-USE_KDE= ecm archive auth codecs completion config configwidgets \
- coreaddons crash dbusaddons doctools filemetadata globalaccel \
- guiaddons i18n iconthemes jobwidgets kcmutils kio \
- notifications parts phonon service solid sonnet textwidgets \
- widgetsaddons windowsystem xmlgui
-USE_QT= concurrent core dbus gui network testlib widgets xml \
- buildtools:build qmake:build
-USE_XORG= x11
-
-USE_GITHUB= yes
-GH_ACCOUNT= basket-notepads
-
-PLIST_SUB= QT5_VERSION=${QT5_VERSION}
-
-.include <bsd.port.mk>
diff --git a/deskutils/basket/distinfo b/deskutils/basket/distinfo
deleted file mode 100644
index 78190eb7651d..000000000000
--- a/deskutils/basket/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1584082836
-SHA256 (basket-notepads-basket-v2.49a-46-g60e38c6_GH0.tar.gz) = 24415255f9c2446cd7b3b972fa001ecd9dcaa20fe6c64b326828c5b5a1961464
-SIZE (basket-notepads-basket-v2.49a-46-g60e38c6_GH0.tar.gz) = 4688562
diff --git a/deskutils/basket/files/patch-file-integration_CMakeLists.txt b/deskutils/basket/files/patch-file-integration_CMakeLists.txt
deleted file mode 100644
index 09442d6b1f81..000000000000
--- a/deskutils/basket/files/patch-file-integration_CMakeLists.txt
+++ /dev/null
@@ -1,21 +0,0 @@
---- file-integration/CMakeLists.txt.orig 2018-12-22 15:06:49 UTC
-+++ file-integration/CMakeLists.txt
-@@ -11,15 +11,8 @@ install(TARGETS basketthumbcreator DESTINATION ${PLUGI
-
- ########### install files ###############
-
--find_program(XDG-MIME_EXECUTABLE xdg-mime)
--find_program(XDG-DESKTOP-MENU_EXECUTABLE xdg-desktop-menu)
-+find_package(SharedMimeInfo REQUIRED)
-
- install(FILES basketthumbcreator.desktop DESTINATION ${SERVICES_INSTALL_DIR})
--install(CODE "
--execute_process(COMMAND ${XDG-MIME_EXECUTABLE} install --novendor
-- ${CMAKE_CURRENT_SOURCE_DIR}/basket.xml)
--execute_process(COMMAND ${XDG-DESKTOP-MENU_EXECUTABLE} install
-- --novendor ${CMAKE_SOURCE_DIR}/src/basket.desktop)
--execute_process(COMMAND ${XDG-MIME_EXECUTABLE} default
-- ${CMAKE_SOURCE_DIR}/src/basket.desktop application/x-basket-item)
--")
-+install(FILES basket.xml DESTINATION ${XDG_MIME_INSTALL_DIR})
-+update_xdg_mimetypes(${XDG_MIME_INSTALL_DIR})
diff --git a/deskutils/basket/files/patch-src_application.cpp b/deskutils/basket/files/patch-src_application.cpp
deleted file mode 100644
index 999c66eae290..000000000000
--- a/deskutils/basket/files/patch-src_application.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/application.cpp.orig 2018-12-05 17:27:24 UTC
-+++ src/application.cpp
-@@ -56,7 +56,7 @@ Application::Application(int &argc, char **argv)
-
-
- #ifdef WITH_LIBGIT2
-- #if LIBGIT2_SOVERSION >= 22
-+ #if LIBGIT2_VER_MAJOR >= 1
- git_libgit2_init();
- #else
- git_threads_init();
-@@ -67,7 +67,7 @@ Application::Application(int &argc, char **argv)
- Application::~Application()
- {
- #ifdef WITH_LIBGIT2
-- #if LIBGIT2_SOVERSION >= 22
-+ #if LIBGIT2_VER_MAJOR >= 1
- git_libgit2_shutdown();
- #else
- git_threads_shutdown();
diff --git a/deskutils/basket/pkg-descr b/deskutils/basket/pkg-descr
deleted file mode 100644
index 40d4632738ef..000000000000
--- a/deskutils/basket/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-BasKet is a desktop organization tool. It uses baskets / drawers ("baskets")
-to organize objects, such as text, URLs, images, sounds or other documents.
-Objects in a basket can be edited, copied, moved, dragged, etc.
diff --git a/deskutils/basket/pkg-plist b/deskutils/basket/pkg-plist
deleted file mode 100644
index a4f7ae8943f7..000000000000
--- a/deskutils/basket/pkg-plist
+++ /dev/null
@@ -1,81 +0,0 @@
-bin/basket
-lib/libbasketcommon.so
-lib/libbasketcommon.so.5
-lib/libbasketcommon.so.%%QT5_VERSION%%
-%%QT_PLUGINDIR%%/basketthumbcreator.so
-%%QT_PLUGINDIR%%/kcm_basket.so
-%%DATADIR%%/backgrounds/abstract.png
-%%DATADIR%%/backgrounds/alien-artifact.png
-%%DATADIR%%/backgrounds/alien-artifact.png.config
-%%DATADIR%%/backgrounds/basket-title.png
-%%DATADIR%%/backgrounds/green-curves.png
-%%DATADIR%%/backgrounds/light.png
-%%DATADIR%%/backgrounds/painting.png
-%%DATADIR%%/backgrounds/pens.png
-%%DATADIR%%/backgrounds/pins.png
-%%DATADIR%%/backgrounds/rainbow-balls.png
-%%DATADIR%%/backgrounds/rounds-line.png
-%%DATADIR%%/backgrounds/strings.png
-%%DATADIR%%/backgrounds/todo.png
-%%DATADIR%%/backgrounds/working.png
-%%DATADIR%%/welcome/Welcome_de.baskets
-%%DATADIR%%/welcome/Welcome_en_US.baskets
-%%DATADIR%%/welcome/Welcome_fr.baskets
-%%DATADIR%%/welcome/Welcome_it.baskets
-%%DATADIR%%/welcome/Welcome_ja.baskets
-%%DATADIR%%/welcome/Welcome_nn.baskets
-%%DATADIR%%/welcome/Welcome_pt.baskets
-%%DATADIR%%/welcome/Welcome_ru.baskets
-share/applications/basket.desktop
-share/doc/HTML/en/basket/index.cache.bz2
-share/doc/HTML/en/basket/index.docbook
-share/icons/hicolor/128x128/apps/basket.png
-share/icons/hicolor/16x16/actions/likeback_bug.png
-share/icons/hicolor/16x16/actions/likeback_dislike.png
-share/icons/hicolor/16x16/actions/likeback_feature.png
-share/icons/hicolor/16x16/actions/likeback_like.png
-share/icons/hicolor/16x16/actions/tag_checkbox.png
-share/icons/hicolor/16x16/actions/tag_checkbox_checked.png
-share/icons/hicolor/16x16/actions/tag_for_later.png
-share/icons/hicolor/16x16/actions/tag_fun.png
-share/icons/hicolor/16x16/actions/tag_important.png
-share/icons/hicolor/16x16/actions/tag_preference_bad.png
-share/icons/hicolor/16x16/actions/tag_preference_excellent.png
-share/icons/hicolor/16x16/actions/tag_preference_good.png
-share/icons/hicolor/16x16/actions/tag_priority_high.png
-share/icons/hicolor/16x16/actions/tag_priority_low.png
-share/icons/hicolor/16x16/actions/tag_priority_medium.png
-share/icons/hicolor/16x16/actions/tag_progress_000.png
-share/icons/hicolor/16x16/actions/tag_progress_025.png
-share/icons/hicolor/16x16/actions/tag_progress_050.png
-share/icons/hicolor/16x16/actions/tag_progress_075.png
-share/icons/hicolor/16x16/actions/tag_progress_100.png
-share/icons/hicolor/16x16/apps/basket.png
-share/icons/hicolor/22x22/apps/basket.png
-share/icons/hicolor/32x32/apps/basket.png
-share/icons/hicolor/48x48/apps/basket.png
-share/icons/hicolor/64x64/apps/basket.png
-share/locale/cs/LC_MESSAGES/basket.mo
-share/locale/da/LC_MESSAGES/basket.mo
-share/locale/de/LC_MESSAGES/basket.mo
-share/locale/es/LC_MESSAGES/basket.mo
-share/locale/fr/LC_MESSAGES/basket.mo
-share/locale/it/LC_MESSAGES/basket.mo
-share/locale/ja/LC_MESSAGES/basket.mo
-share/locale/nl/LC_MESSAGES/basket.mo
-share/locale/nn/LC_MESSAGES/basket.mo
-share/locale/pl_PL/LC_MESSAGES/basket.mo
-share/locale/pt/LC_MESSAGES/basket.mo
-share/locale/ru/LC_MESSAGES/basket.mo
-share/locale/tr/LC_MESSAGES/basket.mo
-share/locale/zh_CN/LC_MESSAGES/basket.mo
-share/locale/zh_TW/LC_MESSAGES/basket.mo
-share/kservices5/basket_config_apps.desktop
-share/kservices5/basket_config_baskets.desktop
-share/kservices5/basket_config_general.desktop
-share/kservices5/basket_config_new_notes.desktop
-share/kservices5/basket_config_notes_appearance.desktop
-share/kservices5/basket_config_version_sync.desktop
-share/kservices5/basketthumbcreator.desktop
-share/kxmlgui5/basket/basketui.rc
-share/mime/packages/basket.xml