pkgsrc/chat/epic4/Makefile

45 lines
1.3 KiB
Makefile
Raw Normal View History

2001-09-15 15:49:51 +02:00
# $NetBSD: Makefile,v 1.14 2001/09/15 13:49:51 zuntum Exp $
#
DISTNAME= epic4-1.0.1
CATEGORIES= chat
MASTER_SITES= ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \
ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-PRODUCTION/ \
ftp://ftp.archive.de.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ \
ftp://ftp.nl.uu.net/pub/unix/irc/epic/EPIC4-PRODUCTION/ \
ftp://ftp.epicsol.org/pub/epic/EPIC4-BETA/ \
ftp://ftp.icm.edu.pl/pub/unix/irc/EPIC/EPIC4-BETA/
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
epic4pre2-help.tar.gz
# to get USE_INET6
.include "../../mk/bsd.prefs.mk"
.if defined(USE_INET6) && ${USE_INET6} == "YES"
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
2001-03-23 10:48:09 +01:00
PATCH_SITES= http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/ \
2001-09-15 15:49:51 +02:00
http://zuntum.utech.lublin.pl/patches/
PATCHFILES= epic4-1.0.1-ipv6-20010418.patch.gz
PATCH_DIST_STRIP= -p1
.endif
MAINTAINER= zuntum@netbsd.org
HOMEPAGE= http://www.epicsol.org/
COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
GNU_CONFIGURE= YES
.if defined(USE_INET6) && ${USE_INET6} == "YES"
2001-03-31 15:06:34 +02:00
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
post-patch:
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
2001-03-23 10:48:09 +01:00
cd ${WRKSRC}; ${LOCALBASE}/bin/autoheader; ${LOCALBASE}/bin/autoconf
.endif
post-install:
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
2001-03-23 10:48:09 +01:00
cd ${PREFIX}/share/epic && \
( ${GUNZIP_CMD} -c ${DISTDIR}/epic4pre2-help.tar.gz | ${GTAR} xf - )
.include "../../mk/bsd.pkg.mk"