From owner-svn-ports-all@freebsd.org Tue Oct 13 09:27:44 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1A56B43B9DE; Tue, 13 Oct 2020 09:27:44 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C9VZR6vwlz4TM2; Tue, 13 Oct 2020 09:27:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CD4761B5A1; Tue, 13 Oct 2020 09:27:43 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 09D9Rhhr019864; Tue, 13 Oct 2020 09:27:43 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 09D9Rh9u019861; Tue, 13 Oct 2020 09:27:43 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202010130927.09D9Rh9u019861@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Tue, 13 Oct 2020 09:27:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552224 - in head/x11-wm: . yeahwm X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/x11-wm: . yeahwm X-SVN-Commit-Revision: 552224 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Oct 2020 09:27:44 -0000 Author: danfe Date: Tue Oct 13 09:27:42 2020 New Revision: 552224 URL: https://svnweb.freebsd.org/changeset/ports/552224 Log: YeahWM is a minimalist window manager for X11 based on evilwm and aewm. WWW: http://phrat.de/ Added: head/x11-wm/yeahwm/ head/x11-wm/yeahwm/Makefile (contents, props changed) head/x11-wm/yeahwm/distinfo (contents, props changed) head/x11-wm/yeahwm/pkg-descr (contents, props changed) Modified: head/x11-wm/Makefile Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Tue Oct 13 09:18:44 2020 (r552223) +++ head/x11-wm/Makefile Tue Oct 13 09:27:42 2020 (r552224) @@ -119,5 +119,6 @@ SUBDIR += xfce4-panel-profiles SUBDIR += xfce4-session SUBDIR += xfce4-wm + SUBDIR += yeahwm .include Added: head/x11-wm/yeahwm/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/yeahwm/Makefile Tue Oct 13 09:27:42 2020 (r552224) @@ -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 Added: head/x11-wm/yeahwm/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/yeahwm/distinfo Tue Oct 13 09:27:42 2020 (r552224) @@ -0,0 +1,3 @@ +TIMESTAMP = 1101403672 +SHA256 (yeahwm_0.3.5.tar.gz) = c92ce98848c8b88d9b67c128e30710944c04a6454310254535c102b2b6fcee05 +SIZE (yeahwm_0.3.5.tar.gz) = 23465 Added: head/x11-wm/yeahwm/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/yeahwm/pkg-descr Tue Oct 13 09:27:42 2020 (r552224) @@ -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/