diff options
-rw-r--r-- | chat/Makefile | 3 | ||||
-rw-r--r-- | chat/dircproxy/DESCR | 16 | ||||
-rw-r--r-- | chat/dircproxy/Makefile | 30 | ||||
-rw-r--r-- | chat/dircproxy/PLIST | 9 | ||||
-rw-r--r-- | chat/dircproxy/distinfo | 9 | ||||
-rw-r--r-- | chat/dircproxy/files/dircproxy.sh | 19 | ||||
-rw-r--r-- | chat/dircproxy/options.mk | 22 | ||||
-rw-r--r-- | chat/dircproxy/patches/patch-aa | 13 | ||||
-rw-r--r-- | chat/dircproxy/patches/patch-ab | 15 | ||||
-rw-r--r-- | chat/dircproxy/patches/patch-ac | 13 |
10 files changed, 1 insertions, 148 deletions
diff --git a/chat/Makefile b/chat/Makefile index 28f4dbf6b73..69275e6c141 100644 --- a/chat/Makefile +++ b/chat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2020/01/23 18:36:15 jnemeth Exp $ +# $NetBSD: Makefile,v 1.240 2020/01/29 10:51:56 nia Exp $ # COMMENT= Communication programs @@ -20,7 +20,6 @@ SUBDIR+= cgiirc SUBDIR+= coyim SUBDIR+= ctrlproxy SUBDIR+= dccserver -SUBDIR+= dircproxy SUBDIR+= eggdrop SUBDIR+= ejabberd SUBDIR+= ekg diff --git a/chat/dircproxy/DESCR b/chat/dircproxy/DESCR deleted file mode 100644 index 9e04678d92f..00000000000 --- a/chat/dircproxy/DESCR +++ /dev/null @@ -1,16 +0,0 @@ -dircproxy is an IRC proxy server ("bouncer") designed for people -who use IRC from lots of different workstations or clients, but wish -to remain connected and see what they missed while they were away. -You connect to IRC through dircproxy, and it keeps you connected to -the server, even after you detach your client from it. While you're -detached, it logs channel and private messages as well as important -events, and when you re-attach it'll let you know what you missed. - -This can be used to give you roughly the same functionality as -using ircII and screen together, except you can use whatever IRC -client you like, including X ones! - -* THIS IS AN UNSTABLE DEVELOPMENT RELEASE OF DIRCPROXY. IT HAS HIGHER -* THEN USUAL RISK OF DESTROYING YOUR SYSTEM. -* -* FOR A STABLE RELEASE USE THE LATEST 1.0.x diff --git a/chat/dircproxy/Makefile b/chat/dircproxy/Makefile deleted file mode 100644 index f7304acdb9b..00000000000 --- a/chat/dircproxy/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# $NetBSD: Makefile,v 1.33 2020/01/18 21:48:48 jperkin Exp $ - -DISTNAME= dircproxy-1.2.0-beta2 -PKGNAME= ${DISTNAME:S/-beta/beta/} -PKGREVISION= 12 -CATEGORIES= chat -MASTER_SITES= http://dircproxy.googlecode.com/files/ -EXTRACT_SUFX= .tar.bz - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/w8tvi/dircproxy -COMMENT= Detachable internet relay chat proxy server (devel version) - -GNU_CONFIGURE= YES -USE_TOOLS+= perl:run - -.include "options.mk" - -CONFLICTS= dircproxy<=1.1.0 - -REPLACE_PERL+= contrib/log.pl contrib/privmsg-log.pl - -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} - -EGDIR= ${PREFIX}/share/examples/dircproxy -CONF_FILES= ${EGDIR}/dircproxyrc.sample \ - ${PKG_SYSCONFDIR}/dircproxyrc -RCD_SCRIPTS= dircproxy - -.include "../../mk/bsd.pkg.mk" diff --git a/chat/dircproxy/PLIST b/chat/dircproxy/PLIST deleted file mode 100644 index df6fed87c9a..00000000000 --- a/chat/dircproxy/PLIST +++ /dev/null @@ -1,9 +0,0 @@ -@comment $NetBSD: PLIST,v 1.7 2014/03/11 14:04:58 jperkin Exp $ -bin/dircproxy -bin/dircproxy-crypt -man/man1/dircproxy-crypt.1 -man/man1/dircproxy.1 -share/dircproxy/cronchk.sh -share/dircproxy/log.pl -share/dircproxy/privmsg-log.pl -share/examples/dircproxy/dircproxyrc.sample diff --git a/chat/dircproxy/distinfo b/chat/dircproxy/distinfo deleted file mode 100644 index 1859dfda6a9..00000000000 --- a/chat/dircproxy/distinfo +++ /dev/null @@ -1,9 +0,0 @@ -$NetBSD: distinfo,v 1.7 2015/11/03 01:20:18 agc Exp $ - -SHA1 (dircproxy-1.2.0-beta2.tar.bz) = 43ab3d1b7559fd34a315c50150eebedeb4ec48db -RMD160 (dircproxy-1.2.0-beta2.tar.bz) = 3e8bf9e11fd46caa7fd90189faf51c9e5f37d369 -SHA512 (dircproxy-1.2.0-beta2.tar.bz) = 3fafd1e03636c62f1be9dc4da18dce9f1f4eda5d8558b089e89d8e263cca4b7f8ffa9e5fa937b68c4eee3e68003da0c8dd4db8d35734b0d14b354d6045b5200d -Size (dircproxy-1.2.0-beta2.tar.bz) = 314480 bytes -SHA1 (patch-aa) = 59870074b86f1150f904e10269c654719b506f29 -SHA1 (patch-ab) = c0e8706c0f1bb7a2c981d1140d1b1deb105c601b -SHA1 (patch-ac) = ad94320d493ea50603c90cd0c1e2499716496712 diff --git a/chat/dircproxy/files/dircproxy.sh b/chat/dircproxy/files/dircproxy.sh deleted file mode 100644 index 378746d0132..00000000000 --- a/chat/dircproxy/files/dircproxy.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!@SH@ -# -# $NetBSD: dircproxy.sh,v 1.3 2008/06/17 12:53:54 tron Exp $ -# - -# PROVIDE: dircproxy -# REQUIRE: DAEMON - -. /etc/rc.subr - -name="dircproxy" -rcvar=$name -command="@PREFIX@/bin/${name}" -command_args="-f @PKG_SYSCONFDIR@/${name}rc --pid-file=/var/run/${name}.pid" -pidfile="/var/run/${name}.pid" -required_files="@PKG_SYSCONFDIR@/${name}rc" - -load_rc_config $name -run_rc_command "$1" diff --git a/chat/dircproxy/options.mk b/chat/dircproxy/options.mk deleted file mode 100644 index 9ddd73155f2..00000000000 --- a/chat/dircproxy/options.mk +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: options.mk,v 1.1 2008/06/17 12:53:54 tron Exp $ - -PKG_OPTIONS_VAR= PKG_OPTIONS.dircproxy -PKG_SUPPORTED_OPTIONS= ssl debug -PKG_SUGGESTED_OPTIONS= ssl - -.include "../../mk/bsd.options.mk" - -### -### Compile with SSL support -### -.if !empty(PKG_OPTIONS:Mssl) -CONFIGURE_ARGS+= --enable-ssl -.include "../../security/openssl/buildlink3.mk" -.endif - -### -### Turn on debugging -### -.if !empty(PKG_OPTIONS:Mdebug) -CONFIGURE_ARGS+= --enable-debug -.endif diff --git a/chat/dircproxy/patches/patch-aa b/chat/dircproxy/patches/patch-aa deleted file mode 100644 index 2428d380bc2..00000000000 --- a/chat/dircproxy/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2008/06/17 12:53:54 tron Exp $ - ---- conf/Makefile.in.orig 2006-02-18 22:39:32.000000000 +0000 -+++ conf/Makefile.in -@@ -17,7 +17,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --pkgdatadir = $(datadir)/@PACKAGE@ -+pkgdatadir = $(datadir)/examples/@PACKAGE@ - pkglibdir = $(libdir)/@PACKAGE@ - pkgincludedir = $(includedir)/@PACKAGE@ - top_builddir = .. diff --git a/chat/dircproxy/patches/patch-ab b/chat/dircproxy/patches/patch-ab deleted file mode 100644 index a356d91dbc8..00000000000 --- a/chat/dircproxy/patches/patch-ab +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ab,v 1.2 2008/06/17 12:53:54 tron Exp $ - ---- src/irc_net.h.orig 2006-02-18 22:39:32.000000000 +0000 -+++ src/irc_net.h -@@ -23,6 +23,10 @@ - #include <arpa/inet.h> - #include <time.h> - -+#ifndef INADDR_LOOPBACK -+#define INADDR_LOOPBACK inet_addr("127.0.0.1") -+#endif -+ - #include "irc_prot.h" - #include "stringex.h" - #include "net.h" diff --git a/chat/dircproxy/patches/patch-ac b/chat/dircproxy/patches/patch-ac deleted file mode 100644 index a2868bfb83f..00000000000 --- a/chat/dircproxy/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.2 2008/06/17 12:53:54 tron Exp $ - ---- src/irc_server.c.orig 2006-10-07 22:07:08.000000000 +0100 -+++ src/irc_server.c -@@ -1155,7 +1155,7 @@ static int _ircserver_gotmsg(struct ircp - - if (!strcmp(cmsg.cmd, "ACTION")) { - irclog_log(p, IRC_LOG_ACTION, logdest, msg.src.orig, -- "%s", cmsg.paramstarts[0]); -+ "%s", (cmsg.paramstarts != NULL) ? cmsg.paramstarts[0]: "none"); - - } else if (!strcmp(cmsg.cmd, "DCC") - && p->conn_class->dcc_proxy_incoming) { |