Stop renaming "irc" to "ircII". Originally introduced in 2000 because of a

conflict with net/irc that went away again in 2001.  ok sthen@, brad@
This commit is contained in:
naddy 2014-10-01 20:16:00 +00:00
parent b36e9e0e93
commit b695a181cc
3 changed files with 614 additions and 686 deletions

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.43 2014/09/20 18:40:27 naddy Exp $
# $OpenBSD: Makefile,v 1.44 2014/10/01 20:16:00 naddy Exp $
COMMENT= Internet Relay Chat client
VERSION= 20140831
DISTNAME= ircii-${VERSION}
PKGNAME= ircII-${VERSION}
REVISION= 0
CATEGORIES= net
MASTER_SITES= http://ircii.warped.com/ \
http://ircii.warped.com/old/ \
@ -21,18 +22,13 @@ PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto ssl termcap
FAKE_FLAGS= INSTALL_IRC_NAME="ircII" \
INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
FAKE_FLAGS= INSTALL="${INSTALL_PROGRAM}" INSTALL_DATA="${INSTALL_DATA}"
MODULES = converters/libiconv
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= IRCLIB='$${datarootdir}/ircII' \
CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-liconv"
NO_TEST= Yes
post-install:
@mv ${PREFIX}/bin/ircII-${VERSION} ${PREFIX}/bin/ircII
.include <bsd.port.mk>

View File

@ -1,69 +0,0 @@
$OpenBSD: patch-doc_ircII_1,v 1.8 2014/09/20 18:40:27 naddy Exp $
--- doc/ircII.1.orig Mon Aug 25 21:24:49 2014
+++ doc/ircII.1 Sat Sep 20 01:53:42 2014
@@ -6,7 +6,7 @@
.Nm ircII
.Nd interface to the Internet Relay Chat system
.Sh SYNOPSIS
-.Nm irc
+.Nm ircII
.Op Fl abdFfqrSsTtv
.Op Fl c Ar chan
.Op Fl D Ar level
@@ -317,37 +317,37 @@ Message of the day.
This file is displayed only once each time it is changed.
.El
.Sh EXAMPLES
-.Dl irc -c #users -p 5555
+.Dl ircII -c #users -p 5555
Connect IRC to port number 5555 of the default host and enter on channel #users.
-.Dl irc Mermaid
+.Dl ircII Mermaid
Use the nickname
.Dq Mermaid .
-.Dl irc Mermaid server1:5000 server2::passwd server3
+.Dl ircII Mermaid server1:5000 server2::passwd server3
Use the nickname
.Dq Mermaid
and the modified server list.
-.Dl irc piglet3 :ln:irc1.lamenet.org :ln:irc.us.lamenet.org
+.Dl ircII piglet3 :ln:irc1.lamenet.org :ln:irc.us.lamenet.org
Use the nickname
.Dq piglet3 ,
initially connecting to irc.au.lamenet.org,
with also irc.us.lamenet.org added to the server list, both having a
server group name
.Dq ln .
-.Dl irc oink ICB/www.icb.net
+.Dl ircII oink ICB/www.icb.net
Use the nick
.Dq oink
making an ICB connection to www.icb.net.
-.Dl irc -d
+.Dl ircII -d
Use dumb mode.
-.Dl irc -f
+.Dl ircII -f
Allow use of ^S/^Q to stop/start screen display.
-.Dl irc -e elisa
+.Dl ircII -e elisa
Interface IRC with a program called
.Dq elisa .
.Bd -literal -offset indent
setenv IRCNICK Mermaid
setenv IRCNAME \"The one and only :)\"
-irc
+ircII
.Ed
Set the username (if not specified elsewhere) to
.Dq Mermaid .
@@ -373,9 +373,6 @@ Drops
.Nm
back to the command line.
.El
-.Sh SEE ALSO
-.Xr irc 1 ,
-.Xr ircd 8
.Sh AUTHORS
.An -nosplit
Program written by

File diff suppressed because it is too large Load Diff