[Lunar-commits] r18416 - in moonbase/trunk/zbeta/x11/x11-libs: libICE libSM libX11 libXau libXaw libXcomposite libXcursor libXdamage libXdmcp libXevie libXext libXfixes libXfont libXfontcache libXft libXi libXinerama libXmu libXpm libXrandr libXrender libXt libXtst libXxf86misc libXxf86vm libfontenc libxkbfile libxkbui xtrans

Chad Kittel v3rt1g0 at lunar-linux.org
Tue Jan 31 02:13:29 UTC 2006


Author: v3rt1g0
Date: 2006-01-31 02:13:28 +0000 (Tue, 31 Jan 2006)
New Revision: 18416

Modified:
   moonbase/trunk/zbeta/x11/x11-libs/libICE/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libSM/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libSM/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libX11/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libX11/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXau/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXaw/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXaw/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXcomposite/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXcursor/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXdmcp/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXevie/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXevie/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXext/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXfixes/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXfont/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXfont/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXfontcache/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXft/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXft/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXi/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXinerama/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXmu/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXpm/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXrandr/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXrender/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXt/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXt/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXtst/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libXxf86vm/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libfontenc/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DEPENDS
   moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/libxkbui/DETAILS
   moonbase/trunk/zbeta/x11/x11-libs/xtrans/DETAILS
Log:
  * Added some short and long descriptions to a majority of the
    libraries that were here.  I based them mainly from Ubuntu's
    descriptions which can be found using http://packages.ubuntu.org.
  * Added some missing SHA1 sums
  * Minor formatting tweaks in the depends files.

  * I'll prob keep making lil changes like though thoughout the upcoming
    week.  That way the real gurus of XOrg 7.0 don't need to bother
    themselves with these little remedial tasks.


Modified: moonbase/trunk/zbeta/x11/x11-libs/libICE/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libICE/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libICE/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Inter-Client Exchange library""
 cat << EOF
+libICE, the X.Org Inter-Client Exchange library,  allows for
+communication of data between X clients.
 EOF
 

Modified: moonbase/trunk/zbeta/x11/x11-libs/libSM/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libSM/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libSM/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,2 +1,2 @@
-depends libICE &&
-depends xproto
+depends  libICE  &&
+depends  xproto

Modified: moonbase/trunk/zbeta/x11/x11-libs/libSM/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libSM/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libSM/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Session Management library"
+
 cat << EOF
+libSM, the Session Management library, allows for applications to both
+manage sessions, and make use of session manager to save and restore
+their state for later use.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libX11/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libX11/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libX11/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,3 +1,3 @@
-depends libXau &&
-depends libXdmcp &&
-depends kbproto
+depends  libXau    &&
+depends  libXdmcp  &&
+depends  kbproto

Modified: moonbase/trunk/zbeta/x11/x11-libs/libX11/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libX11/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libX11/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -4,10 +4,13 @@
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
       SOURCE_VFY=sha1:571b658a7a286376c19b97107b516458d3ecd760 
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
-	 WEB_SITE=http://www.x.org/
+        WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org client-side library"
+
 cat << EOF
+libX11 is the main client library to the X window system (otherwise
+known as 'Xlib').  It provides the complete API for the basic functions
+of the window system.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXau/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXau/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXau/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org authorization library"
+
 cat << EOF
+libXau, the authorization handling library, controls authorization for
+X connections, both client-side and server-side.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXaw/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXaw/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXaw/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,2 +1,2 @@
-depends libXmu &&
-depends libXpm
+depends  libXmu  &&
+depends  libXpm

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXaw/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXaw/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXaw/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,14 @@
          VERSION=X11R7.0-1.0.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:cf80581db28d19395be2eafe5ddf135829a93090
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Athena Widget library"
+
 cat << EOF
+libXaw provides Xaw, the Athena Widget toolkit, which is mainly used by
+legacy X applications.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXcomposite/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXcomposite/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXcomposite/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Composite extension library"
+
 cat << EOF
+libXcomposite is the library responsible for interfacing with the
+Composite extension of the X protocol.  The Composite extension allows
+compositing managers to control the final drawing of the screen.  Where
+all rendering is done into an off-screen buffer.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXcursor/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXcursor/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXcursor/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org cursor management library"
+
 cat << EOF
+libXcursor is a library designed to help locate and load X cursors from
+within the X Window System.  Cursors can be loaded from files or memory
+and can exist in several sizes.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,4 +1,4 @@
-depends damageproto &&
-depends libXfixes &&
-depends xextproto &&
-depends fixesproto
+depends  damageproto  &&
+depends  libXfixes    &&
+depends  xextproto    &&
+depends  fixesproto

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXdamage/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org damaged region extension library"
+
 cat << EOF
+libXdamage provides access to the DAMAGE extension of the X protocol.
+The DAMAGE extension provides for notification of when on-screen
+regions have be altered.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXdmcp/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXdmcp/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXdmcp/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Display Manager Control protocol library"
+
 cat << EOF
+libXdmcp provides access to the Display Manager Control protocol of X,
+which allows for remote logins to display managers.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXevie/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXevie/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXevie/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1 +1 @@
-depends libXext
+depends  libXext

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXevie/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXevie/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXevie/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,16 @@
          VERSION=X11R7.0-1.0.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:859bdc763aee401a03a0fbdf93f5df8b841b73f3
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org EvIE extension library"
+
 cat << EOF
+libXevie provides access to the EvIE (Event Interception Extension)
+extension to the X protocol.  The EvIE allows for clients to be able to
+intercept all events coming though the server and then decide what to
+do with them, including being able to modify or discard events.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXext/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXext/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXext/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org miscellaneous extension library"
+
 cat << EOF
+libXext provides access to several miscellaneous extensions to the X
+protocol.  Extensions such as: DOUBLE-BUFFER (DBE), DPMS, SECURITY,
+SHAPE, XTEST, and many others.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXfixes/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXfixes/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXfixes/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org miscellaneous fixes extension"
+
 cat << EOF
+libXfixes provides access to the XFIXES extension to the X protocol,
+which provides support for region types, misc cursor functions, and
+other various items.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXfont/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXfont/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXfont/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,3 +1,3 @@
-depends fontcacheproto &&
-depends libfontenc &&
-depends freetype2
+depends  fontcacheproto  &&
+depends  libfontenc      &&
+depends  freetype2

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXfont/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXfont/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXfont/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -6,7 +6,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org font rasterisation library"
+
 cat << EOF
+libXfont provides access to items like font selection and rasterisation
+within X.Org.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXfontcache/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXfontcache/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXfontcache/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -8,6 +8,6 @@
          ENTERED=20060120
          UPDATED=20060120
            SHORT=""
+
 cat << EOF
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXft/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXft/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXft/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1,3 +1,3 @@
-depends libXrender &&
-depends freetype2 &&
-depends fontconfig
+depends  libXrender  &&
+depends  freetype2   &&
+depends  fontconfig

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXft/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXft/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXft/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org FreeType-based font drawing library"
+
 cat << EOF
+libXft provides X applications access to the FreeType rasterization of
+fonts.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXi/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXi/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXi/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org XINPUT extension library"
+
 cat << EOF
+libXi provides access to the XINPUT extension of the X protocol.  The
+XINPUT extension allows set and configuration of multiple input 
+devices with the eventual goal of supporting the hotplugging of various
+input devices on the fly.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXinerama/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXinerama/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXinerama/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org XINERAMA extension protocol library"
+
 cat << EOF
+libXinerama provides access to the XINERAMA extension of the X protocol.
+The XINERAMA extension allows for multiple screens attached to a single
+display to be treated as belonging together.  It also allows desktop
+applications a better idea of the monitor layout.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXmu/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXmu/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXmu/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,14 @@
          VERSION=X11R7.0-1.0.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:f509b5e7eb24d38559c441e3ffa8faaf4abd4c2c
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org miscellaneous utility library"
+
 cat << EOF
+libXmu provides a set of miscellaneous utility functions for X libraries
+to use.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXpm/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXpm/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXpm/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,15 @@
          VERSION=X11R7.0-3.5.4.2
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:e96df66f703c5ab1a295e216b5035ee14d6202b2
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org pixmap library"
+
 cat << EOF
+libXpm provides access to the XPM pixmap format, which is commonly used
+in legacy X applications.  XPM is an extension of the monochrome XBM
+bitmap specification of the X protocol.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXrandr/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXrandr/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXrandr/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org RandR extension library"
+
 cat << EOF
+libXrandr provides access to the RandR extension of the X protocol.  The
+RandR extension allows for run-time configuration of display attributes
+such as, resolution, rotation, and reflection.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXrender/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXrender/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXrender/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org Rendering extension library"
+
 cat << EOF
+libXrender provides access to the Render extension of the X protocol.
+The X Rendering extension introduces digital image composition as the
+foundation of a new rendering model with the X window system.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXt/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXt/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXt/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1 +1 @@
-depends libSM
+depends  libSM

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXt/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXt/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXt/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org toolkit intrinsics library"
+
 cat << EOF
+libXt provides access to the X Toolkit Intrinsics, an abstract widget
+library upon which other toolkits are based.  Xt is the basis for
+toolkits such as the Athena widgets (Xaw) and LessTif (a Motif
+implementation).
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXtst/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXtst/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXtst/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,11 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org testing resource extension library"
+
 cat << EOF
+libXtst provides access to the Record extension of the X protocol.  The
+Record extension allows X clients to synthesize input events, which
+is useful for automated testing within X.
 EOF
 

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1 +1 @@
-depends libXext
+depends  libXext

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXxf86misc/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,15 @@
          VERSION=X11R7.0-1.0.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:d337e2c7373b01d7ce1bd7c8fd9d1f476e0f97d6
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org XFree86-Misc extension library"
+
 cat << EOF
+libXxf86misc provides access to the XFree86-Misc extension of the X
+protocol, which allows applications to query the current keyboard and
+mouse settings of the running server.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libXxf86vm/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libXxf86vm/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libXxf86vm/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,16 @@
          VERSION=X11R7.0-1.0.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:06edd40ef9c08f572472bcd943f6edc3850d6378
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org XFree86-VidModeExtension extension library"
+
 cat << EOF
+libXxf86vm provides access to the XFree86-VidModeExtension extension of
+the X protocol.  This allows client application to get and set video
+mode timings in extensive detail.  It is the main library used in the
+xvidtune application.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libfontenc/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libfontenc/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libfontenc/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,15 @@
          VERSION=X11R7.0-1.0.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:7fb50d17b0d7f423a04cfb54979a1d28dc0357db
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org font encoding library"
+
 cat << EOF
+libfontenc is a library which helps font libraries portably determine
+and deal with different encodings of fonts.
 EOF
 

Modified: moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DEPENDS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DEPENDS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DEPENDS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -1 +1 @@
-depends libX11
+depends  libX11

Modified: moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libxkbfile/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,9 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org keyboard file manipulation library"
+
 cat << EOF
+libxkbfile provides the ability to read and manipulate description
+files for XKB, the X keyboard configuration extension.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/libxkbui/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/libxkbui/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/libxkbui/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -2,11 +2,14 @@
          VERSION=X11R7.0-1.0.1
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=ftp://ftp.x.org/pub/X11R7.0/src/everything/
+      SOURCE_VFY=sha1:d0b5891a81f43d3e3fbc2d74f3b3e4906045025f
    MODULE_PREFIX=${X11R7_PREFIX:-/usr/X11R7}
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org keyboard UI presentation library"
+
 cat << EOF
+libxkbui provides a way to easily present XKB layouts as graphical
+widgets.
 EOF
-

Modified: moonbase/trunk/zbeta/x11/x11-libs/xtrans/DETAILS
===================================================================
--- moonbase/trunk/zbeta/x11/x11-libs/xtrans/DETAILS	2006-01-30 22:12:52 UTC (rev 18415)
+++ moonbase/trunk/zbeta/x11/x11-libs/xtrans/DETAILS	2006-01-31 02:13:28 UTC (rev 18416)
@@ -7,7 +7,10 @@
         WEB_SITE=http://www.x.org/
          ENTERED=20060120
          UPDATED=20060120
-           SHORT=""
+           SHORT="the X.Org transport library"
+
 cat << EOF
+xtrans includes a number of routines to make X implementations
+transport-independent.  It includes support for UNIX sockets, IPv4,
+IPv6, and DECnet.
 EOF
-



More information about the Lunar-commits mailing list