aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/durden
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-11-27 17:42:04 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-11-27 17:42:04 +0000
commite5449220405b01ba4d647dc267c7487bcdf89299 (patch)
treee9c1dc8b982b0917aa99a992d3239dc4a9841e4f /x11-wm/durden
parent07467d02fc981cc3fc4313694832bbf21f194520 (diff)
downloadports-e5449220405b01ba4d647dc267c7487bcdf89299.tar.gz
ports-e5449220405b01ba4d647dc267c7487bcdf89299.zip
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/
Notes
Notes: svn path=/head/; revision=556447
Diffstat (limited to 'x11-wm/durden')
-rw-r--r--x11-wm/durden/Makefile30
-rw-r--r--x11-wm/durden/distinfo3
-rw-r--r--x11-wm/durden/pkg-descr13
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-wm/durden/Makefile b/x11-wm/durden/Makefile
new file mode 100644
index 000000000000..c5f5cdedfbf2
--- /dev/null
+++ b/x11-wm/durden/Makefile
@@ -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>
diff --git a/x11-wm/durden/distinfo b/x11-wm/durden/distinfo
new file mode 100644
index 000000000000..68883e1da897
--- /dev/null
+++ b/x11-wm/durden/distinfo
@@ -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
diff --git a/x11-wm/durden/pkg-descr b/x11-wm/durden/pkg-descr
new file mode 100644
index 000000000000..cc30582e2e55
--- /dev/null
+++ b/x11-wm/durden/pkg-descr
@@ -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/