Skip to Content.
Sympa Menu

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

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 (a40738d8ff80e74c6322a0ac3a243f80d4ae6c7e)
  • Date: Tue, 27 Oct 2009 19:26:07 -0500

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

xorg-app/x11perf/DETAILS | 24
++++++++++-------------
xorg-app/x11perf/HISTORY | 5 ++++
xorg-app/x11perf/x11perf-1.5.1.tar.bz2.sig |binary
xorg-app/xcursorgen/DETAILS | 11 ++++------
xorg-app/xcursorgen/HISTORY | 5 ++++
xorg-app/xcursorgen/xcursorgen-1.0.3.tar.bz2.sig |binary
xorg-app/xdpyinfo/DETAILS | 12 ++++-------
xorg-app/xdpyinfo/HISTORY | 6 +++++
xorg-app/xdpyinfo/xdpyinfo-1.1.0.tar.bz2.sig |binary
9 files changed, 37 insertions(+), 26 deletions(-)

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

xdpyinfo: Removed PKG and XORG_VER
(cherry picked from commit 6cbb631d02b345239c631b01b7688bc7c9b573c7)

commit 947b42e18c815d53c18613fe2e08cfc192a45775
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xdpyinfo: Updated to 1.1.0
SOURCE matches upstream posted MD5
Removed PATCHLEVEL
(cherry picked from commit 2d10785d3151b44a4ca5e2e0ed672752eaad6e11)

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

x11perf: Cleanup whitespace
(cherry picked from commit 84000f4f4e7d030319af90cfcc045ab212229ac7)

commit 4eb7de7f662ca7de605c9d90a5261710d5687ff5
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

x11perf: Removed XORG_VER and PKG
(cherry picked from commit d93852d5234c8ef5ceb265ff2172e898dd3e3eb1)

commit 4966eca73ed1677d7a5f11fbf7ca0fd747167965
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

x11perf: Updated to 1.5.1
SOURCE matches upstream posted MD5
(cherry picked from commit 9764470d45106dbbeff8cfafb5faffaeeaaad1e6)

commit 2463e8541c976278adee737d5523bb9f70d01713
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xcursorgen: Removed PKG and XORG_VER
(cherry picked from commit cb22ce5fb4accd7ba452c5d3a7e23ef83f84a5f3)

commit 3b7fbf7f1e9991a2ee5afc8cd7e77e0979b69f19
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

xcursorgen: Updated to 1.0.3
SOURCE matches upstream posted MD5
(cherry picked from commit 9a940a4328ca73d3fccd00472b6233f331094b8a)

diff --git a/xorg-app/x11perf/DETAILS b/xorg-app/x11perf/DETAILS
index 14a2bcf..23d8ef3 100755
--- a/xorg-app/x11perf/DETAILS
+++ b/xorg-app/x11perf/DETAILS
@@ -1,26 +1,24 @@
SPELL=x11perf
- PKG=x11perf
- VERSION=1.5
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.5.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:ba58f402a7f354a370c0eeda9330963c3651adee19f825c67692cf74f3713fcd67154ca925046924236f24774786e84f4dd9556823f61ee8f654d21ebe5d43f6
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:ba58f402a7f354a370c0eeda9330963c3651adee19f825c67692cf74f3713fcd67154ca925046924236f24774786e84f4dd9556823f61ee8f654d21ebe5d43f6
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org/wiki
ENTERED=20051125
LICENSE[0]=XCL
SHORT="summarize x11perf results"
cat << EOF
-Xmark is a shell script that reads the indicated datafile and compiles a
-benchmark which it writes to standard output. It writes three numbers:
+Xmark is a shell script that reads the indicated datafile and compiles a
+benchmark which it writes to standard output. It writes three numbers:

-
- A weighted performance number for the x11perf results.
+ A weighted performance number for the x11perf results.

- A weighted performance number for a standard SparcStation 1, with SunOS
- 4.1.2, X11R5 Xsun, and a CG3 dumb Color Frame Buffer.
+ A weighted performance number for a standard SparcStation 1, with SunOS
+ 4.1.2, X11R5 Xsun, and a CG3 dumb Color Frame Buffer.

- The Xmark, which is the ratio of the two numbers above.
+ The Xmark, which is the ratio of the two numbers above.

The datafile must be an ordinary file, produced by x11perf.
EOF
diff --git a/xorg-app/x11perf/HISTORY b/xorg-app/x11perf/HISTORY
index 69e1609..f6c565e 100644
--- a/xorg-app/x11perf/HISTORY
+++ b/xorg-app/x11perf/HISTORY
@@ -1,3 +1,8 @@
+2009-10-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.5.1
+ SOURCE matches upstream posted MD5
+ Removed XORG_VER and PKG
+
2008-03-20 Andraž ruskie Levstik <ruskie AT mages.ath.cx>
* DETAILS: Fixed SOURCE_URL[0]
fixed WEB_SITE
diff --git a/xorg-app/x11perf/x11perf-1.5.1.tar.bz2.sig
b/xorg-app/x11perf/x11perf-1.5.1.tar.bz2.sig
new file mode 100644
index 0000000..ebcf853
Binary files /dev/null and b/xorg-app/x11perf/x11perf-1.5.1.tar.bz2.sig differ
diff --git a/xorg-app/xcursorgen/DETAILS b/xorg-app/xcursorgen/DETAILS
index dff96d1..00e47ee 100755
--- a/xorg-app/xcursorgen/DETAILS
+++ b/xorg-app/xcursorgen/DETAILS
@@ -1,11 +1,10 @@
SPELL=xcursorgen
- PKG=xcursorgen
- VERSION=1.0.2
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.0.3
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:c48b9ae834a59542a80c97f9c2abbc272be7c9dc0e3525f830adff41ee35e324942911ee6ab3cdb864a5a46e9c190e5b037a3b5c5873e1ef29f533182a64fbd1
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:c48b9ae834a59542a80c97f9c2abbc272be7c9dc0e3525f830adff41ee35e324942911ee6ab3cdb864a5a46e9c190e5b037a3b5c5873e1ef29f533182a64fbd1
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
diff --git a/xorg-app/xcursorgen/HISTORY b/xorg-app/xcursorgen/HISTORY
index 2b68c90..d62b2b1 100644
--- a/xorg-app/xcursorgen/HISTORY
+++ b/xorg-app/xcursorgen/HISTORY
@@ -1,3 +1,8 @@
+2009-10-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.3
+ SOURCE matches upstream posted MD5
+ Removed XORG_VER and PKG
+
2008-08-25 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: fix for bug 13575

diff --git a/xorg-app/xcursorgen/xcursorgen-1.0.3.tar.bz2.sig
b/xorg-app/xcursorgen/xcursorgen-1.0.3.tar.bz2.sig
new file mode 100644
index 0000000..823f378
Binary files /dev/null and b/xorg-app/xcursorgen/xcursorgen-1.0.3.tar.bz2.sig
differ
diff --git a/xorg-app/xdpyinfo/DETAILS b/xorg-app/xdpyinfo/DETAILS
index 3522312..235a48c 100755
--- a/xorg-app/xdpyinfo/DETAILS
+++ b/xorg-app/xdpyinfo/DETAILS
@@ -1,15 +1,13 @@
SPELL=xdpyinfo
- PKG=xdpyinfo
- VERSION=1.0.3
- XORG_VER=X11R7.0
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.1.0
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
-
SOURCE_HASH=sha512:4dd89b1be496da7f90ab00ee0bfbf4dc1d6d09262988bd83434aa6bfe7f4afc37583730c64f5ce1b2f2f295a226431e565a718c9366396354d8ccdf017792958
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:4dd89b1be496da7f90ab00ee0bfbf4dc1d6d09262988bd83434aa6bfe7f4afc37583730c64f5ce1b2f2f295a226431e565a718c9366396354d8ccdf017792958
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- PATCHLEVEL=1
SHORT="The X.Org display information application"
cat << EOF
xdpyinfo displays information about a particular tage display, inlcuding
diff --git a/xorg-app/xdpyinfo/HISTORY b/xorg-app/xdpyinfo/HISTORY
index f2456ab..6aeb1a7 100644
--- a/xorg-app/xdpyinfo/HISTORY
+++ b/xorg-app/xdpyinfo/HISTORY
@@ -1,3 +1,9 @@
+2009-10-27 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.1.0
+ SOURCE matches upstream posted MD5
+ Removed PATCHLEVEL
+ Removed PKG and XORG_VER
+
2009-01-26 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DEPENDS: no more libxp
* DETAILS: patchlevel++
diff --git a/xorg-app/xdpyinfo/xdpyinfo-1.1.0.tar.bz2.sig
b/xorg-app/xdpyinfo/xdpyinfo-1.1.0.tar.bz2.sig
new file mode 100644
index 0000000..09b4b52
Binary files /dev/null and b/xorg-app/xdpyinfo/xdpyinfo-1.1.0.tar.bz2.sig
differ



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

Archive powered by MHonArc 2.6.24.

Top of Page