upgrade to ircII 20010612
This commit is contained in:
parent
fbcdfa47a4
commit
53245defd1
@ -1,13 +1,13 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2001/08/22 02:03:56 brad Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2001/10/27 02:10:26 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.15 1998/01/25 20:40:00 torstenb Exp $
|
||||
|
||||
COMMENT= "Internet Relay Chat client"
|
||||
|
||||
VERSION= 4.4Z
|
||||
VERSION= 20010612
|
||||
DISTNAME= ircii-${VERSION}
|
||||
CATEGORIES= net
|
||||
NEED_VERSION= 1.435
|
||||
MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/old_releases/
|
||||
NEED_VERSION= 1.475
|
||||
MASTER_SITES= ftp://ircftp.au.eterna.com.au/pub/ircII/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@openbsd.org>
|
||||
|
||||
@ -21,6 +21,8 @@ SUBST_VARS= VERSION
|
||||
FAKE_FLAGS= DESTDIR="${WRKINST}" INSTALL_IRC='$${bindir}/ircII' \
|
||||
INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --enable-ipv6 --exec-prefix="${PREFIX}"
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ircii-4.4Z.tar.gz) = 63f89e123107876b2a67d5e10cc7cbfb
|
||||
RMD160 (ircii-4.4Z.tar.gz) = b38c3f4c564e23deb9038263e7023e40a77d8656
|
||||
SHA1 (ircii-4.4Z.tar.gz) = 04751b2c476b7a4077985d4a98445dd164eaecde
|
||||
MD5 (ircii-20010612.tar.gz) = 6e41ee0532ef0b8384a8a456830eb22d
|
||||
RMD160 (ircii-20010612.tar.gz) = e3308fd289c836f01a2deb2c2474e8f9568f4a82
|
||||
SHA1 (ircii-20010612.tar.gz) = ab5a818c1f69c0a6cf94b684ceac3ce4f18febad
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- doc/ircII.1.orig Thu Jul 13 00:57:30 2000
|
||||
+++ doc/ircII.1 Sat Aug 26 21:38:54 2000
|
||||
--- doc/ircII.1.orig Mon Feb 12 07:55:48 2001
|
||||
+++ doc/ircII.1 Fri Oct 26 15:52:59 2001
|
||||
@@ -2,7 +2,7 @@
|
||||
.SH NAME
|
||||
ircII \- interface to the Internet Relay Chat system
|
||||
@ -9,7 +9,7 @@
|
||||
.RB [ \-c
|
||||
.IR chan ]
|
||||
.RB [ \-p
|
||||
@@ -56,7 +56,7 @@
|
||||
@@ -58,7 +58,7 @@ Load the .ircrc file before connection t
|
||||
.B \-f
|
||||
Use flow control (^S and ^Q) to stop/start the display.
|
||||
Normally these are both bound to other functions within
|
||||
@ -18,7 +18,7 @@
|
||||
This switch is ignored if the
|
||||
.B \ -d
|
||||
switch is used.
|
||||
@@ -92,7 +92,7 @@
|
||||
@@ -108,7 +108,7 @@ default: the username).
|
||||
.TP
|
||||
.I server
|
||||
Set the list of servers with which
|
||||
@ -27,7 +27,7 @@
|
||||
will try to connect upon startup.
|
||||
This list is also used by the program's
|
||||
.B /server
|
||||
@@ -114,9 +114,9 @@
|
||||
@@ -130,9 +130,9 @@ about ICB.
|
||||
.TP
|
||||
.BI \-a
|
||||
This adds the normal
|
||||
@ -39,7 +39,7 @@
|
||||
servers.
|
||||
.TP
|
||||
.BI \-v
|
||||
@@ -126,7 +126,7 @@
|
||||
@@ -142,7 +142,7 @@ and exit.
|
||||
.TP
|
||||
.BI \-q
|
||||
Start up
|
||||
@ -48,7 +48,7 @@
|
||||
quickly -- don't load the IRCRC file.
|
||||
.TP
|
||||
.BI \-h " hostname"
|
||||
@@ -179,24 +179,24 @@
|
||||
@@ -195,24 +195,24 @@ need to have a leading slash character '
|
||||
This allows predefinition of aliases and other features.
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
@ -79,7 +79,7 @@
|
||||
Interface
|
||||
.I IRC
|
||||
with a program called
|
||||
@@ -206,7 +206,7 @@
|
||||
@@ -222,7 +222,7 @@ with a program called
|
||||
.br
|
||||
.B "setenv IRCNAME \"The one and only :)\""
|
||||
.TP
|
||||
@ -88,10 +88,10 @@
|
||||
Set the username (if not specified elsewhere) to "Mermaid".
|
||||
The user's name (when provided inside parentheses in response to a
|
||||
WHOIS command) is set to "The one and only :)".
|
||||
@@ -288,9 +288,6 @@
|
||||
.B TERM
|
||||
The type of terminal in use.
|
||||
.fi
|
||||
@@ -313,9 +313,6 @@ The initial list of servers if none are
|
||||
.TP
|
||||
.B ircII.motd
|
||||
Message of the day. This file is displayed only once each time it is changed.
|
||||
-.SH "SEE ALSO"
|
||||
-irc(1),
|
||||
-ircd(8)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2000/09/18 22:24:23 brad Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2001/10/27 02:10:26 brad Exp $
|
||||
bin/ircII
|
||||
bin/ircII-${VERSION}
|
||||
bin/ircbug
|
||||
@ -171,6 +171,7 @@ share/irc/help/load/kickmenu
|
||||
share/irc/help/load/killpath
|
||||
share/irc/help/load/kpstat
|
||||
share/irc/help/load/list
|
||||
share/irc/help/load/listidle
|
||||
share/irc/help/load/load
|
||||
share/irc/help/load/local
|
||||
share/irc/help/load/lynx_ircrc
|
||||
@ -398,6 +399,7 @@ share/irc/help/set/show_end_of_msgs
|
||||
share/irc/help/set/show_numerics
|
||||
share/irc/help/set/show_status_all
|
||||
share/irc/help/set/show_who_hopcount
|
||||
share/irc/help/set/star_prefix
|
||||
share/irc/help/set/status_away
|
||||
share/irc/help/set/status_channel
|
||||
share/irc/help/set/status_chanop
|
||||
@ -416,6 +418,7 @@ share/irc/help/set/status_query
|
||||
share/irc/help/set/status_server
|
||||
share/irc/help/set/status_umode
|
||||
share/irc/help/set/status_user
|
||||
share/irc/help/set/status_voice
|
||||
share/irc/help/set/status_window
|
||||
share/irc/help/set/suppress_server_motd
|
||||
share/irc/help/set/tab_max
|
||||
@ -538,6 +541,7 @@ share/irc/script/kickmenu
|
||||
share/irc/script/killpath
|
||||
share/irc/script/kpstat
|
||||
share/irc/script/list
|
||||
share/irc/script/listidle
|
||||
share/irc/script/log
|
||||
share/irc/script/lynx_ircrc
|
||||
share/irc/script/meta1
|
||||
@ -607,19 +611,19 @@ share/irc/translation/SWEDISH_NAMES_COM
|
||||
share/irc/translation/SWISS
|
||||
share/irc/translation/UNITED_KINGDOM
|
||||
share/irc/translation/UNITED_KINGDOM_COM
|
||||
@dirrm share/irc/help/alias
|
||||
@dirrm share/irc/help/bind
|
||||
@dirrm share/irc/help/ctcp
|
||||
@dirrm share/irc/help/dcc
|
||||
@dirrm share/irc/help/ircii
|
||||
@dirrm share/irc/help/load
|
||||
@dirrm share/irc/help/note
|
||||
@dirrm share/irc/help/on
|
||||
@dirrm share/irc/help/set
|
||||
@dirrm share/irc/help/window
|
||||
@dirrm share/irc/help
|
||||
@dirrm share/irc/translation
|
||||
@dirrm share/irc/script
|
||||
@dirrm share/irc/help/window
|
||||
@dirrm share/irc/help/set
|
||||
@dirrm share/irc/help/on
|
||||
@dirrm share/irc/help/note
|
||||
@dirrm share/irc/help/load
|
||||
@dirrm share/irc/help/ircii
|
||||
@dirrm share/irc/help/dcc
|
||||
@dirrm share/irc/help/ctcp
|
||||
@dirrm share/irc/help/bind
|
||||
@dirrm share/irc/help/alias
|
||||
@dirrm share/irc/help
|
||||
@dirrm share/irc
|
||||
@exec echo "The ircII executable has been installed as %D/bin/ircII"
|
||||
@exec echo "to avoid conflict with another irc package"
|
||||
|
Loading…
Reference in New Issue
Block a user