Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Nov 2020 17:42:05 +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: r556447 - in head/x11-wm: . durden
Message-ID:  <202011271742.0ARHg5QI014697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Nov 27 17:42:04 2020
New Revision: 556447
URL: https://svnweb.freebsd.org/changeset/ports/556447

Log:
  x11-wm/durden: add new port
  
  Durden is a desktop environment for the Arcan Display Server. It
  serves both as a reference showcase on how to take advantage of some
  of the features in Arcan, and as a very competent entry to the
  advanced-user side of the desktop environment spectrum. The basic
  premise is to absorb most, if not all, features from current desktop
  environments in a modular and configurable way - then let user
  selected profiles actually cherry- pick the configuration, visuals and
  tunning that reflects the desktop the user wants or is familiar
  with. Internally, it is based around a file-system like structure
  ("the menu") and everything else is references to paths within this
  structure.
  
  http://durden.arcan-fe.com/

Added:
  head/x11-wm/durden/
  head/x11-wm/durden/Makefile   (contents, props changed)
  head/x11-wm/durden/distinfo   (contents, props changed)
  head/x11-wm/durden/pkg-descr   (contents, props changed)
Modified:
  head/x11-wm/Makefile   (contents, props changed)

Modified: head/x11-wm/Makefile
==============================================================================
--- head/x11-wm/Makefile	Fri Nov 27 17:41:57 2020	(r556446)
+++ head/x11-wm/Makefile	Fri Nov 27 17:42:04 2020	(r556447)
@@ -26,6 +26,7 @@
     SUBDIR += ctwm
     SUBDIR += cwm
     SUBDIR += devilspie
+    SUBDIR += durden
     SUBDIR += dwm
     SUBDIR += e16
     SUBDIR += e16-docs

Added: head/x11-wm/durden/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/durden/Makefile	Fri Nov 27 17:42:04 2020	(r556447)
@@ -0,0 +1,30 @@
+# $FreeBSD$
+
+PORTNAME=	durden
+DISTVERSION=	0.6.0
+CATEGORIES=	x11-wm
+
+MAINTAINER=	jbeich@FreeBSD.org
+COMMENT=	Desktop Environment for Arcan
+
+LICENSE=	BSD3CLAUSE # without fonts
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	arcan:multimedia/arcan
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	letoram
+NO_ARCH=	yes
+NO_BUILD=	yes
+PLIST_FILES=	bin/${PORTNAME}
+PORTDATA=	*
+
+post-patch:
+	@${REINPLACE_CMD} 's,/usr,${PREFIX},' ${WRKSRC}/distr/${PORTNAME}
+
+do-install:
+	${INSTALL_SCRIPT} ${WRKSRC}/distr/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTNAME}" \
+		${STAGEDIR}${DATADIR})
+
+.include <bsd.port.mk>

Added: head/x11-wm/durden/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/durden/distinfo	Fri Nov 27 17:42:04 2020	(r556447)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1606260437
+SHA256 (letoram-durden-0.6.0_GH0.tar.gz) = 6597d22f19e9c492b489305284bac955c091985d021ed2922fab22c93ed4d5c0
+SIZE (letoram-durden-0.6.0_GH0.tar.gz) = 3356749

Added: head/x11-wm/durden/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11-wm/durden/pkg-descr	Fri Nov 27 17:42:04 2020	(r556447)
@@ -0,0 +1,13 @@
+Durden is a desktop environment for the Arcan Display Server. It
+serves both as a reference showcase on how to take advantage of some
+of the features in Arcan, and as a very competent entry to the
+advanced-user side of the desktop environment spectrum. The basic
+premise is to absorb most, if not all, features from current desktop
+environments in a modular and configurable way - then let user
+selected profiles actually cherry- pick the configuration, visuals and
+tunning that reflects the desktop the user wants or is familiar
+with. Internally, it is based around a file-system like structure
+("the menu") and everything else is references to paths within this
+structure.
+
+WWW: http://durden.arcan-fe.com/



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