Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b3cc0f451875ee0271a76fb86ffa661e56bc82bf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b3cc0f451875ee0271a76fb86ffa661e56bc82bf)
  • Date: Mon, 5 Nov 2012 02:25:28 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
ftp/ncdc/DEPENDS | 6 ++++++
ftp/ncdc/DETAILS | 45
+++++++++++++++++++++++++++++++++++++++++++++
ftp/ncdc/HISTORY | 2 ++
ftp/ncdc/ncdc.gpg |binary
shell-term-fm/tmux/DETAILS | 4 ++--
shell-term-fm/tmux/HISTORY | 3 +++
7 files changed, 61 insertions(+), 2 deletions(-)

New commits:
commit b3cc0f451875ee0271a76fb86ffa661e56bc82bf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ncdc: new spell, NCurses Direct Connect client

commit ba5fae98873039531aab8bb9aeeb881aba3cf854
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

tmux: => 1.7

diff --git a/ChangeLog b/ChangeLog
index 83bbc94..9f716b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * ftp/ncdc: new spell, NCurses Direct Connect client
+
2012-11-02 Ladislav Hagara <hgr AT vabo.cz>
* e-17/edbus: new spell, access to D-Bus from EFL applications

diff --git a/ftp/ncdc/DEPENDS b/ftp/ncdc/DEPENDS
new file mode 100755
index 0000000..910d082
--- /dev/null
+++ b/ftp/ncdc/DEPENDS
@@ -0,0 +1,6 @@
+depends ncurses &&
+depends zlib &&
+depends bzip2 &&
+depends sqlite &&
+depends glib2 &&
+depends gnutls
diff --git a/ftp/ncdc/DETAILS b/ftp/ncdc/DETAILS
new file mode 100755
index 0000000..a327ab6
--- /dev/null
+++ b/ftp/ncdc/DETAILS
@@ -0,0 +1,45 @@
+ SPELL=ncdc
+ VERSION=1.14
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://dev.yorhel.nl/download/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE_URL[1]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=ncdc.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ DOC_DIRS=""
+ WEB_SITE=http://dev.yorhel.nl/ncdc
+ LICENSE[0]=MIT
+ ENTERED=20121105
+ SHORT="NCurses Direct Connect client"
+cat << EOF
+Ncdc is a modern and lightweight direct connect client with a friendly
ncurses
+interface.
+
+Common features all modern DC clients (should) have:
+ o Connecting to multiple hubs at the same time,
+ o Support for both ADC and NMDC protocols,
+ o Chatting and private messaging,
+ o Browsing the user list of a connected hub,
+ o Share management and file uploading,
+ o Connections and download queue management,
+ o File list browsing,
+ o Multi-source and TTH-checked file downloading,
+ o Searching for files,
+ o Secure hub (adcs:// and nmdcs://) and client connections on both
protocols,
+ o Bandwidth throttling.
+
+And special features not commonly found in other clients:
+ o Different connection settings for each hub,
+ o Encrypted UDP messages (ADC SUDP),
+ o Subdirectory refreshing,
+ o Nick notification and highlighting in chat windows,
+ o Trust on First Use for TLS-enabled hubs,
+ o A single listen port for both TLS and TCP connections,
+ o Efficient file uploads using sendfile(),
+ o Large file lists are opened in a background thread,
+ o Doesn't trash your OS file cache (with the flush_file_cache option
enabled),
+ o (Relatively...) low memory usage.
+EOF
diff --git a/ftp/ncdc/HISTORY b/ftp/ncdc/HISTORY
new file mode 100644
index 0000000..ab801f7
--- /dev/null
+++ b/ftp/ncdc/HISTORY
@@ -0,0 +1,2 @@
+2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, ncdc.gpg: spell created
diff --git a/ftp/ncdc/ncdc.gpg b/ftp/ncdc/ncdc.gpg
new file mode 100644
index 0000000..26fbd61
Binary files /dev/null and b/ftp/ncdc/ncdc.gpg differ
diff --git a/shell-term-fm/tmux/DETAILS b/shell-term-fm/tmux/DETAILS
index 89879cd..5746215 100755
--- a/shell-term-fm/tmux/DETAILS
+++ b/shell-term-fm/tmux/DETAILS
@@ -1,8 +1,8 @@
SPELL=tmux
- VERSION=1.6
+ VERSION=1.7
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:5c7b311d011f2f2027926a615d4300e97fd22f3ae32b0c364fdf935ff02124c59d1d0c48e7e9d572229c7600b6583fd679f4b960a5af872305f005d27350ad9c
+
SOURCE_HASH=sha512:d2002858ab6c974e6a6c7dc31db20cd6271170cba9e7314216dfcea6670ae09c5112a4313b77bd21d14a906c89723fc9f6c20cea528e7320e2857ec4d71c725b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://tmux.sourceforge.net/
LICENSE[0]=BSD
diff --git a/shell-term-fm/tmux/HISTORY b/shell-term-fm/tmux/HISTORY
index 4ff0f55..683b65e 100644
--- a/shell-term-fm/tmux/HISTORY
+++ b/shell-term-fm/tmux/HISTORY
@@ -1,3 +1,6 @@
+2012-11-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.7
+
2012-01-24 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (b3cc0f451875ee0271a76fb86ffa661e56bc82bf), Vlad Glagolev, 11/05/2012

Archive powered by MHonArc 2.6.24.

Top of Page