Skip to content
Snippets Groups Projects
Commit 7494b71f authored by Rene Ladan's avatar Rene Ladan
Browse files

www/vieb: Remove expired port

2024-06-15 www/vieb: Outdated and depends on expired (and blacklisted) devel/electron25
parent c87439f4
No related branches found
No related tags found
No related merge requests found
......@@ -3311,3 +3311,4 @@ www/ctemplate||2024-06-15|Has expired: Abandonware and obsolete, last release in
graphics/electricsheep||2024-06-15|Has expired: Broken for more than 6 months and fails to compile bumping it to latest commit
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
......@@ -2480,7 +2480,6 @@
SUBDIR += vdradmin-am
SUBDIR += vertx
SUBDIR += vger
SUBDIR += vieb
SUBDIR += vigil
SUBDIR += vimb
SUBDIR += visitors
......
PORTNAME= vieb
DISTVERSION= 10.2.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= https://github.com/Jelmerro/Vieb/releases/download/${PORTVERSION}/ \
LOCAL/nivit/${PORTNAME}/:images
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
${PORTNAME}-images-${PORTVERSION}${EXTRACT_SUFX}:images
MAINTAINER= nivit@FreeBSD.org
COMMENT= Vim Inspired Electron Browser
WWW= https://vieb.dev
LICENSE= GPLv3+
DEPRECATED= Outdated and depends on expired (and blacklisted) devel/electron25
EXPIRATION_DATE=2024-06-15
USES= desktop-file-utils electronfix:25
NO_BUILD= yes
SUB_FILES= ${PORTNAME}
ELECTRONFIX_MAIN_EXECUTABLE= ${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${PATCHDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/
${MKDIR} ${STAGEDIR}${DATADIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}
.for size in 16 32 48 64 128 256 512 1024
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps
cd ${WRKDIR}/${PORTNAME}-images-${PORTVERSION} && \
${INSTALL_DATA} icons/${size}x${size}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/${size}x${size}/apps/${PORTNAME}.png
.endfor
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
cd ${WRKDIR}/${PORTNAME}-images-${PORTVERSION} && \
${INSTALL_DATA} ${PORTNAME}.svg ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps
.include <bsd.port.mk>
TIMESTAMP = 1699434195
SHA256 (vieb-10.2.0.tar.gz) = 9cd749f2a2da03ecf05434ce9cc4f10496bb64c6746de64a18151d02676b46ab
SIZE (vieb-10.2.0.tar.gz) = 94327485
SHA256 (vieb-images-10.2.0.tar.gz) = ba25e06e1a64a7d371cb77516bd9de59051b670b910c86d083e53e85390ccdf6
SIZE (vieb-images-10.2.0.tar.gz) = 970335
[Desktop Entry]
Categories=Network;WebBrowser;
Comment=Vieb Inspired Electron Browser
Exec=vieb %U
Icon=vieb
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;
Name=Vieb
Terminal=false
Type=Application
#! /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
exec %%DATADIR%%/vieb "$@"
Vim Inspired Electron Browser - Vim bindings for the web by design
Main features:
- Local first adblocking, auto-complete, AMP protection, custom redirects and
more, all without web requests
- Privacy with strict permission system, navigator overrides, custom
useragent, custom WebRTC policy and more
- Accessible with custom themes, full interface & fontsize scaling, page
zooming, spellcheck and mouse support
- Window splitting with buffer, split, Vexplore and Ctrl-w bindings, for
multi-window browsing
- Map commands for completely custom keyboard sequences, keystrokes, commands
and actions
- Set command for runtime setting configuration exactly like Vim
- Vim-compatible options like showcmd, timeout, colorscheme, maxmapdepth,
spelllang, splitright, smartcase etc.
- Container tabs with colored grouping, auto-clearing, individual cookies and
tab restore from containers
- Ad-blocker with cosmetic filtering, optional updater, custom lists and uses
easylist/easyprivacy by default
- Tabs including audio indicator, a toggle for multi-line tabs, pinned tabs,
muted tabs and suspended tabs
bin/vieb
share/applications/vieb.desktop
share/icons/hicolor/1024x1024/apps/vieb.png
share/icons/hicolor/128x128/apps/vieb.png
share/icons/hicolor/16x16/apps/vieb.png
share/icons/hicolor/256x256/apps/vieb.png
share/icons/hicolor/32x32/apps/vieb.png
share/icons/hicolor/48x48/apps/vieb.png
share/icons/hicolor/512x512/apps/vieb.png
share/icons/hicolor/64x64/apps/vieb.png
share/icons/hicolor/scalable/apps/vieb.svg
%%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%%/resources.pak
%%DATADIR%%/resources/app.asar
%%DATADIR%%/snapshot_blob.bin
%%DATADIR%%/v8_context_snapshot.bin
%%DATADIR%%/vieb
%%DATADIR%%/vk_swiftshader_icd.json
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment