[Midnightbsd-cvs] mports: x11/xscreensaver: This might be stupid, but it ensures the file
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Aug 24 16:03:49 EDT 2008
Log Message:
-----------
This might be stupid, but it ensures the file is there for magus builds. We'll have to see what the outcome is for this hack.
Modified Files:
--------------
mports/x11/xscreensaver:
Makefile (r1.13 -> r1.14)
Added Files:
-----------
mports/x11/xscreensaver/files:
XScreenSaver (r1.1)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/xscreensaver/Makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -L x11/xscreensaver/Makefile -L x11/xscreensaver/Makefile -u -r1.13 -r1.14
--- x11/xscreensaver/Makefile
+++ x11/xscreensaver/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xscreensaver
PORTVERSION= 5.06
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES?= x11
MASTER_SITES= http://www.jwz.org/xscreensaver/ \
http://dougbarton.us/Downloads/
@@ -140,5 +140,7 @@
${ECHO} "bin/xscreensaver-hacks/webcollage-helper" | \
${CAT} - ${TMPPLIST} > ${TMPPLIST}.cat && \
${MV} ${TMPPLIST}.cat ${TMPPLIST}; fi)
+ (if ! test -e ${PREFIX}/lib/X11/app-defaults/XScreenSaver; then \
+ ${CP} ${FILESDIR}/XScreenSaver ${PREFIX}/lib/X11/app-defaults/; fi )
.include <bsd.port.post.mk>
--- /dev/null
+++ x11/xscreensaver/files/XScreenSaver
@@ -0,0 +1,557 @@
+!
+! XScreenSaver
+!
+! a screen saver and locker for the X window system
+! by Jamie Zawinski
+!
+! version 5.06
+! 16-Jul-2008
+!
+! See "man xscreensaver" for more info. The latest version is always
+! available at http://www.jwz.org/xscreensaver/
+
+
+! These resources, when placed in the system-wide app-defaults directory
+! (e.g., /usr/lib/X11/app-defaults/XScreenSaver) will provide the default
+! settings for new users. However, if you have a ".xscreensaver" file in
+! your home directory, the settings in that file take precedence.
+
+
+! Don't hand this file to "xrdb" -- that isn't how app-defaults files work.
+! Though app-defaults files have (mostly) the same syntax as your ~/.Xdefaults
+! file, they are used differently, and if you run this file through xrdb,
+! you will probably mess things up.
+
+#error Do not run app-defaults files through xrdb!
+#error That does not do what you might expect.
+#error Put this file in /usr/lib/X11/app-defaults/XScreenSaver instead.
+
+! /* (xrdb prevention kludge: whole file)
+
+*mode: random
+*timeout: 0:10:00
+*cycle: 0:10:00
+*lockTimeout: 0:00:00
+*passwdTimeout: 0:00:30
+*dpmsEnabled: False
+*dpmsStandby: 2:00:00
+*dpmsSuspend: 2:00:00
+*dpmsOff: 4:00:00
+*grabDesktopImages: True
+*grabVideoFrames: False
+*chooseRandomImages: False
+*imageDirectory:
+*nice: 10
+*memoryLimit: 0
+*lock: False
+*verbose: False
+*timestamp: True
+*fade: True
+*unfade: False
+*fadeSeconds: 0:00:03
+*fadeTicks: 20
+*splash: True
+*splashDuration: 0:00:05
+*visualID: default
+*captureStderr: True
+*ignoreUninstalledPrograms: False
+
+*textMode: file
+*textLiteral: XScreenSaver
+*textFile:
+*textProgram: fortune
+*textURL: http://www.livejournal.com/stats/latest-rss.bml
+
+*overlayTextForeground: #FFFF00
+*overlayTextBackground: #000000
+*overlayStderr: True
+*font: *-medium-r-*-140-*-m-*
+
+! The default is to use these extensions if available (as noted.)
+*sgiSaverExtension: True
+*xidleExtension: True
+*procInterrupts: True
+
+! Set this to True if you are experiencing longstanding XFree86 bug #421
+! (xscreensaver not covering the whole screen)
+GetViewPortIsFullOfLies: False
+
+! This is what the "Demo" button on the splash screen runs (/bin/sh syntax.)
+*demoCommand: xscreensaver-demo
+
+! This is what the "Prefs" button on the splash screen runs (/bin/sh syntax.)
+*prefsCommand: xscreensaver-demo -prefs
+
+! This is the URL loaded by the "Help" button on the splash screen,
+! and by the "Documentation" menu item in xscreensaver-demo.
+*helpURL: http://www.jwz.org/xscreensaver/man.html
+
+! loadURL -- how the "Help" buttons load the helpURL (/bin/sh syntax.)
+! manualCommand -- how the "Documentation" buttons display man pages.
+!
+! And there are so very many options to choose from!
+!
+! Gnome 2.4, 2.6: (yelp can't display man pages, as of 2.6.3)
+!
+*loadURL: gnome-open '%s'
+*manualCommand: gnome-terminal --title '%s manual' \
+ --command '/bin/sh -c "man %s; read foo"'
+!
+! Gnome 2.2:
+!
+! *loadURL: gnome-url-show '%s'
+! *manualCommand: gnome-terminal --title '%s manual' \
+! --command '/bin/sh -c "man %s; read foo"'
+!
+! Gnome 1.4:
+!
+! *loadURL: gnome-moz-remote --newwin '%s'
+! *manualCommand: gnome-help-browser 'man:%s'
+!
+! non-Gnome systems:
+!
+! *loadURL: firefox '%s' || mozilla '%s' || netscape '%s'
+! *manualCommand: xterm -sb -fg black -bg gray75 -T '%s manual' \
+! -e /bin/sh -c 'man "%s" ; read foo'
+
+
+! The format used for printing the date and time in the password dialog box
+! (see the strftime(3) manual page for details.)
+*dateFormat: %d-%b-%y (%a); %I:%M %p
+! To show the time only:
+! *dateFormat: %I:%M %p
+! For 24 hour time:
+! *dateFormat: %H:%M
+
+
+! This command is executed by the "New Login" button on the lock dialog.
+! (That button does not appear on the dialog if this program does not exist.)
+! For Gnome: probably "gdmflexiserver -ls". KDE, probably "kdmctl reserve".
+!
+! *newLoginCommand: gdmflexiserver -ls
+
+
+! Turning on "installColormap" on 8-bit systems interacts erratically with
+! certain jurassic window managers. If your screen turns some color other
+! than black, the window manager is buggy, and you need to set this resource
+! to false. Or switch WMs. Or join the 21st century and get a 24-bit
+! graphics card.
+!
+*installColormap: True
+
+
+! This is the list of installed screen saver modes. See "man xscreensaver"
+! for the syntax used here.
+!
+! If you want to disable a screensaver, DO NOT remove it from this list:
+! instead, mark it as inactive by placing a "-" at the beginning of the line.
+!
+! You can use the `xscreensaver-demo' program to edit the current list of
+! screen savers interactively.
+!
+*programs: \
+ "Qix (solid)" qix -root -solid -segments 100 \n\
+ "Qix (transparent)" qix -root -count 4 -solid -transparent \n\
+ "Qix (linear)" qix -root -count 5 -solid -transparent \
+ -linear -segments 250 -size 100 \n\
+ \
+ "Attraction (balls)" attraction -root -mode balls \n\
+ "Attraction (lines)" attraction -root -mode lines -points 3 \
+ -segments 200 \n\
+- "Attraction (splines)" attraction -root -mode splines -segments \
+ 300 \n\
+- "Attraction (orbital)" attraction -root -mode lines -radius 300 \
+ -orbit -vmult 0.5 \n\
+ \
+ pyro -root \n\
+ rocks -root \n\
+ helix -root \n\
+ pedal -root \n\
+ rorschach -root \n\
+ hopalong -root \n\
+ greynetic -root \n\
+ imsmap -root \n\
+ slidescreen -root \n\
+ decayscreen -root \n\
+ jigsaw -root \n\
+ blitspin -root \n\
+ slip -root \n\
+ distort -root \n\
+ spotlight -root \n\
+ "Ripples (stir)" ripples -root -oily -light 2 -stir \n\
+ "Ripples (desktop)" ripples -root -water -light 6 \n\
+ hypercube -root \n\
+- hyperball -root \n\
+ halo -root \n\
+ maze -root \n\
+ noseguy -root \n\
+ flame -root \n\
+- lmorph -root \n\
+ deco -root \n\
+ moire -root \n\
+ moire2 -root \n\
+ lightning -root \n\
+ strange -root \n\
+- spiral -root \n\
+ laser -root \n\
+ grav -root \n\
+ drift -root \n\
+ ifs -root \n\
+ julia -root \n\
+ penrose -root \n\
+- sierpinski -root \n\
+ braid -root \n\
+ galaxy -root \n\
+ bouboule -root \n\
+ swirl -root \n\
+ flag -root \n\
+ sphere -root \n\
+ forest -root \n\
+- lisa -root \n\
+- lissie -root \n\
+ goop -root \n\
+ starfish -root \n\
+ munch -root \n\
+ mismunch -root \n\
+ fadeplot -root \n\
+ coral -root \n\
+ mountain -root \n\
+ triangle -root \n\
+- worm -root \n\
+- rotor -root \n\
+- demon -root \n\
+- loop -root \n\
+- vines -root \n\
+ kaleidescope -root \n\
+ xjack -root \n\
+ xlyap -root \n\
+ cynosure -root \n\
+ flow -root \n\
+ epicycle -root \n\
+ interference -root \n\
+ truchet -root \n\
+ bsod -root \n\
+ crystal -root \n\
+ discrete -root \n\
+ kumppa -root \n\
+ rd-bomb -root \n\
+ "RD-Bomb (mobile)" rd-bomb -root -speed 1 -size 0.1 \n\
+ sonar -root \n\
+ t3d -root \n\
+ penetrate -root \n\
+ deluxe -root \n\
+ compass -root \n\
+ squiral -root \n\
+ xflame -root \n\
+ wander -root \n\
+ "Wander (spots)" wander -root -advance 0 -size 10 -circles \
+ -length 10000 -reset 100000 \n\
+- critical -root \n\
+ phosphor -root \n\
+ xmatrix -root \n\
+ petri -root \n\
+ "Petri 2" petri -root -minlifespeed 0.02 \
+ -maxlifespeed 0.03 -minlifespan 1 \
+ -maxlifespan 1 -instantdeathchan 0 \
+ -minorchan 0 -anychan 0.3 \n\
+ shadebobs -root \n\
+ ccurve -root \n\
+ blaster -root \n\
+ bumps -root \n\
+ xanalogtv -root \n\
+ xspirograph -root \n\
+ nerverot -root \n\
+ xrayswarm -root \n\
+- "Zoom (Fatbits)" zoom -root \n\
+ "Zoom (Lenses)" zoom -root -lenses \n\
+ rotzoomer -root \n\
+ whirlwindwarp -root \n\
+ whirlygig -root \n\
+ speedmine -root \n\
+ "SpeedWorm" speedmine -root -worm \n\
+ vermiculate -root \n\
+ twang -root \n\
+ apollonian -root \n\
+ euler2d -root \n\
+ "Euler2d (dense)" euler2d -root -count 4000 -eulertail 400 \
+ -ncolors 230 \n\
+- juggle -root \n\
+ polyominoes -root \n\
+- thornbird -root \n\
+ fluidballs -root \n\
+ anemone -root \n\
+ halftone -root \n\
+ metaballs -root \n\
+ eruption -root \n\
+ popsquares -root \n\
+ barcode -root \n\
+ piecewise -root \n\
+ cloudlife -root \n\
+ fontglide -root \n\
+ apple2 -root \n\
+ bubbles -root \n\
+ pong -root \n\
+ wormhole -root \n\
+ pacman -root \n\
+ fuzzyflakes -root \n\
+ anemotaxis -root \n\
+ memscroller -root \n\
+ substrate -root \n\
+ intermomentary -root \n\
+ interaggregate -root \n\
+ fireworkx -root \n\
+ fiberlamp -root \n\
+ boxfit -root \n\
+ celtic -root \n\
+ cwaves -root \n\
+ m6502 -root \n\
+ abstractile -root \n\
+- lcdscrub -root \n\
+- default-n: webcollage -root \n\
+- default-n: "WebCollage (whacked)" \
+ webcollage -root -filter \
+ 'vidwhacker -stdin -stdout' \n\
+- default-n: vidwhacker -root \n\
+ \
+ GL: gears -root \n\
+ GL: superquadrics -root \n\
+ GL: morph3d -root \n\
+ GL: cage -root \n\
+ GL: moebius -root \n\
+ GL: stairs -root \n\
+ GL: pipes -root \n\
+ GL: sproingies -root \n\
+ GL: rubik -root \n\
+ GL: atlantis -root \n\
+ GL: lament -root \n\
+ GL: bubble3d -root \n\
+ GL: glplanet -root \n\
+ GL: flurry -root \n\
+ GL: pulsar -root \n\
+- GL: "Pulsar (textures)" \
+ pulsar -root -texture -mipmap \
+ -texture_quality -light -fog \n\
+ GL: extrusion -root \n\
+ GL: sierpinski3d -root \n\
+ GL: menger -root \n\
+ GL: gflux -root \n\
+ GL: "GFlux (grab)" gflux -root -mode grab \n\
+ GL: stonerview -root \n\
+ GL: starwars -root \n\
+ GL: gltext -root \n\
+ GL: "GLText (clock)" gltext -text "%A%n%d %b %Y%n%r" -root \n\
+ GL: molecule -root \n\
+ GL: dangerball -root \n\
+ GL: circuit -root \n\
+ GL: engine -root \n\
+ GL: flipscreen3d -root \n\
+ GL: glsnake -root \n\
+ GL: boxed -root \n\
+- GL: glforestfire -root \n\
+- GL: "GLForestFire (rain)" glforestfire -root -count 0 \n\
+- GL: sballs -root \n\
+ GL: cubenetic -root \n\
+ GL: spheremonics -root \n\
+ GL: lavalite -root \n\
+ GL: queens -root \n\
+ GL: endgame -root \n\
+- GL: glblur -root \n\
+ GL: atunnel -root \n\
+ GL: flyingtoasters -root \n\
+ GL: bouncingcow -root \n\
+ GL: jigglypuff -root \n\
+ GL: klein -root \n\
+ GL: hypertorus -root \n\
+ GL: glmatrix -root \n\
+ GL: cubestorm -root \n\
+ GL: glknots -root \n\
+ GL: blocktube -root \n\
+ GL: flipflop -root \n\
+ GL: antspotlight -root \n\
+- GL: glslideshow -root \n\
+ GL: polytopes -root \n\
+ GL: gleidescope -root \n\
+- GL: mirrorblob -root \n\
+ GL: "MirrorBlob (color only)" \
+ mirrorblob -root -colour -no-texture \n\
+ GL: blinkbox -root \n\
+ GL: noof -root \n\
+ GL: polyhedra -root \n\
+- GL: antinspect -root \n\
+ GL: providence -root \n\
+ GL: "Pinion (large gears)" pinion -root \n\
+ GL: "Pinion (small gears)" pinion -root -size 0.2 -scroll 0.3 \n\
+ GL: boing -root -lighting -smooth \n\
+- GL: carousel -root \n\
+ GL: fliptext -root \n\
+- GL: antmaze -root \n\
+ GL: tangram -root \n\
+ GL: crackberg -root \n\
+ GL: glhanoi -root \n\
+ GL: cube21 -root \n\
+ GL: timetunnel -root \n\
+ GL: juggler3d -root \n\
+ GL: topblock -root \n\
+ GL: glschool -root \n\
+ GL: glcells -root \n\
+ GL: voronoi -root \n\
+ GL: moebiusgears -root \n\
+ GL: lockward -root \n\
+ GL: cubicgrid -root \n\
+ GL: hypnowheel -root \n\
+ GL: "Hypnowheel (dense)" hypnowheel -root -count 3 -layers 50 \n\
+ GL: "Hypnowheel (trifoil)" hypnowheel -root -count 3 -layers 2 -speed 9 -twist 9 -wander \n\
+ GL: skytentacles -root \n\
+ \
+- xdaliclock -root -font BUILTIN3 \n\
+- xplanet -vroot -wait 1 -timewarp 90000 \
+ -label -origin moon \n\
+- xmountains -b -M -Z 0 -r 1 \n\
+- "XMountains (top)" xmountains -b -M -Z 0 -r 1 -m \n\
+- xaos -root -autopilot -nogui -delay 10000 \
+ -maxframerate 30 \
+ -incoloring -1 -outcoloring -1 \n\
+- xsnow -root \n\
+- goban -root \n\
+- electricsheep \n\
+- cosmos -root \n\
+- GL: sphereEversion --root \n\
+- GL: fireflies -root \n
+
+
+
+!=============================================================================
+!
+! You probably don't want to change anything after this point.
+!
+!=============================================================================
+
+
+XScreenSaver.pointerPollTime: 0:00:05
+XScreenSaver.pointerHysteresis: 10
+XScreenSaver.initialDelay: 0:00:00
+XScreenSaver.windowCreationTimeout: 0:00:30
+XScreenSaver.bourneShell: /bin/sh
+
+
+! Resources for the password and splash-screen dialog boxes of
+! the "xscreensaver" daemon.
+!
+*Dialog.headingFont: *-helvetica-bold-r-*-*-*-180-*-*-*-iso8859-1
+*Dialog.bodyFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
+*Dialog.labelFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
+*Dialog.unameFont: *-helvetica-bold-r-*-*-*-120-*-*-*-iso8859-1
+*Dialog.buttonFont: *-helvetica-bold-r-*-*-*-140-*-*-*-iso8859-1
+*Dialog.dateFont: *-helvetica-medium-r-*-*-*-80-*-*-*-iso8859-1
+! Helvetica asterisks look terrible.
+!*passwd.passwdFont: *-helvetica-medium-r-*-*-*-140-*-*-*-iso8859-1
+*passwd.passwdFont: *-courier-medium-r-*-*-*-140-*-*-*-iso8859-1
+
+*Dialog.foreground: #000000
+*Dialog.background: #E6E6E6
+*Dialog.Button.foreground: #000000
+*Dialog.Button.background: #F5F5F5
+!*Dialog.Button.pointBackground: #EAEAEA
+!*Dialog.Button.clickBackground: #C3C3C3
+*Dialog.text.foreground: #000000
+*Dialog.text.background: #FFFFFF
+*passwd.thermometer.foreground: #4464AC
+*passwd.thermometer.background: #FFFFFF
+*Dialog.topShadowColor: #FFFFFF
+*Dialog.bottomShadowColor: #CECECE
+*Dialog.logo.width: 210
+*Dialog.logo.height: 210
+*Dialog.internalBorderWidth: 24
+*Dialog.borderWidth: 1
+*Dialog.shadowThickness: 2
+
+*passwd.heading.label: XScreenSaver %s
+*passwd.body.label: This screen is locked.
+*passwd.unlock.label: OK
+*passwd.login.label: New Login
+*passwd.user.label: Username:
+*passwd.thermometer.width: 8
+*passwd.asterisks: True
+*passwd.uname: True
+
+*splash.heading.label: XScreenSaver %s
+*splash.body.label: Copyright © 1991-2008 by
+*splash.body2.label: Jamie Zawinski <jwz at jwz.org>
+*splash.demo.label: Settings
+*splash.help.label: Help
+
+
+!=============================================================================
+!
+! Pretty names for the hacks that have unusual capitalization.
+!
+!=============================================================================
+
+*hacks.imsmap.name: IMSmap
+*hacks.slidescreen.name: SlideScreen
+*hacks.decayscreen.name: DecayScreen
+*hacks.blitspin.name: BlitSpin
+*hacks.lmorph.name: LMorph
+*hacks.ifs.name: IFS
+*hacks.fadeplot.name: FadePlot
+*hacks.bsod.name: BSOD
+*hacks.rd-bomb.name: RD-Bomb
+*hacks.t3d.name: T3D
+*hacks.shadebobs.name: ShadeBobs
+*hacks.ccurve.name: C Curve
+*hacks.xanalogtv.name: XAnalogTV
+*hacks.xspirograph.name: XSpiroGraph
+*hacks.nerverot.name: NerveRot
+*hacks.webcollage.name: WebCollage
+*hacks.vidwhacker.name: VidWhacker
+*hacks.morph3d.name: Morph3D
+*hacks.bubble3d.name: Bubble3D
+*hacks.sierpinski3d.name: Sierpinski3D
+*hacks.gflux.name: GFlux
+*hacks.xrayswarm.name: XRaySwarm
+*hacks.whirlwindwarp.name: WhirlwindWarp
+*hacks.rotzoomer.name: RotZoomer
+*hacks.stonerview.name: StonerView
+*hacks.starwars.name: StarWars
+*hacks.dangerball.name: DangerBall
+*hacks.whirlygig.name: WhirlyGig
+*hacks.speedmine.name: SpeedMine
+*hacks.glforestfire.name: GLForestFire
+*hacks.sballs.name: SBalls
+*hacks.xdaliclock.name: XDaliClock
+*hacks.xplanetbg.name: XPlanet
+*hacks.xplanet.name: XPlanet
+*hacks.xaos.name: XaoS
+*hacks.xfishtank.name: XFishTank
+*hacks.electricsheep.name: ElectricSheep
+*hacks.sphereEversion.name: SphereEversion
+*hacks.fluidballs.name: FluidBalls
+*hacks.flyingtoasters.name: FlyingToasters
+*hacks.bouncingcow.name: BouncingCow
+*hacks.jigglypuff.name: JigglyPuff
+*hacks.hypertorus.name: HyperTorus
+*hacks.cubestorm.name: CubeStorm
+*hacks.blocktube.name: BlockTube
+*hacks.flipflop.name: FlipFlop
+*hacks.antspotlight.name: AntSpotlight
+*hacks.fontglide.name: FontGlide
+*hacks.mirrorblob.name: MirrorBlob
+*hacks.blinkbox.name: BlinkBox
+*hacks.fuzzyflakes.name: FuzzyFlakes
+*hacks.memscroller.name: MemScroller
+*hacks.boxfit.name: BoxFit
+*hacks.fliptext.name: FlipText
+*hacks.glhanoi.name: GLHanoi
+*hacks.topblock.name: TopBlock
+*hacks.glschool.name: GLSchool
+*hacks.glcells.name: GLCells
+*hacks.moebiusgears.name: MoebiusGears
+*hacks.cubicgrid.name: CubicGrid
+*hacks.lcdscrub.name: LCDscrub
+*hacks.hypnowheel.name: HypnoWheel
+*hacks.skytentacles.name: SkyTentacles
+
+! obsolete, but still used by xscreensaver-demo-Xm.
+*hacks.documentation.isInstalled: True
+
+! (xrdb prevention kludge: whole file) */
More information about the Midnightbsd-cvs
mailing list