Skip to Content.
Sympa Menu

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

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 (c88a0ba0c733be9b8602cf65a19a3a7e3332e8bd)
  • Date: Mon, 4 Sep 2017 20:50:15 +0000

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

ChangeLog | 1 +
net/dterm/BUILD | 1 +
net/dterm/DETAILS | 19 +++++++++++++++++++
net/dterm/HISTORY | 2 ++
net/dterm/INSTALL | 1 +
5 files changed, 24 insertions(+)

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

dterm: new spell, A simple terminal program

diff --git a/ChangeLog b/ChangeLog
index 93f826a..98f6b11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2017-09-04 Ismael Luceno <ismael AT sourcemage.org>
* emacs-lisp/emacs-google-translate: new spell, Emacs interface
to Google Translate
+ * net/dterm: new spell, A simple terminal program

2017-09-02 Pavel Vinogradov <public AT sourcemage.org>
* doc/bookworm: new spell, a simple, focused eBook reader
diff --git a/net/dterm/BUILD b/net/dterm/BUILD
new file mode 100755
index 0000000..f91976d
--- /dev/null
+++ b/net/dterm/BUILD
@@ -0,0 +1 @@
+make COPT="$CFLAGS -Wall"
diff --git a/net/dterm/DETAILS b/net/dterm/DETAILS
new file mode 100755
index 0000000..4c8170f
--- /dev/null
+++ b/net/dterm/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=dterm
+ VERSION=0.5
+ SOURCE="$SPELL-$VERSION.tgz"
+ SOURCE_URL[0]=http://www.knossos.net.nz/downloads/$SOURCE
+
SOURCE_HASH=sha512:cc8aba472ae4e65e5749fb4a6dfb0cb81af61d9bf4ad2b2f44cd7e100671af46df11816b301814bc94859cad76082c8dedcbc7830b1387bd99cb9edc50b54f42
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.knossos.net.nz/resources/free-software/dterm/";
+ LICENSE[0]="GPLv2"
+ ENTERED=20170904
+ KEYWORDS=""
+ SHORT="A simple terminal program"
+cat << EOF
+dterm is a simple terminal emulator, which doesn’t actually emulate any
+particular terminal. Mainly, it is designed for use with xterm and friends,
+which already do a perfectly good emulation, and therefore don’t need
+any special help; dterm simply provides a means by which keystrokes are
+forwarded to the serial line, and data forwarded from the serial line appears
+on the terminal.
+EOF
diff --git a/net/dterm/HISTORY b/net/dterm/HISTORY
new file mode 100644
index 0000000..c08180b
--- /dev/null
+++ b/net/dterm/HISTORY
@@ -0,0 +1,2 @@
+2017-09-04 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: spell created
diff --git a/net/dterm/INSTALL b/net/dterm/INSTALL
new file mode 100755
index 0000000..f156ced
--- /dev/null
+++ b/net/dterm/INSTALL
@@ -0,0 +1 @@
+make install BIN="$INSTALL_ROOT"/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (c88a0ba0c733be9b8602cf65a19a3a7e3332e8bd), Ismael Luceno, 09/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page