diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 732613f5e3c7..282b2c3ef57e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,131 +1,132 @@ 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 += cagebreak SUBDIR += chamfer SUBDIR += compiz SUBDIR += compiz-plugins-extra SUBDIR += compiz-plugins-main SUBDIR += compiz-plugins-unsupported SUBDIR += compton SUBDIR += ctwm SUBDIR += cwm SUBDIR += devilspie SUBDIR += devilspie2 SUBDIR += durden SUBDIR += dwl 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 += fvwm3 SUBDIR += gamescope SUBDIR += herbstluftwm SUBDIR += hikari SUBDIR += hs-xmonad SUBDIR += i3 SUBDIR += i3-gaps SUBDIR += icewm + SUBDIR += ittywm SUBDIR += jewel SUBDIR += jwm SUBDIR += kickshaw SUBDIR += kwinft SUBDIR += labwc SUBDIR += larswm SUBDIR += leftwm SUBDIR += libcompizconfig SUBDIR += libdockapp SUBDIR += libwraster SUBDIR += lwm SUBDIR += lxappearance-obconf SUBDIR += lxqt SUBDIR += lxqt-panel SUBDIR += lxqt-session SUBDIR += lxsession SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity SUBDIR += muffin SUBDIR += mutter SUBDIR += nscde 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 += sdorfehs SUBDIR += selectwm SUBDIR += skippy-xd SUBDIR += spectrwm SUBDIR += stumpwm SUBDIR += subtle SUBDIR += sway SUBDIR += sway-devel 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 diff --git a/x11-wm/ittywm/Makefile b/x11-wm/ittywm/Makefile new file mode 100644 index 000000000000..fe639769ce95 --- /dev/null +++ b/x11-wm/ittywm/Makefile @@ -0,0 +1,25 @@ +PORTNAME= ittywm +DISTVERSION= g20180507 +CATEGORIES= x11-wm + +MAINTAINER= pyrus@bsdmail.com +COMMENT= Ridiculously tiny libxcb window manager + +LICENSE= PD +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= localbase xorg +USE_GITHUB= yes +GH_ACCOUNT= marshallmason +GH_TAGNAME= cc290ed +USE_XORG= xau xcb xdmcp + +PLIST_FILES= bin/${PORTNAME} + +do-build: + ${CC} ${CFLAGS} ${LDFLAGS} ${LIBS} -o ${WRKSRC}/${PORTNAME} ${WRKSRC}/ittywm.c -lxcb + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + +.include diff --git a/x11-wm/ittywm/distinfo b/x11-wm/ittywm/distinfo new file mode 100644 index 000000000000..f99197e4006d --- /dev/null +++ b/x11-wm/ittywm/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1660096678 +SHA256 (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 0e89d77fbc1d948d502e1db521c39e0ff3eda5b1bfa8ec818cabea9bb22147aa +SIZE (marshallmason-ittywm-g20180507-cc290ed_GH0.tar.gz) = 3732 diff --git a/x11-wm/ittywm/pkg-descr b/x11-wm/ittywm/pkg-descr new file mode 100644 index 000000000000..736b38407e9c --- /dev/null +++ b/x11-wm/ittywm/pkg-descr @@ -0,0 +1,3 @@ +ittywm is a windowmanager in xcb which is based off of tinywm. + +WWW: https://github.com/marshallmason/ittywm