From dccb59b4915c3dd662b1421f13c30cdd4bdb6aa6 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 19 Sep 2003 18:34:37 +0000 Subject: Update to 1.1.12: # $serverwin([server refnum]) # Major project to replace bad quality C code with high quality C code # ./configure --with-warns # $dccctl(.. FLAGS ..) # $dccctl(.. HELDTIME ..) # $dccctl(.. HOLDTIME ..) # QWORD (double quoted words with double quotes) for alias arglists # Finished off full ipv6 support for dcc. # Current channel-ness is tracked by the channel and not the window. It's now impossible for a channel to be a current channel unless you're on the channel. # /set new_server_lastlog_level default changed to "ALL,-DCC" # $levelwindow([lastlog level]) # $outputwindow([lastlog level] [target]) # /timer.ue alias in 'commandqueues' # %{1}+ status expando acts sort of like %+ # /SET SWITCH_CHANNELS_BETWEEN_WINDOWS --- chat/epic4/Makefile | 4 ++-- chat/epic4/PLIST | 10 +++++++--- chat/epic4/distinfo | 8 +++----- chat/epic4/patches/patch-aa | 15 --------------- chat/epic4/patches/patch-ab | 16 ---------------- 5 files changed, 12 insertions(+), 41 deletions(-) delete mode 100644 chat/epic4/patches/patch-aa delete mode 100644 chat/epic4/patches/patch-ab (limited to 'chat/epic4') diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 2b2bcdc4586..bf33c7f1316 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2003/07/17 21:25:38 grant Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/19 18:34:37 wiz Exp $ # -DISTNAME= epic4-1.1.6 +DISTNAME= epic4-1.1.12 CATEGORIES= chat MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-ALPHA/ \ diff --git a/chat/epic4/PLIST b/chat/epic4/PLIST index 7dc6c3012b0..c177440f282 100644 --- a/chat/epic4/PLIST +++ b/chat/epic4/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2002/09/01 16:34:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/09/19 18:34:37 wiz Exp $ bin/epic bin/epic-EPIC4-${PKGVERSION} libexec/wserv4 man/man1/epic.1 -@exec ${MKDIR} %D/share/epic/help share/epic/script/2.8script share/epic/script/alias share/epic/script/altchan @@ -15,6 +14,8 @@ share/epic/script/basical share/epic/script/columns share/epic/script/commandqueues share/epic/script/country +share/epic/script/data_array +share/epic/script/data_struct share/epic/script/dcc_timeout share/epic/script/deban share/epic/script/debug.irc @@ -30,6 +31,7 @@ share/epic/script/events share/epic/script/events.hop share/epic/script/fake-dcc share/epic/script/fe +share/epic/script/fe.pf share/epic/script/files share/epic/script/functions share/epic/script/genalias @@ -37,8 +39,8 @@ share/epic/script/global share/epic/script/grep share/epic/script/guh share/epic/script/hybrid6 -share/epic/script/ip-to-int share/epic/script/imap +share/epic/script/ip-to-int share/epic/script/ircprimer share/epic/script/keybinds share/epic/script/killpath @@ -79,6 +81,7 @@ share/epic/script/sound share/epic/script/starutils share/epic/script/stat share/epic/script/status_lag +share/epic/script/suppressmotd share/epic/script/tabkey share/epic/script/tabkey.ce share/epic/script/tabkey.th @@ -90,5 +93,6 @@ share/epic/script/vi-binds share/epic/script/webster share/epic/script/window @dirrm share/epic/script +@exec ${MKDIR} %D/share/epic/help @dirrm share/epic/help @dirrm share/epic diff --git a/chat/epic4/distinfo b/chat/epic4/distinfo index 5926301e65a..348072fec6f 100644 --- a/chat/epic4/distinfo +++ b/chat/epic4/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/09/19 18:23:19 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/09/19 18:34:38 wiz Exp $ -SHA1 (epic4-1.1.6.tar.bz2) = d6b0ad47b6ca8132795c3ae3c59bb6e2e1c70a91 -Size (epic4-1.1.6.tar.bz2) = 549889 bytes -SHA1 (patch-aa) = be34a4e77d0160511f028a0cc4efd67d40d9d00b -SHA1 (patch-ab) = 5df03003f55b717077c41f3a1747ef6a1b02d6ee +SHA1 (epic4-1.1.12.tar.bz2) = 6fa2b6d84c518afb08aedfc0898d2b76e680e122 +Size (epic4-1.1.12.tar.bz2) = 578986 bytes diff --git a/chat/epic4/patches/patch-aa b/chat/epic4/patches/patch-aa deleted file mode 100644 index 0d041ed7907..00000000000 --- a/chat/epic4/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2003/09/19 18:23:21 wiz Exp $ - ---- source/server.c.orig Fri Aug 9 16:10:16 2002 -+++ source/server.c Fri Sep 19 17:28:02 2003 -@@ -2172,8 +2172,8 @@ - - if (!(host = strchr(userhost, '@'))) - { -- yell("Cannot set your userhost to [%s] because it does not -- contain a @ character!", userhost); -+ yell("Cannot set your userhost to [%s] because it does not " -+ "contain a @ character!", userhost); - return; - } - diff --git a/chat/epic4/patches/patch-ab b/chat/epic4/patches/patch-ab deleted file mode 100644 index de43b35d687..00000000000 --- a/chat/epic4/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2003/09/19 18:23:21 wiz Exp $ - ---- source/info.c.sh.in.orig Fri Sep 19 17:34:41 2003 -+++ source/info.c.sh.in Fri Sep 19 17:35:10 2003 -@@ -19,11 +19,7 @@ - * This file is auto-magically created. Changes will be nuked. - */ - --#ifdef __STDC__ --#define my_paste(x, y, z) x ## y ## z --#else - #define my_paste(x, y, z) x/**/y/**/z --#endif - - #include "config.h" - #ifdef ANONYMOUS_COMPILE -- cgit v1.2.3