Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (377a3e4e3577f250a7479f56e33e099a330048a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (377a3e4e3577f250a7479f56e33e099a330048a8)
  • Date: Fri, 29 Jan 2021 18:04:43 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
chat-irc/ngircd/DEPENDS | 28 ++++++++++++++++++++++++++++
chat-irc/ngircd/DETAILS | 26 ++++++++++++++++++++++++++
chat-irc/ngircd/HISTORY | 2 ++
4 files changed, 59 insertions(+)

New commits:
commit 377a3e4e3577f250a7479f56e33e099a330048a8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ngircd: new spell, lightweight Internet Relay Chat server

diff --git a/ChangeLog b/ChangeLog
index 35700ef..24a2324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2021-01-29 Ismael Luceno <ismael AT sourcemage.org>
+ * chat-irc/ngircd: new spell, lightweight Internet Relay Chat server
+
2021-01-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* python-pypi/python-docopt: new spell, a library for building
command-line interfaces
diff --git a/chat-irc/ngircd/DEPENDS b/chat-irc/ngircd/DEPENDS
new file mode 100755
index 0000000..d2af594
--- /dev/null
+++ b/chat-irc/ngircd/DEPENDS
@@ -0,0 +1,28 @@
+optional_depends gnutls \
+ "--with-gnutls" \
+ "--without-gnutls" \
+ "for SSL/TLS support" &&
+#optional_depends ident \
+# "--with-ident" \
+# "--without-ident" \
+# "for including support for IDENT lookups" &&
+optional_depends linux-pam \
+ "--with-pam" \
+ "--without-pam" \
+ "for PAM Authentication" &&
+optional_depends SSL \
+ "--with-openssl" \
+ "--without-openssl" \
+ "for SSL/TLS support" &&
+optional_depends SYSTEM-LOGGER \
+ "--with-syslog" \
+ "--without-syslog" \
+ "for logging to syslog" &&
+optional_depends tcp_wrappers \
+ "--with-tcp-wrappers" \
+ "--without-tcp-wrappers" \
+ "for tcp_wrappers access control support" &&
+optional_depends zlib \
+ "--with-zlib" \
+ "--without-zlib" \
+ "for compressed server-server links"
diff --git a/chat-irc/ngircd/DETAILS b/chat-irc/ngircd/DETAILS
new file mode 100755
index 0000000..4270049
--- /dev/null
+++ b/chat-irc/ngircd/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=ngircd
+ VERSION=26.1
+ SOURCE="$SPELL-$VERSION.tar.xz"
+ WEB_SITE="https://ngircd.barton.de/";
+ SOURCE_URL[0]="$WEB_SITE/pub/$SPELL/$SOURCE"
+
SOURCE_HASH=sha512:6333244e3fb2dc00ee9812c8c45990baa95ff473a7037a0a11ca495bed86fa438110ad5151d86b9274b6187d86b7b5712fdca2b74b8cb92f7f66fa10cf1961ee
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20210124
+ KEYWORDS=""
+ SHORT="lightweight Internet Relay Chat server"
+cat << EOF
+ngIRCd is a free, portable and lightweight Internet Relay Chat (IRC) server
+for small or private networks, developed under the terms of the GNU General
+Public License (GPL); please see the file COPYING for licensing information.
+
+The server is quite easy to configure, can handle dynamic IP addresses,
+and optionally supports IDENT, IPv6 connections, SSL-protected links, and
+PAM for user authentication as well as character set conversion for legacy
+clients. The server has been written from scratch and is not based on the
+"forefather", the daemon of the IRCNet.
+
+The name ngIRCd means next-generation IRC daemon, which is a little bit
+exaggerated: lightweight Internet Relay Chat server most probably would have
+been a better name :-).
+EOF
diff --git a/chat-irc/ngircd/HISTORY b/chat-irc/ngircd/HISTORY
new file mode 100644
index 0000000..b8a280e
--- /dev/null
+++ b/chat-irc/ngircd/HISTORY
@@ -0,0 +1,2 @@
+2021-01-29 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (377a3e4e3577f250a7479f56e33e099a330048a8), Ismael Luceno, 01/29/2021

Archive powered by MHonArc 2.6.24.

Top of Page