[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-70-g520e9e1
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-04-20 06:58:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 520e9e1ff5ca76065d01e4aa5cf15375db9a4119 (commit)
from 887a18b5a526ab80e53da94a9963e95dc3943438 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 520e9e1ff5ca76065d01e4aa5cf15375db9a4119
Author: Fabien Marteau <fab...@ar...>
Date: Wed Apr 20 08:57:44 2011 +0200
[buildroot] Adding ngircd IRC server
-----------------------------------------------------------------------
Summary of changes:
...147-ngirc-adding_irc_server_ngirc_package.patch | 41 ++++++++++++++++++++
1 files changed, 41 insertions(+), 0 deletions(-)
create mode 100644 patches/147-ngirc-adding_irc_server_ngirc_package.patch
diff --git a/patches/147-ngirc-adding_irc_server_ngirc_package.patch b/patches/147-ngirc-adding_irc_server_ngirc_package.patch
new file mode 100644
index 0000000..ca249f0
--- /dev/null
+++ b/patches/147-ngirc-adding_irc_server_ngirc_package.patch
@@ -0,0 +1,41 @@
+Adding ngircd irc server package
+
+Signed-off-by : Fabien Marteau <fab...@ar...>
+---
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2011-04-19 18:50:02.000000000 +0200
++++ buildroot/package/Config.in 2011-04-19 18:58:59.000000000 +0200
+@@ -431,6 +431,7 @@
+ source "package/netsnmp/Config.in"
+ source "package/netstat-nat/Config.in"
+ source "package/nfs-utils/Config.in"
++source "package/ngircd/Config.in"
+ source "package/ntp/Config.in"
+ source "package/nuttcp/Config.in"
+ source "package/olsr/Config.in"
+Index: buildroot/package/ngircd/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/ngircd/Config.in 2011-04-19 18:50:02.000000000 +0200
+@@ -0,0 +1,4 @@
++config BR2_PACKAGE_NGIRCD
++ bool "ngircd"
++ help
++ irc server deamon.
+Index: buildroot/package/ngircd/ngircd.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/ngircd/ngircd.mk 2011-04-19 19:07:52.000000000 +0200
+@@ -0,0 +1,11 @@
++#############################################################
++#
++# ngIRCd: Next Generation IRC Daemon
++#
++#############################################################
++NGIRCD_VERSION = 17.1
++NGIRCD_SOURCE = ngircd-17.1.tar.gz
++NGIRCD_SITE = ftp://ftp.berlios.de/pub/ngircd/
++NGIRCD_CONF_OPT =
++
++$(eval $(call AUTOTARGETS,package,ngircd))
hooks/post-receive
--
armadeus
|