SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-
SOURCE_HASH=sha512:d92a3d6d42b86d97f7071584b7d4561ac2d3d0b13570c171b09943994b6cb5a53e868c3e829e3c2ff3e9fb945e9e793328492feb40944000bc9f546c4d6b374c
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Module libxdmcp for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+libXdmcp - X Display Manager Control Protocol library
EOF
diff --git a/xorg-lib/libxdmcp/HISTORY b/xorg-lib/libxdmcp/HISTORY
index 4d454a4..8072ea3 100644
--- a/xorg-lib/libxdmcp/HISTORY
+++ b/xorg-lib/libxdmcp/HISTORY
@@ -1,3 +1,7 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ update description
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 1.0.3
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org/wiki
@@ -13,17 +12,10 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
SECURITY_PATCH=1
SHORT="Module libxfont for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+libXfont provides the core of the legacy X11 font system, handling the
+index files (fonts.dir, fonts.alias, fonts.scale), the various font file
+formats, and rasterizing them. It is used by the X servers, the
+X Font Server (xfs), and some font utilities (bdftopcf for instance),
+but should not be used by normal X11 clients. X11 clients access fonts
+via either the new API's in libXft, or the legacy API's in libX11.
EOF
diff --git a/xorg-lib/libxfont/HISTORY b/xorg-lib/libxfont/HISTORY
index a95bc41..e938797 100644
--- a/xorg-lib/libxfont/HISTORY
+++ b/xorg-lib/libxfont/HISTORY
@@ -1,3 +1,6 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.4.3
+
2010-06-26 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.4.2
SOURCE matches upstream posted SHA1
diff --git a/xorg-lib/libxfont/libXfont-1.4.2.tar.bz2.sig
b/xorg-lib/libxfont/libXfont-1.4.2.tar.bz2.sig
deleted file mode 100644
index 234a3bd..0000000
Binary files a/xorg-lib/libxfont/libXfont-1.4.2.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-lib/libxft/DETAILS b/xorg-lib/libxft/DETAILS
index 9215edf..7508c3a 100755
--- a/xorg-lib/libxft/DETAILS
+++ b/xorg-lib/libxft/DETAILS
@@ -1,17 +1,16 @@
SPELL=libxft
PKG=libXft
- VERSION=2.1.14
+ VERSION=2.2.0
+
SOURCE_HASH=sha512:948ba8918895e49705b4b925b7821a3885c6b9de2e1fe1e95e3fcfee10d06906bf00eeb8035b0ae1a911c28028de0bd109fd6bda54695a3bbd2a19a80f0de37a
+# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE=${PKG}-${VERSION}.tar.bz2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-#
SOURCE_HASH=sha512:b39c6d228c7769aa47513c90c71c53d431deb3e89ce10acbc22241db497730c4e2d331a021ad989cd67cf0568c8fab32c39f274b020f4152aad3c7f1d3966410
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="X FreeType interface library"
cat << EOF
-Xft is a simple library designed to interface the FreeType rasterizer
-with the X Rendering Extension. This manual page barely scratches the
-surface of this library.
+Xft, a library that connects X applications with the FreeType font
rasterization library.
+Xft uses fontconfig to locate fonts so it has no configuration files.
EOF
diff --git a/xorg-lib/libxft/HISTORY b/xorg-lib/libxft/HISTORY
index 2540a93..fd6dff6 100644
--- a/xorg-lib/libxft/HISTORY
+++ b/xorg-lib/libxft/HISTORY
@@ -1,3 +1,7 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.2.0
+ update description
+
2009-10-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 2.1.14
SOURCE matches upstream posted MD5
diff --git a/xorg-lib/libxft/libXft-2.1.14.tar.bz2.sig
b/xorg-lib/libxft/libXft-2.1.14.tar.bz2.sig
deleted file mode 100644
index 5c9bcd1..0000000
Binary files a/xorg-lib/libxft/libXft-2.1.14.tar.bz2.sig and /dev/null differ
diff --git a/xorg-lib/libxkbfile/DETAILS b/xorg-lib/libxkbfile/DETAILS
index 903a387..bab3365 100755
--- a/xorg-lib/libxkbfile/DETAILS
+++ b/xorg-lib/libxkbfile/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxkbfile
PKG=libxkbfile
- VERSION=1.0.6
-
SOURCE_HASH=sha512:97650ec7ed3f898a9ddb84aa13806048ce176468a21cf05927c91a003782acc46ecf3137521338e9531f071281dcc02b1cb0a9b38653eb2abb6617964045f25f
+ VERSION=1.0.7
+
SOURCE_HASH=sha512:58d18cd1249cdbce1868c5e0447b621fe67da3f68307feea66bf545fd0ee5d117943519b1f9680417e6bf8321f88622e500e1c08e17e0d762ac8f5a938f740bc
SOURCE=${PKG}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
diff --git a/xorg-lib/libxkbfile/HISTORY b/xorg-lib/libxkbfile/HISTORY
index 9f6d954..22d5540 100644
--- a/xorg-lib/libxkbfile/HISTORY
+++ b/xorg-lib/libxkbfile/HISTORY
@@ -1,3 +1,6 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.7
+
2009-10-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.6
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-#
SOURCE_HASH=sha512:54722d972403ca76568e4c225a6b12457728f0a0701b1da5d6bf92d03c25c04c57d0bd0eda11c5a74dbbd3f1446a5aafe06734d1ef07e3dce3ce9a101267c390
-
SOURCE_HASH=sha512:05e50d4fcc2c43f4ea8cf2ae096ebfffee4a67e6691cd9afc14147af809d5f557ac2d4890e023310679f80204dc3ac0de984d641700f8cf38e66fd010445f27c
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
SHORT="Module libxmu for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
+libxmu contains miscellaneous utilities and is not part of the Xlib
+standard. It contains routines which only use public interfaces so that it
+may be layered on top of any proprietary implementation of Xlib or Xt.
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+It is intended to support clients in the X.Org distribution; vendors
+may choose not to distribute this library if they wish. Therefore,
+applications developers who depend on this library should be prepared to
+treat it as part of their software base when porting.
EOF
diff --git a/xorg-lib/libxmu/HISTORY b/xorg-lib/libxmu/HISTORY
index 572afbb..837557d 100644
--- a/xorg-lib/libxmu/HISTORY
+++ b/xorg-lib/libxmu/HISTORY
@@ -1,3 +1,7 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+ update description
+
2009-09-24 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* DETAILS: updated spell to 1.0.5
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-#
SOURCE_HASH=sha512:19476e902038cff779f7378341c1ec47ae63aaa9600c0deef0c0298dc014876d6f52060aca612a60aa99f0bd956346997d0efcd01fab655339408c36dd2f9826
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Module libxres for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+libXRes - X-Resource extension client library
EOF
diff --git a/xorg-lib/libxres/HISTORY b/xorg-lib/libxres/HISTORY
index b80dbd0..b7a43a2 100644
--- a/xorg-lib/libxres/HISTORY
+++ b/xorg-lib/libxres/HISTORY
@@ -1,3 +1,6 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.5
+
2009-10-09 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.0.4
SOURCE matches upstream posted MD5
diff --git a/xorg-lib/libxres/libXres-1.0.4.tar.bz2.sig
b/xorg-lib/libxres/libXres-1.0.4.tar.bz2.sig
deleted file mode 100644
index 38f9366..0000000
Binary files a/xorg-lib/libxres/libXres-1.0.4.tar.bz2.sig and /dev/null differ
diff --git a/xorg-lib/libxscrnsaver/DETAILS b/xorg-lib/libxscrnsaver/DETAILS
index 2774be0..e939389 100755
--- a/xorg-lib/libxscrnsaver/DETAILS
+++ b/xorg-lib/libxscrnsaver/DETAILS
@@ -1,27 +1,15 @@
SPELL=libxscrnsaver
PKG=libXScrnSaver
- VERSION=1.2.0
+ VERSION=1.2.1
+
SOURCE_HASH=sha512:6c109bbc5cff47aa3839c540bf30204d371a01fb1849b5ad52f0d89f47b05eecbebf9a229f3834f1927d767fe0c2f9848e3b58fed048aad1001a18ad4b1affb8
+# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE=${PKG}-${VERSION}.tar.bz2
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
-#
SOURCE_HASH=sha512:60e165d6ef5fccb0a3dd420150c42a5b4c3fbc0fa5a346c6e21cb75bf24bdb35c2402957278bc9c38fa5f6cd18f563c182146927481748f23319542b27db28df
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Module libxscrnsaver for xorg"
cat << EOF
-The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
-maintain the official Public Implementation of X11.
-
-The XOrg Foundation invites anyone who has an interest to join in. Anyone
-may create and work on a branch in the repository. See XOrgRepository for
-more information about the XOrg Foundation repository.
-
-The repository consists of an imported XFree86 tree that is very close
-to their 4.4 release. Just before its 4.4 release, XFree86 adopted a
-new licensing scheme incompatible with the GPL. For this reason, we have
-recreated its tree as closely as possible without importing files affected
-by the new license. Our tree is being referred to as simply "XOrg", and a
-public release will be made shortly.
+XScreenSaver - X11 Screen Saver extension client library
EOF
diff --git a/xorg-lib/libxscrnsaver/HISTORY b/xorg-lib/libxscrnsaver/HISTORY
index 5e20314..060a2c7 100644
--- a/xorg-lib/libxscrnsaver/HISTORY
+++ b/xorg-lib/libxscrnsaver/HISTORY
@@ -1,3 +1,6 @@
+2010-11-01 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: Updated to 1.2.1
+
2009-08-28 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.2.0
SOURCE matches upstream posted MD5
diff --git a/xorg-lib/libxt/DETAILS b/xorg-lib/libxt/DETAILS
index e1f880b..ddcbec7 100755
--- a/xorg-lib/libxt/DETAILS
+++ b/xorg-lib/libxt/DETAILS
@@ -1,7 +1,7 @@
SPELL=libxt
PKG=libXt
- VERSION=1.0.8
-
SOURCE_HASH=sha512:d57f219f5f980d44c277420732896ef70afd04b02eb7c4e16e4a31d86b575cf1b7271678c28a668726fc536b7bc43fdcb9d480d72ce8795243dfac6276fd11a4
+ VERSION=1.0.9
+
SOURCE_HASH=sha512:e0b33ebeda8bd7d7c3a61c5a01934f4e81c539eb3b0275a2b646e0ca040fba609fd89fb58fcbdbb79c3002eff0ccdccc8a8c639128e37550c26e5c92ddb22048
SOURCE=${PKG}-${VERSION}.tar.bz2
# SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"