Index: head/x11-wm/Makefile =================================================================== --- head/x11-wm/Makefile (revision 552223) +++ head/x11-wm/Makefile (revision 552224) @@ -1,123 +1,124 @@ # $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 += 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 += 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 += 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/yeahwm/Makefile =================================================================== --- head/x11-wm/yeahwm/Makefile (nonexistent) +++ head/x11-wm/yeahwm/Makefile (revision 552224) @@ -0,0 +1,42 @@ +# Created by: Alexey Dokuchaev +# $FreeBSD$ + +PORTNAME= yeahwm +PORTVERSION= 0.3.5 +CATEGORIES= x11-wm +MASTER_SITES= http://phrat.de/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= danfe@FreeBSD.org +COMMENT= Minimal X11 window manager with BeOS-like tabbed titles + +USES= xorg +USE_XORG= x11 xext xinerama +MAKE_ARGS= CC="${CC}" XROOT="${LOCALBASE}" + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +PLIST_FILES= bin/yeahwm man/man1/yeahwm.1.gz +PORTDOCS= README* + +OPTIONS_DEFINE= DOCS MOTIF +MOTIF_DESC= Use Motif hints to find if window should be borderless + +MOTIF_BUILD_DEPENDS= ${LOCALBASE}/include/Xm/MwmUtil.h:x11-toolkits/open-motif + +post-patch: + @${REINPLACE_CMD} -e 's, -Wall -Os,-fcommon,' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e '/DEF_FONT/s,variable,fixed,' ${WRKSRC}/config.h + +post-patch-MOTIF-off: + @${REINPLACE_CMD} -e '/MWM_HINTS/s,define,undef,' ${WRKSRC}/config.h + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/yeahwm ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/yeahwm.1 ${STAGEDIR}${MANPREFIX}/man/man1 + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} + +.include Property changes on: head/x11-wm/yeahwm/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/yeahwm/distinfo =================================================================== --- head/x11-wm/yeahwm/distinfo (nonexistent) +++ head/x11-wm/yeahwm/distinfo (revision 552224) @@ -0,0 +1,3 @@ +TIMESTAMP = 1101403672 +SHA256 (yeahwm_0.3.5.tar.gz) = c92ce98848c8b88d9b67c128e30710944c04a6454310254535c102b2b6fcee05 +SIZE (yeahwm_0.3.5.tar.gz) = 23465 Property changes on: head/x11-wm/yeahwm/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/yeahwm/pkg-descr =================================================================== --- head/x11-wm/yeahwm/pkg-descr (nonexistent) +++ head/x11-wm/yeahwm/pkg-descr (revision 552224) @@ -0,0 +1,18 @@ +YeahWM is a minimalist window manager for X11 based on evilwm and aewm. +It features: + + * Sloppy focus + * BeOS-like tabbed titles, which can be repositioned + * Support for Xinerama + * Simple appearance + * Good keyboard control + * Creative usage of the mouse + * Respects aspect size hints + * Solid resize and move operations + * Virtual desktops + * "Magic" screen edges for desktop switching + * Snapping to other windows and screen borders when moving windows + * Small binary size (ca. 23KB) + * Little resource usage + +WWW: http://phrat.de/ Property changes on: head/x11-wm/yeahwm/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