7179987 Announce EOF of libXaw.so.4 & libXaw.so.5 [PSARC/2012/222]
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Thu, 28 Jun 2012 10:39:07 -0700
changeset 1308 a17b472fed32
parent 1307 74b814a4699e
child 1309 4188379a3334
7179987 Announce EOF of libXaw.so.4 & libXaw.so.5 [PSARC/2012/222]
open-src/lib/libXaw/Makefile
open-src/lib/libXaw/libXaw.3lib
pkg/manifests/x11-library-toolkit-libxaw7.p5m
--- a/open-src/lib/libXaw/Makefile	Tue Jun 19 12:05:27 2012 -0700
+++ b/open-src/lib/libXaw/Makefile	Thu Jun 28 10:39:07 2012 -0700
@@ -53,6 +53,8 @@
 # Library man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=man/*.man
 MODULE_STABILITY=Uncommitted
+MODULE_MTLEVEL=See XtToolkitThreadInitialize(3XT)
+MODULE_MTLEVEL_SET=yes
 LIB_MAN_SUFFIX=3xaw
 
 # Link with version mapfile
@@ -71,3 +73,11 @@
 MODULE_X11_LIBCOMPAT_LINKS = libXaw.so libXaw.so.7 libXaw7.so libXaw7.so.7
 
 include ../Makefile.inc
+
+# Additional man page to install
+MAN3LIB_DIR = $(PROTODIR)$(X11_MAN_DIR)/man3lib
+install: $(MAN3LIB_DIR)/libXaw.3lib
+
+$(MAN3LIB_DIR)/libXaw.3lib: libXaw.3lib
+	mkdir -p $(MAN3LIB_DIR)
+	sed -e 's%__distroname__%$(DISTRO_NAME)%g' libXaw.3lib > $@
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/lib/libXaw/libXaw.3lib	Thu Jun 28 10:39:07 2012 -0700
@@ -0,0 +1,90 @@
+'\" t
+.\"
+.\" Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+.\"
+.\" Permission is hereby granted, free of charge, to any person obtaining a
+.\" copy of this software and associated documentation files (the "Software"),
+.\" to deal in the Software without restriction, including without limitation
+.\" the rights to use, copy, modify, merge, publish, distribute, sublicense,
+.\" and/or sell copies of the Software, and to permit persons to whom the
+.\" Software is furnished to do so, subject to the following conditions:
+.\"
+.\" The above copyright notice and this permission notice (including the next
+.\" paragraph) shall be included in all copies or substantial portions of the
+.\" Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+.\" IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+.\" FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+.\" THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+.\" LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+.\" FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+.\" DEALINGS IN THE SOFTWARE.
+.\"
+.\"
+.TH libXaw 3lib "18 June 2012" "X Version 11"
+.SH NAME
+libXaw \- X Athena Widgets
+.SH DESCRIPTION
+.B Xaw
+is a widget set based on the X Toolkit Intrinsics (Xt) Library.  This
+release of __distroname__ includes 3 versions of the Xaw library.  Since
+the libXaw object model exposes structure sizes and layouts as part of the
+ABI, binary compatibility is not always maintained between major releases
+from the upstream X Window System projects.
+.PP
+.B libXaw.so.7
+is the current release of libXaw, from the X11R7 release series.  Headers are 
+provided for building applications against this version, and the 
+.B libXaw
+compilation link for -lXaw points to this version.
+.PP
+.BR libXaw.so.5 " and " libXaw.so.4
+are provided for binary compatibility with applications built on older Solaris
+releases.
+.B libXaw.so.5
+is compatible with the X11R5 and X11R6 release series, and was the version of
+libXaw that applications built on Solaris 2.3 through Solaris 10 were linked
+with.
+.B libXaw.so.4
+is based on the X11R4 sources, and was linked to applications built on
+Solaris 2.2 and prior releases of Solaris.
+.PP
+Future releases of Solaris might not include the libXaw.so.4 or libXaw.so.5
+libraries.   Applications using the Athena Widgets which need to run on
+future releases of Solaris should be rebuilt against the current Xaw headers
+and 
+.B libXaw.so.7
+library.
+
+.SH "ATTRIBUTES"
+See \fBattributes\fR(5) for descriptions of the following attributes:
+.sp
+.TS
+allbox;
+cw(2.750000i)| cw(2.750000i)
+lw(2.750000i)| lw(2.750000i).
+ATTRIBUTE TYPE	ATTRIBUTE VALUE
+Availability	libXaw.so.7: x11/library/toolkit/libxaw7 
+\^	libXaw.so.5: x11/library/toolkit/libxaw5 
+\^	libXaw.so.4: x11/library/toolkit/libxaw4 
+Interface Stability	libXaw.so.7: Uncommitted
+\^	libXaw.so.5, libXaw.so.4: Obsolete
+MT-Level	See XtToolkitThreadInitialize(3XT)
+.TE
+.sp
+
+.SH SEE ALSO
+.BR Xaw "(3xaw), " attributes "(5), "
+.I Athena Widget Set - C Language Interface
+( http://www.x.org/releases/current/doc/libXaw/ )
+
+.SH NOTES
+libXaw is provided for the benefit of existing software written to use
+this library.  For writing new software, it is recommended that a
+modern toolkit, such as
+.BR libgtk-x11-2.0 "(3), " 
+is used instead, to provide required features such as full
+internationalization and accessibility support, antialiased text,
+modern rendering engines, and better integration with the desktop.
+
--- a/pkg/manifests/x11-library-toolkit-libxaw7.p5m	Tue Jun 19 12:05:27 2012 -0700
+++ b/pkg/manifests/x11-library-toolkit-libxaw7.p5m	Thu Jun 28 10:39:07 2012 -0700
@@ -1,4 +1,4 @@
-# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -165,6 +165,7 @@
 file path=usr/share/doc/libXaw/Tree.xml
 file path=usr/share/doc/libXaw/Viewport.xml
 file path=usr/share/doc/libXaw/libXaw.xml
+file path=usr/share/man/man3lib/libXaw.3lib
 dir  path=usr/share/man/man3xaw
 file path=usr/share/man/man3xaw/Xaw.3xaw
 depend type=require fmri=pkg:/x11/header/x11-protocols facet.devel=true