From owner-svn-ports-all@freebsd.org Thu Aug 30 18:52:21 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A381EC8110; Thu, 30 Aug 2018 18:52:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 349408E921; Thu, 30 Aug 2018 18:52:21 +0000 (UTC) (envelope-from yuri@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 15DEE10781; Thu, 30 Aug 2018 18:52:21 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w7UIqKVq020746; Thu, 30 Aug 2018 18:52:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w7UIqKmH020741; Thu, 30 Aug 2018 18:52:20 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201808301852.w7UIqKmH020741@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Thu, 30 Aug 2018 18:52:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478485 - in head/x11-wm: . i3-gaps X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/x11-wm: . i3-gaps X-SVN-Commit-Revision: 478485 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.27 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: Thu, 30 Aug 2018 18:52:21 -0000 Author: yuri Date: Thu Aug 30 18:52:19 2018 New Revision: 478485 URL: https://svnweb.freebsd.org/changeset/ports/478485 Log: New port: x11-wm/i3-gaps: Fork of i3 tiling window manager with more features, including gaps PR: 230265 Submitted by: Dmitri Goutnik Added: head/x11-wm/i3-gaps/ head/x11-wm/i3-gaps/Makefile (contents, props changed) head/x11-wm/i3-gaps/distinfo (contents, props changed) head/x11-wm/i3-gaps/pkg-descr (contents, props changed) head/x11-wm/i3-gaps/pkg-plist (contents, props changed) Modified: head/x11-wm/Makefile Modified: head/x11-wm/Makefile ============================================================================== --- head/x11-wm/Makefile Thu Aug 30 18:49:17 2018 (r478484) +++ head/x11-wm/Makefile Thu Aug 30 18:52:19 2018 (r478485) @@ -62,6 +62,7 @@ SUBDIR += hs-xmonad SUBDIR += hs-xmonad-contrib SUBDIR += i3 + SUBDIR += i3-gaps SUBDIR += icewm SUBDIR += ion SUBDIR += jewel Added: head/x11-wm/i3-gaps/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3-gaps/Makefile Thu Aug 30 18:52:19 2018 (r478485) @@ -0,0 +1,49 @@ +# $FreeBSD$ + +PORTNAME= i3 +DISTVERSION= 4.15.0.1 +CATEGORIES= x11-wm +PKGNAMESUFFIX= -gaps + +MAINTAINER= dg@syrec.org +COMMENT= Fork of i3 tiling window manager with more features, including gaps + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= asciidoc:textproc/asciidoc \ + xmlto:textproc/xmlto +LIB_DEPENDS= libcairo.so:graphics/cairo \ + libev.so:devel/libev \ + libpangocairo-1.0.so:x11-toolkits/pango \ + libpcre.so:devel/pcre \ + libstartup-notification-1.so:x11/startup-notification \ + libxcb-cursor.so:x11/xcb-util-cursor \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxcb-util.so:x11/xcb-util \ + libxcb-xrm.so:x11/xcb-util-xrm \ + libxkbcommon.so:x11/libxkbcommon \ + libyajl.so:devel/yajl +RUN_DEPENDS= p5-AnyEvent-I3>=0:devel/p5-AnyEvent-I3 \ + p5-IPC-Run>=0:devel/p5-IPC-Run \ + p5-JSON-XS>=0:converters/p5-JSON-XS \ + p5-Try-Tiny>=0:lang/p5-Try-Tiny + +USES= autoreconf gettext-runtime gmake iconv localbase perl5 pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= Airblader +USE_PERL5= run +USE_GNOME= glib20 +USE_XORG= xcb +GNU_CONFIGURE= yes +CONFIGURE_OUTSOURCE= yes + +CONFLICTS_INSTALL= i3 + +OPTIONS_DEFINE= DOCS + +post-patch-DOCS-off: + @${REINPLACE_CMD} 's|print_BUILD_DOCS=yes|print_BUILD_DOCS=no|' ${WRKSRC}/configure.ac + +.include Added: head/x11-wm/i3-gaps/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3-gaps/distinfo Thu Aug 30 18:52:19 2018 (r478485) @@ -0,0 +1,3 @@ +TIMESTAMP = 1533133047 +SHA256 (Airblader-i3-4.15.0.1_GH0.tar.gz) = 543998c0cc2a7f7ec7dfe849bc85cbadb442ce2286f34d7afc437a346d5c469b +SIZE (Airblader-i3-4.15.0.1_GH0.tar.gz) = 3965631 Added: head/x11-wm/i3-gaps/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3-gaps/pkg-descr Thu Aug 30 18:52:19 2018 (r478485) @@ -0,0 +1,5 @@ +i3-gaps is a fork of i3, a tiling window manager. It includes a few +additional features such as gaps, smart borders and setting a background and +border color for the individual blocks in i3bar. + +WWW: https://github.com/Airblader/i3 Added: head/x11-wm/i3-gaps/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-wm/i3-gaps/pkg-plist Thu Aug 30 18:52:19 2018 (r478485) @@ -0,0 +1,44 @@ +bin/i3 +bin/i3-config-wizard +bin/i3-dmenu-desktop +bin/i3-dump-log +bin/i3-input +bin/i3-migrate-config-to-v4 +bin/i3-msg +bin/i3-nagbar +bin/i3-save-tree +bin/i3-sensible-editor +bin/i3-sensible-pager +bin/i3-sensible-terminal +bin/i3-with-shmlog +bin/i3bar +%%ETCDIR%%/config +%%ETCDIR%%/config.keycodes +man/man1/i3-config-wizard.1.gz +man/man1/i3-dmenu-desktop.1.gz +man/man1/i3-dump-log.1.gz +man/man1/i3-input.1.gz +man/man1/i3-migrate-config-to-v4.1.gz +man/man1/i3-msg.1.gz +man/man1/i3-nagbar.1.gz +man/man1/i3-save-tree.1.gz +man/man1/i3-sensible-editor.1.gz +man/man1/i3-sensible-pager.1.gz +man/man1/i3-sensible-terminal.1.gz +man/man1/i3.1.gz +man/man1/i3bar.1.gz +%%PORTDOCS%%%%DOCSDIR%%/debugging.html +%%PORTDOCS%%%%DOCSDIR%%/hacking-howto.html +%%PORTDOCS%%%%DOCSDIR%%/i3bar-protocol.html +%%PORTDOCS%%%%DOCSDIR%%/ipc.html +%%PORTDOCS%%%%DOCSDIR%%/layout-saving.html +%%PORTDOCS%%%%DOCSDIR%%/lib-i3test-test.html +%%PORTDOCS%%%%DOCSDIR%%/lib-i3test.html +%%PORTDOCS%%%%DOCSDIR%%/multi-monitor.html +%%PORTDOCS%%%%DOCSDIR%%/testsuite.html +%%PORTDOCS%%%%DOCSDIR%%/userguide.html +%%PORTDOCS%%%%DOCSDIR%%/wsbar.html +include/i3/ipc.h +share/applications/i3.desktop +share/xsessions/i3-with-shmlog.desktop +share/xsessions/i3.desktop