pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/charybdis: import charybdis-3.4.2



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Oct 30 17:19:05 2017 +0100
Changeset:	fa17df18abab09b6139254635f0b47ab6e94977d

Added Files:
	charybdis/DESCR
	charybdis/Makefile
	charybdis/PLIST
	charybdis/distinfo

Log Message:
wip/charybdis: import charybdis-3.4.2

A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as
StaticBox and SorceryNet. A variant of charybdis has currently been deployed
on Freenode.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa17df18abab09b6139254635f0b47ab6e94977d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 charybdis/DESCR    |  3 +++
 charybdis/Makefile | 29 +++++++++++++++++++++++++++++
 charybdis/PLIST    |  1 +
 charybdis/distinfo |  6 ++++++
 4 files changed, 39 insertions(+)

diffs:
diff --git a/charybdis/DESCR b/charybdis/DESCR
new file mode 100644
index 0000000000..4fda3c0fc1
--- /dev/null
+++ b/charybdis/DESCR
@@ -0,0 +1,3 @@
+A powerful IRC daemon, based on ircd-ratbox. Utilized on networks such as
+StaticBox and SorceryNet. A variant of charybdis has currently been deployed
+on Freenode.
diff --git a/charybdis/Makefile b/charybdis/Makefile
new file mode 100644
index 0000000000..14c3f5eebb
--- /dev/null
+++ b/charybdis/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD$
+
+GITHUB_PROJECT=	ircd-seven
+DISTNAME=	charybdis-3.4.2
+CATEGORIES=	chat
+MASTER_SITES=	${MASTER_SITE_GITHUB:=freenode/}
+GITHUB_TAG=	${DISTNAME}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/freenode/ircd-seven/
+COMMENT=	Freenode's IRC server daemon
+LICENSE=	gnu-gpl-v2
+
+USE_TOOLS=	automake autoconf autoreconf
+
+HAS_CONFIGURE=	yes
+
+.include "../../mk/compiler.mk"
+
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "FreeBSD"
+CONFIGURE_ARGS+=	--enable-kqueue
+.endif
+
+INSTALLATION_DIRS+=	bin
+
+pre-configure:
+	${RUN} cd ${WRKSRC} && autoreconf -fiv
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/charybdis/PLIST b/charybdis/PLIST
new file mode 100644
index 0000000000..48d96a5493
--- /dev/null
+++ b/charybdis/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD$
diff --git a/charybdis/distinfo b/charybdis/distinfo
new file mode 100644
index 0000000000..83a972f73c
--- /dev/null
+++ b/charybdis/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (charybdis-3.4.2.tar.gz) = 1b719ecc8d1ca69a12739f368de820450dea8f8e
+RMD160 (charybdis-3.4.2.tar.gz) = 83f43a8a63fd81babb4a0ac6fffbaefaf15cce41
+SHA512 (charybdis-3.4.2.tar.gz) = 5ba66b718feac9bab3558a0cb694b606435077c4fbdd70a57cd951797b0f8c28c4d8b6328812eca6fe7b6acfa1abcec50d4a7ece503eea8bc80455d747141ec1
+Size (charybdis-3.4.2.tar.gz) = 1952464 bytes


Home | Main Index | Thread Index | Old Index