Skip to Content.
Sympa Menu

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

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 (bda9e71e5a55a2d5cd561873e3a386b2567d2699)
  • Date: Fri, 24 Apr 2009 03:26:18 -0500

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

ChangeLog | 41 ++++++++++++++++++++++-------------------
ftp/btpd/DEPENDS | 1 +
ftp/btpd/DETAILS | 30 ++++++++++++++++++++++++++++++
ftp/btpd/HISTORY | 2 ++
4 files changed, 55 insertions(+), 19 deletions(-)

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

btpd: new spell, BitTorrent Protocol Daemon

diff --git a/ChangeLog b/ChangeLog
index 2138297..828a05e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,23 +1,26 @@
+2009-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * ftp/btpd: new spell, BitTorrent Protocol Daemon
+
2009-04-24 Arjan Bouter <abouter AT sourcemage.org>
- * lxde/lxpanel: spell moved from wm-addons
- * lxde/lxsession: moved from wm-addons and deprecated in favour
- of lxsession-lite
- * lxde/gpicview: new spell, LXDE image viewer
- * lxde/gtknetcat: new spell, LXDE netcat GUI
- * lxde/lxappearance: new spell, LXDE theme switcher
- * lxde/lxde-common: new spell, LXDE default config
- * lxde/lxde-profile: new spell, LXDE profile
- * lxde/lxlauncher: new spell, LXDE launcher
- * lxde/lxmenu-data: new spell, LXDE menu files
- * lxde/lxmusic: new spell, LXDE XMMS2 client
- * lxde/lxnm: new spell, LXDE network manager
- * lxde/lxrandr: new spell, LXDE monitor config tool
- * lxde/lxsession-edit: new spell, LXDE session editor
- * lxde/lxsession-lite: new spell, LXDE session manager
- * lxde/lxshortcut: new spell, LXDE desktop file editor
- * lxde/lxtask: new spell, LXDE task manager
- * lxde/lxterminal: new spell, LXDE terminal emulator
- * lxde/menu-cache: new spell, freedesktop.org menu accelerator
+ * lxde/lxpanel: spell moved from wm-addons
+ * lxde/lxsession: moved from wm-addons and deprecated in favour of
+ lxsession-lite
+ * lxde/gpicview: new spell, LXDE image viewer
+ * lxde/gtknetcat: new spell, LXDE netcat GUI
+ * lxde/lxappearance: new spell, LXDE theme switcher
+ * lxde/lxde-common: new spell, LXDE default config
+ * lxde/lxde-profile: new spell, LXDE profile
+ * lxde/lxlauncher: new spell, LXDE launcher
+ * lxde/lxmenu-data: new spell, LXDE menu files
+ * lxde/lxmusic: new spell, LXDE XMMS2 client
+ * lxde/lxnm: new spell, LXDE network manager
+ * lxde/lxrandr: new spell, LXDE monitor config tool
+ * lxde/lxsession-edit: new spell, LXDE session editor
+ * lxde/lxsession-lite: new spell, LXDE session manager
+ * lxde/lxshortcut: new spell, LXDE desktop file editor
+ * lxde/lxtask: new spell, LXDE task manager
+ * lxde/lxterminal: new spell, LXDE terminal emulator
+ * lxde/menu-cache: new spell, freedesktop.org menu accelerator
* windowmanagers/qvwm: removed spell, failed to build

2009-04-23 Arjan Bouter <abouter AT sourcemage.org>
diff --git a/ftp/btpd/DEPENDS b/ftp/btpd/DEPENDS
new file mode 100755
index 0000000..ed472ed
--- /dev/null
+++ b/ftp/btpd/DEPENDS
@@ -0,0 +1 @@
+depends openssl
diff --git a/ftp/btpd/DETAILS b/ftp/btpd/DETAILS
new file mode 100755
index 0000000..a8cc71c
--- /dev/null
+++ b/ftp/btpd/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=btpd
+ VERSION=0.15
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://www.murmeldjur.se/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:3edcc8098ccdaaa6d4e2535d537aa540216b7e36467d06806583606c7cb6583ae1503d271c0275e4ae4c1f7a1e206d349879a710f8253f3a1f48c2badc002c25
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.murmeldjur.se/btpd/
+ LICENSE[0]=BSD
+ ENTERED=20090424
+ SHORT="BitTorrent Protocol Daemon"
+cat << EOF
+Btpd is a utility for sharing files over the BitTorrent network protocol. It
+runs in daemon mode, thus needing no controlling terminal or gui. Instead,
the
+daemon is controlled by the btcli command line utility, or other programs
+capable of sending commands and queries on the btpd control socket.
+
+The goal is to provide a healthy alternative to the still prevailing ftp/http
+servers for file distribution sites and a good BitTorrent client for the
casual
+user.
+
+Features of btpd include:
+
+ * Reasonable resource usage.
+ * Runs in daemon mode; no need for constant terminal or gui.
+ * Command line interface.
+ * Sharing of multiple torrents in one btpd process.
+ * Upload and download rate limiting.
+ * IPv6 support.
+ * Multitracker support.
+EOF
diff --git a/ftp/btpd/HISTORY b/ftp/btpd/HISTORY
new file mode 100644
index 0000000..af7b0dc
--- /dev/null
+++ b/ftp/btpd/HISTORY
@@ -0,0 +1,2 @@
+2009-04-24 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (bda9e71e5a55a2d5cd561873e3a386b2567d2699), Vlad Glagolev, 04/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page