pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/epic4 Update to 1.1.12:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0b24a32b8db9
branches:  trunk
changeset: 461732:0b24a32b8db9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 18:34:37 2003 +0000

description:
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

diffstat:

 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(-)

diffs (121 lines):

diff -r 3dee47879a31 -r 0b24a32b8db9 chat/epic4/Makefile
--- a/chat/epic4/Makefile       Fri Sep 19 18:23:19 2003 +0000
+++ b/chat/epic4/Makefile       Fri Sep 19 18:34:37 2003 +0000
@@ -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 -r 3dee47879a31 -r 0b24a32b8db9 chat/epic4/PLIST
--- a/chat/epic4/PLIST  Fri Sep 19 18:23:19 2003 +0000
+++ b/chat/epic4/PLIST  Fri Sep 19 18:34:37 2003 +0000
@@ -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/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.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/grep
 share/epic/script/guh
 share/epic/script/hybrid6
+share/epic/script/imap
 share/epic/script/ip-to-int
-share/epic/script/imap
 share/epic/script/ircprimer
 share/epic/script/keybinds
 share/epic/script/killpath
@@ -79,6 +81,7 @@
 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/webster
 share/epic/script/window
 @dirrm share/epic/script
+@exec ${MKDIR} %D/share/epic/help
 @dirrm share/epic/help
 @dirrm share/epic
diff -r 3dee47879a31 -r 0b24a32b8db9 chat/epic4/distinfo
--- a/chat/epic4/distinfo       Fri Sep 19 18:23:19 2003 +0000
+++ b/chat/epic4/distinfo       Fri Sep 19 18:34:37 2003 +0000
@@ -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 -r 3dee47879a31 -r 0b24a32b8db9 chat/epic4/patches/patch-aa
--- a/chat/epic4/patches/patch-aa       Fri Sep 19 18:23:19 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 3dee47879a31 -r 0b24a32b8db9 chat/epic4/patches/patch-ab
--- a/chat/epic4/patches/patch-ab       Fri Sep 19 18:23:19 2003 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index