From owner-svn-ports-all@freebsd.org Wed Feb 27 16:29:13 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 542A2152140F; Wed, 27 Feb 2019 16:29:13 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ED3C5851F1; Wed, 27 Feb 2019 16:29:12 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Received: from chateau.d.if (unknown [103.55.60.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: ashish/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AA4C17523; Wed, 27 Feb 2019 16:29:11 +0000 (UTC) (envelope-from ashish@FreeBSD.org) Subject: Re: svn commit: r494017 - in head/x11: . rofi-pass To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201902270407.x1R47BW2088083@repo.freebsd.org> From: Ashish SHUKLA Openpgp: preference=signencrypt Organization: The FreeBSD Project Message-ID: Date: Wed, 27 Feb 2019 21:59:08 +0530 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.5.2 MIME-Version: 1.0 In-Reply-To: <201902270407.x1R47BW2088083@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="JSdzHRPSYix1hdK3QVJrSreZW234MuEKh" X-Rspamd-Queue-Id: ED3C5851F1 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.78 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.79)[-0.785,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2019 16:29:13 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --JSdzHRPSYix1hdK3QVJrSreZW234MuEKh Content-Type: multipart/mixed; boundary="4AW42XVnFMXZa2CidD4IkLDbuczHlHJlY"; protected-headers="v1" From: Ashish SHUKLA To: Tobias Kortkamp , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Message-ID: Subject: Re: svn commit: r494017 - in head/x11: . rofi-pass References: <201902270407.x1R47BW2088083@repo.freebsd.org> In-Reply-To: <201902270407.x1R47BW2088083@repo.freebsd.org> --4AW42XVnFMXZa2CidD4IkLDbuczHlHJlY Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable On 2/27/19 9:37 AM, Tobias Kortkamp wrote: > Author: tobik > Date: Wed Feb 27 04:07:11 2019 > New Revision: 494017 > URL: https://svnweb.freebsd.org/changeset/ports/494017 >=20 > Log: > New port: x11/rofi-pass > =20 > A bash script to handle Simple Password Store in a convenient way > using rofi. > =20 > Features: > - Open URLs of entries with hotkey > - Add new Entries to Password Storage > - Edit existing Entries > - Generate new passwords for entries > - Inline view, which can copy/type individual entries > - Move/Delete existing entries > - Type any field from entry > - Auto-typing of user and/or password fields > - Generating OTPs > =20 > WWW: https://github.com/carnager/rofi-pass > =20 > PR: 235114 > Submitted by: alex@xanderio.de >=20 > Added: > head/x11/rofi-pass/ > head/x11/rofi-pass/Makefile (contents, props changed) > head/x11/rofi-pass/distinfo (contents, props changed) > head/x11/rofi-pass/pkg-descr (contents, props changed) > Modified: > head/x11/Makefile >=20 > Modified: head/x11/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/x11/Makefile Wed Feb 27 03:51:47 2019 (r494016) > +++ head/x11/Makefile Wed Feb 27 04:07:11 2019 (r494017) > @@ -282,6 +282,7 @@ > SUBDIR +=3D rendercheck > SUBDIR +=3D rgb > SUBDIR +=3D rofi > + SUBDIR +=3D rofi-pass > SUBDIR +=3D rox-wallpaper > SUBDIR +=3D roxbg > SUBDIR +=3D roxterm >=20 > Added: head/x11/rofi-pass/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/x11/rofi-pass/Makefile Wed Feb 27 04:07:11 2019 (r494017) > @@ -0,0 +1,45 @@ > +# $FreeBSD$ > + > +PORTNAME=3D rofi-pass > +DISTVERSION=3D 2.0.2 > +CATEGORIES=3D x11 > + > +MAINTAINER=3D alex@xanderio.de > +COMMENT=3D Rofi frontend for pass > + > +LICENSE=3D GPLv3+ > +LICENSE_FILE=3D ${WRKSRC}/LICENSE > + > +xRUN_DEPENDS=3D bash:shells/bash \ ^^^ looks like a typo. Could you please fix ? Thanks! --=20 --4AW42XVnFMXZa2CidD4IkLDbuczHlHJlY-- --JSdzHRPSYix1hdK3QVJrSreZW234MuEKh Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE9oLNzDncD+rhFiC2x0bPqedPpLAFAlx2utQACgkQx0bPqedP pLDYrBAAkrv1yHLdUxasAH9X0PGv9SpH0RzSROgbL2GDYvRs0AMHIbnaskVg3EtM W5UC1m2wkkXY+C1ypszLrK3rfoKQRR5bwzxWibnWk8ireCuXAzReYMSF59OpiHH6 hCCmyrECe0CJkb5mT1zHXIQByL0cW4Ne96xG9oq94GT0Yt8POyffZ6m6Hlf7Vq3N wpjdMD2LqEblaLuy5XmcK+LtcFizJSZAGPUcZvG0CGeiSpXUKA9VlcFagJGTAgSp 18/gqyOFVjc647OgO5X3BqWnck77Ds6r3KHviv6M8wZ9SVTEj/ZRFJnV9npZihDe IS+gnxoKNDa4cQuBdybxmXjI4amda/hfGzO0QpV/MrO9RCE9pDeziLF1035DcOjI gAoH/WszT0Qj+Ag2QSO2cCfw5UlWR+Mu45LUsDI58d32O2l+TWGDkAHX9EKa2toG WMl6qSlvB8ycRKkPnJoHOJ+JgNesIfuY9Cujr5N8049knArXQ4+fVa4ShjLFra0K t+t3Hb/LiQZqBohw+oLo8Ri9pHPHh6TR6gMKOrxEHVw/+zMG1+iitzdb1M+DUcKR DmCqYwWhI9DE747A/OHjbXjmdvNMzdK4SazyAXrZ6nVEAhUX0jQ916gKzX/xrvRp 0ZzmWHMe+jWE+tPTNW7Fih27z5JnCMKgDawUelkaZqPxpamqo7s= =dLb5 -----END PGP SIGNATURE----- --JSdzHRPSYix1hdK3QVJrSreZW234MuEKh--