Skip to Content.
Sympa Menu

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

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 (1896264ff33cea6c07d5a6dc7f345c4e18bdc667)
  • Date: Sat, 5 Apr 2008 22:43:11 -0500

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

ChangeLog | 3 +++
x11/dxpc/DEPENDS | 1 +
x11/dxpc/DETAILS | 14 ++++++++++++++
x11/dxpc/HISTORY | 3 +++
4 files changed, 21 insertions(+)

New commits:
commit 8e85d6b9aa52a1d62039104fef9ebe8534104a86
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

x11/dxpc: New spell, Differential X Protocol Compressor

diff --git a/ChangeLog b/ChangeLog
index 64aeaba..b7b8930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-04-06 Ismael Luceno <ismael AT sourcemage.org>
+ * x11/dxpc: New spell, Differential X Protocol Compressor
+
2008-04-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* utils/cpuburn: new spell, CPU and memory stress test utilities

diff --git a/x11/dxpc/DEPENDS b/x11/dxpc/DEPENDS
new file mode 100755
index 0000000..376547a
--- /dev/null
+++ b/x11/dxpc/DEPENDS
@@ -0,0 +1 @@
+depends lzo
diff --git a/x11/dxpc/DETAILS b/x11/dxpc/DETAILS
new file mode 100755
index 0000000..8c23edd
--- /dev/null
+++ b/x11/dxpc/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=dxpc
+ VERSION=3.9.1
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://www.vigor.nu/${SPELL}/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:08c1fa0d52b090ac8edb953425c85a1458cb59bd436402eefcc0892dcf0d63a10012a66181bd7f69059b78cb8614a8e239a4ab8094534a6156e4d04687e38bcd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.vigor.nu/dxpc";
+ LICENSE[0]=BSD
+ ENTERED=20080406
+ SHORT="Differential X Protocol Compressor"
+cat << EOF
+dxpc is an X protocol compressor designed to improve the speed of X11
+applications run over low-bandwidth links (such as dialup PPP connections).
+EOF
diff --git a/x11/dxpc/HISTORY b/x11/dxpc/HISTORY
new file mode 100644
index 0000000..08cfb6d
--- /dev/null
+++ b/x11/dxpc/HISTORY
@@ -0,0 +1,3 @@
+2008-04-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, HISTORY: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1896264ff33cea6c07d5a6dc7f345c4e18bdc667), Ismael Luceno, 04/05/2008

Archive powered by MHonArc 2.6.24.

Top of Page