From c97095b7c44a2d38595947cae9fc56691387f046 Mon Sep 17 00:00:00 2001 From: brad Date: Sun, 8 Dec 2002 23:21:34 +0000 Subject: [PATCH] upgrade to ircII 20021103 --- net/ircII/Makefile | 6 ++--- net/ircII/distinfo | 6 ++--- .../{patch-doc_ircII.1 => patch-doc_ircII_1} | 23 ++++++++++--------- net/ircII/pkg/PLIST | 8 ++++--- 4 files changed, 23 insertions(+), 20 deletions(-) rename net/ircII/patches/{patch-doc_ircII.1 => patch-doc_ircII_1} (79%) diff --git a/net/ircII/Makefile b/net/ircII/Makefile index 36981f05d79..b22c24a929d 100644 --- a/net/ircII/Makefile +++ b/net/ircII/Makefile @@ -1,13 +1,12 @@ -# $OpenBSD: Makefile,v 1.21 2002/04/30 15:51:26 brad Exp $ +# $OpenBSD: Makefile,v 1.22 2002/12/08 23:21:34 brad Exp $ # $FreeBSD: Makefile,v 1.15 1998/01/25 20:40:00 torstenb Exp $ COMMENT= "Internet Relay Chat client" -VERSION= 20020403 +VERSION= 20021103 DISTNAME= ircii-${VERSION} PKGNAME= ircII-${VERSION} CATEGORIES= net -NEED_VERSION= 1.522 MASTER_SITES= ftp://ftp.warped.com/pub/ircII/ \ ftp://ircftp.au.eterna.com.au/pub/ircII/ @@ -15,6 +14,7 @@ MAINTAINER= Brad Smith HOMEPAGE= http://www.eterna.com.au/ircii/ +# BSD PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes diff --git a/net/ircII/distinfo b/net/ircII/distinfo index 1a2205a35c7..eb54c1decb3 100644 --- a/net/ircII/distinfo +++ b/net/ircII/distinfo @@ -1,3 +1,3 @@ -MD5 (ircii-20020403.tar.gz) = 7828fee8db2b9bb8472241bac7067ad9 -RMD160 (ircii-20020403.tar.gz) = 66540a10c57ab9bef9308a09efe12991a8c1987d -SHA1 (ircii-20020403.tar.gz) = d2aca10850c58012a4930438fdccdf55aac7e06b +MD5 (ircii-20021103.tar.gz) = 2e8055720761e10525bd1d0fa709ddc7 +RMD160 (ircii-20021103.tar.gz) = 73169f3346fe5c9f71588283829c1bd582ca71c6 +SHA1 (ircii-20021103.tar.gz) = b2d27b6d19cca46ee3d16106e2af28d40736228e diff --git a/net/ircII/patches/patch-doc_ircII.1 b/net/ircII/patches/patch-doc_ircII_1 similarity index 79% rename from net/ircII/patches/patch-doc_ircII.1 rename to net/ircII/patches/patch-doc_ircII_1 index 40b8fcbedbb..53660a49944 100644 --- a/net/ircII/patches/patch-doc_ircII.1 +++ b/net/ircII/patches/patch-doc_ircII_1 @@ -1,5 +1,6 @@ ---- doc/ircII.1.orig Tue Apr 2 21:02:44 2002 -+++ doc/ircII.1 Tue Apr 30 11:25:39 2002 +$OpenBSD: patch-doc_ircII_1,v 1.1 2002/12/08 23:21:34 brad Exp $ +--- doc/ircII.1.orig Wed Oct 30 08:57:51 2002 ++++ doc/ircII.1 Sun Dec 8 18:02:52 2002 @@ -3,7 +3,7 @@ .SH NAME ircII \- interface to the Internet Relay Chat system @@ -9,7 +10,7 @@ .RB [ \-c .IR chan ] .RB [ \-p -@@ -59,7 +59,7 @@ Load the .ircrc file before connection t +@@ -60,7 +60,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 +19,7 @@ This switch is ignored if the .B \ -d switch is used. -@@ -109,7 +109,7 @@ default: the username). +@@ -110,7 +110,7 @@ default: the username). .TP .I server Set the list of servers with which @@ -27,7 +28,7 @@ will try to connect upon startup. This list is also used by the program's .B /server -@@ -139,9 +139,9 @@ is taken to be the Server Group for this +@@ -142,9 +142,9 @@ is taken to be the Server Group for this .TP .BI \-a This adds the normal @@ -39,7 +40,7 @@ servers. .TP .BI \-v -@@ -151,7 +151,7 @@ and exit. +@@ -154,7 +154,7 @@ and exit. .TP .BI \-q Start up @@ -48,7 +49,7 @@ quickly -- don't load the IRCRC file. .TP .BI \-h " hostname" -@@ -204,32 +204,32 @@ need to have a leading slash character ' +@@ -208,32 +208,32 @@ need to have a leading slash character ' This allows predefinition of aliases and other features. .SH EXAMPLES .TP @@ -89,7 +90,7 @@ Interface .I IRC with a program called -@@ -239,7 +239,7 @@ with a program called +@@ -243,7 +243,7 @@ with a program called .br .B "setenv IRCNAME \"The one and only :)\"" .TP @@ -98,10 +99,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 :)". -@@ -330,9 +330,6 @@ The initial list of servers if none are - .TP +@@ -335,9 +335,6 @@ The initial list of servers if none are .B ircII.motd - Message of the day. This file is displayed only once each time it is changed. + Message of the day. + This file is displayed only once each time it is changed. -.SH "SEE ALSO" -irc(1), -ircd(8) diff --git a/net/ircII/pkg/PLIST b/net/ircII/pkg/PLIST index 74a26bfc6db..0c2ae83397d 100644 --- a/net/ircII/pkg/PLIST +++ b/net/ircII/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.12 2002/04/30 15:51:26 brad Exp $ +@comment $OpenBSD: PLIST,v 1.13 2002/12/08 23:21:34 brad Exp $ bin/ircII bin/ircII-${VERSION} bin/ircbug @@ -103,8 +103,6 @@ share/irc/help/dcc/list share/irc/help/dcc/raw share/irc/help/dcc/rename share/irc/help/dcc/send -share/irc/help/dcc/talk -share/irc/help/dcc/tmsg share/irc/help/deop share/irc/help/describe share/irc/help/die @@ -257,7 +255,9 @@ share/irc/help/on/flood share/irc/help/on/help share/irc/help/on/hook share/irc/help/on/icb_error +share/irc/help/on/icb_motd share/irc/help/on/icb_status +share/irc/help/on/icb_who share/irc/help/on/idle share/irc/help/on/input share/irc/help/on/invite @@ -341,6 +341,7 @@ share/irc/help/set/ctcp_reply_backlog_seconds share/irc/help/set/ctcp_reply_flood_size share/irc/help/set/ctcp_reply_ignore_seconds share/irc/help/set/dcc_block_size +share/irc/help/set/dcchost share/irc/help/set/debug share/irc/help/set/decrypt_program share/irc/help/set/display @@ -534,6 +535,7 @@ share/irc/script/english share/irc/script/events share/irc/script/extensions share/irc/script/finger +share/irc/script/fkeys share/irc/script/flood share/irc/script/fnet share/irc/script/functions