svn commit: r505298 - in head/x11-wm/fvwm2: . files

Cy Schubert cy at FreeBSD.org
Fri Jun 28 20:00:03 UTC 2019


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)
 


More information about the svn-ports-all mailing list