diff options
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/durden/Makefile | 30 | ||||
-rw-r--r-- | x11-wm/durden/distinfo | 3 | ||||
-rw-r--r-- | x11-wm/durden/pkg-descr | 13 |
4 files changed, 47 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index f64b130ebf33..986fefce71ed 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -26,6 +26,7 @@ SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie + SUBDIR += durden SUBDIR += dwm SUBDIR += e16 SUBDIR += e16-docs 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/ |