From owner-svn-ports-all@freebsd.org Fri Dec 11 14:10:30 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BF9044B0D10; Fri, 11 Dec 2020 14:10:30 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Cst3V2GlRz3tPF; Fri, 11 Dec 2020 14:10:29 +0000 (UTC) (envelope-from jbeich@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EAF844583; Fri, 11 Dec 2020 14:10:28 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BBEASFq093480; Fri, 11 Dec 2020 14:10:28 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BBEASDu093476; Fri, 11 Dec 2020 14:10:28 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202012111410.0BBEASDu093476@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 11 Dec 2020 14:10:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r557739 - in head/x11: . aclip X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11: . aclip X-SVN-Commit-Revision: 557739 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2020 14:10:30 -0000 Author: jbeich Date: Fri Dec 11 14:10:27 2020 New Revision: 557739 URL: https://svnweb.freebsd.org/changeset/ports/557739 Log: x11/aclip: add new port Aclip is a clipboard manager similar to Xclip. It allows for bridging the clipboard between a desktop environment like Durden, and that of an X server. https://arcan-fe.com/ Added: head/x11/aclip/ head/x11/aclip/Makefile (contents, props changed) head/x11/aclip/distinfo (contents, props changed) head/x11/aclip/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Dec 11 14:10:22 2020 (r557738) +++ head/x11/Makefile Fri Dec 11 14:10:27 2020 (r557739) @@ -6,6 +6,7 @@ SUBDIR += 3ddesktop SUBDIR += 9box SUBDIR += 9menu + SUBDIR += aclip SUBDIR += admiral SUBDIR += alacritty SUBDIR += albert Added: head/x11/aclip/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/aclip/Makefile Fri Dec 11 14:10:27 2020 (r557739) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= aclip +DISTVERSION= 0.6.0 +CATEGORIES= x11 + +MAINTAINER= jbeich@FreeBSD.org +COMMENT= Command line interface to Arcan clipboards + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC:H:H:H}/data/distr/LICENSE.BSD + +LIB_DEPENDS= libarcan_shmif_ext.so:multimedia/arcan + +USES= cmake compiler:c11 +USE_GITHUB= yes +GH_ACCOUNT= letoram +GH_PROJECT= arcan +WRKSRC_SUBDIR= src/tools/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/${PORTNAME}.1.gz + +.include Added: head/x11/aclip/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/aclip/distinfo Fri Dec 11 14:10:27 2020 (r557739) @@ -0,0 +1,3 @@ +TIMESTAMP = 1606252529 +SHA256 (letoram-arcan-0.6.0_GH0.tar.gz) = 7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0 +SIZE (letoram-arcan-0.6.0_GH0.tar.gz) = 11216362 Added: head/x11/aclip/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/aclip/pkg-descr Fri Dec 11 14:10:27 2020 (r557739) @@ -0,0 +1,4 @@ +Aclip is a clipboard manager similar to Xclip. It allows for bridging the +clipboard between a desktop environment like Durden, and that of an X server. + +WWW: https://arcan-fe.com/