remove submitted ports
This commit is contained in:
@@ -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 <sh+ports@codevoid.de>
|
||||
|
||||
# GPL-3.0
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
USE_GMAKE = Yes
|
||||
|
||||
NO_BUILD = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (pass-otp-1.2.0.tar.gz) = VyCmSSZ6JApPe6WmRFGTSBBwBJwdCLo4sA0g/FUcOmc=
|
||||
SIZE (pass-otp-1.2.0.tar.gz) = 46789
|
||||
@@ -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
|
||||
@@ -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 <sh+ports@codevoid.de>
|
||||
|
||||
# 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 <bsd.port.mk>
|
||||
@@ -1,2 +0,0 @@
|
||||
SHA256 (QtPass-1.3.2.tar.gz) = emjhr+aEYsh4whKnnECt5boUtycQxeYkUM9Ux7ViElQ=
|
||||
SIZE (QtPass-1.3.2.tar.gz) = 310316
|
||||
@@ -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.
|
||||
@@ -1 +0,0 @@
|
||||
@bin bin/qtpass
|
||||
Reference in New Issue
Block a user