Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 556446) +++ head/x11-wm/Makefile (revision 556447) @@ -1,126 +1,127 @@ # $FreeBSD$ # COMMENT = X11 window managers SUBDIR += afterstep SUBDIR += afterstep-stable SUBDIR += amiwm SUBDIR += antiwm SUBDIR += aphelia SUBDIR += awesome SUBDIR += awesome-vicious SUBDIR += bbkeys SUBDIR += bbpager SUBDIR += berry SUBDIR += blackbox SUBDIR += bspwm SUBDIR += cage SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie + SUBDIR += durden SUBDIR += dwm SUBDIR += e16 SUBDIR += e16-docs SUBDIR += echinus SUBDIR += emerald SUBDIR += enlightenment SUBDIR += epplets SUBDIR += euclid-wm SUBDIR += evilwm SUBDIR += fbcmd SUBDIR += fluxbox SUBDIR += fluxter SUBDIR += flwm SUBDIR += fvwm2 SUBDIR += gamescope SUBDIR += gcompmgr SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw SUBDIR += larswm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxmed SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += obconf SUBDIR += obconf-qt SUBDIR += obpager SUBDIR += openbox SUBDIR += oroborus SUBDIR += pager SUBDIR += peksystray SUBDIR += pekwm SUBDIR += phluid SUBDIR += phoc SUBDIR += picom SUBDIR += piewm SUBDIR += plasma5-kdecoration SUBDIR += plasma5-kwin SUBDIR += pwm SUBDIR += qtile SUBDIR += ratmen SUBDIR += ratpoison SUBDIR += river SUBDIR += rubygem-uh-layout SUBDIR += rubygem-uh-wm SUBDIR += sawfish SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += tinywm SUBDIR += transset SUBDIR += treewm SUBDIR += tvtwm SUBDIR += twm SUBDIR += vtwm SUBDIR += w9wm SUBDIR += wayfire SUBDIR += wayfire-plugins-extra SUBDIR += windowmaker SUBDIR += wm2 SUBDIR += wmakerconf SUBDIR += wmanager SUBDIR += wmanager-addons SUBDIR += wmconfig SUBDIR += wmii SUBDIR += wmii-devel SUBDIR += wmname SUBDIR += wmx SUBDIR += xcompmgr SUBDIR += xfce4 SUBDIR += xfce4-desktop SUBDIR += xfce4-panel SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm SUBDIR += yeahwm .include Index: head/x11-wm/durden/Makefile =================================================================== --- head/x11-wm/durden/Makefile (nonexistent) +++ head/x11-wm/durden/Makefile (revision 556447) @@ -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 Property changes on: head/x11-wm/durden/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/durden/distinfo =================================================================== --- head/x11-wm/durden/distinfo (nonexistent) +++ head/x11-wm/durden/distinfo (revision 556447) @@ -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 Property changes on: head/x11-wm/durden/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11-wm/durden/pkg-descr =================================================================== --- head/x11-wm/durden/pkg-descr (nonexistent) +++ head/x11-wm/durden/pkg-descr (revision 556447) @@ -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/ Property changes on: head/x11-wm/durden/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property