Date: Sun, 29 May 2016 14:26:28 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416108 - in head/sysutils: . qtpass Message-ID: <201605291426.u4TEQS2e083598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun May 29 14:26:28 2016 New Revision: 416108 URL: https://svnweb.freebsd.org/changeset/ports/416108 Log: New port: sysutils/qtpass GUI for pass, the standard UNIX password manager. WWW: https://qtpass.org/ PR: 204122 Submitted by: Anne Jan Brouwer <brouwer@annejan.com> Added: head/sysutils/qtpass/ head/sysutils/qtpass/Makefile (contents, props changed) head/sysutils/qtpass/distinfo (contents, props changed) head/sysutils/qtpass/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sun May 29 14:14:28 2016 (r416107) +++ head/sysutils/Makefile Sun May 29 14:26:28 2016 (r416108) @@ -852,6 +852,7 @@ SUBDIR += qpxtool SUBDIR += qsynergy SUBDIR += qt5-qtpaths + SUBDIR += qtpass SUBDIR += quicksynergy SUBDIR += qzeitgeist SUBDIR += racktables Added: head/sysutils/qtpass/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qtpass/Makefile Sun May 29 14:26:28 2016 (r416108) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= qtpass +PORTVERSION= 1.1.1 +DISTVERSIONPREFIX=v +CATEGORIES=sysutils + +MAINTAINER= brouwer@annejan.com +COMMENT= Qt GUI for pass, the standard unix password manager + +LICENSE= GPLv3 + +RUN_DEPENDS= pass:sysutils/password-store + +USES= qmake +USE_GITHUB= yes +GH_ACCOUNT= IJhack +USE_QT5= buildtools core gui linguisttools network widgets +USE_GL= gl +PLIST_FILES= bin/qtpass + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/qtpass ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> Added: head/sysutils/qtpass/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qtpass/distinfo Sun May 29 14:26:28 2016 (r416108) @@ -0,0 +1,3 @@ +TIMESTAMP = 1464523901 +SHA256 (IJhack-qtpass-v1.1.1_GH0.tar.gz) = 9a312281d40941c0eb1ae90fdaa19d0c07bbad8b3cee559d5fb61ffb171f274f +SIZE (IJhack-qtpass-v1.1.1_GH0.tar.gz) = 216755 Added: head/sysutils/qtpass/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qtpass/pkg-descr Sun May 29 14:26:28 2016 (r416108) @@ -0,0 +1,3 @@ +GUI for pass, the standard UNIX password manager. + +WWW: https://qtpass.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605291426.u4TEQS2e083598>