Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6131303ac53ef02924d01592de7940fdb8dac2a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6131303ac53ef02924d01592de7940fdb8dac2a7)
  • Date: Mon, 6 Apr 2015 15:14:44 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/unrtf/DETAILS | 4 ++--
doc/unrtf/HISTORY | 3 +++
doc/unrtf/PRE_BUILD | 4 ++++
xorg-app/lbxproxy/DETAILS | 23 +++++++++--------------
xorg-app/lbxproxy/HISTORY | 3 +++
5 files changed, 21 insertions(+), 16 deletions(-)

New commits:
commit 6131303ac53ef02924d01592de7940fdb8dac2a7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

unrtf 0.21.9

commit 75e1c238f5f34a4d156059f625ad439ade5bfcf1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lbxproxy: Add proper description

diff --git a/doc/unrtf/DETAILS b/doc/unrtf/DETAILS
index 5d7ea44..104fd4d 100755
--- a/doc/unrtf/DETAILS
+++ b/doc/unrtf/DETAILS
@@ -1,8 +1,8 @@
SPELL=unrtf
- VERSION=0.20.5
+ VERSION=0.21.9
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=http://www.gnu.org/software/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:5a67568772bb5c7c1dc5d983187a0e707435316c719f1d2a979a23fec0af6894f349b69674104b9e98c933e3fbe5165f230ce58fd7c8fad7ea90b96904a4052c
+
SOURCE_HASH=sha512:56d279ba8c8c20b8e39705dd4313c2b1607273d02ca2cdaeca5771bdbb3d99c338b816671dba1037961879be8ac6efddcd1af4cecb5c337f899575cae2989c03
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.gnu.org/software/unrtf/unrtf.html";
LICENSE[0]=GPL
diff --git a/doc/unrtf/HISTORY b/doc/unrtf/HISTORY
index f29a8e4..6934717 100644
--- a/doc/unrtf/HISTORY
+++ b/doc/unrtf/HISTORY
@@ -1,3 +1,6 @@
+2015-04-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS, PRE_BUILD: updated spell to 0.21.9
+
2008-01-11 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.20.5, updated SOURCE and SOURCE_DIRECTORY

diff --git a/doc/unrtf/PRE_BUILD b/doc/unrtf/PRE_BUILD
new file mode 100755
index 0000000..2a0a128
--- /dev/null
+++ b/doc/unrtf/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+for i in config.guess config.sub depcomp install-sh missing test-driver; do
+ ln -sf /usr/share/automake/"$i" "$SOURCE_DIRECTORY"/config/
+done
diff --git a/xorg-app/lbxproxy/DETAILS b/xorg-app/lbxproxy/DETAILS
index be0e5ed..6674073 100755
--- a/xorg-app/lbxproxy/DETAILS
+++ b/xorg-app/lbxproxy/DETAILS
@@ -8,19 +8,14 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://xorg.freedesktop.org
ENTERED=20051125
LICENSE[0]=XCL
- SHORT="Module lbxproxy 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.
+ SHORT="Low BandWidth X proxy"
+cat <<'EOF'
+Applications that would like to take advantage of the Low Bandwidth
extension to
+X (LBX) must make their connections to an lbxproxy. These applications need
to
+know nothing about LBX, they simply connect to the lbxproxy as if were a
regular
+server. The lbxproxy accepts client connections, multiplexes them over a
single
+connection to the X server, and performs various optimizations on the X
protocol
+to make it faster over low bandwidth and/or high latency connections.

-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.
+NOTE: This application is deprecated.
EOF
diff --git a/xorg-app/lbxproxy/HISTORY b/xorg-app/lbxproxy/HISTORY
index 0505853..9d4e968 100644
--- a/xorg-app/lbxproxy/HISTORY
+++ b/xorg-app/lbxproxy/HISTORY
@@ -1,3 +1,6 @@
+2015-04-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Added proper description
+
2011-03-10 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: PATCHLEVEL++
* CONFIGURE: IPv6 -> ipv6 (Bug #15951)



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (6131303ac53ef02924d01592de7940fdb8dac2a7), Ismael Luceno, 04/06/2015

Archive powered by MHonArc 2.6.24.

Top of Page