Date: Sat, 20 Apr 2019 20:11:01 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499465 - head/deskutils/copyq Message-ID: <201904202011.x3KKB1wt078869@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Apr 20 20:11:01 2019 New Revision: 499465 URL: https://svnweb.freebsd.org/changeset/ports/499465 Log: deskutils/copyq: Update to 3.8.0 - Assign to myself - Improve pkg-descr while here Changes: https://github.com/hluk/CopyQ/releases/tag/v3.8.0 Modified: head/deskutils/copyq/Makefile head/deskutils/copyq/distinfo head/deskutils/copyq/pkg-descr Modified: head/deskutils/copyq/Makefile ============================================================================== --- head/deskutils/copyq/Makefile Sat Apr 20 19:58:13 2019 (r499464) +++ head/deskutils/copyq/Makefile Sat Apr 20 20:11:01 2019 (r499465) @@ -1,28 +1,26 @@ # $FreeBSD$ PORTNAME= copyq -PORTVERSION= 3.7.3 DISTVERSIONPREFIX= v +DISTVERSION= 3.8.0 CATEGORIES= deskutils -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Qt5 based clipboard manager LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake qt:5 -USE_LDCONFIG= yes -USE_XORG= ice sm x11 xext xfixes xtst -USE_QT= core gui network script svg widgets x11extras xml \ - buildtools_build linguist_build qmake_build \ - imageformats_run - +USES= cmake compiler:c++11-lang qt:5 USE_GITHUB= yes GH_ACCOUNT= hluk GH_PROJECT= CopyQ +USE_LDCONFIG= yes +USE_QT= core gui network script svg widgets x11extras imageformats_run \ + buildtools_build linguisttools_build qmake_build +USE_XORG= x11 xtst -CMAKE_ARGS= -DMANPAGE_INSTALL_PREFIX:PATH=${MANPREFIX}/man/man1 +LDFLAGS+= -Wl,--as-needed OPTIONS_DEFINE= PLUGINS WEBKIT OPTIONS_DEFAULT= PLUGINS WEBKIT Modified: head/deskutils/copyq/distinfo ============================================================================== --- head/deskutils/copyq/distinfo Sat Apr 20 19:58:13 2019 (r499464) +++ head/deskutils/copyq/distinfo Sat Apr 20 20:11:01 2019 (r499465) @@ -1,3 +1,3 @@ -TIMESTAMP = 1549193986 -SHA256 (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 379e4b513b6f65d011eaf5dd073f54cdcd6ceebba55873d0dbb6ea6b3610ee9b -SIZE (hluk-CopyQ-v3.7.3_GH0.tar.gz) = 2904392 +TIMESTAMP = 1555789552 +SHA256 (hluk-CopyQ-v3.8.0_GH0.tar.gz) = 57ecda358937347fbcdec20b49f0c22ad36a5c502cab4df5467e276e0e2bb751 +SIZE (hluk-CopyQ-v3.8.0_GH0.tar.gz) = 2909764 Modified: head/deskutils/copyq/pkg-descr ============================================================================== --- head/deskutils/copyq/pkg-descr Sat Apr 20 19:58:13 2019 (r499464) +++ head/deskutils/copyq/pkg-descr Sat Apr 20 20:11:01 2019 (r499465) @@ -1,3 +1,18 @@ -CopyQ is advanced clipboard manager with editing and scripting features. +CopyQ is an advanced clipboard manager with editing and scripting +features. It monitors the system clipboard and saves its content +in customized tabs. Saved clipboard snippets can be later copied +and pasted directly into any application. + +Features: +- Store text, HTML, images or any other custom formats +- Quickly browse and filter items in clipboard history +- Sort, create, edit, remove, copy/paste, drag'n'drop items in tabs +- Add notes or tags to items +- System-wide shortcuts with customizable commands +- Paste items with shortcut or from tray or main window +- Fully customizable appearance +- Advanced command-line interface and scripting +- Ignore clipboard copied from some windows or containing some text +- Support for simple Vim-like editor and shortcuts WWW: https://github.com/hluk/CopyQ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904202011.x3KKB1wt078869>