Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (8f8f8438cdfce40ca06d2baace86c6a78920dc67)

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 devel-xorg-modular grimoire by Eric Sandall (8f8f8438cdfce40ca06d2baace86c6a78920dc67)
  • Date: Thu, 8 Oct 2009 20:36:17 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

dev/null |binary
xorg-app/luit/DETAILS | 21
+++++++--------
xorg-app/luit/HISTORY | 5 +++
xorg-app/luit/luit-1.0.4.tar.bz2.sig |binary
xorg-app/luit/luit-X11R7.0-1.0.1.tar.bz2.sig | 0
xorg-app/mkcomposecache/DETAILS | 11 +++----
xorg-app/mkcomposecache/HISTORY | 5 +++
xorg-app/mkcomposecache/mkcomposecache-1.2.1.tar.bz2.sig |binary
8 files changed, 25 insertions(+), 17 deletions(-)

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

luit: Cleanup whitespace

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

luit: Removed XORG_VER and PKG

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

luit: Updated to 1.0.4
SOURCE matches upstream posted MD5

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

luit: Removed old GPG signature

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

mkcomposecache: Removed XORG_VER and PKG

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

mkcomposecache: Updated to 1.2.1
SOURCE matches upstream posted MD5

diff --git a/xorg-app/luit/DETAILS b/xorg-app/luit/DETAILS
index ffed9c9..210ea94 100755
--- a/xorg-app/luit/DETAILS
+++ b/xorg-app/luit/DETAILS
@@ -1,23 +1,22 @@
SPELL=luit
- PKG=luit
- VERSION=1.0.3
- XORG_VER=X11R7.0
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.0.4
+ 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:05a90000a66ad8aef9843674b50b2fa339bd4c3109bed54780240dbcef11403b4659cb6b4e96106fcbc1f5cbdde661d4f70334d43cc9fac9a8d7f05225696872
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:05a90000a66ad8aef9843674b50b2fa339bd4c3109bed54780240dbcef11403b4659cb6b4e96106fcbc1f5cbdde661d4f70334d43cc9fac9a8d7f05225696872
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
SHORT="Locale and ISO 2022 support for Unicode terminals"
cat << EOF
Luit is a filter that can be run between an arbitrary application and a
-UTF-8 terminal emulator. It will convert application output from the
-locale's encoding into UTF-8, and convert terminal input from UTF-8
+UTF-8 terminal emulator. It will convert application output from the
+locale's encoding into UTF-8, and convert terminal input from UTF-8
into the locale's encoding.

-An application may also request to a different output encoding using
-ISO 2022 and ISO 6429 escape sequences. Use of this feature is
-discouraged: multilingual applications should be modified to directly
+An application may also request to a different output encoding using
+ISO 2022 and ISO 6429 escape sequences. Use of this feature is
+discouraged: multilingual applications should be modified to directly
generate UTF-8 instead.
EOF
diff --git a/xorg-app/luit/HISTORY b/xorg-app/luit/HISTORY
index 6512920..d495c4d 100644
--- a/xorg-app/luit/HISTORY
+++ b/xorg-app/luit/HISTORY
@@ -1,3 +1,8 @@
+2009-10-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.0.4
+ SOURCE matches upstream posted MD5
+ Removed XORG_VER and PKG
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-app/luit/luit-1.0.4.tar.bz2.sig
b/xorg-app/luit/luit-1.0.4.tar.bz2.sig
new file mode 100644
index 0000000..8c58f3f
Binary files /dev/null and b/xorg-app/luit/luit-1.0.4.tar.bz2.sig differ
diff --git a/xorg-app/luit/luit-X11R7.0-1.0.1.tar.bz2.sig
b/xorg-app/luit/luit-X11R7.0-1.0.1.tar.bz2.sig
deleted file mode 100755
index 6f01a05..0000000
Binary files a/xorg-app/luit/luit-X11R7.0-1.0.1.tar.bz2.sig and /dev/null
differ
diff --git a/xorg-app/mkcomposecache/DETAILS b/xorg-app/mkcomposecache/DETAILS
index 1b00a18..e3f014e 100755
--- a/xorg-app/mkcomposecache/DETAILS
+++ b/xorg-app/mkcomposecache/DETAILS
@@ -1,11 +1,10 @@
SPELL=mkcomposecache
- PKG=mkcomposecache
- VERSION=1.2
- XORG_VER=X11R7.1
- SOURCE=${PKG}-${VERSION}.tar.bz2
+ VERSION=1.2.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
SOURCE_URL[0]=ftp://ftp.x.org/pub/individual/app/$SOURCE
-
SOURCE_HASH=sha512:e81101dbf3324341a2aa6b12a6f1a67bf18484f69edc86e38f78f30b2e62d4d3a98d65dbd05540dfe437d739b5cdd330d1e381da87ec3fe4fe7c42fcef58aad7
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${PKG}-${VERSION}
+#
SOURCE_HASH=sha512:e81101dbf3324341a2aa6b12a6f1a67bf18484f69edc86e38f78f30b2e62d4d3a98d65dbd05540dfe437d739b5cdd330d1e381da87ec3fe4fe7c42fcef58aad7
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20060828
LICENSE[0]=XCL
diff --git a/xorg-app/mkcomposecache/HISTORY b/xorg-app/mkcomposecache/HISTORY
index 31e62a7..38d9d59 100644
--- a/xorg-app/mkcomposecache/HISTORY
+++ b/xorg-app/mkcomposecache/HISTORY
@@ -1,3 +1,8 @@
+2009-10-08 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.2.1
+ SOURCE matches upstream posted MD5
+ Removed XORG_VER and PKG
+
2008-03-17 Eric Sandall <sandalle AT sourcemage.org>
* CONFLICTS: Auto-conflicts with xorg as well

diff --git a/xorg-app/mkcomposecache/mkcomposecache-1.2.1.tar.bz2.sig
b/xorg-app/mkcomposecache/mkcomposecache-1.2.1.tar.bz2.sig
new file mode 100644
index 0000000..457b77c
Binary files /dev/null and
b/xorg-app/mkcomposecache/mkcomposecache-1.2.1.tar.bz2.sig differ



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (8f8f8438cdfce40ca06d2baace86c6a78920dc67), Eric Sandall, 10/08/2009

Archive powered by MHonArc 2.6.24.

Top of Page