diff options
author | wiz <wiz@pkgsrc.org> | 2003-12-07 15:32:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-12-07 15:32:56 +0000 |
commit | 030fe4972c30885e134e092a636542b894b1b85d (patch) | |
tree | 13dc06ecdf83570b12b94a01d2b909088dbf7f78 | |
parent | 8fd65f193452cad3136ea05a968f130ff26dde9f (diff) | |
download | pkgsrc-030fe4972c30885e134e092a636542b894b1b85d.tar.gz |
Update to 1.2.1.
*** News -- 12/01/2003 -- Double quoted filenames via dcc from other clients
is now supported.
*** News -- 12/01/2003 -- New $windowctl() value, "DOUBLE"
*** News -- 11/30/2003 -- /XECHO -L now overrides "target window"
*** News -- 11/30/2003 -- "Fixed" and "skipped" windows now special
*** News -- 11/30/2003 -- New /ON , /ON WINDOW_COMMAND
*** News -- 11/24/2003 -- New built in function, $windowct()
*** News -- 11/21/2003 -- /SERVER <host> now honors server groups
*** News -- 11/21/2003 -- New math parser can now use 64 bit integers
and perhaps some other stuff, but that's all that's in the news file.
-rw-r--r-- | chat/epic4/Makefile | 13 | ||||
-rw-r--r-- | chat/epic4/PLIST | 9 | ||||
-rw-r--r-- | chat/epic4/distinfo | 6 |
3 files changed, 17 insertions, 11 deletions
diff --git a/chat/epic4/Makefile b/chat/epic4/Makefile index 3af76398953..0afac6af92e 100644 --- a/chat/epic4/Makefile +++ b/chat/epic4/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.20 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.21 2003/12/07 15:32:56 wiz Exp $ # -DISTNAME= epic4-1.1.12 +DISTNAME= epic4-1.2.1 CATEGORIES= chat -PKGREVISION= 1 -MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-ALPHA/ \ - ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-ALPHA/ \ - ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-ALPHA/ \ - ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-ALPHA/ +MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \ + ftp://ftp.icm.edu.pl/pub/unix/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/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= zuntum@NetBSD.org diff --git a/chat/epic4/PLIST b/chat/epic4/PLIST index c177440f282..9585859916f 100644 --- a/chat/epic4/PLIST +++ b/chat/epic4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2003/09/19 18:34:37 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2003/12/07 15:32:56 wiz Exp $ bin/epic bin/epic-EPIC4-${PKGVERSION} libexec/wserv4 @@ -6,6 +6,7 @@ man/man1/epic.1 share/epic/script/2.8script share/epic/script/alias share/epic/script/altchan +share/epic/script/altchan.bj share/epic/script/autoget share/epic/script/autokick share/epic/script/autoop @@ -16,6 +17,7 @@ share/epic/script/commandqueues share/epic/script/country share/epic/script/data_array share/epic/script/data_struct +share/epic/script/dcc_spacefix share/epic/script/dcc_timeout share/epic/script/deban share/epic/script/debug.irc @@ -38,6 +40,7 @@ share/epic/script/genalias share/epic/script/global share/epic/script/grep share/epic/script/guh +share/epic/script/hold_mode share/epic/script/hybrid6 share/epic/script/imap share/epic/script/ip-to-int @@ -65,7 +68,9 @@ share/epic/script/newaway share/epic/script/newformat share/epic/script/nicks share/epic/script/nopaste +share/epic/script/notify share/epic/script/old-dcc +share/epic/script/paste share/epic/script/pipe share/epic/script/prefix share/epic/script/recursion @@ -78,12 +83,14 @@ share/epic/script/sdiff share/epic/script/setmail share/epic/script/silent share/epic/script/sound +share/epic/script/sping 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.jm share/epic/script/tabkey.th share/epic/script/tc share/epic/script/time diff --git a/chat/epic4/distinfo b/chat/epic4/distinfo index 348072fec6f..3280acbd566 100644 --- a/chat/epic4/distinfo +++ b/chat/epic4/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/09/19 18:34:38 wiz Exp $ +$NetBSD: distinfo,v 1.7 2003/12/07 15:32:56 wiz Exp $ -SHA1 (epic4-1.1.12.tar.bz2) = 6fa2b6d84c518afb08aedfc0898d2b76e680e122 -Size (epic4-1.1.12.tar.bz2) = 578986 bytes +SHA1 (epic4-1.2.1.tar.bz2) = cfa83293d1c02490975cff746c9f422d1d700cec +Size (epic4-1.2.1.tar.bz2) = 614937 bytes |