aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2024-06-15 16:18:40 +0000
committerRene Ladan <rene@FreeBSD.org>2024-06-15 16:18:44 +0000
commit03b36d9464fb75cd105552e4f479a6acf93f366f (patch)
tree991379f2d8cee24178c71be35ad2373a408fabaa
parent7494b71fb4a81b5105c8384c199fa35b46662702 (diff)
textproc/obsidian: Remove expired port
2024-06-15 textproc/obsidian: Outdated and depends on expired (and blacklisted) devel/electron25
-rw-r--r--MOVED1
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/obsidian/Makefile44
-rw-r--r--textproc/obsidian/distinfo5
-rw-r--r--textproc/obsidian/files/obsidian.desktop10
-rw-r--r--textproc/obsidian/files/obsidian.in14
-rw-r--r--textproc/obsidian/pkg-descr3
-rw-r--r--textproc/obsidian/pkg-plist80
8 files changed, 1 insertions, 157 deletions
diff --git a/MOVED b/MOVED
index c7a86087b687..d8c422e2f1cd 100644
--- a/MOVED
+++ b/MOVED
@@ -3312,3 +3312,4 @@ graphics/electricsheep||2024-06-15|Has expired: Broken for more than 6 months an
www/apt-cacher-ng||2024-06-15|Has expired: Outdated and unsupported version, current version was released in 2020 and upstream is still active
audio/taglookup||2024-06-15|Has expired: Obsolete, depends on legacy service that is defunct once again
www/vieb||2024-06-15|Has expired: Outdated and depends on expired (and blacklisted) devel/electron25
+textproc/obsidian||2024-06-15|Has expired: Outdated and depends on expired (and blacklisted) devel/electron25
diff --git a/textproc/Makefile b/textproc/Makefile
index f4468f2e8e8e..8463d78ab6ab 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -517,7 +517,6 @@
SUBDIR += nuspell
SUBDIR += nux
SUBDIR += ny-aspell
- SUBDIR += obsidian
SUBDIR += ocaml-csv
SUBDIR += ocaml-expat
SUBDIR += ocaml-text
diff --git a/textproc/obsidian/Makefile b/textproc/obsidian/Makefile
deleted file mode 100644
index ec456bac72d1..000000000000
--- a/textproc/obsidian/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# This port will not be packaged by the official FreeBSD build cluster, because
-# its license doesn't permit redistribution.
-#
-# To build this port locally with minimal effort use
-# cd <PORTSDIR>/textproc/obsidian
-# pkg install -A `make -V 'electron${ELECTRON_VERSION}'`
-# make USE_PACKAGE_DEPENDS_ONLY=yes install clean
-
-PORTNAME= obsidian
-PORTVERSION= 1.5.3
-CATEGORIES= textproc
-# Icon is taken from the Nix build recipe
-# https://github.com/NixOS/nixpkgs/blob/de5448dab588ad41aef40f8c7c0c230981656698/pkgs/applications/misc/obsidian/default.nix#L31-L34
-MASTER_SITES= https://github.com/obsidianmd/obsidian-releases/releases/download/v${PORTVERSION}/ \
- https://forum.obsidian.md/uploads/default/original/1X/:icon
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
- bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png:icon
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= arrowd@FreeBSD.org
-COMMENT= Powerful and extensible knowledge base application
-WWW= https://obsidian.md
-
-LICENSE= EULA
-LICENSE_NAME= End User License Agreement
-LICENSE_TEXT= See https://obsidian.md/terms
-LICENSE_PERMS=
-
-DEPRECATED= Outdated and depends on expired (and blacklisted) devel/electron25
-EXPIRATION_DATE=2024-06-15
-
-USES= electronfix:25
-
-ELECTRONFIX_MAIN_EXECUTABLE= obsidian
-SUB_FILES= obsidian
-NO_BUILD= yes
-
-do-install:
- cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
- ${INSTALL_SCRIPT} ${WRKDIR}/obsidian ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${PATCHDIR}/obsidian.desktop ${STAGEDIR}${DESKTOPDIR}/obsidian.desktop
- ${INSTALL_DATA} ${DISTDIR}/bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png ${STAGEDIR}${PREFIX}/share/pixmaps/obsidian.png
-
-.include <bsd.port.mk>
diff --git a/textproc/obsidian/distinfo b/textproc/obsidian/distinfo
deleted file mode 100644
index 22b10dea9a5d..000000000000
--- a/textproc/obsidian/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-TIMESTAMP = 1707863062
-SHA256 (obsidian-1.5.3.tar.gz) = 17b9ea58e7811864a6495353a5cc7794745e8d28cd78cd8106a4bdb6c6ac4ef8
-SIZE (obsidian-1.5.3.tar.gz) = 99822395
-SHA256 (bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png) = 4227a64156df4043395183dc7b9b23b809df79292d44c208e9649adcf7b2d4a3
-SIZE (bf119bd48f748f4fd2d65f2d1bb05d3c806883b5.png) = 11970
diff --git a/textproc/obsidian/files/obsidian.desktop b/textproc/obsidian/files/obsidian.desktop
deleted file mode 100644
index 317f4a0fd9a2..000000000000
--- a/textproc/obsidian/files/obsidian.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Type=Application
-Version=1.0
-Name=Obsidian
-GenericName=Knowledge base
-Comment=Knowledge base
-Icon=obsidian
-Exec=obsidian %u
-Categories=Office;
-MimeType=x-scheme-handler/obsidian
diff --git a/textproc/obsidian/files/obsidian.in b/textproc/obsidian/files/obsidian.in
deleted file mode 100644
index 53de60edc6a8..000000000000
--- a/textproc/obsidian/files/obsidian.in
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-# workaround Chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=918234
-if [ "$DBUS_SESSION_BUS_ADDRESS" = "" ]; then
- export DBUS_SESSION_BUS_ADDRESS="autolaunch:"
-fi
-
-# disable auto updater on first run
-if [ ! -f $HOME/.config/obsidian/obsidian.json ]; then
- mkdir -p $HOME/.config/obsidian/
- echo '{"updateDisabled":true}' > $HOME/.config/obsidian/obsidian.json
-fi
-
-exec %%DATADIR%%/obsidian "$@"
diff --git a/textproc/obsidian/pkg-descr b/textproc/obsidian/pkg-descr
deleted file mode 100644
index 8ee5a9f5c176..000000000000
--- a/textproc/obsidian/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Obsidian is an Electron-based desktop application that allows creating a
-knowledge base from Markdown-formatted notes. Notes can be connected and
-visualized as a graph.
diff --git a/textproc/obsidian/pkg-plist b/textproc/obsidian/pkg-plist
deleted file mode 100644
index 0fc034317637..000000000000
--- a/textproc/obsidian/pkg-plist
+++ /dev/null
@@ -1,80 +0,0 @@
-bin/obsidian
-share/applications/obsidian.desktop
-%%DATADIR%%/LICENSE.electron.txt
-%%DATADIR%%/LICENSES.chromium.html
-%%DATADIR%%/chrome_100_percent.pak
-%%DATADIR%%/chrome_200_percent.pak
-%%DATADIR%%/chrome_crashpad_handler
-%%DATADIR%%/chromedriver
-%%DATADIR%%/icudtl.dat
-%%DATADIR%%/libEGL.so
-%%DATADIR%%/libGLESv2.so
-%%DATADIR%%/libffmpeg.so
-%%DATADIR%%/libvk_swiftshader.so
-%%DATADIR%%/libvulkan.so
-%%DATADIR%%/locales/af.pak
-%%DATADIR%%/locales/am.pak
-%%DATADIR%%/locales/ar.pak
-%%DATADIR%%/locales/bg.pak
-%%DATADIR%%/locales/bn.pak
-%%DATADIR%%/locales/ca.pak
-%%DATADIR%%/locales/cs.pak
-%%DATADIR%%/locales/da.pak
-%%DATADIR%%/locales/de.pak
-%%DATADIR%%/locales/el.pak
-%%DATADIR%%/locales/en-GB.pak
-%%DATADIR%%/locales/en-US.pak
-%%DATADIR%%/locales/es-419.pak
-%%DATADIR%%/locales/es.pak
-%%DATADIR%%/locales/et.pak
-%%DATADIR%%/locales/fa.pak
-%%DATADIR%%/locales/fi.pak
-%%DATADIR%%/locales/fil.pak
-%%DATADIR%%/locales/fr.pak
-%%DATADIR%%/locales/gu.pak
-%%DATADIR%%/locales/he.pak
-%%DATADIR%%/locales/hi.pak
-%%DATADIR%%/locales/hr.pak
-%%DATADIR%%/locales/hu.pak
-%%DATADIR%%/locales/id.pak
-%%DATADIR%%/locales/it.pak
-%%DATADIR%%/locales/ja.pak
-%%DATADIR%%/locales/kn.pak
-%%DATADIR%%/locales/ko.pak
-%%DATADIR%%/locales/lt.pak
-%%DATADIR%%/locales/lv.pak
-%%DATADIR%%/locales/ml.pak
-%%DATADIR%%/locales/mr.pak
-%%DATADIR%%/locales/ms.pak
-%%DATADIR%%/locales/nb.pak
-%%DATADIR%%/locales/nl.pak
-%%DATADIR%%/locales/pl.pak
-%%DATADIR%%/locales/pt-BR.pak
-%%DATADIR%%/locales/pt-PT.pak
-%%DATADIR%%/locales/ro.pak
-%%DATADIR%%/locales/ru.pak
-%%DATADIR%%/locales/sk.pak
-%%DATADIR%%/locales/sl.pak
-%%DATADIR%%/locales/sr.pak
-%%DATADIR%%/locales/sv.pak
-%%DATADIR%%/locales/sw.pak
-%%DATADIR%%/locales/ta.pak
-%%DATADIR%%/locales/te.pak
-%%DATADIR%%/locales/th.pak
-%%DATADIR%%/locales/tr.pak
-%%DATADIR%%/locales/uk.pak
-%%DATADIR%%/locales/ur.pak
-%%DATADIR%%/locales/vi.pak
-%%DATADIR%%/locales/zh-CN.pak
-%%DATADIR%%/locales/zh-TW.pak
-%%DATADIR%%/obsidian
-%%DATADIR%%/resources.pak
-%%DATADIR%%/resources/app.asar
-%%DATADIR%%/resources/app.asar.unpacked/node_modules/btime/binding.node
-%%DATADIR%%/resources/app.asar.unpacked/node_modules/get-fonts/binding.node
-%%DATADIR%%/resources/app.asar.unpacked/node_modules/vibrancy-win/binding.node
-%%DATADIR%%/resources/obsidian.asar
-%%DATADIR%%/snapshot_blob.bin
-%%DATADIR%%/v8_context_snapshot.bin
-%%DATADIR%%/vk_swiftshader_icd.json
-share/pixmaps/obsidian.png