Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Kowis (1246c5d2644d253ec050d2b3ddddc9fba6641f82)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Kowis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Kowis (1246c5d2644d253ec050d2b3ddddc9fba6641f82)
  • Date: Sat, 12 May 2007 15:25:59 -0500

GIT changes to master grimoire by David Kowis <dkowis AT shlrm.org>:

ChangeLog | 3 +++
chat-irc/ctrlproxy/DEPENDS | 3 +++
chat-irc/ctrlproxy/DETAILS | 19 +++++++++++++++++++
chat-irc/ctrlproxy/HISTORY | 2 ++
4 files changed, 27 insertions(+)

New commits:
commit 1246c5d2644d253ec050d2b3ddddc9fba6641f82
Author: David Kowis <dkowis AT shlrm.org>
Commit: David Kowis <dkowis AT shlrm.org>

ctrlproxy: Adding a new IRC bouncer to the grimoire

diff --git a/ChangeLog b/ChangeLog
index 8e64116..5207832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-05-12 David Kowis <dkowis AT shlrm.org>
+ * chat-irc/ctrlproxy: added an IRC bouncer
+
2007-05-12 Treeve Jelbert <treeve AT sourcemage.org>
* FUNCTIONS: merge some common functions from utls/FUNCTIONS
* utls/FUNCTIONS: deleted
diff --git a/chat-irc/ctrlproxy/DEPENDS b/chat-irc/ctrlproxy/DEPENDS
new file mode 100644
index 0000000..b6d934c
--- /dev/null
+++ b/chat-irc/ctrlproxy/DEPENDS
@@ -0,0 +1,3 @@
+depends glib &&
+optional_depends gnutls "" "" "For SSL support"
+
diff --git a/chat-irc/ctrlproxy/DETAILS b/chat-irc/ctrlproxy/DETAILS
new file mode 100755
index 0000000..151b353
--- /dev/null
+++ b/chat-irc/ctrlproxy/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=ctrlproxy
+ VERSION=3.0.2
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://jelmer.vernstok.nl/releases/$SOURCE
+
SOURCE_HASH=sha512:fadf7e02d817d62af5f7c0140c218ea2c9e123f4d0373786f52e494b9e162b5742dcd1383f6eb5aee84573ef3f7bd58fba1926049401f9612dcf76aeff62159b
+ WEB_SITE=http://jelmer.vernstok.nl/oss/ctrlproxy/
+ LICENSE[0]=GPL
+ ENTERED=20070512
+ KEYWORDS="irc chat"
+ SHORT="ctrl proxy is an irc bouncer"
+cat << EOF
+CtrlProxy runs on a computer with a 24/7 internet connection and allows you
to
+transparently connect to IRC from anywhere on the world to your nick. It
+connects to one or more IRC servers and then allows you to connect to it with
+any number of clients, providing access to these servers. This is very
useful if
+you don't want to leave IRC but still want to be able to use it from home,
+school or work.
+EOF
diff --git a/chat-irc/ctrlproxy/HISTORY b/chat-irc/ctrlproxy/HISTORY
new file mode 100644
index 0000000..58f06ea
--- /dev/null
+++ b/chat-irc/ctrlproxy/HISTORY
@@ -0,0 +1,2 @@
+2007-05-12 David Kowis <dkowis AT shlrm.org>
+ * ALL: Created spell



  • [SM-Commit] GIT changes to master grimoire by David Kowis (1246c5d2644d253ec050d2b3ddddc9fba6641f82), David Kowis, 05/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page