Index: head/deskutils/copyq/Makefile =================================================================== --- head/deskutils/copyq/Makefile (revision 499464) +++ head/deskutils/copyq/Makefile (revision 499465) @@ -1,37 +1,35 @@ # $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 OPTIONS_SUB= yes PLUGINS_CMAKE_BOOL= WITH_PLUGINS WEBKIT_USE= qt=webkit WEBKIT_CMAKE_BOOL= WITH_WEBKIT WEBKIT_IMPLIES= PLUGINS .include Index: head/deskutils/copyq/distinfo =================================================================== --- head/deskutils/copyq/distinfo (revision 499464) +++ head/deskutils/copyq/distinfo (revision 499465) @@ -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 Index: head/deskutils/copyq/pkg-descr =================================================================== --- head/deskutils/copyq/pkg-descr (revision 499464) +++ head/deskutils/copyq/pkg-descr (revision 499465) @@ -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