pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
ngircd: Import as wip/ngircd version 25
Module Name: pkgsrc-wip
Committed By: sxvghd <sxvghd%firemail.cc@localhost>
Pushed By: sxvghd
Date: Sat Dec 14 20:20:26 2019 +0100
Changeset: c59b824b2a5b7cd741df9d73e1b12dc3aef11a77
Added Files:
ngircd/DESCR
ngircd/Makefile
ngircd/PLIST
ngircd/distinfo
ngircd/files/ngircd.sh
Log Message:
ngircd: Import as wip/ngircd version 25
ngIRCd is a free, portable and lightweight Internet Relay Chat server
for small or private networks, developed under the GNU General Public
License (GPL). It is easy to configure, can cope with dynamic IP
addresses, and supports IPv6, SSL-protected connections as well as PAM
for authentication. It is written from scratch and not based on the
original IRCd.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c59b824b2a5b7cd741df9d73e1b12dc3aef11a77
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
ngircd/DESCR | 6 ++++++
ngircd/Makefile | 16 ++++++++++++++++
ngircd/PLIST | 29 +++++++++++++++++++++++++++++
ngircd/distinfo | 6 ++++++
ngircd/files/ngircd.sh | 10 ++++++++++
5 files changed, 67 insertions(+)
diffs:
diff --git a/ngircd/DESCR b/ngircd/DESCR
new file mode 100644
index 0000000000..d0de435532
--- /dev/null
+++ b/ngircd/DESCR
@@ -0,0 +1,6 @@
+ngIRCd is a free, portable and lightweight Internet Relay Chat
+server for small or private networks, developed under the GNU
+General Public License (GPL). It is easy to configure, can cope
+with dynamic IP addresses, and supports IPv6, SSL-protected
+connections as well as PAM for authentication. It is written from
+scratch and not based on the original IRCd.
diff --git a/ngircd/Makefile b/ngircd/Makefile
new file mode 100644
index 0000000000..61201302ad
--- /dev/null
+++ b/ngircd/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME= ngircd-25
+CATEGORIES= chat
+MASTER_SITES= http://ngircd.barton.de/pub/ngircd/
+
+MAINTAINER= pkgsrc-users%netbsd.org@localhost
+HOMEPAGE= http://ngircd.barton.de/pub/ngircd/
+COMMENT= A free, portable and lightweight IRC server.
+LICENSE= gnu-gpl-v2
+
+GNU_CONFIGURE= yes
+
+RCD_SCRIPTS+= ngircd
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/ngircd/PLIST b/ngircd/PLIST
new file mode 100644
index 0000000000..ff3a8e1753
--- /dev/null
+++ b/ngircd/PLIST
@@ -0,0 +1,29 @@
+@comment $NetBSD$
+etc/ngircd.conf
+man/man5/ngircd.conf.5
+man/man8/ngircd.8
+sbin/ngircd
+share/examples/rc.d/ngircd
+share/doc/ngircd/AUTHORS
+share/doc/ngircd/Bopm.txt
+share/doc/ngircd/COPYING
+share/doc/ngircd/Capabilities.txt
+share/doc/ngircd/ChangeLog
+share/doc/ngircd/Commands.txt
+share/doc/ngircd/Contributing.txt
+share/doc/ngircd/FAQ.txt
+share/doc/ngircd/HowToRelease.txt
+share/doc/ngircd/INSTALL
+share/doc/ngircd/Modes.txt
+share/doc/ngircd/NEWS
+share/doc/ngircd/PAM.txt
+share/doc/ngircd/Platforms.txt
+share/doc/ngircd/Protocol.txt
+share/doc/ngircd/README
+share/doc/ngircd/README-AUX.txt
+share/doc/ngircd/README-BeOS.txt
+share/doc/ngircd/README-Interix.txt
+share/doc/ngircd/RFC.txt
+share/doc/ngircd/SSL.txt
+share/doc/ngircd/Services.txt
+share/doc/ngircd/sample-ngircd.conf
diff --git a/ngircd/distinfo b/ngircd/distinfo
new file mode 100644
index 0000000000..2837340a66
--- /dev/null
+++ b/ngircd/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (ngircd-25.tar.gz) = 20c44227fbbd92ae9dd516f44ea80daf16724b96
+RMD160 (ngircd-25.tar.gz) = 3ae129fab09d4c044d529b8d67594482098b8302
+SHA512 (ngircd-25.tar.gz) = 0c96e97da312fe86c50007a72db03f85b9f79df053806f50badd07c7ca8e8bddd99adb478eab8be9630330707d7aa578b5d0bd3017b59bf4515319a64c29ea6c
+Size (ngircd-25.tar.gz) = 527886 bytes
diff --git a/ngircd/files/ngircd.sh b/ngircd/files/ngircd.sh
new file mode 100644
index 0000000000..59038075b5
--- /dev/null
+++ b/ngircd/files/ngircd.sh
@@ -0,0 +1,10 @@
+. /etc/rc.subr
+
+name="ngircd"
+rcvar=$name
+command="@PREFIX@/sbin/ngircd"
+required_files="@PKG_SYSCONFDIR@/ngircd.conf"
+#pidfile="@PKG_HOME@/${name}.pid"
+
+load_rc_config $name
+run_rc_command "$1"
Home |
Main Index |
Thread Index |
Old Index