Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (4de50f40dac984933d50214d29116688b6778c59)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (4de50f40dac984933d50214d29116688b6778c59)
  • Date: Fri, 9 Oct 2009 19:23:13 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
xorg-lib/libdmx/DETAILS | 13
+++-------
xorg-lib/libdmx/HISTORY | 3 ++
xorg-proto/windowswmproto/DETAILS | 12
+++------
xorg-proto/windowswmproto/HISTORY | 9
+++++-
xorg-proto/windowswmproto/windowswmproto-1.0.4.tar.bz2.sig |binary
xorg-proto/windowswmproto/windowswmproto-X11R7.0-1.0.3.tar.bz2.sig | 0
7 files changed, 20 insertions(+), 17 deletions(-)

New commits:
commit 4de50f40dac984933d50214d29116688b6778c59
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

windowswmproto: Cleanup whitespace
(cherry picked from commit 5b5f129fc5b195bbb2448aa27067b27407ff2f7d)

commit 39cbfdc12da281bd4e976efb807d58be8995765c
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

windowswmproto: Updated to 1.0.4
SOURCE matches upstream posted MD5
SOURCE_URL is now set to individual/
Removed UPDATED and XORG_VER
(cherry picked from commit 388d2ea493d1304dc2efaad159b7c6af765ae2f6)

commit a1c5cdb2aff00ba04206d5733620a4f1036a0a7d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

libdmx: => 1.1.0
(cherry picked from commit b41d854ae55e9aa602eaa6eaa74b5d900b681b46)

diff --git a/xorg-lib/libdmx/DETAILS b/xorg-lib/libdmx/DETAILS
index 300e3f1..2caebce 100755
--- a/xorg-lib/libdmx/DETAILS
+++ b/xorg-lib/libdmx/DETAILS
@@ -1,16 +1,13 @@
SPELL=libdmx
PKG=libdmx
- VERSION=1.0.2
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${XORG_VER}-${VERSION}.tar.bz2
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/lib/${SOURCE}
-
SOURCE_HASH=sha512:82f7f87aa09c980d2cb6af076a23aea77e9f4153e9379220f362068a2bb63c5fc3824856161ae560f0d694275af014b8bcb1f5a631ea75b67d15c5cc4f4d2c12
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${XORG_VER}-${VERSION}
+ VERSION=1.1.0
+
SOURCE_HASH=sha512:6d653b26e98cf0f0a7cedc300680619556d4c1ec9899968db1dcad3ab81e1634ba1c437ae4a5c6d0249597ba781d61e64fff9074dc325f38895f6994080ea74c
+ SOURCE=${PKG}-${VERSION}.tar.bz2
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/lib/${SOURCE}
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
- UPDATED=20051125
LICENSE[0]=XCL
- BUILD_API=2
SHORT="the X.Org DMX extenstion library"
cat << EOF
libdmx provides access to the Distributed Multihead extenstion (DMX) of
diff --git a/xorg-lib/libdmx/HISTORY b/xorg-lib/libdmx/HISTORY
index ffe7d82..24e0c74 100644
--- a/xorg-lib/libdmx/HISTORY
+++ b/xorg-lib/libdmx/HISTORY
@@ -1,3 +1,6 @@
+2009-10-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.0
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-proto/windowswmproto/DETAILS
b/xorg-proto/windowswmproto/DETAILS
index abcef91..01abeed 100755
--- a/xorg-proto/windowswmproto/DETAILS
+++ b/xorg-proto/windowswmproto/DETAILS
@@ -1,14 +1,12 @@
SPELL=windowswmproto
- VERSION=1.0.3
- XORG_VER=X11R7.0
- SOURCE=${SPELL}-${XORG_VER}-${VERSION}.tar.bz2
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-${XORG_VER}-${VERSION}
-
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/${XORG_VER}/src/proto/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ VERSION=1.0.4
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+
SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/proto/$SOURCE
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig:UPSTREAM_HASH"
LICENSE[0]=XCL
WEB_SITE=http://xorg.freedesktop.org/
ENTERED=20051124
- UPDATED=20051124
SHORT="A Protocol module of X.Org"
cat << EOF
The XOrg Foundation, (a.k.a. X.org) has changed to an Open Source model to
diff --git a/xorg-proto/windowswmproto/HISTORY
b/xorg-proto/windowswmproto/HISTORY
index 705bd35..522b128 100644
--- a/xorg-proto/windowswmproto/HISTORY
+++ b/xorg-proto/windowswmproto/HISTORY
@@ -1,3 +1,9 @@
+2009-10-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.4
+ SOURCE matches upstream posted MD5
+ SOURCE_URL is now set to individual/
+ Removed UPDATED and XORG_VER
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

@@ -22,6 +28,5 @@
* DEPENDS: auto-created or updated

2005-11-24 Robin Cook <rcook AT wyrms.net>
- * INITIAL: break up of xorg into modules X11R7.0.0
-
+ * INITIAL: break up of xorg into modules X11R7.0.0

diff --git a/xorg-proto/windowswmproto/windowswmproto-1.0.4.tar.bz2.sig
b/xorg-proto/windowswmproto/windowswmproto-1.0.4.tar.bz2.sig
new file mode 100644
index 0000000..a76af75
Binary files /dev/null and
b/xorg-proto/windowswmproto/windowswmproto-1.0.4.tar.bz2.sig differ
diff --git
a/xorg-proto/windowswmproto/windowswmproto-X11R7.0-1.0.3.tar.bz2.sig
b/xorg-proto/windowswmproto/windowswmproto-X11R7.0-1.0.3.tar.bz2.sig
deleted file mode 100644
index 3158fd9..0000000
Binary files
a/xorg-proto/windowswmproto/windowswmproto-X11R7.0-1.0.3.tar.bz2.sig and
/dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (4de50f40dac984933d50214d29116688b6778c59), Eric Sandall, 10/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page