From 78ae27d64c7b8a49abb88b19e7903b462e353e90 Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Wed, 20 Dec 2023 13:31:03 +0100 Subject: [PATCH] remove submitted ports --- devel/lua-say/Makefile | 30 --- devel/lua-say/distinfo | 2 - devel/lua-say/pkg/DESCR | 2 - devel/lua-say/pkg/PLIST | 3 - devel/luassert/Makefile | 41 ---- devel/luassert/distinfo | 2 - devel/luassert/pkg/DESCR | 3 - devel/luassert/pkg/PLIST | 34 --- security/pass-otp/Makefile | 18 -- security/pass-otp/distinfo | 2 - security/pass-otp/patches/patch-Makefile | 21 -- security/pass-otp/pkg/PLIST | 0 security/qtpass/Makefile | 31 --- security/qtpass/distinfo | 2 - security/qtpass/pkg/DESCR | 10 - security/qtpass/pkg/PLIST | 1 - www/luakit/Makefile | 62 ------ www/luakit/distinfo | 2 - www/luakit/patches/patch-Makefile | 13 -- www/luakit/pkg/DESCR | 6 - www/luakit/pkg/PLIST | 252 ----------------------- x11/hsetroot/Makefile | 29 --- x11/hsetroot/distinfo | 2 - x11/hsetroot/files/hsetroot.1 | 114 ---------- x11/hsetroot/patches/patch-Makefile | 28 --- x11/hsetroot/pkg/DESCR | 8 - x11/hsetroot/pkg/PLIST | 4 - 27 files changed, 722 deletions(-) delete mode 100644 devel/lua-say/Makefile delete mode 100644 devel/lua-say/distinfo delete mode 100644 devel/lua-say/pkg/DESCR delete mode 100644 devel/lua-say/pkg/PLIST delete mode 100644 devel/luassert/Makefile delete mode 100644 devel/luassert/distinfo delete mode 100644 devel/luassert/pkg/DESCR delete mode 100644 devel/luassert/pkg/PLIST delete mode 100644 security/pass-otp/Makefile delete mode 100644 security/pass-otp/distinfo delete mode 100644 security/pass-otp/patches/patch-Makefile delete mode 100644 security/pass-otp/pkg/PLIST delete mode 100644 security/qtpass/Makefile delete mode 100644 security/qtpass/distinfo delete mode 100644 security/qtpass/pkg/DESCR delete mode 100644 security/qtpass/pkg/PLIST delete mode 100644 www/luakit/Makefile delete mode 100644 www/luakit/distinfo delete mode 100644 www/luakit/patches/patch-Makefile delete mode 100644 www/luakit/pkg/DESCR delete mode 100644 www/luakit/pkg/PLIST delete mode 100644 x11/hsetroot/Makefile delete mode 100644 x11/hsetroot/distinfo delete mode 100644 x11/hsetroot/files/hsetroot.1 delete mode 100644 x11/hsetroot/patches/patch-Makefile delete mode 100644 x11/hsetroot/pkg/DESCR delete mode 100644 x11/hsetroot/pkg/PLIST diff --git a/devel/lua-say/Makefile b/devel/lua-say/Makefile deleted file mode 100644 index 137e01b..0000000 --- a/devel/lua-say/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:41 sthen Exp $ - -COMMENT= lua string hashing/indexing library -CATEGORIES= devel - -GH_ACCOUNT= Olivine-Labs -GH_PROJECT= say -GH_TAGNAME= v1.3-1 - -PKGNAME = lua-say-1.3.1 - -MAINTAINER= sh+ports@codevoid.de - -# MIT -PERMIT_PACKAGE= Yes - -MODULES= lang/lua - -FLAVORS = lua52 lua53 -FLAVOR ?= - -NO_BUILD= Yes -NO_TEST= Yes - -do-install: - ${INSTALL_DATA_DIR} ${MODLUA_DATADIR} \ - ${MODLUA_DATADIR}/say - ${INSTALL_DATA} ${WRKSRC}/src/*.lua ${MODLUA_DATADIR}/say/ - -.include diff --git a/devel/lua-say/distinfo b/devel/lua-say/distinfo deleted file mode 100644 index 80775f3..0000000 --- a/devel/lua-say/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (say-1.3-1.tar.gz) = I+jNN4u0qxaTJ5EAp4WssiRkGONXC33n2ZW1hHs1B8o= -SIZE (say-1.3-1.tar.gz) = 3667 diff --git a/devel/lua-say/pkg/DESCR b/devel/lua-say/pkg/DESCR deleted file mode 100644 index 3747a0e..0000000 --- a/devel/lua-say/pkg/DESCR +++ /dev/null @@ -1,2 +0,0 @@ -Say is a simple string key/value store for i18n or any other case where -you want namespaced strings. diff --git a/devel/lua-say/pkg/PLIST b/devel/lua-say/pkg/PLIST deleted file mode 100644 index 5292c49..0000000 --- a/devel/lua-say/pkg/PLIST +++ /dev/null @@ -1,3 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -share/lua/${MODLUA_VERSION}/say/ -share/lua/${MODLUA_VERSION}/say/init.lua diff --git a/devel/luassert/Makefile b/devel/luassert/Makefile deleted file mode 100644 index 54a55a3..0000000 --- a/devel/luassert/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# $OpenBSD: Makefile,v 1.10 2019/07/12 20:44:41 sthen Exp $ - -COMMENT= assertion library for lua -CATEGORIES= devel - -GH_ACCOUNT= Olivine-Labs -GH_PROJECT= luassert -GH_TAGNAME= v1.7.11 - -MAINTAINER= sh+ports@codevoid.de - -# MIT -PERMIT_PACKAGE= Yes - -MODULES= lang/lua - -RUN_DEPENDS= devel/lua-say - -FLAVORS = lua52 lua53 -FLAVOR ?= - -NO_BUILD= Yes -NO_TEST= Yes - -do-install: - ${INSTALL_DATA_DIR} ${MODLUA_DATADIR} \ - ${MODLUA_DATADIR}/luassert \ - ${MODLUA_DATADIR}/luassert/formatters \ - ${MODLUA_DATADIR}/luassert/languages \ - ${MODLUA_DATADIR}/luassert/matchers - ${INSTALL_DATA} ${WRKSRC}/src/*.lua ${MODLUA_DATADIR}/luassert/ - ${INSTALL_DATA} ${WRKSRC}/src/formatters/*.lua \ - ${MODLUA_DATADIR}/luassert/formatters/ - ${INSTALL_DATA} ${WRKSRC}/src/languages/*.lua \ - ${MODLUA_DATADIR}/luassert/languages/ - ${INSTALL_DATA} ${WRKSRC}/src/matchers/*.lua \ - ${MODLUA_DATADIR}/luassert/matchers/ - ${INSTALL_DATA_DIR} ${MODLUA_DOCDIR} - ${INSTALL_DATA} ${WRKSRC}/README.md ${MODLUA_DOCDIR}/ - -.include diff --git a/devel/luassert/distinfo b/devel/luassert/distinfo deleted file mode 100644 index 04e67df..0000000 --- a/devel/luassert/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (luassert-1.7.11.tar.gz) = ao7Vtq+XbRRNAsmODQgUmT52oUfDBmdp+l6yJDEfmO8= -SIZE (luassert-1.7.11.tar.gz) = 38556 diff --git a/devel/luassert/pkg/DESCR b/devel/luassert/pkg/DESCR deleted file mode 100644 index 525bb8b..0000000 --- a/devel/luassert/pkg/DESCR +++ /dev/null @@ -1,3 +0,0 @@ -Luassert extends Lua's built-in assertions to provide additional tests -and the ability to create your own. It comes preloaded with argument -formatters for common Lua types, but it is easy to roll your own. diff --git a/devel/luassert/pkg/PLIST b/devel/luassert/pkg/PLIST deleted file mode 100644 index fd5704b..0000000 --- a/devel/luassert/pkg/PLIST +++ /dev/null @@ -1,34 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -share/doc/luassert-1.7.11/ -share/doc/luassert-1.7.11/README.md -share/lua/${MODLUA_VERSION}/luassert/ -share/lua/${MODLUA_VERSION}/luassert/array.lua -share/lua/${MODLUA_VERSION}/luassert/assert.lua -share/lua/${MODLUA_VERSION}/luassert/assertions.lua -share/lua/${MODLUA_VERSION}/luassert/compatibility.lua -share/lua/${MODLUA_VERSION}/luassert/formatters/ -share/lua/${MODLUA_VERSION}/luassert/formatters/binarystring.lua -share/lua/${MODLUA_VERSION}/luassert/formatters/init.lua -share/lua/${MODLUA_VERSION}/luassert/init.lua -share/lua/${MODLUA_VERSION}/luassert/languages/ -share/lua/${MODLUA_VERSION}/luassert/languages/ar.lua -share/lua/${MODLUA_VERSION}/luassert/languages/de.lua -share/lua/${MODLUA_VERSION}/luassert/languages/en.lua -share/lua/${MODLUA_VERSION}/luassert/languages/fr.lua -share/lua/${MODLUA_VERSION}/luassert/languages/ja.lua -share/lua/${MODLUA_VERSION}/luassert/languages/nl.lua -share/lua/${MODLUA_VERSION}/luassert/languages/ru.lua -share/lua/${MODLUA_VERSION}/luassert/languages/ua.lua -share/lua/${MODLUA_VERSION}/luassert/languages/zh.lua -share/lua/${MODLUA_VERSION}/luassert/match.lua -share/lua/${MODLUA_VERSION}/luassert/matchers/ -share/lua/${MODLUA_VERSION}/luassert/matchers/composite.lua -share/lua/${MODLUA_VERSION}/luassert/matchers/core.lua -share/lua/${MODLUA_VERSION}/luassert/matchers/init.lua -share/lua/${MODLUA_VERSION}/luassert/mock.lua -share/lua/${MODLUA_VERSION}/luassert/modifiers.lua -share/lua/${MODLUA_VERSION}/luassert/namespaces.lua -share/lua/${MODLUA_VERSION}/luassert/spy.lua -share/lua/${MODLUA_VERSION}/luassert/state.lua -share/lua/${MODLUA_VERSION}/luassert/stub.lua -share/lua/${MODLUA_VERSION}/luassert/util.lua diff --git a/security/pass-otp/Makefile b/security/pass-otp/Makefile deleted file mode 100644 index 01d379f..0000000 --- a/security/pass-otp/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -COMMENT = pass extension for managing OTP tokens - -GH_ACCOUNT = tadfisher -GH_PROJECT = pass-otp -GH_TAGNAME = v1.2.0 - -CATEGORIES = security - -MAINTAINER = Stefan Hagen - -# GPL-3.0 -PERMIT_PACKAGE = Yes - -USE_GMAKE = Yes - -NO_BUILD = Yes - -.include diff --git a/security/pass-otp/distinfo b/security/pass-otp/distinfo deleted file mode 100644 index dcc6a42..0000000 --- a/security/pass-otp/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pass-otp-1.2.0.tar.gz) = VyCmSSZ6JApPe6WmRFGTSBBwBJwdCLo4sA0g/FUcOmc= -SIZE (pass-otp-1.2.0.tar.gz) = 46789 diff --git a/security/pass-otp/patches/patch-Makefile b/security/pass-otp/patches/patch-Makefile deleted file mode 100644 index 12d56fd..0000000 --- a/security/pass-otp/patches/patch-Makefile +++ /dev/null @@ -1,21 +0,0 @@ -We don't know -v. -Index: Makefile ---- Makefile.orig -+++ Makefile -@@ -15,11 +15,11 @@ all: - @echo " password store" - - install: -- @install -v -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 -v pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" -- @install -v -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/" -- @install -v -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" -- @install -v -d "$(DESTDIR)$(BASHCOMPDIR)/" -- @install -v -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" -+ @install -d "$(DESTDIR)$(MANDIR)/man1" && install -m 0644 pass-$(PROG).1 "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" -+ @install -d "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/" -+ @install -m0755 $(PROG).bash "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" -+ @install -d "$(DESTDIR)$(BASHCOMPDIR)/" -+ @install -m 644 pass-otp.bash.completion "$(DESTDIR)$(BASHCOMPDIR)/pass-otp" - @echo - @echo "pass-$(PROG) is installed succesfully" - @echo diff --git a/security/pass-otp/pkg/PLIST b/security/pass-otp/pkg/PLIST deleted file mode 100644 index e69de29..0000000 diff --git a/security/qtpass/Makefile b/security/qtpass/Makefile deleted file mode 100644 index ff102b6..0000000 --- a/security/qtpass/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -COMMENT= multi-platform GUI for password-store - -GH_ACCOUNT= IJHack -GH_PROJECT= QtPass -GH_TAGNAME= v1.3.2 -REVISION= 0 -PKGNAME= ${DISTNAME:L} - -CATEGORIES= security x11 - -HOMEPAGE= https://qtpass.org/ - -MAINTAINER= Stefan Hagen - -# GPLv3+ -PERMIT_PACKAGE= Yes - -WANTLIB+= ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Widgets -WANTLIB+= c m - -MODULES= devel/qmake \ - x11/qt5 - -RUN_DEPENDS= devel/git \ - security/gnupg>=2.2.23p1 \ - security/password-store \ - security/pwgen - -NO_TEST= Yes - -.include diff --git a/security/qtpass/distinfo b/security/qtpass/distinfo deleted file mode 100644 index 162566f..0000000 --- a/security/qtpass/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (QtPass-1.3.2.tar.gz) = emjhr+aEYsh4whKnnECt5boUtycQxeYkUM9Ux7ViElQ= -SIZE (QtPass-1.3.2.tar.gz) = 310316 diff --git a/security/qtpass/pkg/DESCR b/security/qtpass/pkg/DESCR deleted file mode 100644 index bc38cb6..0000000 --- a/security/qtpass/pkg/DESCR +++ /dev/null @@ -1,10 +0,0 @@ -QtPass is a GUI for pass, the standard unix password manager. - -Password management should be simple and follow the Unix philosophy. -With pass, each password lives inside of a gpg encrypted file whose -filename is the title of the website or resource that requires the -password. - -QtPass is a GUI client which allows easy restructuring of your -password-store. It can also sit in the system tray, so your passwords -are right at hand when you need them. diff --git a/security/qtpass/pkg/PLIST b/security/qtpass/pkg/PLIST deleted file mode 100644 index da179ff..0000000 --- a/security/qtpass/pkg/PLIST +++ /dev/null @@ -1 +0,0 @@ -@bin bin/qtpass diff --git a/www/luakit/Makefile b/www/luakit/Makefile deleted file mode 100644 index e44ab45..0000000 --- a/www/luakit/Makefile +++ /dev/null @@ -1,62 +0,0 @@ -# $OpenBSD: Makefile,v 1.26 2020/09/15 07:04:25 pamela Exp $ - -COMMENT = fast, small, webkit based browser written in lua - -GH_ACCOUNT = luakit -GH_PROJECT = luakit -#GH_TAGNAME = 2.2.1 -REVISION = 0 -DISTNAME = luakit-2.3.3 -GH_COMMIT = 858dc946b01487e6ba2475cb7a9bede34c17d134 - -EPOCH = 1 - -CATEGORIES = www - -MAINTAINER = Stefan Hagen - -HOMEPAGE = https://luakit.github.io - -# GPLv3 -PERMIT_PACKAGE = Yes - -USE_GMAKE = Yes - -COMPILER = base-clang ports-gcc - -WANTLIB += atk-1.0 c cairo cairo-gobject gdk-3 gdk_pixbuf-2.0 -WANTLIB += gio-2.0 glib-2.0 gobject-2.0 gthread-2.0 gtk-3 harfbuzz -WANTLIB += intl javascriptcoregtk-4.1 luajit-5.1 pango-1.0 -WANTLIB += pangocairo-1.0 pthread soup-3.0 sqlite3 webkit2gtk-4.1 - -MODULES = lang/lua - -BUILD_DEPENDS = devel/help2man \ - devel/luafs - -RUN_DEPENDS = devel/desktop-file-utils \ - devel/luafs \ - textproc/lua-markdown - -LIB_DEPENDS = lang/luajit \ - www/webkitgtk4,webkitgtk41 - -TEST_DEPENDS = devel/luassert \ - devel/luacheck - -TEST_TARGET = run-tests - -# webkit browsing -RUN_DEPENDS += multimedia/gstreamer1/plugins-good \ - multimedia/gstreamer1/plugins-libav - -MAKE_FLAGS += LUA_BIN_NAME=${MODLUA_BIN} \ - XDGPREFIX=${PREFIX}/share/examples \ - DOCDIR=${PREFIX}/share/doc/luakit \ - MANPREFIX=${PREFIX}/man \ - PIXMAPDIR=${PREFIX}/share/pixmaps/ \ - APPDIR=${PREFIX}/share/applications/ \ - PREFIX=${PREFIX} \ - DEVELOPMENT_PATHS=0 - -.include diff --git a/www/luakit/distinfo b/www/luakit/distinfo deleted file mode 100644 index 15785fe..0000000 --- a/www/luakit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (luakit-2.3.3-858dc946.tar.gz) = 9VtTrQ02cfKgcUi54IVdDgRd1++FcYBaLgLfiBkjvHo= -SIZE (luakit-2.3.3-858dc946.tar.gz) = 508346 diff --git a/www/luakit/patches/patch-Makefile b/www/luakit/patches/patch-Makefile deleted file mode 100644 index b68228d..0000000 --- a/www/luakit/patches/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ - -Index: Makefile ---- Makefile.orig -+++ Makefile -@@ -118,7 +118,7 @@ install: all - install -d $(DESTDIR)$(APPDIR) - install -m644 extras/luakit.desktop $(DESTDIR)$(APPDIR) - install -d $(DESTDIR)$(MANPREFIX)/man1/ -- install -m644 luakit.1.gz $(DESTDIR)$(MANPREFIX)/man1/ -+ install -m644 luakit.1 $(DESTDIR)$(MANPREFIX)/man1/ - install -d $(DESTDIR)$(PREFIX)/share/luakit/resources/icons - for i in resources/icons/*; do install -m644 "$$i" "$(DESTDIR)$(PREFIX)/share/luakit/resources/icons"; done - diff --git a/www/luakit/pkg/DESCR b/www/luakit/pkg/DESCR deleted file mode 100644 index e5a47ac..0000000 --- a/www/luakit/pkg/DESCR +++ /dev/null @@ -1,6 +0,0 @@ -Luakit is a highly configurable, browser framework based on the WebKit -web content engine and the GTK+ toolkit. It is very fast, extensible by -Lua and licensed under the GNU GPLv3 license. It is primarily targeted -at power users, developers and any people with too much time on their -hands who want to have fine-grained control over their web browsers -behaviour and interface. diff --git a/www/luakit/pkg/PLIST b/www/luakit/pkg/PLIST deleted file mode 100644 index 0d56089..0000000 --- a/www/luakit/pkg/PLIST +++ /dev/null @@ -1,252 +0,0 @@ -@bin bin/luakit -lib/luakit/ -@so lib/luakit/luakit.so -@man man/man1/luakit.1 -share/applications/luakit.desktop -share/doc/luakit/ -share/doc/luakit/AUTHORS -share/doc/luakit/COPYING.GPLv3 -share/doc/luakit/README.md -share/doc/luakit/classes/ -share/doc/luakit/classes/dom_document.html -share/doc/luakit/classes/dom_element.html -share/doc/luakit/classes/download.html -share/doc/luakit/classes/page.html -share/doc/luakit/classes/regex.html -share/doc/luakit/classes/sqlite3.html -share/doc/luakit/classes/stylesheet.html -share/doc/luakit/classes/timer.html -share/doc/luakit/classes/widget.html -share/doc/luakit/classes/widget:box.html -share/doc/luakit/classes/widget:drawing_area.html -share/doc/luakit/classes/widget:entry.html -share/doc/luakit/classes/widget:event_box.html -share/doc/luakit/classes/widget:image.html -share/doc/luakit/classes/widget:label.html -share/doc/luakit/classes/widget:notebook.html -share/doc/luakit/classes/widget:overlay.html -share/doc/luakit/classes/widget:paned.html -share/doc/luakit/classes/widget:scrolled.html -share/doc/luakit/classes/widget:socket.html -share/doc/luakit/classes/widget:spinner.html -share/doc/luakit/classes/widget:webview.html -share/doc/luakit/classes/widget:window.html -share/doc/luakit/index.html -share/doc/luakit/modules/ -share/doc/luakit/modules/adblock.html -share/doc/luakit/modules/adblock_chrome.html -share/doc/luakit/modules/binds.html -share/doc/luakit/modules/binds_chrome.html -share/doc/luakit/modules/bookmarks.html -share/doc/luakit/modules/bookmarks_chrome.html -share/doc/luakit/modules/chrome.html -share/doc/luakit/modules/clear_data.html -share/doc/luakit/modules/cmdhist.html -share/doc/luakit/modules/completion.html -share/doc/luakit/modules/domain_props.html -share/doc/luakit/modules/downloads.html -share/doc/luakit/modules/downloads_chrome.html -share/doc/luakit/modules/editor.html -share/doc/luakit/modules/error_page.html -share/doc/luakit/modules/follow.html -share/doc/luakit/modules/follow_selected.html -share/doc/luakit/modules/formfiller.html -share/doc/luakit/modules/go_input.html -share/doc/luakit/modules/go_next_prev.html -share/doc/luakit/modules/go_up.html -share/doc/luakit/modules/gopher.html -share/doc/luakit/modules/help_chrome.html -share/doc/luakit/modules/hide_scrollbars.html -share/doc/luakit/modules/history.html -share/doc/luakit/modules/history_chrome.html -share/doc/luakit/modules/image_css.html -share/doc/luakit/modules/introspector_chrome.html -share/doc/luakit/modules/ipc.html -share/doc/luakit/modules/keysym.html -share/doc/luakit/modules/log_chrome.html -share/doc/luakit/modules/lousy.bind.html -share/doc/luakit/modules/lousy.load.html -share/doc/luakit/modules/lousy.mode.html -share/doc/luakit/modules/lousy.pickle.html -share/doc/luakit/modules/lousy.signal.html -share/doc/luakit/modules/lousy.theme.html -share/doc/luakit/modules/lousy.uri.html -share/doc/luakit/modules/lousy.util.html -share/doc/luakit/modules/lousy.widget.buf.html -share/doc/luakit/modules/lousy.widget.common.html -share/doc/luakit/modules/lousy.widget.hist.html -share/doc/luakit/modules/lousy.widget.html -share/doc/luakit/modules/lousy.widget.menu.html -share/doc/luakit/modules/lousy.widget.progress.html -share/doc/luakit/modules/lousy.widget.scroll.html -share/doc/luakit/modules/lousy.widget.ssl.html -share/doc/luakit/modules/lousy.widget.tab.html -share/doc/luakit/modules/lousy.widget.tabi.html -share/doc/luakit/modules/lousy.widget.tablist.html -share/doc/luakit/modules/lousy.widget.tgname.html -share/doc/luakit/modules/lousy.widget.uri.html -share/doc/luakit/modules/lousy.widget.zoom.html -share/doc/luakit/modules/luakit.html -share/doc/luakit/modules/luakit.unique.html -share/doc/luakit/modules/modes.html -share/doc/luakit/modules/msg.html -share/doc/luakit/modules/newtab_chrome.html -share/doc/luakit/modules/noscript.html -share/doc/luakit/modules/open_editor.html -share/doc/luakit/modules/proxy.html -share/doc/luakit/modules/quickmarks.html -share/doc/luakit/modules/readline.html -share/doc/luakit/modules/referer_control_wm.html -share/doc/luakit/modules/search.html -share/doc/luakit/modules/select.html -share/doc/luakit/modules/select_wm.html -share/doc/luakit/modules/session.html -share/doc/luakit/modules/settings.html -share/doc/luakit/modules/settings_chrome.html -share/doc/luakit/modules/soup.html -share/doc/luakit/modules/styles.html -share/doc/luakit/modules/tab_favicons.html -share/doc/luakit/modules/tabgroups.html -share/doc/luakit/modules/tabhistory.html -share/doc/luakit/modules/tabmenu.html -share/doc/luakit/modules/taborder.html -share/doc/luakit/modules/tests.lib.html -share/doc/luakit/modules/undoclose.html -share/doc/luakit/modules/unique_instance.html -share/doc/luakit/modules/userscripts.html -share/doc/luakit/modules/utf8.html -share/doc/luakit/modules/vertical_tabs.html -share/doc/luakit/modules/view_source.html -share/doc/luakit/modules/viewpdf.html -share/doc/luakit/modules/webinspector.html -share/doc/luakit/modules/webview.html -share/doc/luakit/modules/window.html -share/doc/luakit/modules/xdg.html -share/doc/luakit/pages/ -share/doc/luakit/pages/01-authors.html -share/doc/luakit/pages/02-faq.html -share/doc/luakit/pages/03-quick-start-guide.html -share/doc/luakit/pages/04-migration-guide.html -share/doc/luakit/pages/05-configuration.html -share/doc/luakit/pages/06-tests.html -share/doc/luakit/pages/07-build-debian-package.html -share/examples/luakit/ -@sample ${SYSCONFDIR}/xdg/luakit/ -share/examples/luakit/rc.lua -@sample ${SYSCONFDIR}/xdg/luakit/rc.lua -share/examples/luakit/theme.lua -@sample ${SYSCONFDIR}/xdg/luakit/theme.lua -share/luakit/ -share/luakit/lib/ -share/luakit/lib/adblock.lua -share/luakit/lib/adblock_chrome.lua -share/luakit/lib/adblock_wm.lua -share/luakit/lib/binds.lua -share/luakit/lib/binds_chrome.lua -share/luakit/lib/bookmarks.lua -share/luakit/lib/bookmarks_chrome.lua -share/luakit/lib/chrome.lua -share/luakit/lib/chrome_wm.lua -share/luakit/lib/clear_data.lua -share/luakit/lib/cmdhist.lua -share/luakit/lib/completion.lua -share/luakit/lib/domain_props.lua -share/luakit/lib/downloads.lua -share/luakit/lib/downloads_chrome.lua -share/luakit/lib/editor.lua -share/luakit/lib/error_page.lua -share/luakit/lib/error_page_wm.lua -share/luakit/lib/follow.lua -share/luakit/lib/follow_selected.lua -share/luakit/lib/follow_selected_wm.lua -share/luakit/lib/follow_wm.lua -share/luakit/lib/formfiller.lua -share/luakit/lib/formfiller_wm.lua -share/luakit/lib/go_input.lua -share/luakit/lib/go_next_prev.lua -share/luakit/lib/go_up.lua -share/luakit/lib/gopher.lua -share/luakit/lib/help_chrome.lua -share/luakit/lib/hide_scrollbars.lua -share/luakit/lib/history.lua -share/luakit/lib/history_chrome.lua -share/luakit/lib/image_css.lua -share/luakit/lib/image_css_wm.lua -share/luakit/lib/introspector_chrome.lua -share/luakit/lib/keysym.lua -share/luakit/lib/log_chrome.lua -share/luakit/lib/lousy/ -share/luakit/lib/lousy/bind.lua -share/luakit/lib/lousy/init.lua -share/luakit/lib/lousy/load.lua -share/luakit/lib/lousy/mode.lua -share/luakit/lib/lousy/pickle.lua -share/luakit/lib/lousy/signal.lua -share/luakit/lib/lousy/theme.lua -share/luakit/lib/lousy/uri.lua -share/luakit/lib/lousy/util.lua -share/luakit/lib/lousy/widget/ -share/luakit/lib/lousy/widget/buf.lua -share/luakit/lib/lousy/widget/common.lua -share/luakit/lib/lousy/widget/hist.lua -share/luakit/lib/lousy/widget/init.lua -share/luakit/lib/lousy/widget/menu.lua -share/luakit/lib/lousy/widget/progress.lua -share/luakit/lib/lousy/widget/scroll.lua -share/luakit/lib/lousy/widget/ssl.lua -share/luakit/lib/lousy/widget/tab.lua -share/luakit/lib/lousy/widget/tabi.lua -share/luakit/lib/lousy/widget/tablist.lua -share/luakit/lib/lousy/widget/tgname.lua -share/luakit/lib/lousy/widget/uri.lua -share/luakit/lib/lousy/widget/zoom.lua -share/luakit/lib/markdown.lua -share/luakit/lib/modes.lua -share/luakit/lib/newtab_chrome.lua -share/luakit/lib/noscript.lua -share/luakit/lib/open_editor.lua -share/luakit/lib/proxy.lua -share/luakit/lib/quickmarks.lua -share/luakit/lib/readline.lua -share/luakit/lib/referer_control_wm.lua -share/luakit/lib/search.lua -share/luakit/lib/select.lua -share/luakit/lib/select_wm.lua -share/luakit/lib/session.lua -share/luakit/lib/settings.lua -share/luakit/lib/settings_chrome.lua -share/luakit/lib/styles.lua -share/luakit/lib/tab_favicons.lua -share/luakit/lib/tabgroups.lua -share/luakit/lib/tabhistory.lua -share/luakit/lib/tabmenu.lua -share/luakit/lib/taborder.lua -share/luakit/lib/undoclose.lua -share/luakit/lib/unique_instance.lua -share/luakit/lib/userscripts.lua -share/luakit/lib/vertical_tabs.lua -share/luakit/lib/view_source.lua -share/luakit/lib/viewpdf.lua -share/luakit/lib/webinspector.lua -share/luakit/lib/webview.lua -share/luakit/lib/webview_wm.lua -share/luakit/lib/window.lua -share/luakit/resources/ -share/luakit/resources/icons/ -share/luakit/resources/icons/COPYING -share/luakit/resources/icons/tab-icon-chrome.png -share/luakit/resources/icons/tab-icon-chrome@2x.png -share/luakit/resources/icons/tab-icon-crash.png -share/luakit/resources/icons/tab-icon-crash@2x.png -share/luakit/resources/icons/tab-icon-error.png -share/luakit/resources/icons/tab-icon-error@2x.png -share/luakit/resources/icons/tab-icon-page.png -share/luakit/resources/icons/tab-icon-page@2x.png -share/luakit/resources/icons/tab-icon-private.png -share/luakit/resources/icons/tab-icon-private@2x.png -share/luakit/resources/icons/tab-icon-security-error.png -share/luakit/resources/icons/tab-icon-security-error@2x.png -share/pixmaps/ -share/pixmaps/luakit.png -@tag update-desktop-database -share/pixmaps/luakit.svg diff --git a/x11/hsetroot/Makefile b/x11/hsetroot/Makefile deleted file mode 100644 index faf91f7..0000000 --- a/x11/hsetroot/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# $OpenBSD$ - -COMMENT = wallpaper changer that works with compositors -CATEGORIES = x11 - -GH_ACCOUNT = himdel -GH_PROJECT = hsetroot -GH_TAGNAME = 1.0.5 - -MAINTAINER = Stefan Hagen - -# GPLv2 only -PERMIT_PACKAGE = Yes - -WANTLIB += Imlib2 X11 Xinerama c - -LIB_DEPENDS = graphics/imlib2 - -USE_GMAKE = Yes -MAKE_FLAGS = CC="${CC}" - -FAKE_FLAGS = DESTDIR= - -NO_TEST = Yes - -post-install: - ${INSTALL_MAN} ${FILESDIR}/hsetroot.1 ${PREFIX}/man/man1 - -.include diff --git a/x11/hsetroot/distinfo b/x11/hsetroot/distinfo deleted file mode 100644 index d0190ca..0000000 --- a/x11/hsetroot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (hsetroot-1.0.5.tar.gz) = z/X4O4WiHgxcjI7svVUgkLt12KxZ4nsLrkgEb5y1pEo= -SIZE (hsetroot-1.0.5.tar.gz) = 12878 diff --git a/x11/hsetroot/files/hsetroot.1 b/x11/hsetroot/files/hsetroot.1 deleted file mode 100644 index dc88d77..0000000 --- a/x11/hsetroot/files/hsetroot.1 +++ /dev/null @@ -1,114 +0,0 @@ -.\" Original author: Hyriand (2003) -.\" Updated by Martin Hradil (2019) -.\" License: GPL version 2 -.Dd August 13, 2020 -.Dt HSETROOT 1 -.Os -.Sh NAME -.Nm hsetroot -.Nd wallpaper changer that works with compositors -.Sh SYNOPSIS -.Nm -.Op Ar command1 Op Ar arg1 ... -.Op Ar command2 Op Ar arg2 ... -.Sh DESCRIPTION -.Nm -is a tool which allows you to compose wallpapers ("root pixmaps") for X. -It has a lot of options like rendering gradients, solids and images and -manipulate these in various ways. -.Nm -also supports alpha-channels. -.Pp -.Nm -uses -.Xr XSetWindowBackgroundPixmap 3 -instead of -.Xr XSetWindowBackground 3 -for solid colors. -This makes it a good -.Xr xsetroot 1 -replacement when a compositor (compton, xcompmgr, ...) is in use. -.Pp -Colors are in the #rgb, #rrggbb, #rrggbbaa, rgb:1/2/3 formats or a X color name. -.Sh GENERIC OPTIONS -.Bl -tag -width Ds -.It Fl root -Treat multiple displays as one big screen (ignore xrandr outputs) -.It Fl screens Ar int -Set a screenmask to use -.El -.Sh GRADIENTS -.Bl -tag -width Ds -.It Fl add Ar color -Add color to range using distance 1 -.It Fl addd Ar color Ar distance -Add color to range using custom distance -.It Fl gradient Ar angle -Render gradient using specified angle -.It Fl clear -Clear the color range -.El -.Sh SOLID COLOR -.Bl -tag -width Ds -.It Fl solid Ar color -Render a solid using the specified color -.El -.Sh IMAGE FILES -.Bl -tag -width Ds -.It Fl center Ar image -Render an image centered on screen -.It Fl cover Ar image -Render an image centered on screen scaled to fill the screen fully -.It Fl tile Ar image -Render an image tiled -.It Fl full Ar image -Render an image maximum aspect -.It Fl extend Ar image -Render an image max aspect and fill borders -.It Fl fill Ar image -Render an image stretched -.El -.Sh IMAGE MANIPULATION -.Bl -tag -width Ds -.It Fl tint Ar color -Tint the current image -.It Fl blur Ar radius -Blur the current image -.It Fl sharpen Ar radius -Sharpen the current image -.It Fl contrast Ar amount -Adjust contrast of current image -.It Fl brightness Ar amount -Adjust brightness of current image -.It Fl gamma Ar amount -Adjust gamma level of current image -.It Fl flipv -Flip the current image vertically -.It Fl fliph -Flip the current image horizontally -.It Fl flipd -Flip the current image diagonally -.El -.Sh MISC -.Bl -tag -width Ds -.It Fl alpha Ar amount -Adjust alpha level for colors and images -.It Fl write Ar filename -Write current image to file -.El -.Sh SEE ALSO -.Xr xcompmgr 1 , -.Xr xsetroot 1 , -.Xr XSetWindowBackgroundPixmap 3 -.Sh AUTHORS -.Nm -was written by -.An Hyriand Aq Mt hyriand@thegraveyard.org -in 2003. -Martin Hradil updated it in 2019. -.Pp -This manual page was written by -.An Stefan Hagen Aq Mt sh+ports@codevoid.de -for the -.Ox -project (but may be used by others). diff --git a/x11/hsetroot/patches/patch-Makefile b/x11/hsetroot/patches/patch-Makefile deleted file mode 100644 index 9a48352..0000000 --- a/x11/hsetroot/patches/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ -$OpenBSD$ - -We need -std=gnu99 for !clang archs. -Fix install commands - -Index: Makefile ---- Makefile.orig -+++ Makefile -@@ -1,7 +1,7 @@ - CC?=gcc - PKG_CONFIG?=pkg-config - --CFLAGS?=-g -O2 -Wall -+CFLAGS+=-std=gnu99 - LDFLAGS?= - - PREFIX?=/usr/local -@@ -30,8 +30,8 @@ hsetroot: hsetroot.o - hsr-outputs: hsr-outputs.o - - install: hsetroot hsr-outputs -- install -st $(PREFIX)/bin/ hsetroot -- install -st $(PREFIX)/bin/ hsr-outputs -+ install -sm 0755 -D hsetroot $(DESTDIR)$(PREFIX)/bin/ -+ install -sm 0755 -D hsr-outputs $(DESTDIR)$(PREFIX)/bin/ - - clean: - rm -f *.o hsetroot hsr-outputs diff --git a/x11/hsetroot/pkg/DESCR b/x11/hsetroot/pkg/DESCR deleted file mode 100644 index 413527f..0000000 --- a/x11/hsetroot/pkg/DESCR +++ /dev/null @@ -1,8 +0,0 @@ -hsetroot is a tool which allows you to compose wallpapers ("root -pixmaps") for X. It has a lot of options like rendering gradients, -solids and images and manipulate these in various ways. hsetroot also -supports alpha-channels. - -hsetroot uses XSetWindowBackgroundPixmap instead of XSetWindowBackground -for solid colors. This makes it a good xsetroot replacement when a -compositor (compton, xcompmgr, ...) is in use. diff --git a/x11/hsetroot/pkg/PLIST b/x11/hsetroot/pkg/PLIST deleted file mode 100644 index afca3a7..0000000 --- a/x11/hsetroot/pkg/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $OpenBSD: PLIST,v$ -@bin bin/hsetroot -@bin bin/hsr-outputs -@man man/man1/hsetroot.1