Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[xsrc/trunk]: xsrc/external/mit/oclock/dist initial import of oclock-1.0.5
details: https://anonhg.NetBSD.org/xsrc/rev/8fb851728df0
branches: trunk
changeset: 7160:8fb851728df0
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Sep 11 05:45:59 2022 +0000
description:
initial import of oclock-1.0.5
diffstat:
external/mit/oclock/dist/ChangeLog | 84 +-
external/mit/oclock/dist/Clock.c | 2 +-
external/mit/oclock/dist/Makefile.am | 3 +-
external/mit/oclock/dist/Makefile.in | 115 +-
external/mit/oclock/dist/README.md | 18 +
external/mit/oclock/dist/aclocal.m4 | 2313 ++++----
external/mit/oclock/dist/config.guess | 1488 +++--
external/mit/oclock/dist/config.h.in | 10 +-
external/mit/oclock/dist/config.sub | 2885 +++++-----
external/mit/oclock/dist/configure | 7838 +++++++++++++++--------------
external/mit/oclock/dist/configure.ac | 6 +-
external/mit/oclock/dist/depcomp | 10 +-
external/mit/oclock/dist/install-sh | 172 +-
external/mit/oclock/dist/man/Makefile.in | 19 +-
external/mit/oclock/dist/missing | 16 +-
external/mit/oclock/dist/oclmask.bit | 2 +-
external/mit/oclock/dist/oclock.bit | 2 +-
external/mit/oclock/dist/oclock.c | 6 +-
external/mit/oclock/dist/transform.h | 2 +-
19 files changed, 8004 insertions(+), 6987 deletions(-)
diffs (truncated from 21024 to 300 lines):
diff -r bddd2ec7acbe -r 8fb851728df0 external/mit/oclock/dist/ChangeLog
--- a/external/mit/oclock/dist/ChangeLog Sun Sep 11 05:45:58 2022 +0000
+++ b/external/mit/oclock/dist/ChangeLog Sun Sep 11 05:45:59 2022 +0000
@@ -1,3 +1,85 @@
+commit a2ca36a770cac1684dc5e39d9b777b1b02c69114
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Tue Aug 30 17:21:34 2022 -0700
+
+ oclock 1.0.5
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit f6a658deeac58d170c3fef1d785d723a6d830119
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Aug 13 16:25:03 2022 -0700
+
+ Add cast to clear -Wsign-compare warning
+
+ oclock.c: In function ‘quit’:
+ oclock.c:157:27: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+ event->xclient.data.l[0] != wm_delete_window) {
+ ^~
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6d55831ae7d1c27a6f4851449b830c248b693bfe
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Aug 13 16:17:55 2022 -0700
+
+ Declare bitmap data as const
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 88045db6c44a118e96d1f76e7ba4e636d47101fc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 3 16:22:28 2021 -0800
+
+ Build xz tarballs instead of bzip2
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 90ab5ae4e0e045360a8f7d9082f2b19ee2fdfe9b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Dec 3 16:22:25 2021 -0800
+
+ gitlab CI: add a basic build test
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 6ab1c0a7dff405435405f8e481266c73d0ec4c94
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sun Nov 28 15:57:39 2021 -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 b081873f3bb18d1c130b2d59d0757f8fee499a2b
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Sat Jun 8 18:38:58 2019 -0700
+
+ Pass -D_CONST_X_STRING to make libXt declare String as const char *
+
+ Clears up 16 of 47 gcc -Wdiscarded-qualifiers warnings
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fb90875f2b64cbd7bcde4a6a5ed1c927c8068767
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Wed Nov 21 16:55:56 2018 -0800
+
+ Update configure.ac bug URL for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 973fb5113e0b0ac2d5a816412765ac0eec930592
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date: Fri Nov 16 20:31:00 2018 -0800
+
+ Update README for gitlab migration
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
commit 2d1d5f1b86db9010b807fcf625d2c6fa1d9b5493
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date: Tue Mar 6 23:03:29 2018 -0800
@@ -491,7 +573,7 @@
fix rules to work with non-GNU make and outside of $srcdir
commit f9b186fdd589267fc8d448ffc5da6d775afe01f2
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
Date: Tue Jun 28 15:22:52 2005 +0000
Add buildsystem for oclock
diff -r bddd2ec7acbe -r 8fb851728df0 external/mit/oclock/dist/Clock.c
--- a/external/mit/oclock/dist/Clock.c Sun Sep 11 05:45:58 2022 +0000
+++ b/external/mit/oclock/dist/Clock.c Sun Sep 11 05:45:59 2022 +0000
@@ -323,7 +323,7 @@
} else
{
/*
- * reconfigure the widget to split the availible
+ * reconfigure the widget to split the available
* space between the window and the border
*/
diff -r bddd2ec7acbe -r 8fb851728df0 external/mit/oclock/dist/Makefile.am
--- a/external/mit/oclock/dist/Makefile.am Sun Sep 11 05:45:58 2022 +0000
+++ b/external/mit/oclock/dist/Makefile.am Sun Sep 11 05:45:59 2022 +0000
@@ -23,6 +23,7 @@
bin_PROGRAMS = oclock
AM_CFLAGS = $(OCLOCK_CFLAGS) $(CWARNFLAGS)
+AM_CPPFLAGS = -D_CONST_X_STRING
oclock_LDADD = $(OCLOCK_LIBS) -lm
oclock_SOURCES = \
@@ -42,7 +43,7 @@
dist_appdefault_DATA = \
app-defaults/Clock-color
-EXTRA_DIST = oclock.bit oclmask.bit
+EXTRA_DIST = oclock.bit oclmask.bit README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
diff -r bddd2ec7acbe -r 8fb851728df0 external/mit/oclock/dist/Makefile.in
--- a/external/mit/oclock/dist/Makefile.in Sun Sep 11 05:45:58 2022 +0000
+++ b/external/mit/oclock/dist/Makefile.in Sun Sep 11 05:45:59 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,
@@ -146,7 +146,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)/Clock.Po ./$(DEPDIR)/oclock.Po \
+ ./$(DEPDIR)/transform.Po
am__mv = mv -f
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -210,9 +212,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.
@@ -229,12 +231,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)
@@ -271,9 +270,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$$'
@@ -294,8 +295,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@
@@ -305,11 +307,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@
@@ -391,6 +392,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
@@ -401,6 +403,7 @@
top_srcdir = @top_srcdir@
SUBDIRS = man
AM_CFLAGS = $(OCLOCK_CFLAGS) $(CWARNFLAGS)
+AM_CPPFLAGS = -D_CONST_X_STRING
oclock_LDADD = $(OCLOCK_LIBS) -lm
oclock_SOURCES = \
Clock.c \
@@ -416,7 +419,7 @@
dist_appdefault_DATA = \
app-defaults/Clock-color
-EXTRA_DIST = oclock.bit oclmask.bit
+EXTRA_DIST = oclock.bit oclmask.bit README.md
MAINTAINERCLEANFILES = ChangeLog INSTALL
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
@@ -444,8 +447,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)
@@ -524,9 +527,15 @@
distclean-compile:
-rm -f *.tab.c
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Clock.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oclock.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transform.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Clock.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/oclock.Po@am__quote@ # am--include-marker
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/transform.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 $@ $<
@@ -668,8 +677,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'`; \
@@ -737,8 +748,9 @@
! -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
$(am__post_remove_distdir)
@@ -746,11 +758,14 @@
dist-lzip: distdir
tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
Home |
Main Index |
Thread Index |
Old Index