From owner-svn-ports-all@freebsd.org Fri Jun 28 20:00:03 2019 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 E7A2015CA597; Fri, 28 Jun 2019 20:00:02 +0000 (UTC) (envelope-from cy@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) server-signature RSA-PSS (4096 bits) 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 89250864D9; Fri, 28 Jun 2019 20:00:02 +0000 (UTC) (envelope-from cy@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 64D273B2A; Fri, 28 Jun 2019 20:00:02 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5SK02wZ080338; Fri, 28 Jun 2019 20:00:02 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5SK02V0080336; Fri, 28 Jun 2019 20:00:02 GMT (envelope-from cy@FreeBSD.org) Message-Id: <201906282000.x5SK02V0080336@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Fri, 28 Jun 2019 20:00:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505298 - in head/x11-wm/fvwm2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/x11-wm/fvwm2: . files X-SVN-Commit-Revision: 505298 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 89250864D9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.954,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Fri, 28 Jun 2019 20:00:03 -0000 Author: cy Date: Fri Jun 28 20:00:01 2019 New Revision: 505298 URL: https://svnweb.freebsd.org/changeset/ports/505298 Log: Comment out false dependencies in the sample system.fvwm2rc. Ulike Gnome, KDE, XFCE, and LXDE, which are windowing enviornments, FVWM is a simple window manager which simply controls the the placement of windows and provides decoration for windows. Wereas a windowing environment (like Gnome or KDE) is an ecosystem of themes, settings (like keyboard, mouse, network, and others), and a suite of applications within that ecosystem. FVWM is not this. There remove references sample applications, many which do not exist any more. Some people erroneously expect the samples to be installed when FVWM is installed. The samples still exist in the system.fvwm2rc file as comments. Users can install applications of their choosing and uncomment the desired samples, though it is recommended that people create their own ~/.fvwm2rc file instead. PR: 238350 Modified: head/x11-wm/fvwm2/Makefile (contents, props changed) head/x11-wm/fvwm2/files/system.fvwm2rc Modified: head/x11-wm/fvwm2/Makefile ============================================================================== --- head/x11-wm/fvwm2/Makefile Fri Jun 28 18:21:17 2019 (r505297) +++ head/x11-wm/fvwm2/Makefile Fri Jun 28 20:00:01 2019 (r505298) @@ -3,7 +3,7 @@ PORTNAME= fvwm PORTVERSION= 2.6.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= https://github.com/fvwmorg/fvwm/releases/download/${PORTVERSION}/ \ http://www.fvwm.org/generated/icon_download/ Modified: head/x11-wm/fvwm2/files/system.fvwm2rc ============================================================================== --- head/x11-wm/fvwm2/files/system.fvwm2rc Fri Jun 28 18:21:17 2019 (r505297) +++ head/x11-wm/fvwm2/files/system.fvwm2rc Fri Jun 28 20:00:01 2019 (r505298) @@ -36,20 +36,20 @@ Style "FvwmBanner" StaysOnTop Style "FvwmButtons" Icon toolbox.xpm, ClickToFocus # Styles for your common terminal emulator programs: -Style "XTerm" Icon xterm.xpm, SloppyFocus, IconBox -70 1 -1 -140 -Style "rxvt" Icon term.xpm, SloppyFocus, IconBox -70 1 -1 -140 -Style "rxvt" MWMBorder, MWMButtons +# Style "XTerm" Icon xterm.xpm, SloppyFocus, IconBox -70 1 -1 -140 +# Style "rxvt" Icon term.xpm, SloppyFocus, IconBox -70 1 -1 -140 +# Style "rxvt" MWMBorder, MWMButtons # Styles for various common programs: -Style "*lock" !Title, !Handles, Sticky, WindowListSkip, ClickToFocus -Style "xbiff" !Title, Sticky, WindowListSkip, ClickToFocus -Style "xcalc" Icon xcalc.xpm, !Button 2,ClickToFocus -Style "xmh" Icon mail1.xpm, !IconTitle,StickyIcon -Style "xmh" !Button 2 -Style "xman" Icon xman.xpm, ClickToFocus -Style "xmag" Icon mag_glass.xpm, ClickToFocus -Style "xgraph" Icon graphs.xpm, ClickToFocus -Style "xmosaic" Color Green/Yellow, ClickToFocus +# Style "*lock" !Title, !Handles, Sticky, WindowListSkip, ClickToFocus +# Style "xbiff" !Title, Sticky, WindowListSkip, ClickToFocus +# Style "xcalc" Icon xcalc.xpm, !Button 2,ClickToFocus +# Style "xmh" Icon mail1.xpm, !IconTitle,StickyIcon +# Style "xmh" !Button 2 +# Style "xman" Icon xman.xpm, ClickToFocus +# Style "xmag" Icon mag_glass.xpm, ClickToFocus +# Style "xgraph" Icon graphs.xpm, ClickToFocus +# Style "xmosaic" Color Green/Yellow, ClickToFocus # some simple default key bindings: @@ -88,13 +88,13 @@ AddToFunc SessionInitFunction ######################## Menus ################### AddToMenu RootMenu "Root Menu" Title -+ "XTerm" Exec exec xterm -+ "Rxvt" Exec exec rxvt -+ "" Nop -+ "Remote Logins" Popup Remote-Logins -+ "" Nop -+ "Utilities" Popup Utilities -+ "" Nop +# + "XTerm" Exec exec xterm +# + "Rxvt" Exec exec rxvt +# + "" Nop +# + "Remote Logins" Popup Remote-Logins +# + "" Nop +# + "Utilities" Popup Utilities +# + "" Nop + "Fvwm Modules" Popup Module-Popup + "Fvwm Window Ops" Popup Window-Ops + "Fvwm Simple Config Ops" Popup Misc-Ops @@ -104,19 +104,19 @@ AddToMenu RootMenu "Root Menu" Title + "" Nop + "Exit Fvwm" Popup Quit-Verify -AddToMenu Utilities "Utilities" Title -+ "Top" Exec exec xterm -T Top -n Top -e top -+ "Calculator" Exec exec xcalc -+ "Xman" Exec exec xman -+ "Xmag" Exec exec xmag -+ "Editres" Exec exec editres -+ "" Nop -+ "XEmacs" Exec exec xemacs -+ "Mail" MailFunction xmh "-font fixed" -+ "" Nop -+ "XLock" Exec exec xlock -mode random -+ "" Nop -+ "Reset X defaults" Exec xrdb -load $HOME/.Xdefaults +# AddToMenu Utilities "Utilities" Title +# + "Top" Exec exec xterm -T Top -n Top -e top +# + "Calculator" Exec exec xcalc +# + "Xman" Exec exec xman +# + "Xmag" Exec exec xmag +# + "Editres" Exec exec editres +# + "" Nop +# + "XEmacs" Exec exec xemacs +# + "Mail" MailFunction xmh "-font fixed" +# + "" Nop +# + "XLock" Exec exec xlock -mode random +# + "" Nop +# + "Reset X defaults" Exec xrdb -load $HOME/.Xdefaults AddToMenu Misc-Ops "Misc Config Opts" Title + "Sloppy Focus" ChangeDefaultFocus SloppyFocus @@ -165,14 +165,14 @@ AddToMenu Window-Ops2 "&Move" Move + "Print Reverse" PrintReverseFunction # be sure to fill these in with your correct machine names: -AddToMenu Remote-Logins "dopey" Exec ssh dopey rxvt -display $HOSTDISPLAY & -+ "snoopy" Exec ssh snoopy rxvt -display $HOSTDISPLAY & -+ "grumpy" Exec ssh grumpy rxvt -display $HOSTDISPLAY & -+ "happy" Exec ssh happy rxvt -display $HOSTDISPLAY & -+ "bailey" Exec ssh bailey rxvt -display $HOSTDISPLAY & -+ "barnum" Exec ssh barnum rxvt -display $HOSTDISPLAY & -+ "joker" Exec ssh joker rxvt -display $HOSTDISPLAY & -+ "signal" Exec rxterm signal +# AddToMenu Remote-Logins "dopey" Exec ssh dopey rxvt -display $HOSTDISPLAY & +# + "snoopy" Exec ssh snoopy rxvt -display $HOSTDISPLAY & +# + "grumpy" Exec ssh grumpy rxvt -display $HOSTDISPLAY & +# + "happy" Exec ssh happy rxvt -display $HOSTDISPLAY & +# + "bailey" Exec ssh bailey rxvt -display $HOSTDISPLAY & +# + "barnum" Exec ssh barnum rxvt -display $HOSTDISPLAY & +# + "joker" Exec ssh joker rxvt -display $HOSTDISPLAY & +# + "signal" Exec rxterm signal AddToMenu Module-Popup "FvwmModules" Title + "Identify" Module FvwmIdent @@ -200,17 +200,17 @@ AddToMenu Quit-Verify "Really Quit Fvwm?" Title + "Yes, Really Quit" Quit + "" Nop + "Restart Fvwm" Restart -+ "Restart Fvwm 1.x" Restart fvwm -s -+ "" Nop -+ "Start twm" Restart twm -+ "Start ctwm" Restart ctwm -+ "Start tvtwm" Restart tvtwm -+ "Start vtwm" Restart vtwm -+ "Start mwm" Restart mwm -+ "Start olwm" Restart /usr/openwin/bin/olwm -+ "" Nop -+ "Start dummy" Restart xterm -+ "" Nop +# + "Restart Fvwm 1.x" Restart fvwm -s +# + "" Nop +# + "Start twm" Restart twm +# + "Start ctwm" Restart ctwm +# + "Start tvtwm" Restart tvtwm +# + "Start vtwm" Restart vtwm +# + "Start mwm" Restart mwm +# + "Start olwm" Restart /usr/openwin/bin/olwm +# + "" Nop +# + "Start dummy" Restart xterm +# + "" Nop + "No, Don't Quit" Nop ######################## Sample Functions ########################## @@ -275,9 +275,9 @@ AddToFunc ChangeDefaultFocus I Style * $0 *FvwmButtons: (3x2 Frame 2 Swallow "FvwmIconMan" "Module FvwmIconMan") *FvwmButtons: (1x2 Frame 2 Swallow(UseOld) "FvwmPager" "Module FvwmPager 0 0") *FvwmButtons: (1x2 Frame 0 Container(Rows 2 Columns 2 Frame 0)) -*FvwmButtons: (Frame 2 Swallow(UseOld,NoHints,Respawn) "xbiff" `Exec exec xbiff -bg bisque3`) -*FvwmButtons: (Frame 3 Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg bisque3 -fg black -hd black -hl black -padding 0 -update 1`) -*FvwmButtons: (2x1 Frame 2 Swallow(UseOld,NoHints,Respawn) "xload" `Exec exec xload -bg bisque3 -fg black -update 5 -nolabel`) +# *FvwmButtons: (Frame 2 Swallow(UseOld,NoHints,Respawn) "xbiff" `Exec exec xbiff -bg bisque3`) +# *FvwmButtons: (Frame 3 Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg bisque3 -fg black -hd black -hl black -padding 0 -update 1`) +# *FvwmButtons: (2x1 Frame 2 Swallow(UseOld,NoHints,Respawn) "xload" `Exec exec xload -bg bisque3 -fg black -update 5 -nolabel`) *FvwmButtons: (End) *FvwmButtons: (End)