From owner-svn-ports-head@freebsd.org Fri Jun 15 14:20:15 2018 Return-Path: Delivered-To: svn-ports-head@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 382581009E8C; Fri, 15 Jun 2018 14:20:15 +0000 (UTC) (envelope-from tobik@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 E29B87026E; Fri, 15 Jun 2018 14:20:14 +0000 (UTC) (envelope-from tobik@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 C368018781; Fri, 15 Jun 2018 14:20:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5FEKECj045295; Fri, 15 Jun 2018 14:20:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5FEKDAq045290; Fri, 15 Jun 2018 14:20:13 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201806151420.w5FEKDAq045290@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Fri, 15 Jun 2018 14:20:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472456 - in head/x11: . wmsystemtray X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/x11: . wmsystemtray X-SVN-Commit-Revision: 472456 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jun 2018 14:20:15 -0000 Author: tobik Date: Fri Jun 15 14:20:13 2018 New Revision: 472456 URL: https://svnweb.freebsd.org/changeset/ports/472456 Log: New port: x11/wmsystemtray wmsystemtray is a system tray dockapp using freedesktop.org system tray protocol. It is designed to work with WindowMaker or another WM, that supports dock applications (FVWM, AfterStep). WWW: https://wmsystemtray.sourceforge.io PR: 229033 Submitted by: ILUXA Added: head/x11/wmsystemtray/ head/x11/wmsystemtray/Makefile (contents, props changed) head/x11/wmsystemtray/distinfo (contents, props changed) head/x11/wmsystemtray/pkg-descr (contents, props changed) head/x11/wmsystemtray/pkg-message (contents, props changed) Modified: head/x11/Makefile Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Fri Jun 15 14:19:25 2018 (r472455) +++ head/x11/Makefile Fri Jun 15 14:20:13 2018 (r472456) @@ -366,6 +366,7 @@ SUBDIR += wmctrl SUBDIR += wmdrawer SUBDIR += wmmatrix + SUBDIR += wmsystemtray SUBDIR += wmutils-core SUBDIR += wmutils-opt SUBDIR += wmxss Added: head/x11/wmsystemtray/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wmsystemtray/Makefile Fri Jun 15 14:20:13 2018 (r472456) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= wmsystemtray +PORTVERSION= 1.4 +CATEGORIES= x11 windowmaker afterstep +MASTER_SITES= SF/wmsystemtray/wmsystemtray + +MAINTAINER= iluxa@ex.ua +COMMENT= System tray dockapp that uses freedesktop.org system tray protocol + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= pkgconfig +USE_XORG= ice sm x11 xext xfixes xmu xpm + +GNU_CONFIGURE= yes +PLIST_FILES= bin/wmsystemtray man/man1/wmsystemtray.1.gz + +.include Added: head/x11/wmsystemtray/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wmsystemtray/distinfo Fri Jun 15 14:20:13 2018 (r472456) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529072371 +SHA256 (wmsystemtray-1.4.tar.gz) = 8edef43691e9fff071000e29166c7c1ad420c0956e9068151061e881c8ac97e9 +SIZE (wmsystemtray-1.4.tar.gz) = 131973 Added: head/x11/wmsystemtray/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wmsystemtray/pkg-descr Fri Jun 15 14:20:13 2018 (r472456) @@ -0,0 +1,5 @@ +wmsystemtray is a system tray dockapp using freedesktop.org system +tray protocol. It is designed to work with WindowMaker or another +WM, that supports dock applications (FVWM, AfterStep). + +WWW: https://wmsystemtray.sourceforge.io Added: head/x11/wmsystemtray/pkg-message ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/wmsystemtray/pkg-message Fri Jun 15 14:20:13 2018 (r472456) @@ -0,0 +1 @@ +To use wmsystemtray outside of WindowMaker WM, use --non-wmaker flag.