summaryrefslogtreecommitdiff
path: root/chat/epic4/Makefile
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-03-23 09:48:09 +0000
committerzuntum <zuntum@pkgsrc.org>2001-03-23 09:48:09 +0000
commit94aba44867a7d4618f2967b5af50a680d5226bea (patch)
tree28673c08b45bc30d1ee3b93a63d6406bd920f8cd /chat/epic4/Makefile
parent57e76a109dd552ee9132c53699bfc0faf3a61afe (diff)
downloadpkgsrc-94aba44867a7d4618f2967b5af50a680d5226bea.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/epic4/Makefile')
-rw-r--r--chat/epic4/Makefile26
1 files changed, 14 insertions, 12 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"