svn commit: r494017 - in head/x11: . rofi-pass

Ashish SHUKLA ashish at FreeBSD.org
Wed Feb 27 16:29:13 UTC 2019


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
> 
> Log:
>   New port: x11/rofi-pass
>   
>   A bash script to handle Simple Password Store in a convenient way
>   using rofi.
>   
>   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
>   
>   WWW: https://github.com/carnager/rofi-pass
>   
>   PR:		235114
>   Submitted by:	alex at xanderio.de
> 
> 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
> 
> Modified: head/x11/Makefile
> ==============================================================================
> --- 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 += rendercheck
>      SUBDIR += rgb
>      SUBDIR += rofi
> +    SUBDIR += rofi-pass
>      SUBDIR += rox-wallpaper
>      SUBDIR += roxbg
>      SUBDIR += roxterm
> 
> Added: head/x11/rofi-pass/Makefile
> ==============================================================================
> --- /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=	rofi-pass
> +DISTVERSION=	2.0.2
> +CATEGORIES=	x11
> +
> +MAINTAINER=	alex at xanderio.de
> +COMMENT=	Rofi frontend for pass
> +
> +LICENSE=	GPLv3+
> +LICENSE_FILE=	${WRKSRC}/LICENSE
> +
> +xRUN_DEPENDS=	bash:shells/bash \

^^^ looks like a typo. Could you please fix ?

Thanks!
-- 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190227/c0ea3b01/attachment.sig>


More information about the svn-ports-all mailing list