summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-03-23 09:48:09 +0000
committerzuntum <zuntum>2001-03-23 09:48:09 +0000
commitc404318d4869af102ff1165044b570851a1da308 (patch)
tree28673c08b45bc30d1ee3b93a63d6406bd920f8cd /chat
parentdcc1f276f0daeffd191da9ce3793c6fca63eed09 (diff)
downloadpkgsrc-c404318d4869af102ff1165044b570851a1da308.tar.gz
Update epic4 to 0.9.17.
Changelog: 0.9.17 Add $ssl() built in function for lateral compatability with epic-ssl 0.9.17 Whack over my_next_expr(). 0.9.17 Add "next_expr_with_type" for use with 'break_args' 0.9.17 Add 'break_args', experimental command-argument tokenizer. 0.9.17 Add /for <var> in (<list>) {<commands>} command 0.9.17 Add /for <var> from <min> to <max> {<commands>} command 0.9.17 Doodle around a bit with /fe, just for yucks. 0.9.17 Change 'autoop', 'fe', 'files', 'ip-to-int', 'ircprimer', 'repeat', 0.9.17 'scandir', 'tc' scripts to use two new /for formats. 0.9.17 Add support for 477 numeric (can't join channel) from dalnet. (adm) 0.9.17 Add /xecho -v (output to a visible window) 0.9.17 Fix /reconnect to supply default quit message ("Reconnecting") 0.9.17 Add $cos(), $sin(), $tan() functions, to do math things 0.9.17 Fix bug in $serverlist() which caused it to always return server list. 0.9.17 Fix history stuff so it doesn't insert duplicate entries (robohak) 0.9.17 Add 'skip_spaces' function, which skips leading spaces in a string. 0.9.17 Change logfile header to output local time and not UTC time. 0.9.17 Fix /window server to clear reconnect counts, thwart throttling. 0.9.17 Change "server_list[%d].itsname is null and it shouldn't be" error msg 0.9.17 Change it to "I don't have %d's real name yet -- using the hostname..." 0.9.17 Fix /server N to not reconnect to N if it's already connected. 0.9.17 Add /ison -d and /ison -f (debug, and flush) for debugging purposes. 0.9.17 Release epic4-0.9.17 -- Release candidate #8
Diffstat (limited to 'chat')
-rw-r--r--chat/epic4/Makefile26
-rw-r--r--chat/epic4/files/md58
-rw-r--r--chat/epic4/pkg/PLIST6
3 files changed, 22 insertions, 18 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile
index a1f9267efd4..4218a4b1502 100644
--- a/chat/epic4/Makefile
+++ b/chat/epic4/Makefile
@@ -1,21 +1,22 @@
-# $NetBSD: Makefile,v 1.6 2001/03/16 20:51:14 zuntum Exp $
+# $NetBSD: Makefile,v 1.7 2001/03/23 09:48:09 zuntum Exp $
#
-DISTNAME= epic4-0.9.16
+DISTNAME= epic4-0.9.17
CATEGORIES= chat
-MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
- ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \
- http://zuntum.eik.pl/pkgsrc/distfiles/
-DISTFILES= epic4-0.9.16.tar.gz \
+MASTER_SITES= ftp://ftp.magenet.com/pub/epic/EPIC4-BETA/ \
+ ftp://ftp.icm.edu.pl/vol/rzm0/irc/EPIC/EPIC4-BETA/ \
+ ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-BETA/ \
+ ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-BETA/
+DISTFILES= epic4-0.9.17.tar.gz \
epic4pre2-help.tar.gz
# to get USE_INET6
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
-PATCH_SITES= http://zuntum.eik.pl/patches/ \
- http://zuntum.invisible.yi.org/patches/ \
+PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ \
+ http://zuntum.net/patches/ \
http://flis.utech.lublin.pl/~zuntum/patches/
-PATCHFILES= epic4-0.9.16-ipv6-20010208.patch.gz
+PATCHFILES= epic4-0.9.16-ipv6-20010217.patch.gz
PATCH_DIST_STRIP= -p1
.endif
@@ -23,7 +24,7 @@ MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.epicsol.org/
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
-EXTRACT_ONLY= epic4-0.9.16.tar.gz
+EXTRACT_ONLY= epic4-0.9.17.tar.gz
GNU_CONFIGURE= YES
@@ -31,10 +32,11 @@ GNU_CONFIGURE= YES
BUILD_DEPENDS+= autoconf:../../devel/autoconf
post-patch:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf
+ cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf
.endif
post-install:
- cd ${PREFIX}/share/epic && ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )
+ cd ${PREFIX}/share/epic && \
+ ( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )
.include "../../mk/bsd.pkg.mk"
diff --git a/chat/epic4/files/md5 b/chat/epic4/files/md5
index 35693b16f7b..2288005754b 100644
--- a/chat/epic4/files/md5
+++ b/chat/epic4/files/md5
@@ -1,5 +1,5 @@
-$NetBSD: md5,v 1.3 2001/02/08 14:20:33 hubertf Exp $
+$NetBSD: md5,v 1.4 2001/03/23 09:48:10 zuntum Exp $
-MD5 (epic4-0.9.16.tar.gz) = b7cbc6cfc6e3a50bd074225ab26ef127
-MD5 (epic4pre2-help.tar.gz) = 176f77c1e372fc3ca184eca951cb86f5
-MD5 (epic4-0.9.16-ipv6-20010208.patch.gz) = 6934b343f3912dd8336e128a277cfad2
+SHA1 (epic4-0.9.17.tar.gz) = b46f17997377bf539dbafd40e35c2065ea80f22e
+SHA1 (epic4pre2-help.tar.gz) = 673413e3cba17e69259fc13c5819f5cb727e9727
+SHA1 (epic4-0.9.16-ipv6-20010217.patch.gz) = 0661299bf47b696847ddd7635bdbc422908c9bd1
diff --git a/chat/epic4/pkg/PLIST b/chat/epic4/pkg/PLIST
index 4869df3afb8..cca4438d01f 100644
--- a/chat/epic4/pkg/PLIST
+++ b/chat/epic4/pkg/PLIST
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2001/02/08 14:20:33 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.4 2001/03/23 09:48:10 zuntum Exp $
bin/epic
-bin/epic-EPIC4-0.9.16
+bin/epic-EPIC4-0.9.17
libexec/wserv
man/man1/epic.1
share/epic/script/2.8script
@@ -58,6 +58,7 @@ share/epic/script/prefix
share/epic/script/recursion
share/epic/script/repeat
share/epic/script/revdcc
+share/epic/script/scan
share/epic/script/scandir
share/epic/script/screen
share/epic/script/sdiff
@@ -68,6 +69,7 @@ share/epic/script/starutils
share/epic/script/stat
share/epic/script/status_lag
share/epic/script/tabkey
+share/epic/script/tabkey.th
share/epic/script/tc
share/epic/script/time
share/epic/script/tls