[Lunar-commits] <moonbase-other> kbtin: readded and version bumped

v4hn me at v4hn.de
Sun Jul 22 17:25:19 CEST 2012


commit 2d86c06ee2e2253feb3a9304209489f4d920796a
Author: v4hn <me at v4hn.de>
Date: Sun, 22 Jul 2012 08:25:19 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/2d86c06ee2e2253feb3a9304209489f4d920796a

kbtin: readded and version bumped
---
  games/kbtin/BUILD                                            +5/-0     
  games/kbtin/DEPENDS                                          +1/-0     
  games/kbtin/DETAILS                                          +29/-0    
  3 files changed, 35 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/games/kbtin/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_game_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/games/kbtin/DEPENDS
@@ -0,0 +1 @@
+optional_depends gnutls "--enable-ssl" "--disable-ssl" "for encryption support"
--- /dev/null
+++ b/games/kbtin/DETAILS
@@ -0,0 +1,29 @@
+          MODULE=kbtin
+         VERSION=1.0.13
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/kbtin/
+      SOURCE_VFY=sha1:6e3496ab629b3a7d4ef5ea61baa7efa9b19e25af
+        WEB_SITE=http://kbtin.sourceforge.net/
+         ENTERED=20030919
+         UPDATED=20120722
+           SHORT="A MUD client based on tintin"
+
+cat << EOF
+KBtin is a very heavily extended clone of well-known TinTin++.
+
+The features include:
+    * editing keys, input box
+    * scrollback
+    * status line
+    * keybindings ("#bind F9 {do drop pasty from cloak,eat pasty}")
+    * aliases, actions (triggers), substitutions, highlights
+    * shortest-path graph traversing aliases ("mt>rh")
+    * guaranteed actions (a line being split between two packets is not
+      a problem)
+    * lists processing ("#foreach {$friends} {tell $0 [XX] $message}")
+    * TELNET protocol support
+    * the ability to run local programs as it was a MUD -- this is the
+      only client you can use with games like adventure, or even
+      programs like mysqlclient
+    * secondary sessions (ICQ integration, etc)
+EOF




More information about the Lunar-commits mailing list