diff options
Diffstat (limited to 'libXau')
-rw-r--r-- | libXau/.gitignore | 156 | ||||
-rw-r--r-- | libXau/AUTHORS | 6 | ||||
-rw-r--r-- | libXau/COPYING | 42 | ||||
-rw-r--r-- | libXau/Makefile.am | 128 | ||||
-rw-r--r-- | libXau/autogen.sh | 24 | ||||
-rw-r--r-- | libXau/man/Makefile.am | 94 | ||||
-rw-r--r-- | libXau/man/XauDisposeAuth.man | 2 | ||||
-rw-r--r-- | libXau/man/XauFileName.man | 2 | ||||
-rw-r--r-- | libXau/man/XauGetAuthByAddr.man | 2 | ||||
-rw-r--r-- | libXau/man/XauGetBestAuthByAddr.man | 2 | ||||
-rw-r--r-- | libXau/man/XauLockAuth.man | 2 | ||||
-rw-r--r-- | libXau/man/XauReadAuth.man | 2 | ||||
-rw-r--r-- | libXau/man/XauUnlockAuth.man | 2 | ||||
-rw-r--r-- | libXau/man/XauWriteAuth.man | 2 | ||||
-rw-r--r-- | libXau/xau.pc.in | 22 |
15 files changed, 244 insertions, 244 deletions
diff --git a/libXau/.gitignore b/libXau/.gitignore index 668956753..8e9fcf2fe 100644 --- a/libXau/.gitignore +++ b/libXau/.gitignore @@ -1,78 +1,78 @@ -#
-# X.Org module default exclusion patterns
-# The next section if for module specific patterns
-#
-# Do not edit the following section
-# GNU Build System (Autotools)
-aclocal.m4
-autom4te.cache/
-autoscan.log
-ChangeLog
-compile
-config.guess
-config.h
-config.h.in
-config.log
-config-ml.in
-config.py
-config.status
-config.status.lineno
-config.sub
-configure
-configure.scan
-depcomp
-.deps/
-INSTALL
-install-sh
-.libs/
-libtool
-libtool.m4
-ltmain.sh
-lt~obsolete.m4
-ltoptions.m4
-ltsugar.m4
-ltversion.m4
-Makefile
-Makefile.in
-mdate-sh
-missing
-mkinstalldirs
-*.pc
-py-compile
-stamp-h?
-symlink-tree
-texinfo.tex
-ylwrap
-
-# Do not edit the following section
-# Edit Compile Debug Document Distribute
-*~
-*.[0-9]
-*.[0-9]x
-*.bak
-*.bin
-core
-*.dll
-*.exe
-*-ISO*.bdf
-*-JIS*.bdf
-*-KOI8*.bdf
-*.kld
-*.ko
-*.ko.cmd
-*.lai
-*.l[oa]
-*.[oa]
-*.obj
-*.patch
-*.so
-*.pcf.gz
-*.pdb
-*.tar.bz2
-*.tar.gz
-#
-# Add & Override patterns for libXau
-#
-# Edit the following section as needed
-# For example, !report.pc overrides *.pc. See 'man gitignore'
-#
+# +# X.Org module default exclusion patterns +# The next section if for module specific patterns +# +# Do not edit the following section +# GNU Build System (Autotools) +aclocal.m4 +autom4te.cache/ +autoscan.log +ChangeLog +compile +config.guess +config.h +config.h.in +config.log +config-ml.in +config.py +config.status +config.status.lineno +config.sub +configure +configure.scan +depcomp +.deps/ +INSTALL +install-sh +.libs/ +libtool +libtool.m4 +ltmain.sh +lt~obsolete.m4 +ltoptions.m4 +ltsugar.m4 +ltversion.m4 +Makefile +Makefile.in +mdate-sh +missing +mkinstalldirs +*.pc +py-compile +stamp-h? +symlink-tree +texinfo.tex +ylwrap + +# Do not edit the following section +# Edit Compile Debug Document Distribute +*~ +*.[0-9] +*.[0-9]x +*.bak +*.bin +core +*.dll +*.exe +*-ISO*.bdf +*-JIS*.bdf +*-KOI8*.bdf +*.kld +*.ko +*.ko.cmd +*.lai +*.l[oa] +*.[oa] +*.obj +*.patch +*.so +*.pcf.gz +*.pdb +*.tar.bz2 +*.tar.gz +# +# Add & Override patterns for libXau +# +# Edit the following section as needed +# For example, !report.pc overrides *.pc. See 'man gitignore' +# diff --git a/libXau/AUTHORS b/libXau/AUTHORS index 772f33a5b..a49197556 100644 --- a/libXau/AUTHORS +++ b/libXau/AUTHORS @@ -1,3 +1,3 @@ -Keith Packard, X Consortium
-
-Some bug fixes, but not clear from where.
+Keith Packard, X Consortium + +Some bug fixes, but not clear from where. diff --git a/libXau/COPYING b/libXau/COPYING index e893a82a7..64492ad80 100644 --- a/libXau/COPYING +++ b/libXau/COPYING @@ -1,21 +1,21 @@ -Copyright 1988, 1993, 1994, 1998 The Open Group
-
-Permission to use, copy, modify, distribute, and sell this software and its
-documentation for any purpose is hereby granted without fee, provided that
-the above copyright notice appear in all copies and that both that
-copyright notice and this permission notice appear in supporting
-documentation.
-
-The above copyright notice and this permission notice 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
-OPEN GROUP 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.
-
-Except as contained in this notice, the name of The Open Group shall not be
-used in advertising or otherwise to promote the sale, use or other dealings
-in this Software without prior written authorization from The Open Group.
+Copyright 1988, 1993, 1994, 1998 The Open Group + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation. + +The above copyright notice and this permission notice 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 +OPEN GROUP 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. + +Except as contained in this notice, the name of The Open Group shall not be +used in advertising or otherwise to promote the sale, use or other dealings +in this Software without prior written authorization from The Open Group. diff --git a/libXau/Makefile.am b/libXau/Makefile.am index f74f1bf93..9e8d95b84 100644 --- a/libXau/Makefile.am +++ b/libXau/Makefile.am @@ -1,64 +1,64 @@ -SUBDIRS=man
-
-lib_LTLIBRARIES = libXau.la
-
-AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS)
-
-INCLUDES = -I${top_srcdir}/include
-
-libXau_la_LDFLAGS = -version-number 6:0:0 -no-undefined
-
-libXau_la_LIBADD = $(XAU_LIBS)
-
-libXau_la_SOURCES = \
- AuDispose.c \
- AuFileName.c \
- AuGetAddr.c \
- AuGetBest.c \
- AuLock.c \
- AuRead.c \
- AuUnlock.c \
- AuWrite.c
-
-xauincludedir=$(includedir)/X11
-
-xauinclude_HEADERS = include/X11/Xauth.h
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = xau.pc
-
-check_PROGRAMS=Autest
-TESTS=Autest
-
-Autest_SOURCES=Autest.c
-Autest_LDADD=libXau.la
-
-if LINT
-ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
- $(AM_CPPFLAGS) $(CPPFLAGS)
-
-lint:
- $(LINT) $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
-endif LINT
-
-if MAKE_LINT_LIB
-lintlibdir = $(libdir)
-
-lintlib_DATA = $(LINTLIB)
-
-$(LINTLIB): $(libXau_la_SOURCES)
- $(LINT) -y -oXau -x $(ALL_LINT_FLAGS) $(libXau_la_SOURCES)
-endif MAKE_LINT_LIB
-
-CLEANFILES = $(lintlib_DATA)
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
+SUBDIRS=man + +lib_LTLIBRARIES = libXau.la + +AM_CFLAGS = $(XAU_CFLAGS) $(CWARNFLAGS) + +INCLUDES = -I${top_srcdir}/include + +libXau_la_LDFLAGS = -version-number 6:0:0 -no-undefined + +libXau_la_LIBADD = $(XAU_LIBS) + +libXau_la_SOURCES = \ + AuDispose.c \ + AuFileName.c \ + AuGetAddr.c \ + AuGetBest.c \ + AuLock.c \ + AuRead.c \ + AuUnlock.c \ + AuWrite.c + +xauincludedir=$(includedir)/X11 + +xauinclude_HEADERS = include/X11/Xauth.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = xau.pc + +check_PROGRAMS=Autest +TESTS=Autest + +Autest_SOURCES=Autest.c +Autest_LDADD=libXau.la + +if LINT +ALL_LINT_FLAGS=$(LINT_FLAGS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ + $(AM_CPPFLAGS) $(CPPFLAGS) + +lint: + $(LINT) $(ALL_LINT_FLAGS) $(libXau_la_SOURCES) +endif LINT + +if MAKE_LINT_LIB +lintlibdir = $(libdir) + +lintlib_DATA = $(LINTLIB) + +$(LINTLIB): $(libXau_la_SOURCES) + $(LINT) -y -oXau -x $(ALL_LINT_FLAGS) $(libXau_la_SOURCES) +endif MAKE_LINT_LIB + +CLEANFILES = $(lintlib_DATA) +MAINTAINERCLEANFILES = ChangeLog INSTALL + +.PHONY: ChangeLog INSTALL + +INSTALL: + $(INSTALL_CMD) + +ChangeLog: + $(CHANGELOG_CMD) + +dist-hook: ChangeLog INSTALL diff --git a/libXau/autogen.sh b/libXau/autogen.sh index 6fcae015c..904cd6746 100644 --- a/libXau/autogen.sh +++ b/libXau/autogen.sh @@ -1,12 +1,12 @@ -#! /bin/sh
-
-srcdir=`dirname $0`
-test -z "$srcdir" && srcdir=.
-
-ORIGDIR=`pwd`
-cd $srcdir
-
-autoreconf -v --install || exit 1
-cd $ORIGDIR || exit $?
-
-$srcdir/configure --enable-maintainer-mode "$@"
+#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" diff --git a/libXau/man/Makefile.am b/libXau/man/Makefile.am index 694c376b0..4becb8acc 100644 --- a/libXau/man/Makefile.am +++ b/libXau/man/Makefile.am @@ -1,47 +1,47 @@ -#
-# Copyright (c) 2010, 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.
-#
-
-libmandir = $(LIB_MAN_DIR)
-
-libman_PRE = \
- Xau.man \
- XauDisposeAuth.man \
- XauFileName.man \
- XauGetAuthByAddr.man \
- XauGetBestAuthByAddr.man \
- XauLockAuth.man \
- XauReadAuth.man \
- XauUnlockAuth.man \
- XauWriteAuth.man
-
-libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX))
-
-EXTRA_DIST = $(libman_PRE)
-
-CLEANFILES = $(libman_DATA)
-
-# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure
-SUFFIXES = .$(LIB_MAN_SUFFIX) .man
-
-.man.$(LIB_MAN_SUFFIX):
- $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
+# +# Copyright (c) 2010, 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. +# + +libmandir = $(LIB_MAN_DIR) + +libman_PRE = \ + Xau.man \ + XauDisposeAuth.man \ + XauFileName.man \ + XauGetAuthByAddr.man \ + XauGetBestAuthByAddr.man \ + XauLockAuth.man \ + XauReadAuth.man \ + XauUnlockAuth.man \ + XauWriteAuth.man + +libman_DATA = $(libman_PRE:man=$(LIB_MAN_SUFFIX)) + +EXTRA_DIST = $(libman_PRE) + +CLEANFILES = $(libman_DATA) + +# String replacements in MAN_SUBSTS now come from xorg-macros.m4 via configure +SUFFIXES = .$(LIB_MAN_SUFFIX) .man + +.man.$(LIB_MAN_SUFFIX): + $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ diff --git a/libXau/man/XauDisposeAuth.man b/libXau/man/XauDisposeAuth.man index d20306a06..df111d626 100644 --- a/libXau/man/XauDisposeAuth.man +++ b/libXau/man/XauDisposeAuth.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauFileName.man b/libXau/man/XauFileName.man index d20306a06..df111d626 100644 --- a/libXau/man/XauFileName.man +++ b/libXau/man/XauFileName.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauGetAuthByAddr.man b/libXau/man/XauGetAuthByAddr.man index d20306a06..df111d626 100644 --- a/libXau/man/XauGetAuthByAddr.man +++ b/libXau/man/XauGetAuthByAddr.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauGetBestAuthByAddr.man b/libXau/man/XauGetBestAuthByAddr.man index d20306a06..df111d626 100644 --- a/libXau/man/XauGetBestAuthByAddr.man +++ b/libXau/man/XauGetBestAuthByAddr.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauLockAuth.man b/libXau/man/XauLockAuth.man index d20306a06..df111d626 100644 --- a/libXau/man/XauLockAuth.man +++ b/libXau/man/XauLockAuth.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauReadAuth.man b/libXau/man/XauReadAuth.man index d20306a06..df111d626 100644 --- a/libXau/man/XauReadAuth.man +++ b/libXau/man/XauReadAuth.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauUnlockAuth.man b/libXau/man/XauUnlockAuth.man index d20306a06..df111d626 100644 --- a/libXau/man/XauUnlockAuth.man +++ b/libXau/man/XauUnlockAuth.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/man/XauWriteAuth.man b/libXau/man/XauWriteAuth.man index d20306a06..df111d626 100644 --- a/libXau/man/XauWriteAuth.man +++ b/libXau/man/XauWriteAuth.man @@ -1 +1 @@ -.so man__libmansuffix__/Xau.__libmansuffix__
+.so man__libmansuffix__/Xau.__libmansuffix__ diff --git a/libXau/xau.pc.in b/libXau/xau.pc.in index 1c724e4b2..cda113a27 100644 --- a/libXau/xau.pc.in +++ b/libXau/xau.pc.in @@ -1,11 +1,11 @@ -prefix=@prefix@
-exec_prefix=@exec_prefix@
-libdir=@libdir@
-includedir=@includedir@
-
-Name: Xau
-Description: X authorization file management libary
-Version: @PACKAGE_VERSION@
-Requires: xproto
-Cflags: -I${includedir}
-Libs: -L${libdir} -lXau
+prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xau +Description: X authorization file management libary +Version: @PACKAGE_VERSION@ +Requires: xproto +Cflags: -I${includedir} +Libs: -L${libdir} -lXau |