all the things
This commit is contained in:
33
security/otptool/Makefile
Normal file
33
security/otptool/Makefile
Normal file
@@ -0,0 +1,33 @@
|
||||
COMMENT =
|
||||
|
||||
GH_ACCOUNT = SciresM
|
||||
GH_PROJECT = otptool
|
||||
GH_COMMIT = 5ed22856538f8a3352482c24268ba42f70a2193d
|
||||
DISTNAME = ${GH_PROJECT}-0.0.0p20221228
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# LICENSE
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
## ?uses pledge()?
|
||||
#WANTLIB =
|
||||
#
|
||||
LIB_DEPENDS = security/libgcrypt
|
||||
#
|
||||
#RUN_DEPENDS =
|
||||
#
|
||||
#BUILD_DEPENDS =
|
||||
|
||||
#TEST_DEPENDS =
|
||||
|
||||
#CONFIGURE_STYLE =
|
||||
|
||||
MAKE_FLAGS = CFLAGS=-I${LOCALBASE}/include
|
||||
|
||||
#NO_TEST = Yes
|
||||
#TEST_TARGET =
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
security/otptool/distinfo
Normal file
3
security/otptool/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
SHA256 (-5ed22856.tar.gz) = k5rQ8y8nigmwNvEA30I16CLC70wTb+EpS2RWC6GQfIY=
|
||||
SHA256 (otptool-0.0.0p20221228-5ed22856.tar.gz) = k5rQ8y8nigmwNvEA30I16CLC70wTb+EpS2RWC6GQfIY=
|
||||
SIZE (otptool-0.0.0p20221228-5ed22856.tar.gz) = 14543
|
||||
18
security/pass-otp/Makefile
Normal file
18
security/pass-otp/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
COMMENT = pass extension for managing OTP tokens
|
||||
|
||||
GH_ACCOUNT = tadfisher
|
||||
GH_PROJECT = pass-otp
|
||||
GH_TAGNAME = v1.2.0
|
||||
|
||||
CATEGORIES = security
|
||||
|
||||
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# GPL-3.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/pass-otp/distinfo
Normal file
2
security/pass-otp/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (pass-otp-1.2.0.tar.gz) = VyCmSSZ6JApPe6WmRFGTSBBwBJwdCLo4sA0g/FUcOmc=
|
||||
SIZE (pass-otp-1.2.0.tar.gz) = 46789
|
||||
21
security/pass-otp/patches/patch-Makefile
Normal file
21
security/pass-otp/patches/patch-Makefile
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
0
security/pass-otp/pkg/PLIST
Normal file
0
security/pass-otp/pkg/PLIST
Normal file
33
security/qtpass/Makefile
Normal file
33
security/qtpass/Makefile
Normal file
@@ -0,0 +1,33 @@
|
||||
# $OpenBSD: $
|
||||
|
||||
COMMENT= Multi-platform GUI for password-store (pass).
|
||||
|
||||
GH_ACCOUNT= IJHack
|
||||
GH_PROJECT= QtPass
|
||||
GH_TAGNAME= v1.3.2
|
||||
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= https://qtpass.org/
|
||||
|
||||
MAINTAINER= Stefan Hagen <sh+ports@codevoid.de>
|
||||
|
||||
# GPLv3+
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= ${COMPILER_LIBCXX} GL Qt5Core Qt5Gui Qt5Network Qt5Widgets
|
||||
WANTLIB+= c m
|
||||
|
||||
RUN_DEPENDS= devel/git \
|
||||
security/gnupg2 \
|
||||
security/password-store \
|
||||
security/pwgen
|
||||
|
||||
MODULES= devel/qmake \
|
||||
x11/qt5
|
||||
|
||||
QT= qt5
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include <bsd.port.mk>
|
||||
2
security/qtpass/distinfo
Normal file
2
security/qtpass/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (QtPass-1.3.2.tar.gz) = emjhr+aEYsh4whKnnECt5boUtycQxeYkUM9Ux7ViElQ=
|
||||
SIZE (QtPass-1.3.2.tar.gz) = 310316
|
||||
121
security/qtpass/files/hsetroot.1
Normal file
121
security/qtpass/files/hsetroot.1
Normal file
@@ -0,0 +1,121 @@
|
||||
.\" Original author: Hyriand <hyriand@thegraveyard.org> (2003)
|
||||
.\" Updated by Martin Hradil (2019)
|
||||
.\" License: GPL version 2
|
||||
.TH HSETROOT 1 "2019-11-18" "1.0.5" "imlib2-based wallpaper changer"
|
||||
|
||||
.SH NAME
|
||||
hsetroot \- imlib2-based wallpaper changer
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B hsetroot
|
||||
.RI [command1 [arg1..]] [command2 [arg1..]]...
|
||||
|
||||
.SH DESCRIPTION
|
||||
.B 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.
|
||||
|
||||
.B hsetroot
|
||||
is using XSetWindowBackgroundPixmap instead of XSetWindowBackground also for
|
||||
solid colors. This makes it a good
|
||||
.B xsetroot
|
||||
replacement when a compositor (compton, xcompmgr, ...) is in use.
|
||||
|
||||
Colors are in the #rgb, #rrggbb, #rrggbbaa, rgb:1/2/3 formats or a X color name.
|
||||
|
||||
.SH GENERIC OPTIONS
|
||||
.TP
|
||||
.B \-root
|
||||
Treat multiple displays as one big screen (ignore xrandr outputs)
|
||||
.TP
|
||||
.B \-screens <int>
|
||||
Set a screenmask to use
|
||||
|
||||
.SH GRADIENTS
|
||||
.TP
|
||||
.B \-add <color>
|
||||
Add color to range using distance 1
|
||||
.TP
|
||||
.B \-addd <color> <distance>
|
||||
Add color to range using custom distance
|
||||
.TP
|
||||
.B \-gradient <angle>
|
||||
Render gradient using specified angle
|
||||
.TP
|
||||
.B \-clear
|
||||
Clear the color range
|
||||
|
||||
.SH SOLID COLOR
|
||||
.TP
|
||||
.B \-solid <color>
|
||||
Render a solid using the specified color
|
||||
|
||||
.SH IMAGE FILES
|
||||
.TP
|
||||
.B \-center <image>
|
||||
Render an image centered on screen
|
||||
.TP
|
||||
.B \-cover <image>
|
||||
Render an image centered on screen scaled to fill the screen fully
|
||||
.TP
|
||||
.B \-tile <image>
|
||||
Render an image tiled
|
||||
.TP
|
||||
.B \-full <image>
|
||||
Render an image maximum aspect
|
||||
.TP
|
||||
.B \-extend <image>
|
||||
Render an image max aspect and fill borders
|
||||
.TP
|
||||
.B \-fill <image>
|
||||
Render an image stretched
|
||||
|
||||
.SH IMAGE MANIPULATION:
|
||||
.TP
|
||||
.B \-tint <color>
|
||||
Tint the current image
|
||||
.TP
|
||||
.B \-blur <radius>
|
||||
Blur the current image
|
||||
.TP
|
||||
.B \-sharpen <radius>
|
||||
Sharpen the current image
|
||||
.TP
|
||||
.B \-contrast <amount>
|
||||
Adjust contrast of current image
|
||||
.TP
|
||||
.B \-brightness <amount>
|
||||
Adjust brightness of current image
|
||||
.TP
|
||||
.B \-gamma <amount>
|
||||
Adjust gamma level of current image
|
||||
.TP
|
||||
.B \-flipv
|
||||
Flip the current image vertically
|
||||
.TP
|
||||
.B \-fliph
|
||||
Flip the current image horizontally
|
||||
.TP
|
||||
.B \-flipd
|
||||
Flip the current image diagonally
|
||||
|
||||
.SH MISC
|
||||
.TP
|
||||
.B \-alpha <amount>
|
||||
Adjust alpha level for colors and images
|
||||
.TP
|
||||
.B \-write <filename>
|
||||
Write current image to file
|
||||
|
||||
.SH SEE ALSO
|
||||
.BR xsetroot (1)
|
||||
.BR XSetWindowBackgroundPixmap (3)
|
||||
.BR xcompmgr (1)
|
||||
|
||||
.SH AUTHOR
|
||||
hsetroot was written by Hyriand <hyriand@thegraveyard.org> in 2003.
|
||||
Martin Hradil updated it in 2019.
|
||||
.PP
|
||||
This manual page was written by Stefan Hagen
|
||||
<sh+ports@codevoid.de>, for the OpenBSD project (but may be used by others).
|
||||
10
security/qtpass/pkg/DESCR
Normal file
10
security/qtpass/pkg/DESCR
Normal file
@@ -0,0 +1,10 @@
|
||||
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.
|
||||
1
security/qtpass/pkg/MESSAGE
Normal file
1
security/qtpass/pkg/MESSAGE
Normal file
@@ -0,0 +1 @@
|
||||
Make sure to configure a graphical pinentry before using QtPass.
|
||||
2
security/qtpass/pkg/PLIST
Normal file
2
security/qtpass/pkg/PLIST
Normal file
@@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v$
|
||||
@bin bin/qtpass
|
||||
Reference in New Issue
Block a user