Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2020 14:10:16 +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: r557737 - in head/sysutils: . acfgfs
Message-ID:  <202012111410.0BBEAGGZ093153@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Dec 11 14:10:16 2020
New Revision: 557737
URL: https://svnweb.freebsd.org/changeset/ports/557737

Log:
  sysutils/acfgfs: add new port
  
  Acfgfs is a tool that lets you mount certain arcan applications as a FUSE
  file-system. The application has to explicitly support it (e.g., Durden).
  
  https://arcan-fe.com/

Added:
  head/sysutils/acfgfs/
  head/sysutils/acfgfs/Makefile   (contents, props changed)
  head/sysutils/acfgfs/distinfo   (contents, props changed)
  head/sysutils/acfgfs/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile   (contents, props changed)

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Dec 11 14:10:10 2020	(r557736)
+++ head/sysutils/Makefile	Fri Dec 11 14:10:16 2020	(r557737)
@@ -15,6 +15,7 @@
     SUBDIR += accounts-qml-module
     SUBDIR += accountsservice
     SUBDIR += acerhdf-kmod
+    SUBDIR += acfgfs
     SUBDIR += acltool
     SUBDIR += acpi_call
     SUBDIR += acpica-tools

Added: head/sysutils/acfgfs/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/acfgfs/Makefile	Fri Dec 11 14:10:16 2020	(r557737)
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME=	acfgfs
+DISTVERSION=	0.6.0
+CATEGORIES=	sysutils
+
+PATCH_SITES=	https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+=	6b82402a1c0b.patch:-p4 # https://github.com/letoram/arcan/pull/205
+PATCHFILES+=	78144225d358.patch:-p4 # https://github.com/letoram/arcan/pull/205
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	FUSE file system driver for Arcan window managers
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC:H:H:H}/data/distr/LICENSE.BSD
+
+LIB_DEPENDS=	libarcan_shmif_ext.so:multimedia/arcan
+
+USES=		cmake compiler:c11 fuse:3 pkgconfig
+USE_GITHUB=	yes
+GH_ACCOUNT=	letoram
+GH_PROJECT=	arcan
+WRKSRC_SUBDIR=	src/tools/${PORTNAME}
+PLIST_FILES=	bin/arcan_cfgfs \
+		man/man1/arcan_cfgfs.1.gz
+
+.include <bsd.port.mk>

Added: head/sysutils/acfgfs/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/acfgfs/distinfo	Fri Dec 11 14:10:16 2020	(r557737)
@@ -0,0 +1,7 @@
+TIMESTAMP = 1606252529
+SHA256 (letoram-arcan-0.6.0_GH0.tar.gz) = 7b7aeb0fa6b89b7e3779d2e078b626566bdfa86c756d7ea1cc4f84b9e60d16a0
+SIZE (letoram-arcan-0.6.0_GH0.tar.gz) = 11216362
+SHA256 (6b82402a1c0b.patch) = 3308badd9a50349b4ea6f81b96dd66ae9ffd80bce053e8249fd392017e3bc014
+SIZE (6b82402a1c0b.patch) = 798
+SHA256 (78144225d358.patch) = d0d3472740bb9b957a167bbcacf54fe4368335ce9b717d22304dc0f951215424
+SIZE (78144225d358.patch) = 864

Added: head/sysutils/acfgfs/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/acfgfs/pkg-descr	Fri Dec 11 14:10:16 2020	(r557737)
@@ -0,0 +1,4 @@
+Acfgfs is a tool that lets you mount certain arcan applications as a FUSE
+file-system. The application has to explicitly support it (e.g., Durden).
+
+WWW: https://arcan-fe.com/



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