Date: Thu, 21 Jul 2016 18:47:56 +0000 (UTC) From: Kris Moore <kmoore@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418889 - in head/deskutils: . copyq Message-ID: <201607211847.u6LIluTh087613@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kmoore Date: Thu Jul 21 18:47:55 2016 New Revision: 418889 URL: https://svnweb.freebsd.org/changeset/ports/418889 Log: CopyQ is advanced clipboard manager with editing and scripting features. WWW: https://github.com/hluk/CopyQ Added: head/deskutils/copyq/ head/deskutils/copyq/Makefile (contents, props changed) head/deskutils/copyq/distinfo (contents, props changed) head/deskutils/copyq/pkg-descr (contents, props changed) Modified: head/deskutils/Makefile Modified: head/deskutils/Makefile ============================================================================== --- head/deskutils/Makefile Thu Jul 21 18:31:49 2016 (r418888) +++ head/deskutils/Makefile Thu Jul 21 18:47:55 2016 (r418889) @@ -28,6 +28,7 @@ SUBDIR += conduit SUBDIR += conkyemail SUBDIR += conkyforecast + SUBDIR += copyq SUBDIR += countdown SUBDIR += cycle SUBDIR += dailystrips Added: head/deskutils/copyq/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/copyq/Makefile Thu Jul 21 18:47:55 2016 (r418889) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= copyq +PORTVERSION= 2.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= deskutils + +MAINTAINER= kris@ixsystems.com +COMMENT= Qt5 based clipboard manager + +LICENSE= GPLv3 + +USE_XORG+= x11 xfixes xtst +USE_QT5= core gui network svg multimedia imageformats \ + buildtools_build x11extras concurrent widgets xml \ + script +USE_GL+= gl +USES= qmake + +PLIST_FILES= bin/copyq + +USE_GITHUB= yes +GH_ACCOUNT= hluk +GH_PROJECT= CopyQ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin/copyq + +.include <bsd.port.mk> Added: head/deskutils/copyq/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/copyq/distinfo Thu Jul 21 18:47:55 2016 (r418889) @@ -0,0 +1,3 @@ +TIMESTAMP = 1469125509 +SHA256 (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 4b8efd6e4041a0aa5f3361eb3aef93f51b5919c14502138e9f4a0b756b290d91 +SIZE (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 1490106 Added: head/deskutils/copyq/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/deskutils/copyq/pkg-descr Thu Jul 21 18:47:55 2016 (r418889) @@ -0,0 +1,3 @@ +CopyQ is advanced clipboard manager with editing and scripting features. + +WWW: https://github.com/hluk/CopyQ
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607211847.u6LIluTh087613>