#!/bin/sh #item ####description ###on off ### TMP=/var/log/setup/tmp if [ ! -d $TMP ]; then mkdir -p $TMP fi cat /dev/null > $TMP/SeTnewtag dialog --title "SELECTING PACKAGES FROM SERIES X (X Window System)" \ --checklist "Please confirm the packages you wish to install \ from series X. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are done." \ 21 76 11 \ "appres" "List X application resource database" "on" \ "bdftopcf" "convert X font from BDF to PCF format" "on" \ "beforelight" "A sample screen saver" "on" \ "bigreqsproto" "Prototype files (.h, .pc) for X" "on" \ "bitmap" "Bitmap editor and converter utilities for X" "on" \ "compiz" "Compositing window manager for X" "on" \ "compositeproto" "Prototype files (.h, .pc) for X" "on" \ "damageproto" "Prototype files (.h, .pc) for X" "on" \ "dejavu-ttf" "DejaVu TrueType font family" "on" \ "dmxproto" "Prototype files (.h, .pc) for X" "on" \ "editres" "A dynamic resource editor for X" "on" \ "encodings" "Font encodings for X" "on" \ "evieext" "Prototype files (.h, .pc) for X" "on" \ "fixesproto" "Prototype files (.h, .pc) for X" "on" \ "font-adobe-100dpi" "font package for X" "on" \ "font-adobe-75dpi" "font package for X" "on" \ "font-adobe-utopia-100dpi" "font package for X" "on" \ "font-adobe-utopia-75dpi" "font package for X" "on" \ "font-adobe-utopia-type1" "font package for X" "on" \ "font-alias" "fonts.alias files for X" "on" \ "font-arabic-misc" "font package for X" "on" \ "font-bh-100dpi" "font package for X" "on" \ "font-bh-75dpi" "font package for X" "on" \ "font-bh-lucidatypewriter-100dpi" "font package for X" "on" \ "font-bh-lucidatypewriter-75dpi" "font package for X" "on" \ "font-bh-ttf" "font package for X" "on" \ "font-bh-type1" "font package for X" "on" \ "font-bitstream-100dpi" "font package for X" "on" \ "font-bitstream-75dpi" "font package for X" "on" \ "font-bitstream-speedo" "font package for X" "on" \ "font-bitstream-type1" "font package for X" "on" \ "font-cronyx-cyrillic" "font package for X" "on" \ "font-cursor-misc" "font package for X" "on" \ "font-daewoo-misc" "font package for X" "on" \ "font-dec-misc" "font package for X" "on" \ "font-ibm-type1" "font package for X" "on" \ "font-isas-misc" "font package for X" "on" \ "font-jis-misc" "font package for X" "on" \ "font-micro-misc" "font package for X" "on" \ "font-misc-cyrillic" "font package for X" "on" \ "font-misc-ethiopic" "font package for X" "on" \ "font-misc-meltho" "font package for X" "on" \ "font-misc-misc" "font package for X" "on" \ "font-mutt-misc" "font package for X" "on" \ "font-schumacher-misc" "font package for X" "on" \ "font-screen-cyrillic" "font package for X" "on" \ "font-sony-misc" "font package for X" "on" \ "font-sun-misc" "font package for X" "on" \ "font-util" "font utilities package for X" "on" \ "font-winitzki-cyrillic" "font package for X" "on" \ "font-xfree86-type1" "font package for X" "on" \ "fontcacheproto" "Prototype files (.h, .pc) for X" "on" \ "fontconfig" "Font configuration library" "on" \ "fontsproto" "Prototype files (.h, .pc) for X" "on" \ "fonttosfnt" "Wraps a bitmap font in a TrueType wrapper" "on" \ "fslsfonts" "list fonts served by X font server" "on" \ "fstobdf" "Generate BDF font from X font server" "on" \ "gccmakedep" "create dependencies in makefiles with gcc -M" "on" \ "glproto" "Prototype files (.h, .pc) for X" "on" \ "iceauth" "ICE authority file utility" "on" \ "ico" "animate an icosahedron or other polyhedron" "on" \ "imake" "C preprocessor interface to the make utility" "on" \ "inputproto" "Prototype files (.h, .pc) for X" "on" \ "kbproto" "Prototype files (.h, .pc) for X" "on" \ "lbxproxy" "Low BandWidth X proxy" "on" \ "libFS" "libFS is a library for X" "on" \ "libICE" "libICE is a library for X" "on" \ "libSM" "libSM is a library for X" "on" \ "libX11" "libX11 is a library for X" "on" \ "libXScrnSaver" "libXScrnSaver is a library for X" "on" \ "libXTrap" "libXTrap is a library for X" "on" \ "libXau" "libXau is a library for X" "on" \ "libXaw" "libXaw is a library for X" "on" \ "libXcomposite" "libXcomposite is a library for X" "on" \ "libXcursor" "libXcursor is a library for X" "on" \ "libXdamage" "libXdamage is a library for X" "on" \ "libXdmcp" "libXdmcp is a library for X" "on" \ "libXevie" "libXevie is a library for X" "on" \ "libXext" "libXext is a library for X" "on" \ "libXfixes" "libXfixes is a library for X" "on" \ "libXfont" "libXfont is a library for X" "on" \ "libXfontcache" "libXfontcache is a library for X" "on" \ "libXft" "libXft is a library for X" "on" \ "libXi" "libXi is a library for X" "on" \ "libXinerama" "libXinerama is a library for X" "on" \ "libXmu" "libXmu is a library for X" "on" \ "libXp" "libXp is a library for X" "on" \ "libXpm" "libXpm is a library for X" "on" \ "libXprintAppUtil" "libXprintAppUtil is a library for X" "on" \ "libXprintUtil" "libXprintUtil is a library for X" "on" \ "libXrandr" "libXrandr is a library for X" "on" \ "libXrender" "libXrender is a library for X" "on" \ "libXres" "libXres is a library for X" "on" \ "libXt" "libXt is a library for X" "on" \ "libXtst" "libXtst is a library for X" "on" \ "libXv" "libXv is a library for X" "on" \ "libXvMC" "libXvMC is a library for X" "on" \ "libXxf86dga" "libXxf86dga is a library for X" "on" \ "libXxf86misc" "libXxf86misc is a library for X" "on" \ "libXxf86vm" "libXxf86vm is a library for X" "on" \ "libdmx" "libdmx is a library for X" "on" \ "libdrm" "libdrm is a library for X" "on" \ "libfontenc" "libfontenc is a library for X" "on" \ "liblbxutil" "liblbxutil is a library for X" "on" \ "liboldX" "liboldX is a library for X" "on" \ "libpthread-stubs" "libpthread-stubs is a library for X" "on" \ "libxcb" "libxcb is a library for X" "on" \ "libxkbfile" "libxkbfile is a library for X" "on" \ "libxkbui" "libxkbui is a library for X" "on" \ "listres" "list resources in widgets" "on" \ "lndir" "create a tree of symlinks to another directory" "on" \ "luit" "ISO 2022 support for Unicode terminals" "on" \ "makedepend" "create dependencies in makefiles" "on" \ "mesa" "Mesa 3-D library" "on" \ "mkcomposecache" "create a cache file for a compose file" "on" \ "mkfontdir" "create an index of X font files in a directory" "on" \ "mkfontscale" "create an index of scalable font files for X" "on" \ "oclock" "A clock widget for the X desktop" "on" \ "printproto" "Prototype files (.h, .pc) for X" "on" \ "proxymngr" "proxy manager service" "on" \ "randrproto" "Prototype files (.h, .pc) for X" "on" \ "recordproto" "Prototype files (.h, .pc) for X" "on" \ "rendercheck" "simple tests of the X Render extension" "on" \ "renderproto" "Prototype files (.h, .pc) for X" "on" \ "resourceproto" "Prototype files (.h, .pc) for X" "on" \ "rgb" "uncompiles rgb color-name databases" "on" \ "rstart" "an example of a Remote Start client" "on" \ "scripts" "miscellaneous scripts for X" "on" \ "scrnsaverproto" "Prototype files (.h, .pc) for X" "on" \ "sessreg" "manage utmp/wtmp entries for non-init clients" "on" \ "setxkbmap" "set the keyboard with the X Keyboard Extension" "on" \ "showfont" "font dumper for X font server" "on" \ "smproxy" "Session Manager Proxy" "on" \ "trapproto" "Prototype files (.h, .pc) for X" "on" \ "ttf-indic-fonts" "Indic script TrueType fonts" "on" \ "twm" "TWM window manager" "on" \ "util-macros" "m4 macros needed by X" "on" \ "videoproto" "Prototype files (.h, .pc) for X" "on" \ "viewres" "graphical class browser for Xt" "on" \ "x11-skel" "Some directories and links needed by X11" "on" \ "x11perf" "X11 server performance test program" "on" \ "xauth" "X authority file utility" "on" \ "xaw3d" "A more 3-D looking version of libXaw" "on" \ "xbiff" "mailbox flag for X" "on" \ "xbitmaps" "various bitmaps used by X" "on" \ "xcalc" "A calculator program for X" "on" \ "xcb-proto" "Prototype files (.h, .pc) for X" "on" \ "xclipboard" "X clipboard client" "on" \ "xclock" "A desktop clock program for X" "on" \ "xcmiscproto" "Prototype files (.h, .pc) for X" "on" \ "xcmsdb" "Device Color Characterization utility for X" "on" \ "xconsole" "monitor system console messages with X" "on" \ "xcursor-themes" "various cursor themes for X" "on" \ "xcursorgen" "create an X cursor from PNG files" "on" \ "xdbedizzy" "demo of DBE creating a spinning scene" "on" \ "xditview" "display ditroff output" "on" \ "xdm" "X Display Manager with support for XDMCP" "on" \ "xdpyinfo" "display information utility for X" "on" \ "xdriinfo" "query configuration information of DRI drivers" "on" \ "xedit" "simple text editor for X" "on" \ "xev" "print contents of X events" "on" \ "xextproto" "Prototype files (.h, .pc) for X" "on" \ "xeyes" "Desktop eyes that follow the mouse" "on" \ "xf86-input-acecad" "acecad input driver for X" "on" \ "xf86-input-aiptek" "aiptek input driver for X" "on" \ "xf86-input-calcomp" "calcomp input driver for X" "on" \ "xf86-input-digitaledge" "digitaledge input driver for X" "on" \ "xf86-input-elographics" "elographics input driver for X" "on" \ "xf86-input-evdev" "evdev input driver for X" "on" \ "xf86-input-fpit" "fpit input driver for X" "on" \ "xf86-input-hyperpen" "hyperpen input driver for X" "on" \ "xf86-input-jamstudio" "jamstudio input driver for X" "on" \ "xf86-input-joystick" "joystick input driver for X" "on" \ "xf86-input-keyboard" "keyboard input driver for X" "on" \ "xf86-input-magellan" "magellan input driver for X" "on" \ "xf86-input-magictouch" "magictouch input driver for X" "on" \ "xf86-input-mouse" "mouse input driver for X" "on" \ "xf86-input-mutouch" "mutouch input driver for X" "on" \ "xf86-input-palmax" "palmax input driver for X" "on" \ "xf86-input-spaceorb" "spaceorb input driver for X" "on" \ "xf86-input-summa" "summa input driver for X" "on" \ "xf86-input-tek4957" "tek4957 input driver for X" "on" \ "xf86-input-ur98" "ur98 input driver for X" "on" \ "xf86-input-vmmouse" "vmmouse input driver for X" "on" \ "xf86-input-void" "void input driver for X" "on" \ "xf86-video-apm" "apm video driver for X" "on" \ "xf86-video-ark" "ark video driver for X" "on" \ "xf86-video-ast" "ast video driver for X" "on" \ "xf86-video-ati" "ati video driver for X" "on" \ "xf86-video-chips" "chips video driver for X" "on" \ "xf86-video-cirrus" "cirrus video driver for X" "on" \ "xf86-video-cyrix" "cyrix video driver for X" "on" \ "xf86-video-dummy" "dummy video driver for X" "on" \ "xf86-video-fbdev" "fbdev video driver for X" "on" \ "xf86-video-glint" "glint video driver for X" "on" \ "xf86-video-i128" "i128 video driver for X" "on" \ "xf86-video-i740" "i740 video driver for X" "on" \ "xf86-video-i810" "i810 video driver for X" "on" \ "xf86-video-imstt" "imstt video driver for X" "on" \ "xf86-video-intel" "intel video driver for X" "on" \ "xf86-video-mga" "mga video driver for X" "on" \ "xf86-video-neomagic" "neomagic video driver for X" "on" \ "xf86-video-newport" "newport video driver for X" "on" \ "xf86-video-nsc" "nsc video driver for X" "on" \ "xf86-video-nv" "nv video driver for X" "on" \ "xf86-video-rendition" "rendition video driver for X" "on" \ "xf86-video-s3" "s3 video driver for X" "on" \ "xf86-video-s3virge" "s3virge video driver for X" "on" \ "xf86-video-savage" "savage video driver for X" "on" \ "xf86-video-siliconmotion" "siliconmotion video driver for X" "on" \ "xf86-video-sis" "sis video driver for X" "on" \ "xf86-video-sisusb" "sisusb video driver for X" "on" \ "xf86-video-tdfx" "tdfx video driver for X" "on" \ "xf86-video-tga" "tga video driver for X" "on" \ "xf86-video-trident" "trident video driver for X" "on" \ "xf86-video-tseng" "tseng video driver for X" "on" \ "xf86-video-v4l" "v4l video driver for X" "on" \ "xf86-video-vesa" "vesa video driver for X" "on" \ "xf86-video-vga" "vga video driver for X" "on" \ "xf86-video-via" "via video driver for X" "on" \ "xf86-video-vmware" "vmware video driver for X" "on" \ "xf86-video-voodoo" "voodoo video driver for X" "on" \ "xf86bigfontproto" "Prototype files (.h, .pc) for X" "on" \ "xf86dga" "test program for the XFree86-DGA extension" "on" \ "xf86dgaproto" "Prototype files (.h, .pc) for X" "on" \ "xf86driproto" "Prototype files (.h, .pc) for X" "on" \ "xf86miscproto" "Prototype files (.h, .pc) for X" "on" \ "xf86rushproto" "Prototype files (.h, .pc) for X" "on" \ "xf86vidmodeproto" "Prototype files (.h, .pc) for X" "on" \ "xfd" "display all the characters in an X font" "on" \ "xfindproxy" "locate proxy services" "on" \ "xfontsel" "point and click selection of X11 font names" "on" \ "xfs" "X font server" "on" \ "xfsinfo" "X font server information utility" "on" \ "xfwp" "X firewall proxy" "on" \ "xgamma" "Adjust gamma correction through the X server" "on" \ "xgc" "X graphics demo" "on" \ "xhost" "server access control program for X" "on" \ "xineramaproto" "Prototype files (.h, .pc) for X" "on" \ "xinit" "X Window System initializer" "on" \ "xkbcomp" "compile XKB keyboard description" "on" \ "xkbevd" "XKB event daemon" "on" \ "xkbprint" "print an XKB keyboard description" "on" \ "xkbutils" "miscellaneous keyboard utilities for X" "on" \ "xkeyboard-config" "XKB data files for supported locales" "on" \ "xkill" "kill a client by its X resource" "on" \ "xload" "system load average display for X" "on" \ "xlogo" "displays the X Window System logo" "on" \ "xlsatoms" "list interned atoms defined on server" "on" \ "xlsclients" "list client applications running on a display" "on" \ "xlsfonts" "server font list displayer for X" "on" \ "xmag" "magnify parts of the screen" "on" \ "xman" "A man page viewer for X" "on" \ "xmessage" "display a message or query in an X window" "on" \ "xmh" "send and read mail with an X interface to MH" "on" \ "xmodmap" "Modifies keymap and mouse settings" "on" \ "xmore" "Text display program for X" "on" \ "xorg-cf-files" "Config files used by imake and makedepend" "on" \ "xorg-docs" "Documemtation for the X Window System" "on" \ "xorg-server" "the primary X.Org X server" "on" \ "xorg-server-xdmx" "xdmx X server" "on" \ "xorg-server-xnest" "a nested X server" "on" \ "xorg-server-xvfb" "an X server for the framebuffer" "on" \ "xorg-sgml-doctools" "SGML/DocBook additions for X documentation" "on" \ "xphelloworld" "sends a test page to an Xprint printer" "on" \ "xplsprinters" "shows a list of Xprint printers" "on" \ "xpr" "print an X window dump" "on" \ "xprehashprinterlist" "recomputes the list of available printers" "on" \ "xprop" "property displayer for X" "on" \ "xproto" "Prototype files (.h, .pc) for X" "on" \ "xproxymanagementprotocol" "Prototype files (.h, .pc) for X" "on" \ "xrandr" "command line interface to RandR extension" "on" \ "xrdb" "X server resource database utility" "on" \ "xrefresh" "refresh all or part of an X screen" "on" \ "xrx" "RX helper program" "on" \ "xset" "user preference utility for X" "on" \ "xsetmode" "set the mode for an X Input device" "on" \ "xsetpointer" "set an X Input device as the main pointer" "on" \ "xsetroot" "root window parameter setting utility for X" "on" \ "xsm" "X Session Manager" "on" \ "xstdcmap" "X standard colormap utility" "on" \ "xterm" "The X terminal emulator" "on" \ "xtrans" "transport bindings for X" "on" \ "xtrap" "commands for capturing program events" "on" \ "xvidtune" "video mode tuner for Xorg" "on" \ "xvinfo" "print X-Video extension adaptor information" "on" \ "xwd" "dump an image of an X window" "on" \ "xwininfo" "window information utility for X" "on" \ "xwud" "image displayer for X" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs > $TMP/SeTnewtag for pkg in \ appres bdftopcf beforelight bigreqsproto bitmap compiz compositeproto damageproto dejavu-ttf dmxproto editres encodings evieext fixesproto font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi font-adobe-utopia-75dpi font-adobe-utopia-type1 font-alias font-arabic-misc font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-75dpi font-bh-ttf font-bh-type1 font-bitstream-100dpi font-bitstream-75dpi font-bitstream-speedo font-bitstream-type1 font-cronyx-cyrillic font-cursor-misc font-daewoo-misc font-dec-misc font-ibm-type1 font-isas-misc font-jis-misc font-micro-misc font-misc-cyrillic font-misc-ethiopic font-misc-meltho font-misc-misc font-mutt-misc font-schumacher-misc font-screen-cyrillic font-sony-misc font-sun-misc font-util font-winitzki-cyrillic font-xfree86-type1 fontcacheproto fontconfig fontsproto fonttosfnt fslsfonts fstobdf gccmakedep glproto iceauth ico imake inputproto kbproto lbxproxy libFS libICE libSM libX11 libXScrnSaver libXTrap libXau libXaw libXcomposite libXcursor libXdamage libXdmcp libXevie libXext libXfixes libXfont libXfontcache libXft libXi libXinerama libXmu libXp libXpm libXprintAppUtil libXprintUtil libXrandr libXrender libXres libXt libXtst libXv libXvMC libXxf86dga libXxf86misc libXxf86vm libdmx libdrm libfontenc liblbxutil liboldX libpthread-stubs libxcb libxkbfile libxkbui listres lndir luit makedepend mesa mkcomposecache mkfontdir mkfontscale oclock printproto proxymngr randrproto recordproto rendercheck renderproto resourceproto rgb rstart scripts scrnsaverproto sessreg setxkbmap showfont smproxy trapproto ttf-indic-fonts twm util-macros videoproto viewres x11-skel x11perf xauth xaw3d xbiff xbitmaps xcalc xcb-proto xclipboard xclock xcmiscproto xcmsdb xconsole xcursor-themes xcursorgen xdbedizzy xditview xdm xdpyinfo xdriinfo xedit xev xextproto xeyes xf86-input-acecad xf86-input-aiptek xf86-input-calcomp xf86-input-digitaledge xf86-input-elographics xf86-input-evdev xf86-input-fpit xf86-input-hyperpen xf86-input-jamstudio xf86-input-joystick xf86-input-keyboard xf86-input-magellan xf86-input-magictouch xf86-input-mouse xf86-input-mutouch xf86-input-palmax xf86-input-spaceorb xf86-input-summa xf86-input-tek4957 xf86-input-ur98 xf86-input-vmmouse xf86-input-void xf86-video-apm xf86-video-ark xf86-video-ast xf86-video-ati xf86-video-chips xf86-video-cirrus xf86-video-cyrix xf86-video-dummy xf86-video-fbdev xf86-video-glint xf86-video-i128 xf86-video-i740 xf86-video-i810 xf86-video-imstt xf86-video-intel xf86-video-mga xf86-video-neomagic xf86-video-newport xf86-video-nsc xf86-video-nv xf86-video-rendition xf86-video-s3 xf86-video-s3virge xf86-video-savage xf86-video-siliconmotion xf86-video-sis xf86-video-sisusb xf86-video-tdfx xf86-video-tga xf86-video-trident xf86-video-tseng xf86-video-v4l xf86-video-vesa xf86-video-vga xf86-video-via xf86-video-vmware xf86-video-voodoo xf86bigfontproto xf86dga xf86dgaproto xf86driproto xf86miscproto xf86rushproto xf86vidmodeproto xfd xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc xhost xineramaproto xinit xkbcomp xkbevd xkbprint xkbutils xkeyboard-config xkill xload xlogo xlsatoms xlsclients xlsfonts xmag xman xmessage xmh xmodmap xmore xorg-cf-files xorg-docs xorg-server xorg-server-xdmx xorg-server-xnest xorg-server-xvfb xorg-sgml-doctools xphelloworld xplsprinters xpr xprehashprinterlist xprop xproto xproxymanagementprotocol xrandr xrdb xrefresh xrx xset xsetmode xsetpointer xsetroot xsm xstdcmap xterm xtrans xtrap xvidtune xvinfo xwd xwininfo xwud \ ; do echo "$pkg: SKP" >> $TMP/SeTnewtag done exit fi cat /dev/null > $TMP/SeTnewtag for PACKAGE in \ appres bdftopcf beforelight bigreqsproto bitmap compiz compositeproto damageproto dejavu-ttf dmxproto editres encodings evieext fixesproto font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi font-adobe-utopia-75dpi font-adobe-utopia-type1 font-alias font-arabic-misc font-bh-100dpi font-bh-75dpi font-bh-lucidatypewriter-100dpi font-bh-lucidatypewriter-75dpi font-bh-ttf font-bh-type1 font-bitstream-100dpi font-bitstream-75dpi font-bitstream-speedo font-bitstream-type1 font-cronyx-cyrillic font-cursor-misc font-daewoo-misc font-dec-misc font-ibm-type1 font-isas-misc font-jis-misc font-micro-misc font-misc-cyrillic font-misc-ethiopic font-misc-meltho font-misc-misc font-mutt-misc font-schumacher-misc font-screen-cyrillic font-sony-misc font-sun-misc font-util font-winitzki-cyrillic font-xfree86-type1 fontcacheproto fontconfig fontsproto fonttosfnt fslsfonts fstobdf gccmakedep glproto iceauth ico imake inputproto kbproto lbxproxy libFS libICE libSM libX11 libXScrnSaver libXTrap libXau libXaw libXcomposite libXcursor libXdamage libXdmcp libXevie libXext libXfixes libXfont libXfontcache libXft libXi libXinerama libXmu libXp libXpm libXprintAppUtil libXprintUtil libXrandr libXrender libXres libXt libXtst libXv libXvMC libXxf86dga libXxf86misc libXxf86vm libdmx libdrm libfontenc liblbxutil liboldX libpthread-stubs libxcb libxkbfile libxkbui listres lndir luit makedepend mesa mkcomposecache mkfontdir mkfontscale oclock printproto proxymngr randrproto recordproto rendercheck renderproto resourceproto rgb rstart scripts scrnsaverproto sessreg setxkbmap showfont smproxy trapproto ttf-indic-fonts twm util-macros videoproto viewres x11-skel x11perf xauth xaw3d xbiff xbitmaps xcalc xcb-proto xclipboard xclock xcmiscproto xcmsdb xconsole xcursor-themes xcursorgen xdbedizzy xditview xdm xdpyinfo xdriinfo xedit xev xextproto xeyes xf86-input-acecad xf86-input-aiptek xf86-input-calcomp xf86-input-digitaledge xf86-input-elographics xf86-input-evdev xf86-input-fpit xf86-input-hyperpen xf86-input-jamstudio xf86-input-joystick xf86-input-keyboard xf86-input-magellan xf86-input-magictouch xf86-input-mouse xf86-input-mutouch xf86-input-palmax xf86-input-spaceorb xf86-input-summa xf86-input-tek4957 xf86-input-ur98 xf86-input-vmmouse xf86-input-void xf86-video-apm xf86-video-ark xf86-video-ast xf86-video-ati xf86-video-chips xf86-video-cirrus xf86-video-cyrix xf86-video-dummy xf86-video-fbdev xf86-video-glint xf86-video-i128 xf86-video-i740 xf86-video-i810 xf86-video-imstt xf86-video-intel xf86-video-mga xf86-video-neomagic xf86-video-newport xf86-video-nsc xf86-video-nv xf86-video-rendition xf86-video-s3 xf86-video-s3virge xf86-video-savage xf86-video-siliconmotion xf86-video-sis xf86-video-sisusb xf86-video-tdfx xf86-video-tga xf86-video-trident xf86-video-tseng xf86-video-v4l xf86-video-vesa xf86-video-vga xf86-video-via xf86-video-vmware xf86-video-voodoo xf86bigfontproto xf86dga xf86dgaproto xf86driproto xf86miscproto xf86rushproto xf86vidmodeproto xfd xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc xhost xineramaproto xinit xkbcomp xkbevd xkbprint xkbutils xkeyboard-config xkill xload xlogo xlsatoms xlsclients xlsfonts xmag xman xmessage xmh xmodmap xmore xorg-cf-files xorg-docs xorg-server xorg-server-xdmx xorg-server-xnest xorg-server-xvfb xorg-sgml-doctools xphelloworld xplsprinters xpr xprehashprinterlist xprop xproto xproxymanagementprotocol xrandr xrdb xrefresh xrx xset xsetmode xsetpointer xsetroot xsm xstdcmap xterm xtrans xtrap xvidtune xvinfo xwd xwininfo xwud \ ; do if fgrep \"$PACKAGE\" $TMP/SeTpkgs 1> /dev/null 2> /dev/null ; then echo "$PACKAGE: ADD" >> $TMP/SeTnewtag else echo "$PACKAGE: SKP" >> $TMP/SeTnewtag fi done rm -f $TMP/SeTpkgs