Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 14:10:28 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557739 - in head/x11: . aclip
Message-ID:  <202012111410.0BBEASDu093476@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012111410.0BBEASDu093476>