From owner-svn-ports-head@freebsd.org Thu Jul 21 18:47:57 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E0C43BA02A5; Thu, 21 Jul 2016 18:47:57 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 866E01943; Thu, 21 Jul 2016 18:47:57 +0000 (UTC) (envelope-from kmoore@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6LIluRx087617; Thu, 21 Jul 2016 18:47:56 GMT (envelope-from kmoore@FreeBSD.org) Received: (from kmoore@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6LIluTh087613; Thu, 21 Jul 2016 18:47:56 GMT (envelope-from kmoore@FreeBSD.org) Message-Id: <201607211847.u6LIluTh087613@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kmoore set sender to kmoore@FreeBSD.org using -f From: Kris Moore Date: Thu, 21 Jul 2016 18:47:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r418889 - in head/deskutils: . copyq X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2016 18:47:58 -0000 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 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