Date: Fri, 15 Jun 2018 14:20:13 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472456 - in head/x11: . wmsystemtray Message-ID: <201806151420.w5FEKDAq045290@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <iluxa@ex.ua> 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 <bsd.port.mk> 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806151420.w5FEKDAq045290>