6664054 Update listres to open source version
authorJay Cotton <Jay.Cotton@Sun.COM>
Tue, 19 Feb 2008 13:31:56 -0800
changeset 320 77f732d3caaa
parent 319 898867197820
child 321 c1cb7591d690
6664054 Update listres to open source version
open-src/app/Makefile
open-src/app/listres/Makefile
packages/SUNWxwman/prototype_com
packages/SUNWxwopt/prototype
--- a/open-src/app/Makefile	Fri Feb 15 14:12:50 2008 -0800
+++ b/open-src/app/Makefile	Tue Feb 19 13:31:56 2008 -0800
@@ -28,13 +28,14 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.25	08/02/15
+# @(#)Makefile	1.26	08/02/15
 #
 ###############################################################################
 
 OS_SUBDIRS_common = \
 	constype \
 	editres \
+	listres \
 	mesa-demos \
 	mkfontscale \
 	x11perf \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/open-src/app/listres/Makefile	Tue Feb 19 13:31:56 2008 -0800
@@ -0,0 +1,50 @@
+###############################################################################
+#
+# listres 1.x Makefile
+#
+# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Use subject to license terms.
+#
+# 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, and/or sell copies of the Software, and to permit persons
+# to whom the Software is furnished to do so, provided that the above
+# copyright notice(s) and this permission notice appear in all copies of
+# the Software and that both the above copyright notice(s) and this
+# permission notice appear in supporting documentation.
+# 
+# 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
+# OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
+# HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
+# INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
+# FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+# 
+# Except as contained in this notice, the name of a copyright holder
+# shall not be used in advertising or otherwise to promote the sale, use
+# or other dealings in this Software without prior written authorization
+# of the copyright holder.
+#
+#
+
+# Package name used in tarballs
+APP_NAME=listres
+
+# Version number (used in path names)
+APP_VERS=1.0.1
+
+# Patches to apply to source after unpacking, in order
+SOURCE_PATCHES = 
+
+LIB_ADD_LD_OPTIONS += -L$(PROTODIR)$(X11_DIR)/lib/xorgcfg
+
+# Man pages to apply Sun footer to & attributes to list
+SUNTOUCHED_MANPAGES=*.man
+SUNTOUCH_MAN_FLAGS=-a '{Availability, SUNWxwplt} {Interface Stability, Committed}'
+
+include ../Makefile.inc
--- a/packages/SUNWxwman/prototype_com	Fri Feb 15 14:12:50 2008 -0800
+++ b/packages/SUNWxwman/prototype_com	Tue Feb 19 13:31:56 2008 -0800
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident "@(#)prototype_com 35.51     08/02/15 SMI"
+# ident "@(#)prototype_com 35.52     08/02/15 SMI"
 #
 #  X Window System online user man pages
 
@@ -86,7 +86,6 @@
 f none openwin/share/man/man1/iceauth.1 0444 root bin
 f none openwin/share/man/man1/imake.1 0444 root bin
 f none openwin/share/man/man1/kbd_mode.1 0444 root bin
-f none openwin/share/man/man1/listres.1 0444 root bin
 f none openwin/share/man/man1/makebdf.1 0444 root bin
 f none openwin/share/man/man1/makedepend.1 0444 root bin
 f none openwin/share/man/man1/makepsres.1 0444 root bin
@@ -177,6 +176,9 @@
 # open-src/app/editres
 f none X11/share/man/man1/editres.1 	0444 root bin
 
+# open-src/app/listres
+f none X11/share/man/man1/listres.1 	0444 root bin
+
 # open-src/app/x11perf
 f none X11/share/man/man1/x11perf.1 	0444 root bin
 
--- a/packages/SUNWxwopt/prototype	Fri Feb 15 14:12:50 2008 -0800
+++ b/packages/SUNWxwopt/prototype	Tue Feb 19 13:31:56 2008 -0800
@@ -26,7 +26,7 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# ident "@(#)prototype	35.38	08/02/08 SMI"
+# ident "@(#)prototype	35.40	08/02/20 SMI"
 ##
 #  nonessential X core clients and server extensions
 
@@ -46,7 +46,6 @@
 f none openwin/bin/bitmap	0755 root bin
 f none openwin/bin/bmtoa	0755 root bin
 f none openwin/bin/imake	0755 root bin
-f none openwin/bin/listres	0755 root bin
 f none openwin/bin/makedepend	0755 root bin
 f none openwin/bin/mkdirhier	0755 root bin
 f none openwin/bin/oclock	0755 root bin
@@ -166,6 +165,11 @@
 d none X11					0755 root bin
 d none X11/bin					0755 root bin
 f none X11/bin/editres				0755 root bin
+
+# open-src/bin/listres
+f none X11/bin/listres		0755 root bin
+s none openwin/bin/listres=../../X11/bin/listres
+
 f none X11/bin/xcursorgen			0755 root bin
 f none X11/bin/xkill				0755 root bin
 f none X11/bin/xclipboard			0755 root bin