Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xwd/dist initial import of xwd-1.0.8



details:   https://anonhg.NetBSD.org/xsrc/rev/49fd8ad0bfcb
branches:  trunk
changeset: 10787:49fd8ad0bfcb
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 23 21:27:58 2021 +0000

description:
initial import of xwd-1.0.8

diffstat:

 external/mit/xwd/dist/ChangeLog       |    81 +-
 external/mit/xwd/dist/Makefile.am     |     2 +
 external/mit/xwd/dist/Makefile.in     |   113 +-
 external/mit/xwd/dist/README.md       |    18 +
 external/mit/xwd/dist/aclocal.m4      |  2309 ++++----
 external/mit/xwd/dist/clientwin.c     |     2 +-
 external/mit/xwd/dist/compile         |    17 +-
 external/mit/xwd/dist/config.guess    |  1488 +++--
 external/mit/xwd/dist/config.h.in     |    10 +-
 external/mit/xwd/dist/config.sub      |  2874 ++++++-----
 external/mit/xwd/dist/configure       |  7833 +++++++++++++++++---------------
 external/mit/xwd/dist/configure.ac    |     4 +-
 external/mit/xwd/dist/depcomp         |    10 +-
 external/mit/xwd/dist/dsimple.c       |   314 +-
 external/mit/xwd/dist/dsimple.h       |    13 +-
 external/mit/xwd/dist/install-sh      |   172 +-
 external/mit/xwd/dist/list.c          |   108 +-
 external/mit/xwd/dist/list.h          |    52 +-
 external/mit/xwd/dist/man/Makefile.in |    19 +-
 external/mit/xwd/dist/man/xwd.man     |    14 +-
 external/mit/xwd/dist/missing         |    16 +-
 external/mit/xwd/dist/multiVis.c      |  1371 ++--
 external/mit/xwd/dist/multiVis.h      |    25 +-
 external/mit/xwd/dist/xwd.c           |   508 +-
 24 files changed, 9194 insertions(+), 8179 deletions(-)

diffs (truncated from 24222 to 300 lines):

diff -r af6408732462 -r 49fd8ad0bfcb external/mit/xwd/dist/ChangeLog
--- a/external/mit/xwd/dist/ChangeLog   Mon Aug 23 21:27:56 2021 +0000
+++ b/external/mit/xwd/dist/ChangeLog   Mon Aug 23 21:27:58 2021 +0000
@@ -1,3 +1,80 @@
+commit 57586247e0c6bce744c04f072185762e76879baf
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Aug 1 17:14:35 2021 -0700
+
+    xwd 1.0.8
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ae07bdd696b8e6ba8af4dbeb96c96e378166eede
+Author: Jim Rees <rees%umich.edu@localhost>
+Date:   Mon Jun 22 19:19:30 2020 -0500
+
+    Zero out uninitialized memory so as not to write stack garbage to dump file
+    
+    Also check return from XFetchName()
+    
+    Signed-off-by: Jim Rees <rees%umich.edu@localhost>
+
+commit aeabe09fdf0750933fdbd970780bd50c8dfda5fd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Sep 23 10:35:10 2019 -0700
+
+    Elide empty else
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 68dc9400f0047b10eebd77d60353fb96ccf4914d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Sep 23 10:28:07 2019 -0700
+
+    Adopt standard X.Org coding style
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 8026ace54250eba699ad9979586e78d27a7745dc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Mon Sep 23 08:25:19 2019 -0700
+
+    QueryColorMap() function in multiVis.c may retrieve incorrect colours (#3)
+    
+    Fixes: https://gitlab.freedesktop.org/xorg/app/xwd/issues/3
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 9fe45abd6589dcc501e415926d8aaa3568fb1933
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Mar 9 21:46:46 2019 -0800
+
+    Combine options info into a single string in usage()
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit bab5bb9bbcb7e7424ec3276f6d74ca1a7dfa863f
+Author: Stéphane Aulery  <lkppo%free.fr@localhost>
+Date:   Sun Jul 7 03:03:59 2013 +0200
+
+    Ensure consistency between the manpage and the output of the -help option
+    
+    Signed-off-by: Stéphane Aulery <lkppo%free.fr@localhost>
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fff6825528bc85d20337e4abe284c84d814c5bcd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 17:21:32 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 5879dad42baf52ddb55dd0405cdb115e41cde0a2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 23:31:44 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit e325d626acca54aa2b845aa0c0fb328659bd1b80
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Fri Mar 9 20:37:36 2018 -0800
@@ -216,7 +293,7 @@
     Signed-off-by: Jeremy Huddleston <jeremyhu%apple.com@localhost>
 
 commit 7d88d8ab44b17247753f7225a1d8133d55d8423e
-Author: Pär Lidberg <par.lidberg%elekta.com@localhost>
+Author: Pär Lidberg  <par.lidberg%elekta.com@localhost>
 Date:   Mon Oct 3 00:24:06 2011 -0700
 
     Fix LP64 bug
@@ -624,7 +701,7 @@
         configure cache, you cache it, and the cached value is probably wrong.
 
 commit 504daf4567c93ac5ec425ab122cd88f29089ea7d
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Fri Jul 8 20:59:16 2005 +0000
 
     Add build system for xwd
diff -r af6408732462 -r 49fd8ad0bfcb external/mit/xwd/dist/Makefile.am
--- a/external/mit/xwd/dist/Makefile.am Mon Aug 23 21:27:56 2021 +0000
+++ b/external/mit/xwd/dist/Makefile.am Mon Aug 23 21:27:58 2021 +0000
@@ -48,3 +48,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
diff -r af6408732462 -r 49fd8ad0bfcb external/mit/xwd/dist/Makefile.in
--- a/external/mit/xwd/dist/Makefile.in Mon Aug 23 21:27:56 2021 +0000
+++ b/external/mit/xwd/dist/Makefile.in Mon Aug 23 21:27:58 2021 +0000
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.16.4 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,
@@ -144,7 +144,9 @@
 am__v_at_1 = 
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
-am__depfiles_maybe = depfiles
+am__maybe_remake_depfiles = depfiles
+am__depfiles_remade = ./$(DEPDIR)/clientwin.Po ./$(DEPDIR)/dsimple.Po \
+       ./$(DEPDIR)/list.Po ./$(DEPDIR)/multiVis.Po ./$(DEPDIR)/xwd.Po
 am__mv = mv -f
 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -180,9 +182,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.
@@ -199,12 +201,9 @@
   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 \
+       ChangeLog INSTALL README.md compile config.guess config.sub \
        depcomp install-sh missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
@@ -244,6 +243,8 @@
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
 GZIP_ENV = --best
 DIST_TARGETS = dist-bzip2 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$$'
@@ -264,8 +265,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@
@@ -275,11 +277,10 @@
 ECHO_C = @ECHO_C@
 ECHO_N = @ECHO_N@
 ECHO_T = @ECHO_T@
-EGREP = @EGREP@
+ETAGS = @ETAGS@
 EXEEXT = @EXEEXT@
 FILE_MAN_DIR = @FILE_MAN_DIR@
 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
-GREP = @GREP@
 INSTALL = @INSTALL@
 INSTALL_CMD = @INSTALL_CMD@
 INSTALL_DATA = @INSTALL_DATA@
@@ -360,6 +361,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -384,6 +386,7 @@
         xwd.c
 
 MAINTAINERCLEANFILES = ChangeLog INSTALL
+EXTRA_DIST = README.md
 all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
@@ -410,8 +413,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)
@@ -490,11 +493,17 @@
 distclean-compile:
        -rm -f *.tab.c
 
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientwin.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsimple.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiVis.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xwd.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientwin.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsimple.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/multiVis.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xwd.Po@am__quote@ # am--include-marker
+
+$(am__depfiles_remade):
+       @$(MKDIR_P) $(@D)
+       @echo '# dummy' >$@-t && $(am__mv) $@-t $@
+
+am--depfiles: $(am__depfiles_remade)
 
 .c.o:
 @am__fastdepCC_TRUE@   $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -615,8 +624,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
 
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
        $(am__remove_distdir)
        test -d "$(distdir)" || mkdir "$(distdir)"
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
@@ -684,7 +695,7 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
        $(am__post_remove_distdir)
 dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
@@ -698,6 +709,10 @@
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -709,7 +724,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -727,7 +742,7 @@
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -737,9 +752,11 @@
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\



Home | Main Index | Thread Index | Old Index