Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robert Figura (48847dd913e93f216cc254649eacf1f581de1f70)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robert Figura <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robert Figura (48847dd913e93f216cc254649eacf1f581de1f70)
  • Date: Sun, 13 Jan 2008 14:29:00 -0600

GIT changes to master grimoire by Robert Figura <template AT sourcemage.org>:

ChangeLog | 3 ++-
x11/x2x/BUILD | 2 ++
x11/x2x/DEPENDS | 1 +
x11/x2x/DETAILS | 14 ++++++++++++++
x11/x2x/HISTORY | 2 ++
x11/x2x/INSTALL | 1 +
6 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit 48847dd913e93f216cc254649eacf1f581de1f70
Author: Robert Figura <template AT sourcemage.org>
Commit: Robert Figura <template AT sourcemage.org>

x11/x2x: new spell, keyboard and mouse on one X display to be used to
control another X display

diff --git a/ChangeLog b/ChangeLog
index 8cd3b3b..7a8a666 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
-2008-01-13 Robert Figura <stealth AT sourcemage.org>
+2008-01-13 Robert Figura <template AT sourcemage.org>
* net/tinc: new spell, public key based vpn daemon
+ * x11/x2x: new spell, keyboard and mouse on one X display to be used
to control another X display

2008-01-13 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/lxml: new spell, powerful and Pythonic XML processing
library
diff --git a/x11/x2x/BUILD b/x11/x2x/BUILD
new file mode 100755
index 0000000..fd0ed3b
--- /dev/null
+++ b/x11/x2x/BUILD
@@ -0,0 +1,2 @@
+xmkmf &&
+make
diff --git a/x11/x2x/DEPENDS b/x11/x2x/DEPENDS
new file mode 100755
index 0000000..16690a3
--- /dev/null
+++ b/x11/x2x/DEPENDS
@@ -0,0 +1 @@
+depends X11-LIBS
diff --git a/x11/x2x/DETAILS b/x11/x2x/DETAILS
new file mode 100755
index 0000000..9111443
--- /dev/null
+++ b/x11/x2x/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=x2x
+ VERSION=1.30-beta
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=http://$SPELL.dottedmag.net/releases/$SOURCE
+
SOURCE_HASH=sha512:1f008d98dc853e1ea1970f44961cc2ef51a737396e742180554471e9b18a1f03f751b57ee537362908b0870809671bfccb6e9c5965a2c54cf183b41726f26273
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL-$VERSION"
+ WEB_SITE=http://x2x.dottedmag.net/trac/do
+ LICENSE[0]=GPL
+ ENTERED=20070109
+ SHORT="x2x allows the keyboard, mouse on one X display to be used
to control another X display. It also shares X clipboards between the
displays."
+cat << EOF
+x2x allows the keyboard, mouse on one X display to be used to control another
+X display. It also shares X clipboards between the displays.
+EOF
diff --git a/x11/x2x/HISTORY b/x11/x2x/HISTORY
new file mode 100644
index 0000000..f9a9aee
--- /dev/null
+++ b/x11/x2x/HISTORY
@@ -0,0 +1,2 @@
+2008-01-13 Robert Figura <template AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD, HISTORY: created spell
diff --git a/x11/x2x/INSTALL b/x11/x2x/INSTALL
new file mode 100755
index 0000000..e6fe4f7
--- /dev/null
+++ b/x11/x2x/INSTALL
@@ -0,0 +1 @@
+make install




Archive powered by MHonArc 2.6.24.

Top of Page