Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/xorg]: xsrc/external/mit/xf86-input-keyboard/dist initial import of xf8...



details:   https://anonhg.NetBSD.org/xsrc/rev/32a300dad125
branches:  xorg
changeset: 7056:32a300dad125
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jul 12 01:09:04 2022 +0000

description:
initial import of xf86-input-keyboard-2.0.0

diffstat:

 external/mit/xf86-input-keyboard/dist/COPYING          |     31 -
 external/mit/xf86-input-keyboard/dist/ChangeLog        |    110 +-
 external/mit/xf86-input-keyboard/dist/Makefile.am      |      2 +
 external/mit/xf86-input-keyboard/dist/Makefile.in      |     50 +-
 external/mit/xf86-input-keyboard/dist/README.md        |     22 +
 external/mit/xf86-input-keyboard/dist/aclocal.m4       |  20325 +++++++-------
 external/mit/xf86-input-keyboard/dist/compile          |     17 +-
 external/mit/xf86-input-keyboard/dist/config.guess     |   1685 +-
 external/mit/xf86-input-keyboard/dist/config.h.in      |     10 +-
 external/mit/xf86-input-keyboard/dist/config.sub       |   2911 +-
 external/mit/xf86-input-keyboard/dist/configure        |  12361 ++++----
 external/mit/xf86-input-keyboard/dist/configure.ac     |      9 +-
 external/mit/xf86-input-keyboard/dist/depcomp          |     10 +-
 external/mit/xf86-input-keyboard/dist/install-sh       |    172 +-
 external/mit/xf86-input-keyboard/dist/ltmain.sh        |    879 +-
 external/mit/xf86-input-keyboard/dist/man/Makefile.in  |     18 +-
 external/mit/xf86-input-keyboard/dist/man/kbd.man      |      2 +-
 external/mit/xf86-input-keyboard/dist/missing          |     16 +-
 external/mit/xf86-input-keyboard/dist/src/Makefile.am  |      7 +-
 external/mit/xf86-input-keyboard/dist/src/Makefile.in  |    112 +-
 external/mit/xf86-input-keyboard/dist/src/atKeynames.h |      4 +-
 21 files changed, 20291 insertions(+), 18462 deletions(-)

diffs (truncated from 46615 to 300 lines):

diff -r df30bf5cbac0 -r 32a300dad125 external/mit/xf86-input-keyboard/dist/COPYING
--- a/external/mit/xf86-input-keyboard/dist/COPYING     Mon Jul 11 19:40:44 2022 +0000
+++ b/external/mit/xf86-input-keyboard/dist/COPYING     Tue Jul 12 01:09:04 2022 +0000
@@ -99,37 +99,6 @@
 
 
 
-Code for Linux operating systems is additionally covered by these notices:
-
-Based on the code from lnx_io.c which is
-Copyright 1992 by Orest Zborowski <obz%Kodak.com@localhost>
-Copyright 1993 by David Dawes <dawes%xfree86.org@localhost>
-
-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, and that the names of Orest Zborowski and David Dawes 
-not be used in advertising or publicity pertaining to distribution of 
-the software without specific, written prior permission.  Orest Zborowski
-and David Dawes make no representations about the suitability of this 
-software for any purpose.  It is provided "as is" without express or 
-implied warranty.
-
-OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD 
-TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND 
-FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE 
-FOR 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.
-
-Portions based on kbdrate.c from util-linux 2.9t, which is
-Copyright 1992 Rickard E. Faith.  Distributed under the GPL.
-This program comes with ABSOLUTELY NO WARRANTY.
-
-
-
 Code for SCO operating systems is additionally covered by these notices:
 
 Copyright 2003, 2005 by J. Kean Johnston <jkj%sco.com@localhost>
diff -r df30bf5cbac0 -r 32a300dad125 external/mit/xf86-input-keyboard/dist/ChangeLog
--- a/external/mit/xf86-input-keyboard/dist/ChangeLog   Mon Jul 11 19:40:44 2022 +0000
+++ b/external/mit/xf86-input-keyboard/dist/ChangeLog   Tue Jul 12 01:09:04 2022 +0000
@@ -1,3 +1,107 @@
+commit c0c98ec2072a78cee53e52b3ec3b03527b276403
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jul 10 16:19:50 2022 -0700
+
+    xf86-input-keyboard 2.0.0
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit baef4f0057047c09c207123c95768112772ca07f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 16 11:35:33 2022 -0800
+
+    gitlab CI: add a basic build test
+    
+    Uses FreeBSD 13.0 for build environment
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8104e36c6121375e2a7233a6c1a39de892839558
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 16 11:28:20 2022 -0800
+
+    Fix spelling/wording issues
+    
+    Found by using:
+        codespell --builtin clear,rare,usage,informal,code,names
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 61c24f539463d9bebc4044bba776652306b7c0db
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jan 16 11:25:48 2022 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 7b0803b608a24cbcecaddd89ca1d6ab7a86decfc
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Wed Oct 30 14:25:34 2019 +1000
+
+    Remove two more linux mentions
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 7e366936d7b7d6c3b4d9c1554908ad20eef74a27
+Author: Adam Jackson <ajax%redhat.com@localhost>
+Date:   Tue Oct 29 16:17:27 2019 -0400
+
+    linux: Remove
+    
+    You almost certainly want to be using libinput or evdev on Linux
+    systems, and the Linux code is arguably under the GPL, which is a fine
+    license in general but not for X.org. Delete the Linux support so people
+    stop using it.
+
+commit 44fc9bb658b435222c32611c79f7002d544d15e8
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 25 12:46:53 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit d2c19a8b1236a0a67969fcc9a3066809ac929656
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Nov 18 11:36:01 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 940f44149d1037cfc14bbb3628044a2bd002c33e
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:21 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit ac04d59b3757390cce31295d1029bf65ae3102c2
+Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
+    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+
+commit 6c80cbbd1d4981b4b3d40491c1a2e4b4742f185a
+Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
+    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>
+
 commit 0c7f51291f91eee61fcaf05080001a5e9b22fb53
 Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
 Date:   Thu Nov 17 14:21:48 2016 +1000
@@ -504,7 +608,7 @@
     Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 
 commit dd6f110c4568dc0922bae47530906b01396e2d41
-Author: François Tigeot <ftigeot%wolfpond.org@localhost>
+Author: François Tigeot  <ftigeot%wolfpond.org@localhost>
 Date:   Sat May 5 13:12:10 2012 +0200
 
     Recognize DragonFly as a BSD system.
@@ -1723,7 +1827,7 @@
     Remove XFree86-Misc leftovers.
 
 commit 80b04aa649f5e65294439264b6bbb0dc90c22a7c
-Author: Kristian Høgsberg <krh%redhat.com@localhost>
+Author: Kristian Høgsberg  <krh%redhat.com@localhost>
 Date:   Thu Jul 24 16:39:02 2008 -0400
 
     Move atKeynames.h and xf86CommonSpecialKey() here.
@@ -2134,7 +2238,7 @@
     Update autogen.sh to one that does objdir != srcdir.
 
 commit ea7e6dfb03714a48edfb04053ac49f71f553872d
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Wed Aug 10 14:07:23 2005 +0000
 
     Don\'t lose existing CFLAGS in all the input drivers and some of the video
diff -r df30bf5cbac0 -r 32a300dad125 external/mit/xf86-input-keyboard/dist/Makefile.am
--- a/external/mit/xf86-input-keyboard/dist/Makefile.am Mon Jul 11 19:40:44 2022 +0000
+++ b/external/mit/xf86-input-keyboard/dist/Makefile.am Tue Jul 12 01:09:04 2022 +0000
@@ -30,3 +30,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r df30bf5cbac0 -r 32a300dad125 external/mit/xf86-input-keyboard/dist/Makefile.in
--- a/external/mit/xf86-input-keyboard/dist/Makefile.in Mon Jul 11 19:40:44 2022 +0000
+++ b/external/mit/xf86-input-keyboard/dist/Makefile.in Tue Jul 12 01:09:04 2022 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -154,9 +154,9 @@
   $(RECURSIVE_CLEAN_TARGETS) \
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
-       cscope distdir dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+       cscope distdir distdir-am dist dist-all distcheck
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -173,13 +173,10 @@
   unique=`for i in $$list; do \
     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
   done | $(am__uniquify_input)`
-ETAGS = etags
-CTAGS = ctags
-CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in COPYING \
-       ChangeLog INSTALL README compile config.guess config.sub \
-       depcomp install-sh ltmain.sh missing
+       ChangeLog INSTALL README.md compile config.guess config.sub \
+       install-sh ltmain.sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -215,9 +212,11 @@
     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
   done; \
   reldir="$$dir2"
-DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
+DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
 GZIP_ENV = --best
-DIST_TARGETS = dist-bzip2 dist-gzip
+DIST_TARGETS = dist-xz dist-gzip
+# Exists only to be overridden by the user if desired.
+AM_DISTCHECK_DVI_TARGET = dvi
 distuninstallcheck_listfiles = find . -type f -print
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
@@ -239,8 +238,9 @@
 CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
 CHANGELOG_CMD = @CHANGELOG_CMD@
-CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
 CWARNFLAGS = @CWARNFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
@@ -255,8 +255,10 @@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
 EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FGREP = @FGREP@
+FILECMD = @FILECMD@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
 GREP = @GREP@
@@ -356,6 +358,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -366,6 +369,7 @@
 top_srcdir = @top_srcdir@
 SUBDIRS = src man
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -391,8 +395,8 @@
            echo ' $(SHELL) ./config.status'; \
            $(SHELL) ./config.status;; \
          *) \
-           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
+           echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
+           cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
        esac;
 
 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -533,8 +537,10 @@
 distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
+distdir: $(BUILT_SOURCES)
+       $(MAKE) $(AM_MAKEFLAGS) distdir-am
 



Home | Main Index | Thread Index | Old Index