7061198 Move ircii to Userland
authorSrinivasa Sarva <srinivasa.sarva@oracle.com>
Tue, 05 Jul 2011 16:33:26 -0700
changeset 367 6ee87227d15e
parent 366 5abfaefe3013
child 368 9a01d3a61f01
7061198 Move ircii to Userland
components/ircii/Makefile
components/ircii/ircii.license
components/ircii/ircii.p5m
components/ircii/patches/cast_sbox_h.patch
components/meta-packages/history/SUNWircii.p5m
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ircii/Makefile	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,59 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+include ../../make-rules/shared-macros.mk
+
+COMPONENT_NAME=		ircii
+COMPONENT_VERSION=	20060725
+IPS_COMPONENT_VERSION=  0.2006.7.25
+COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
+COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
+COMPONENT_ARCHIVE_HASH=	sha1:421996726cd06b6659857b8e61195d614a68d8c6
+COMPONENT_ARCHIVE_URL=	ftp://ircii.warped.com/pub/ircII/old/$(COMPONENT_ARCHIVE)
+
+include ../../make-rules/prep.mk
+include ../../make-rules/configure.mk
+include ../../make-rules/ips.mk
+
+CONFIGURE_ENV += CC="$(CC)"
+
+# We need to reset configure options here because ircii is confused with
+# CC and CFLAGS definitions as configure parameters.
+CONFIGURE_OPTIONS       = --prefix=/usr
+CONFIGURE_OPTIONS       += --mandir=$(CONFIGURE_MANDIR)
+CONFIGURE_OPTIONS       += --bindir=$(CONFIGURE_BINDIR.$(BITS))
+CONFIGURE_OPTIONS       += $(CONFIGURE_OPTIONS.$(BITS))
+
+
+# common targets
+build:		$(BUILD_32)
+
+install:	$(INSTALL_32)
+
+test:           $(NO_TESTS)
+
+BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
+
+include ../../make-rules/depend.mk
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ircii/ircii.license	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,50 @@
+/*	$eterna: Copyright,v 1.13 2005/04/03 02:35:06 mrg Exp $	*/
+
+/*
+ * Copyright (c) 1990 Michael Sandrof.
+ * Copyright (c) 1991, 1992 Troy Rollo.
+ * Copyright (c) 1992-2005 Matthew R. Green.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ * 3. The name of the author may not be used to endorse or promote products
+ *    derived from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+ * IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
+ * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
+ * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+ * SUCH DAMAGE.
+ */
+
+#pragma ident	"@(#)copyright	1.1	08/06/05 SMI"	/* copied from original src */
+
+One module of the source code, scandir.c is copyright (c) 1983
+by the Regents of the University of California, with modifications
+by various contributors.  All rights are reserved by the
+University of California.  
+
+One module of the source code, stringlist.c, is
+Copyright (c) 1994, 1999 The NetBSD Foundation, Inc.
+
+One module of the source code, stringlist.h, is
+Copyright (c) 1994 Christos Zoulas
+
+Two modules of the source code, get{addr,name}info.c, are
+Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
+
+Two modules of the source code, inet_{ntop,pton}.c are
+Copyright (c) 1996 by Internet Software Consortium.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ircii/ircii.p5m	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,652 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+<transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
+set name=pkg.fmri \
+    value=pkg:/network/chat/ircii@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
+set name=pkg.description value="A terminal-based IRC client that runs under most unix platforms."
+set name=pkg.summary value="Internet Relay Chat Client"
+set name=info.classification \
+    value=org.opensolaris.category.2008:Applications/Internet
+set name=info.source_url value=$(COMPONENT_ARCHIVE_URL)
+set name=info.upstream_url value=http://www.eterna.com.au/ircii/
+set name=opensolaris.arc_url \
+    value=http://arc.opensolaris.org/caselog/LSARC/2008/373
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+dir path=usr
+dir path=usr/bin
+dir path=usr/share
+dir path=usr/share/irc
+dir path=usr/share/irc/help
+dir path=usr/share/irc/help/alias
+dir path=usr/share/irc/help/bind
+dir path=usr/share/irc/help/ctcp
+dir path=usr/share/irc/help/dcc
+dir path=usr/share/irc/help/ircii
+dir path=usr/share/irc/help/load
+dir path=usr/share/irc/help/note
+dir path=usr/share/irc/help/on
+dir path=usr/share/irc/help/set
+dir path=usr/share/irc/help/window
+dir path=usr/share/irc/script
+dir path=usr/share/man
+dir path=usr/share/man/man1
+file path=usr/bin/irc
+file path=usr/bin/ircflush
+file path=usr/bin/ircio
+file path=usr/bin/wserv
+file path=usr/share/irc/help/!
+file path=usr/share/irc/help/.date
+file path=usr/share/irc/help/:
+file path=usr/share/irc/help/@
+file path=usr/share/irc/help/abort
+file path=usr/share/irc/help/admin
+file path=usr/share/irc/help/alias/alias
+file path=usr/share/irc/help/alias/functions
+file path=usr/share/irc/help/alias/quote
+file path=usr/share/irc/help/alias/special
+file path=usr/share/irc/help/alias/width
+file path=usr/share/irc/help/assign
+file path=usr/share/irc/help/away
+file path=usr/share/irc/help/basics
+file path=usr/share/irc/help/beep
+file path=usr/share/irc/help/bind/backspace
+file path=usr/share/irc/help/bind/backward_character
+file path=usr/share/irc/help/bind/backward_history
+file path=usr/share/irc/help/bind/backward_word
+file path=usr/share/irc/help/bind/beginning_of_line
+file path=usr/share/irc/help/bind/bind
+file path=usr/share/irc/help/bind/clear_screen
+file path=usr/share/irc/help/bind/command_completion
+file path=usr/share/irc/help/bind/delete_character
+file path=usr/share/irc/help/bind/delete_next_word
+file path=usr/share/irc/help/bind/delete_previous_word
+file path=usr/share/irc/help/bind/end_of_line
+file path=usr/share/irc/help/bind/enter_digraph
+file path=usr/share/irc/help/bind/enter_menu
+file path=usr/share/irc/help/bind/erase_line
+file path=usr/share/irc/help/bind/erase_to_beg_of_line
+file path=usr/share/irc/help/bind/erase_to_end_of_line
+file path=usr/share/irc/help/bind/examples
+file path=usr/share/irc/help/bind/forward_character
+file path=usr/share/irc/help/bind/forward_history
+file path=usr/share/irc/help/bind/forward_word
+file path=usr/share/irc/help/bind/help_character
+file path=usr/share/irc/help/bind/keys
+file path=usr/share/irc/help/bind/meta1_character
+file path=usr/share/irc/help/bind/meta2_character
+file path=usr/share/irc/help/bind/meta3_character
+file path=usr/share/irc/help/bind/meta4_character
+file path=usr/share/irc/help/bind/meta5_character
+file path=usr/share/irc/help/bind/meta6_character
+file path=usr/share/irc/help/bind/meta7_character
+file path=usr/share/irc/help/bind/meta8_character
+file path=usr/share/irc/help/bind/next_window
+file path=usr/share/irc/help/bind/nothing
+file path=usr/share/irc/help/bind/parse_command
+file path=usr/share/irc/help/bind/previous_window
+file path=usr/share/irc/help/bind/quit_irc
+file path=usr/share/irc/help/bind/quote_character
+file path=usr/share/irc/help/bind/refresh_inputline
+file path=usr/share/irc/help/bind/refresh_screen
+file path=usr/share/irc/help/bind/scroll_backward
+file path=usr/share/irc/help/bind/scroll_end
+file path=usr/share/irc/help/bind/scroll_forward
+file path=usr/share/irc/help/bind/scroll_start
+file path=usr/share/irc/help/bind/self_insert
+file path=usr/share/irc/help/bind/send_line
+file path=usr/share/irc/help/bind/stop_irc
+file path=usr/share/irc/help/bind/switch_channels
+file path=usr/share/irc/help/bind/toggle_insert_mode
+file path=usr/share/irc/help/bind/toggle_stop_screen
+file path=usr/share/irc/help/bind/transpose_characters
+file path=usr/share/irc/help/bind/type_text
+file path=usr/share/irc/help/bind/unstop_all_windows
+file path=usr/share/irc/help/bind/yank_from_cutbuffer
+file path=usr/share/irc/help/brick
+file path=usr/share/irc/help/bye
+file path=usr/share/irc/help/cat
+file path=usr/share/irc/help/cd
+file path=usr/share/irc/help/channel
+file path=usr/share/irc/help/clear
+file path=usr/share/irc/help/commands
+file path=usr/share/irc/help/comment
+file path=usr/share/irc/help/connect
+file path=usr/share/irc/help/ctcp/action
+file path=usr/share/irc/help/ctcp/clientinfo
+file path=usr/share/irc/help/ctcp/ctcp
+file path=usr/share/irc/help/ctcp/echo
+file path=usr/share/irc/help/ctcp/finger
+file path=usr/share/irc/help/ctcp/ping
+file path=usr/share/irc/help/ctcp/time
+file path=usr/share/irc/help/ctcp/userinfo
+file path=usr/share/irc/help/ctcp/utc
+file path=usr/share/irc/help/ctcp/version
+file path=usr/share/irc/help/date
+file path=usr/share/irc/help/dcc/chat
+file path=usr/share/irc/help/dcc/close
+file path=usr/share/irc/help/dcc/dcc
+file path=usr/share/irc/help/dcc/get
+file path=usr/share/irc/help/dcc/list
+file path=usr/share/irc/help/dcc/raw
+file path=usr/share/irc/help/dcc/rename
+file path=usr/share/irc/help/dcc/send
+file path=usr/share/irc/help/deop
+file path=usr/share/irc/help/describe
+file path=usr/share/irc/help/die
+file path=usr/share/irc/help/digraph
+file path=usr/share/irc/help/disconnect
+file path=usr/share/irc/help/dmsg
+file path=usr/share/irc/help/dquery
+file path=usr/share/irc/help/echo
+file path=usr/share/irc/help/encrypt
+file path=usr/share/irc/help/etiquette
+file path=usr/share/irc/help/eval
+file path=usr/share/irc/help/exec
+file path=usr/share/irc/help/exit
+file path=usr/share/irc/help/expressions
+file path=usr/share/irc/help/flush
+file path=usr/share/irc/help/foreach
+file path=usr/share/irc/help/help
+file path=usr/share/irc/help/history
+file path=usr/share/irc/help/hook
+file path=usr/share/irc/help/icb
+file path=usr/share/irc/help/if
+file path=usr/share/irc/help/ignore
+file path=usr/share/irc/help/info
+file path=usr/share/irc/help/input
+file path=usr/share/irc/help/intro
+file path=usr/share/irc/help/invite
+file path=usr/share/irc/help/ircii/copyright
+file path=usr/share/irc/help/ison
+file path=usr/share/irc/help/join
+file path=usr/share/irc/help/kick
+file path=usr/share/irc/help/kill
+file path=usr/share/irc/help/lastlog
+file path=usr/share/irc/help/leave
+file path=usr/share/irc/help/links
+file path=usr/share/irc/help/list
+file path=usr/share/irc/help/load/2.9script
+file path=usr/share/irc/help/load/action
+file path=usr/share/irc/help/load/alias
+file path=usr/share/irc/help/load/autoop
+file path=usr/share/irc/help/load/autoquery
+file path=usr/share/irc/help/load/basical
+file path=usr/share/irc/help/load/bigcheese
+file path=usr/share/irc/help/load/brc
+file path=usr/share/irc/help/load/channel
+file path=usr/share/irc/help/load/columns
+file path=usr/share/irc/help/load/commander
+file path=usr/share/irc/help/load/cursor
+file path=usr/share/irc/help/load/dccchan
+file path=usr/share/irc/help/load/deutsch
+file path=usr/share/irc/help/load/disc
+file path=usr/share/irc/help/load/edit
+file path=usr/share/irc/help/load/english
+file path=usr/share/irc/help/load/events
+file path=usr/share/irc/help/load/extensions
+file path=usr/share/irc/help/load/finger
+file path=usr/share/irc/help/load/finger.who
+file path=usr/share/irc/help/load/flood
+file path=usr/share/irc/help/load/fnet
+file path=usr/share/irc/help/load/functions
+file path=usr/share/irc/help/load/help
+file path=usr/share/irc/help/load/history
+file path=usr/share/irc/help/load/icb
+file path=usr/share/irc/help/load/irciihelp
+file path=usr/share/irc/help/load/ircprimer
+file path=usr/share/irc/help/load/kickmenu
+file path=usr/share/irc/help/load/killpath
+file path=usr/share/irc/help/load/kpstat
+file path=usr/share/irc/help/load/list
+file path=usr/share/irc/help/load/listidle
+file path=usr/share/irc/help/load/load
+file path=usr/share/irc/help/load/local
+file path=usr/share/irc/help/load/lynx_ircrc
+file path=usr/share/irc/help/load/meta1
+file path=usr/share/irc/help/load/meta2
+file path=usr/share/irc/help/load/msg
+file path=usr/share/irc/help/load/mudlike
+file path=usr/share/irc/help/load/nemesis
+file path=usr/share/irc/help/load/netsplit
+file path=usr/share/irc/help/load/newaway
+file path=usr/share/irc/help/load/nicks
+file path=usr/share/irc/help/load/oldping
+file path=usr/share/irc/help/load/oper
+file path=usr/share/irc/help/load/prefix
+file path=usr/share/irc/help/load/recursion
+file path=usr/share/irc/help/load/repeat
+file path=usr/share/irc/help/load/screen
+file path=usr/share/irc/help/load/service
+file path=usr/share/irc/help/load/shell
+file path=usr/share/irc/help/load/silent
+file path=usr/share/irc/help/load/smileys
+file path=usr/share/irc/help/load/suggestions
+file path=usr/share/irc/help/load/tabkey
+file path=usr/share/irc/help/load/time
+file path=usr/share/irc/help/load/traces
+file path=usr/share/irc/help/load/troy
+file path=usr/share/irc/help/load/uhnotify
+file path=usr/share/irc/help/load/version
+file path=usr/share/irc/help/load/wallopstat
+file path=usr/share/irc/help/load/whowas
+file path=usr/share/irc/help/load/window
+file path=usr/share/irc/help/lusers
+file path=usr/share/irc/help/me
+file path=usr/share/irc/help/menus
+file path=usr/share/irc/help/mload
+file path=usr/share/irc/help/mode
+file path=usr/share/irc/help/motd
+file path=usr/share/irc/help/msg
+file path=usr/share/irc/help/names
+file path=usr/share/irc/help/news
+file path=usr/share/irc/help/newuser
+file path=usr/share/irc/help/nick
+file path=usr/share/irc/help/note/antiwall
+file path=usr/share/irc/help/note/count
+file path=usr/share/irc/help/note/deny
+file path=usr/share/irc/help/note/find
+file path=usr/share/irc/help/note/flag
+file path=usr/share/irc/help/note/key
+file path=usr/share/irc/help/note/log
+file path=usr/share/irc/help/note/ls
+file path=usr/share/irc/help/note/news
+file path=usr/share/irc/help/note/note
+file path=usr/share/irc/help/note/rm
+file path=usr/share/irc/help/note/save
+file path=usr/share/irc/help/note/send
+file path=usr/share/irc/help/note/sent
+file path=usr/share/irc/help/note/service
+file path=usr/share/irc/help/note/spy
+file path=usr/share/irc/help/note/stats
+file path=usr/share/irc/help/note/user
+file path=usr/share/irc/help/note/waitfor
+file path=usr/share/irc/help/note/wall
+file path=usr/share/irc/help/note/wallops
+file path=usr/share/irc/help/notice
+file path=usr/share/irc/help/notify
+file path=usr/share/irc/help/on/action
+file path=usr/share/irc/help/on/channel_nick
+file path=usr/share/irc/help/on/channel_signoff
+file path=usr/share/irc/help/on/connect
+file path=usr/share/irc/help/on/ctcp
+file path=usr/share/irc/help/on/ctcp_reply
+file path=usr/share/irc/help/on/dcc_chat
+file path=usr/share/irc/help/on/dcc_list
+file path=usr/share/irc/help/on/dcc_raw
+file path=usr/share/irc/help/on/disconnect
+file path=usr/share/irc/help/on/exec
+file path=usr/share/irc/help/on/exec_errors
+file path=usr/share/irc/help/on/exec_exit
+file path=usr/share/irc/help/on/exec_prompt
+file path=usr/share/irc/help/on/flood
+file path=usr/share/irc/help/on/help
+file path=usr/share/irc/help/on/hook
+file path=usr/share/irc/help/on/icb_cmdout
+file path=usr/share/irc/help/on/icb_error
+file path=usr/share/irc/help/on/icb_status
+file path=usr/share/irc/help/on/icb_who
+file path=usr/share/irc/help/on/idle
+file path=usr/share/irc/help/on/input
+file path=usr/share/irc/help/on/invite
+file path=usr/share/irc/help/on/join
+file path=usr/share/irc/help/on/leave
+file path=usr/share/irc/help/on/list
+file path=usr/share/irc/help/on/mail
+file path=usr/share/irc/help/on/mode
+file path=usr/share/irc/help/on/msg
+file path=usr/share/irc/help/on/msg_group
+file path=usr/share/irc/help/on/names
+file path=usr/share/irc/help/on/nickname
+file path=usr/share/irc/help/on/note
+file path=usr/share/irc/help/on/notice
+file path=usr/share/irc/help/on/notify_signoff
+file path=usr/share/irc/help/on/notify_signon
+file path=usr/share/irc/help/on/numeric
+file path=usr/share/irc/help/on/on
+file path=usr/share/irc/help/on/os_signal
+file path=usr/share/irc/help/on/public
+file path=usr/share/irc/help/on/public_msg
+file path=usr/share/irc/help/on/public_notice
+file path=usr/share/irc/help/on/public_other
+file path=usr/share/irc/help/on/raw_irc
+file path=usr/share/irc/help/on/raw_send
+file path=usr/share/irc/help/on/send_action
+file path=usr/share/irc/help/on/send_dcc_chat
+file path=usr/share/irc/help/on/send_msg
+file path=usr/share/irc/help/on/send_notice
+file path=usr/share/irc/help/on/send_public
+file path=usr/share/irc/help/on/send_talk
+file path=usr/share/irc/help/on/serial_numbers
+file path=usr/share/irc/help/on/server_notice
+file path=usr/share/irc/help/on/signoff
+file path=usr/share/irc/help/on/talk
+file path=usr/share/irc/help/on/timer
+file path=usr/share/irc/help/on/topic
+file path=usr/share/irc/help/on/wall
+file path=usr/share/irc/help/on/wallop
+file path=usr/share/irc/help/on/who
+file path=usr/share/irc/help/on/window
+file path=usr/share/irc/help/on/window_kill
+file path=usr/share/irc/help/on/window_list
+file path=usr/share/irc/help/on/window_swap
+file path=usr/share/irc/help/oper
+file path=usr/share/irc/help/parsekey
+file path=usr/share/irc/help/part
+file path=usr/share/irc/help/ping
+file path=usr/share/irc/help/query
+file path=usr/share/irc/help/quit
+file path=usr/share/irc/help/quote
+file path=usr/share/irc/help/rbind
+file path=usr/share/irc/help/redirect
+file path=usr/share/irc/help/rehash
+file path=usr/share/irc/help/restart
+file path=usr/share/irc/help/rules
+file path=usr/share/irc/help/save
+file path=usr/share/irc/help/say
+file path=usr/share/irc/help/send
+file path=usr/share/irc/help/sendline
+file path=usr/share/irc/help/server
+file path=usr/share/irc/help/servlist
+file path=usr/share/irc/help/set/always_split_biggest
+file path=usr/share/irc/help/set/auto_unmark_away
+file path=usr/share/irc/help/set/auto_whowas
+file path=usr/share/irc/help/set/background_colour
+file path=usr/share/irc/help/set/beep
+file path=usr/share/irc/help/set/beep_max
+file path=usr/share/irc/help/set/beep_on_msg
+file path=usr/share/irc/help/set/beep_when_away
+file path=usr/share/irc/help/set/bind_local_dcchost
+file path=usr/share/irc/help/set/bold_video
+file path=usr/share/irc/help/set/channel_name_width
+file path=usr/share/irc/help/set/client_information
+file path=usr/share/irc/help/set/clock
+file path=usr/share/irc/help/set/clock_24hour
+file path=usr/share/irc/help/set/clock_alarm
+file path=usr/share/irc/help/set/cmdchars
+file path=usr/share/irc/help/set/colour
+file path=usr/share/irc/help/set/command_mode
+file path=usr/share/irc/help/set/continued_line
+file path=usr/share/irc/help/set/ctcp_reply_backlog_seconds
+file path=usr/share/irc/help/set/ctcp_reply_flood_size
+file path=usr/share/irc/help/set/ctcp_reply_ignore_seconds
+file path=usr/share/irc/help/set/dcc_block_size
+file path=usr/share/irc/help/set/dcchost
+file path=usr/share/irc/help/set/dccport
+file path=usr/share/irc/help/set/debug
+file path=usr/share/irc/help/set/decrypt_program
+file path=usr/share/irc/help/set/display
+file path=usr/share/irc/help/set/display_encoding
+file path=usr/share/irc/help/set/eight_bit_characters
+file path=usr/share/irc/help/set/encrypt_program
+file path=usr/share/irc/help/set/exec_protection
+file path=usr/share/irc/help/set/flood_after
+file path=usr/share/irc/help/set/flood_rate
+file path=usr/share/irc/help/set/flood_users
+file path=usr/share/irc/help/set/flood_warning
+file path=usr/share/irc/help/set/foreground_colour
+file path=usr/share/irc/help/set/full_status_line
+file path=usr/share/irc/help/set/help_pager
+file path=usr/share/irc/help/set/help_path
+file path=usr/share/irc/help/set/help_prompt
+file path=usr/share/irc/help/set/help_window
+file path=usr/share/irc/help/set/hide_channel_keys
+file path=usr/share/irc/help/set/hide_private_channels
+file path=usr/share/irc/help/set/highlight_char
+file path=usr/share/irc/help/set/history
+file path=usr/share/irc/help/set/history_file
+file path=usr/share/irc/help/set/hold_mode
+file path=usr/share/irc/help/set/hold_mode_max
+file path=usr/share/irc/help/set/indent
+file path=usr/share/irc/help/set/input_aliases
+file path=usr/share/irc/help/set/input_encoding
+file path=usr/share/irc/help/set/input_prompt
+file path=usr/share/irc/help/set/input_protection
+file path=usr/share/irc/help/set/insert_mode
+file path=usr/share/irc/help/set/inverse_video
+file path=usr/share/irc/help/set/irc_encoding
+file path=usr/share/irc/help/set/irchost
+file path=usr/share/irc/help/set/lastlog
+file path=usr/share/irc/help/set/lastlog_level
+file path=usr/share/irc/help/set/load_path
+file path=usr/share/irc/help/set/log
+file path=usr/share/irc/help/set/logfile
+file path=usr/share/irc/help/set/mail
+file path=usr/share/irc/help/set/make_notice_msg
+file path=usr/share/irc/help/set/max_recursions
+file path=usr/share/irc/help/set/menu
+file path=usr/share/irc/help/set/minimum_servers
+file path=usr/share/irc/help/set/minimum_users
+file path=usr/share/irc/help/set/no_ask_nickname
+file path=usr/share/irc/help/set/no_ctcp_flood
+file path=usr/share/irc/help/set/notify_handler
+file path=usr/share/irc/help/set/notify_level
+file path=usr/share/irc/help/set/notify_on_termination
+file path=usr/share/irc/help/set/novice
+file path=usr/share/irc/help/set/old_encrypt_program
+file path=usr/share/irc/help/set/realname
+file path=usr/share/irc/help/set/same_window_only
+file path=usr/share/irc/help/set/scroll
+file path=usr/share/irc/help/set/scroll_lines
+file path=usr/share/irc/help/set/send_ignore_msg
+file path=usr/share/irc/help/set/set
+file path=usr/share/irc/help/set/shell
+file path=usr/share/irc/help/set/shell_flags
+file path=usr/share/irc/help/set/shell_limit
+file path=usr/share/irc/help/set/show_away_once
+file path=usr/share/irc/help/set/show_channel_names
+file path=usr/share/irc/help/set/show_end_of_msgs
+file path=usr/share/irc/help/set/show_numerics
+file path=usr/share/irc/help/set/show_stars
+file path=usr/share/irc/help/set/show_status_all
+file path=usr/share/irc/help/set/show_who_hopcount
+file path=usr/share/irc/help/set/star_prefix
+file path=usr/share/irc/help/set/status_away
+file path=usr/share/irc/help/set/status_channel
+file path=usr/share/irc/help/set/status_chanop
+file path=usr/share/irc/help/set/status_clock
+file path=usr/share/irc/help/set/status_format
+file path=usr/share/irc/help/set/status_hold
+file path=usr/share/irc/help/set/status_hold_lines
+file path=usr/share/irc/help/set/status_insert
+file path=usr/share/irc/help/set/status_mail
+file path=usr/share/irc/help/set/status_mode
+file path=usr/share/irc/help/set/status_notify
+file path=usr/share/irc/help/set/status_oper
+file path=usr/share/irc/help/set/status_overwrite
+file path=usr/share/irc/help/set/status_query
+file path=usr/share/irc/help/set/status_scrolled
+file path=usr/share/irc/help/set/status_scrolled_lines
+file path=usr/share/irc/help/set/status_server
+file path=usr/share/irc/help/set/status_umode
+file path=usr/share/irc/help/set/status_user
+file path=usr/share/irc/help/set/status_voice
+file path=usr/share/irc/help/set/status_window
+file path=usr/share/irc/help/set/suppress_server_motd
+file path=usr/share/irc/help/set/tab
+file path=usr/share/irc/help/set/tab_max
+file path=usr/share/irc/help/set/underline_video
+file path=usr/share/irc/help/set/user_information
+file path=usr/share/irc/help/set/user_wallops
+file path=usr/share/irc/help/set/verbose_ctcp
+file path=usr/share/irc/help/set/warn_of_ignores
+file path=usr/share/irc/help/set/xterm_geomoptstr
+file path=usr/share/irc/help/set/xterm_options
+file path=usr/share/irc/help/set/xterm_path
+file path=usr/share/irc/help/signoff
+file path=usr/share/irc/help/sleep
+file path=usr/share/irc/help/squery
+file path=usr/share/irc/help/squit
+file path=usr/share/irc/help/stats
+file path=usr/share/irc/help/summon
+file path=usr/share/irc/help/time
+file path=usr/share/irc/help/timer
+file path=usr/share/irc/help/topic
+file path=usr/share/irc/help/trace
+file path=usr/share/irc/help/type
+file path=usr/share/irc/help/userhost
+file path=usr/share/irc/help/users
+file path=usr/share/irc/help/version
+file path=usr/share/irc/help/wait
+file path=usr/share/irc/help/wallops
+file path=usr/share/irc/help/which
+file path=usr/share/irc/help/while
+file path=usr/share/irc/help/who
+file path=usr/share/irc/help/whois
+file path=usr/share/irc/help/whowas
+file path=usr/share/irc/help/window/add
+file path=usr/share/irc/help/window/addgroup
+file path=usr/share/irc/help/window/back
+file path=usr/share/irc/help/window/balance
+file path=usr/share/irc/help/window/bind
+file path=usr/share/irc/help/window/channel
+file path=usr/share/irc/help/window/create
+file path=usr/share/irc/help/window/delete
+file path=usr/share/irc/help/window/delgroup
+file path=usr/share/irc/help/window/double
+file path=usr/share/irc/help/window/goto
+file path=usr/share/irc/help/window/grow
+file path=usr/share/irc/help/window/hide
+file path=usr/share/irc/help/window/hide_others
+file path=usr/share/irc/help/window/hold_mode
+file path=usr/share/irc/help/window/kill
+file path=usr/share/irc/help/window/kill_others
+file path=usr/share/irc/help/window/lastlog_level
+file path=usr/share/irc/help/window/level
+file path=usr/share/irc/help/window/list
+file path=usr/share/irc/help/window/log
+file path=usr/share/irc/help/window/logfile
+file path=usr/share/irc/help/window/move
+file path=usr/share/irc/help/window/name
+file path=usr/share/irc/help/window/new
+file path=usr/share/irc/help/window/next
+file path=usr/share/irc/help/window/nostatus
+file path=usr/share/irc/help/window/notify
+file path=usr/share/irc/help/window/notify_level
+file path=usr/share/irc/help/window/number
+file path=usr/share/irc/help/window/pop
+file path=usr/share/irc/help/window/previous
+file path=usr/share/irc/help/window/prompt
+file path=usr/share/irc/help/window/push
+file path=usr/share/irc/help/window/query
+file path=usr/share/irc/help/window/refnum
+file path=usr/share/irc/help/window/remove
+file path=usr/share/irc/help/window/scroll
+file path=usr/share/irc/help/window/server
+file path=usr/share/irc/help/window/show
+file path=usr/share/irc/help/window/shrink
+file path=usr/share/irc/help/window/stack
+file path=usr/share/irc/help/window/sticky
+file path=usr/share/irc/help/window/swap
+file path=usr/share/irc/help/window/unbind
+file path=usr/share/irc/help/window/where
+file path=usr/share/irc/help/window/window
+file path=usr/share/irc/help/xecho
+file path=usr/share/irc/help/xtype
+file path=usr/share/irc/script/2.8script
+file path=usr/share/irc/script/2.9script
+file path=usr/share/irc/script/action
+file path=usr/share/irc/script/alias
+file path=usr/share/irc/script/autoop
+file path=usr/share/irc/script/autoquery
+file path=usr/share/irc/script/basical
+file path=usr/share/irc/script/bigcheese
+file path=usr/share/irc/script/brc
+file path=usr/share/irc/script/channel
+file path=usr/share/irc/script/columns
+file path=usr/share/irc/script/commander
+file path=usr/share/irc/script/compl.mods
+file path=usr/share/irc/script/complete
+file path=usr/share/irc/script/cursor
+file path=usr/share/irc/script/dccchan
+file path=usr/share/irc/script/default
+file path=usr/share/irc/script/deutsch
+file path=usr/share/irc/script/disc
+file path=usr/share/irc/script/dmsg
+file path=usr/share/irc/script/edit
+file path=usr/share/irc/script/english
+file path=usr/share/irc/script/events
+file path=usr/share/irc/script/extensions
+file path=usr/share/irc/script/finger
+file path=usr/share/irc/script/fkeys
+file path=usr/share/irc/script/flood
+file path=usr/share/irc/script/fnet
+file path=usr/share/irc/script/functions
+file path=usr/share/irc/script/global
+file path=usr/share/irc/script/help
+file path=usr/share/irc/script/history
+file path=usr/share/irc/script/history-match
+file path=usr/share/irc/script/icb
+file path=usr/share/irc/script/imap
+file path=usr/share/irc/script/ircIIhelp
+file path=usr/share/irc/script/ircprimer
+file path=usr/share/irc/script/ircrc
+file path=usr/share/irc/script/kickmenu
+file path=usr/share/irc/script/killpath
+file path=usr/share/irc/script/kpstat
+file path=usr/share/irc/script/list
+file path=usr/share/irc/script/listidle
+file path=usr/share/irc/script/log
+file path=usr/share/irc/script/lynx_ircrc
+file path=usr/share/irc/script/meta1
+file path=usr/share/irc/script/meta2
+file path=usr/share/irc/script/msg
+file path=usr/share/irc/script/mudlike
+file path=usr/share/irc/script/multichan
+file path=usr/share/irc/script/nemesis
+file path=usr/share/irc/script/netsplit
+file path=usr/share/irc/script/newaway
+file path=usr/share/irc/script/newformat
+file path=usr/share/irc/script/nicks
+file path=usr/share/irc/script/nocolour
+file path=usr/share/irc/script/oldping
+file path=usr/share/irc/script/oper
+file path=usr/share/irc/script/otherstatus
+file path=usr/share/irc/script/ping
+file path=usr/share/irc/script/prefix
+file path=usr/share/irc/script/recursion
+file path=usr/share/irc/script/redirx
+file path=usr/share/irc/script/repeat
+file path=usr/share/irc/script/screen
+file path=usr/share/irc/script/service
+file path=usr/share/irc/script/shell
+file path=usr/share/irc/script/silent
+file path=usr/share/irc/script/smileys
+file path=usr/share/irc/script/tabkey
+file path=usr/share/irc/script/time
+file path=usr/share/irc/script/times
+file path=usr/share/irc/script/traces
+file path=usr/share/irc/script/troy
+file path=usr/share/irc/script/uhnotify
+file path=usr/share/irc/script/undernet
+file path=usr/share/irc/script/version
+file path=usr/share/irc/script/voice
+file path=usr/share/irc/script/wallopstat
+file path=usr/share/irc/script/whowas
+file path=usr/share/irc/script/window
+file path=usr/share/man/man1/ircII.1
+legacy pkg=SUNWircii desc="Internet Relay Chat Client (ver 2006.07.25)" \
+    name="Internet Relay Chat Client"
+license ircii.license license=BSD
+link path=usr/share/man/man1/irc.1 target=ircII.1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/ircii/patches/cast_sbox_h.patch	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,11 @@
+--- ircii-20060725/include/cast_sbox.h.orig	2011-06-27 16:30:51.920110566 -0700
++++ ircii-20060725/include/cast_sbox.h	2011-06-27 16:31:14.238117457 -0700
+@@ -9,7 +9,7 @@
+  */
+ 
+ /* sigh */
+-#if __STDC__ /* || (__STDC__ == 0 && defined(__sun)) */
++#if __STDC__  || (__STDC__ == 0 && defined(__sun))
+ #define U(x) x##U
+ #define UL(x) x##UL
+ #else
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/meta-packages/history/SUNWircii.p5m	Tue Jul 05 16:33:26 2011 -0700
@@ -0,0 +1,33 @@
+#
+# CDDL HEADER START
+#
+# The contents of this file are subject to the terms of the
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
+#
+# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+# or http://www.opensolaris.org/os/licensing.
+# See the License for the specific language governing permissions
+# and limitations under the License.
+#
+# When distributing Covered Code, include this CDDL HEADER in each
+# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+# If applicable, add the following below this CDDL HEADER, with the
+# fields enclosed by brackets "[]" replaced with your own identifying
+# information: Portions Copyright [yyyy] [name of copyright owner]
+#
+# CDDL HEADER END
+#
+# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+#
+
+#
+# Legacy package information for renamed SUNWircii package
+#
+
+set name=pkg.fmri value=pkg:/[email protected],5.11-0.133
+set name=pkg.renamed value=true
+
+set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
+
+depend fmri=network/chat/[email protected] type=require