Upgrade to ircII 2.9
This commit is contained in:
parent
6c8ba20abe
commit
a8e5760c82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3249
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: IrcII Client
|
||||
# Version required: 2.8.16beta
|
||||
# Version required: 2.9
|
||||
# Date created: 18 Oct 1994
|
||||
# Whom: torstenb
|
||||
#
|
||||
# $Id: Makefile,v 1.9 1996/03/31 20:25:33 torstenb Exp $
|
||||
# $Id: Makefile,v 1.10 1996/04/01 07:11:29 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ircii-2.8.16beta
|
||||
PKGNAME= ircii-2.8.16b
|
||||
DISTNAME= ircii-2.9-base
|
||||
PKGNAME= ircii-2.9
|
||||
CATEGORIES+= net
|
||||
MASTER_SITES= ftp://cs-ftp.bu.edu/irc/clients/
|
||||
|
||||
@ -15,6 +15,8 @@ MAINTAINER= torstenb@FreeBSD.ORG
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME}
|
||||
|
||||
.if !defined(NOMANCOMPRESS)
|
||||
post-install:
|
||||
gzip -9nf ${PREFIX}/man/man1/ircII.1 ${PREFIX}/man/man1/ircbug.1
|
||||
|
@ -1 +1 @@
|
||||
ircII, the 'Internet Relay Chat' Client, Version 2.8.16beta
|
||||
ircII, the 'Internet Relay Chat' Client, Version 2.9
|
||||
|
@ -1,9 +1,11 @@
|
||||
bin/irc-2.8.16beta
|
||||
bin/irc-2.9_base
|
||||
bin/ircbug
|
||||
bin/irc
|
||||
bin/ircio
|
||||
bin/ircflush
|
||||
bin/wserv
|
||||
man/man1/ircII.1.gz
|
||||
man/man1/ircbug.1.gz
|
||||
lib/irc/translation/ASCII
|
||||
lib/irc/translation/CP437
|
||||
lib/irc/translation/CP850
|
||||
@ -448,15 +450,14 @@ lib/irc/help/set/help_window
|
||||
lib/irc/help/set/hide_private_channels
|
||||
lib/irc/help/set/highlight_char
|
||||
lib/irc/help/set/history
|
||||
lib/irc/help/set/history_file
|
||||
lib/irc/help/set/hold_mode
|
||||
lib/irc/help/set/hold_mode_max
|
||||
lib/irc/help/set/indent
|
||||
lib/irc/help/set/input_aliases
|
||||
lib/irc/help/set/input_prompt
|
||||
lib/irc/help/set/input_protection
|
||||
lib/irc/help/set/lastlog
|
||||
lib/irc/help/set/insert_mode
|
||||
lib/irc/help/set/lastlog
|
||||
lib/irc/help/set/inverse_video
|
||||
lib/irc/help/set/lastlog_level
|
||||
lib/irc/help/set/load_path
|
||||
@ -480,15 +481,14 @@ lib/irc/help/set/send_ignore_msg
|
||||
lib/irc/help/set/set
|
||||
lib/irc/help/set/shell
|
||||
lib/irc/help/set/shell_flags
|
||||
lib/irc/help/set/tab_max
|
||||
lib/irc/help/set/shell_limit
|
||||
lib/irc/help/set/status_away
|
||||
lib/irc/help/set/show_away_once
|
||||
lib/irc/help/set/show_channel_names
|
||||
lib/irc/help/set/show_end_of_msgs
|
||||
lib/irc/help/set/show_numerics
|
||||
lib/irc/help/set/show_status_all
|
||||
lib/irc/help/set/show_who_hopcount
|
||||
lib/irc/help/set/status_away
|
||||
lib/irc/help/set/status_channel
|
||||
lib/irc/help/set/status_chanop
|
||||
lib/irc/help/set/status_clock
|
||||
@ -501,14 +501,15 @@ lib/irc/help/set/status_mail
|
||||
lib/irc/help/set/status_mode
|
||||
lib/irc/help/set/status_notify
|
||||
lib/irc/help/set/status_oper
|
||||
lib/irc/help/set/status_user
|
||||
lib/irc/help/set/translation
|
||||
lib/irc/help/set/status_overwrite
|
||||
lib/irc/help/set/status_query
|
||||
lib/irc/help/set/status_server
|
||||
lib/irc/help/set/status_umode
|
||||
lib/irc/help/set/status_user
|
||||
lib/irc/help/set/status_window
|
||||
lib/irc/help/set/suppress_server_motd
|
||||
lib/irc/help/set/tab_max
|
||||
lib/irc/help/set/translation
|
||||
lib/irc/help/set/underline_video
|
||||
lib/irc/help/set/use_old_msg
|
||||
lib/irc/help/set/user_information
|
||||
@ -516,6 +517,7 @@ lib/irc/help/set/user_wallops
|
||||
lib/irc/help/set/verbose_ctcp
|
||||
lib/irc/help/set/warn_of_ignores
|
||||
lib/irc/help/set/xterm_options
|
||||
lib/irc/help/set/history_file
|
||||
lib/irc/help/window/add
|
||||
lib/irc/help/window/addgroup
|
||||
lib/irc/help/window/back
|
||||
@ -557,5 +559,3 @@ lib/irc/help/window/shrink
|
||||
lib/irc/help/window/stack
|
||||
lib/irc/help/window/swap
|
||||
lib/irc/help/window/window
|
||||
man/man1/ircII.1.gz
|
||||
man/man1/ircbug.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user