From owner-svn-ports-all@freebsd.org Fri Nov 27 17:42:07 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 4F7A24AD3CE; Fri, 27 Nov 2020 17:42:07 +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 4CjMQ66HCKz3nf5; Fri, 27 Nov 2020 17:42:06 +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 197AD192B4; Fri, 27 Nov 2020 17:42:06 +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 0ARHg5xO014704; Fri, 27 Nov 2020 17:42:05 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0ARHg5QI014697; Fri, 27 Nov 2020 17:42:05 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <202011271742.0ARHg5QI014697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Fri, 27 Nov 2020 17:42:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556447 - in head/x11-wm: . durden X-SVN-Group: ports-head X-SVN-Commit-Author: jbeich X-SVN-Commit-Paths: in head/x11-wm: . durden X-SVN-Commit-Revision: 556447 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, 27 Nov 2020 17:42:07 -0000 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 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/