Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (6656961a2fcfd71ba47eca62654595d0a3f84119)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (6656961a2fcfd71ba47eca62654595d0a3f84119)
  • Date: Mon, 23 Apr 2012 10:46:38 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

crypto/mosh/DEPENDS | 5 +++++
crypto/mosh/DETAILS | 18 ++++++++++++++++++
crypto/mosh/FINAL | 3 +++
crypto/mosh/HISTORY | 4 ++++
libs/libutempter/BUILD | 1 +
libs/libutempter/DETAILS | 14 ++++++++++++++
libs/libutempter/HISTORY | 5 +++++
7 files changed, 50 insertions(+)

New commits:
commit 6656961a2fcfd71ba47eca62654595d0a3f84119
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

New Spell: mosh

This spell was added after testing the this due to openssh always
dropping my connection over slow and unstable media. Once setup
and running, I found this program very useful for staying connected
over otherwise bad connections.

I decided to add the spell in case anyone else find it useful, or
wants to give it a try.

commit 2021772eabdf884a3cb4cf1d9c41416fbb43d9bf
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

New Spell: libutempter

The spell was added as a requirement. This is a direct dependency
for another spell being added (mosh).

diff --git a/crypto/mosh/DEPENDS b/crypto/mosh/DEPENDS
new file mode 100755
index 0000000..16ff9a6
--- /dev/null
+++ b/crypto/mosh/DEPENDS
@@ -0,0 +1,5 @@
+depends boost &&
+depends protobuf &&
+depends ncurses &&
+depends zlib &&
+depends libutempter
diff --git a/crypto/mosh/DETAILS b/crypto/mosh/DETAILS
new file mode 100755
index 0000000..0d613bd
--- /dev/null
+++ b/crypto/mosh/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=mosh
+ VERSION=1.1.3
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/downloads/keithw/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:8caa27b78e81f10e033bbb9aa0c35ad40ca0cd3cb6ee5f21ea6dba123bc0bd80e5d8a70b4018d4e18d8f6383d41b69685a5df4ded33194a887c935e7fa5f59d9
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="mosh.mit.edu"
+ LICENSE[0]=GPL
+ ENTERED=20120420
+ SHORT="Secure remote terminal application"
+cat << EOF
+Mosh is a remote terminal application that allows roaming, supports
+intermittent connectivity, and provides intelligent local echo and line
+editing of user keystrokes.
+
+Mosh is a replacement for SSH. It's more robust and responsive, especially
+over Wi-Fi, cellular, and long-distance links.
+EOF
diff --git a/crypto/mosh/FINAL b/crypto/mosh/FINAL
new file mode 100755
index 0000000..8eaaf55
--- /dev/null
+++ b/crypto/mosh/FINAL
@@ -0,0 +1,3 @@
+message "${MESSAGE_COLOR}NOTICE: You will need to
+insure that the IO::Pty Perl Module is installed
+before you use mosh.${DEFAULT_COLOR}"
diff --git a/crypto/mosh/HISTORY b/crypto/mosh/HISTORY
new file mode 100644
index 0000000..e00815b
--- /dev/null
+++ b/crypto/mosh/HISTORY
@@ -0,0 +1,4 @@
+2012-04-20 David C. Haley <khoralin AT gmail.com>
+ * DEPENDS: changed blabla
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/libutempter/BUILD b/libs/libutempter/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/libs/libutempter/BUILD
@@ -0,0 +1 @@
+make
diff --git a/libs/libutempter/DETAILS b/libs/libutempter/DETAILS
new file mode 100755
index 0000000..8550e51
--- /dev/null
+++ b/libs/libutempter/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libutempter
+ VERSION=1.1.5
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=ftp://ftp.altlinux.org/pub/people/ldv/utempter/${SOURCE}
+
SOURCE_HASH=sha512:12012d2bf3efa40b2afb90525883d2398105d75042cd5eac3091dd0b763107406c549038215747adcb3797edc6b2da1efe4bf31d9ab019d9e205d53a7c36492d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://freecode.com/projects/libutempter";
+ LICENSE[0]=LGPL
+ ENTERED=20120420
+ SHORT="Library interface for temrinal emulators."
+cat << EOF
+libutempter provides a library interface for terminal emulators such as
+screen and xterm to record user sessions to utmp and wtmp files.
+EOF
diff --git a/libs/libutempter/HISTORY b/libs/libutempter/HISTORY
new file mode 100644
index 0000000..bc2d43b
--- /dev/null
+++ b/libs/libutempter/HISTORY
@@ -0,0 +1,5 @@
+2012-04-20 David C. Haley <khoralin AT gmail.com>
+ * BUILD: added, bla bla!
+ changed blabla
+ * DETAILS: spell created
+




Archive powered by MHonArc 2.6.24.

Top of Page