logo       


[Lunar-commits] r18417 - in moonbase/trunk/zbeta/x11/x11-apps: bdftopcf mkf: msg#00555

Subject: [Lunar-commits] r18417 - in moonbase/trunk/zbeta/x11/x11-apps: bdftopcf mkfontdir mkfontscale rgb xauth xcalc xclock xdpyinfo xev xeyes xinit xkbcomp
Author: v3rt1g0
Date: 2006-01-31 02:53:39 +0000 (Tue, 31 Jan 2006)
New Revision: 18417

Modified:
   moonbase/trunk/zbeta/x11/x11-apps/bdftopcf/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/mkfontdir/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/mkfontscale/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/rgb/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xauth/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xcalc/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xclock/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DEPENDS
   moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xev/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xeyes/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xinit/DETAILS
   moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DEPENDS
   moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DETAILS
Log:
  * Added some short and long descriptions to the existing modules in
    this directory.  Most of the descriptions originated from the man
    page for the application (as found online).
  * Minor formatting tweaks in the depends files.


Modified: moonbase/trunk/zbeta/x11/x11-apps/bdftopcf/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/bdftopcf/DETAILS  2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/bdftopcf/DETAILS  2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org BDF to PCF font compiler"
+
 cat << EOF
+bdfttopcf is a font compiler for the X server.  It compiles an X font
+from Bitmap Distribtuion Format(BDF) to Portable Compiled Format(PCF).
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/mkfontdir/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/mkfontdir/DETAILS 2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/mkfontdir/DETAILS 2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,6 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org font directory creator"
+
 cat << EOF
+mkfontdir creates an index of X font files in a directory.  The output
+is written to the file "fonts.dir" which the X server uses to locate
+available fonts.
 EOF

Modified: moonbase/trunk/zbeta/x11/x11-apps/mkfontscale/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/mkfontscale/DETAILS       2006-01-31 
02:13:28 UTC (rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/mkfontscale/DETAILS       2006-01-31 
02:53:39 UTC (rev 18417)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org scalable font directory creator"
+
 cat << EOF
+mkfontscale scans a directory for scalable fonts and creates a file
+named "fonts.scale", which the X server uses to identify and locate
+scalable fonts.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/rgb/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/rgb/DETAILS       2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/rgb/DETAILS       2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org GRB database and utilities"
+
 cat << EOF
+xrgb provides the database of known RGB colors for X, along with small
+utilities to access and modify the database.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xauth/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xauth/DETAILS     2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xauth/DETAILS     2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org authenticaion utility"
+
 cat << EOF
+xauth is a small utility that can read and mainpulate Xauthority files
+which are used by both servers and client to control authentication and
+access to X sessions.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xcalc/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xcalc/DETAILS     2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xcalc/DETAILS     2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,8 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org calculator application"
+
 cat << EOF
+xcalc is a small X windows based calculator application.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xclock/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xclock/DETAILS    2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xclock/DETAILS    2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,8 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org xclock application"
+
 cat << EOF
+xclock is a small, simple X based clock application.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DEPENDS  2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DEPENDS  2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -1 +1 @@
-depends libXtst
+depends  libXtst

Modified: moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DETAILS  2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xdpyinfo/DETAILS  2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org display information application"
+
 cat << EOF
+xdpyinfo displays information about a particular tage display, inlcuding
+(but not limited to): geometry, physical size, visuals, and extensions.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xev/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xev/DETAILS       2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xev/DETAILS       2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,12 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT="x events"
+           SHORT="the X.Org event application"
+
 cat << EOF
+The xev application creates a window and then asks the X server to send
+it events whenever anything happens to the window (such as it being moved,
+resized, typed in, etc).  You can also attach it to an existing window.
+It is useful debugging tool for seeing what cases events to occur and to
+display the information that they contain.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xeyes/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xeyes/DETAILS     2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xeyes/DETAILS     2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org xeyes application"
+
 cat << EOF
+xeyes is a "follow the mouse" X demo, where a set of eyes tracks the
+user's mouse movements.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xinit/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xinit/DETAILS     2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xinit/DETAILS     2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT="xinit"
+           SHORT="the X.Org server initialization tool"
+
 cat << EOF
+xinit and startx are applications which facilitate starting the X
+server and loading the base X session.  It is responsible for parsing
+the .xinitrc and the .xserverrc files.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DEPENDS   2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DEPENDS   2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -1 +1 @@
-depends libxkbui
+depends  libxkbui

Modified: moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DETAILS   2006-01-31 02:13:28 UTC 
(rev 18416)
+++ moonbase/trunk/zbeta/x11/x11-apps/xkbcomp/DETAILS   2006-01-31 02:53:39 UTC 
(rev 18417)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org XKB keyboard description compiler"
+
 cat << EOF
+xkbcomp is the keymap compiler that converts a description of an XKB
+keymap into one of several output formats.  The most common use is to
+create a compiled keymap file (.xkm) which can be read directly by
+XKB-capable X servers or utilities.
 EOF
-


Ruby Jobs
Java Jobs
Jobs in California
more...
what
job title, keywords
where
city, state, zip
jobs by job search
Search:
Java, servers, webhosting, windows, cisco ...
more...
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
encryption.gpg....    ietf.rfc822/199...    freebsd.devel.i...    lang.haskell.li...    mail.squirrelma...    web.zope.plone....    yellowdog.gener...    text.xml.xalan....    recreation.phot...    kde.devel.educa...    hardware.bus.ca...    printing.ghosts...    voip.peering/20...    assembly/2006-0...    org.user-groups...    culture.interne...    network.i2p/200...    boot-loaders.ya...    xfree86.render/...    qnx.openqnx.dev...    jakarta.velocit...    user-groups.pal...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe