Source-Changes-HG archive

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

[xsrc/xorg]: xsrc/external/mit/beforelight/dist initial import of beforelight...



details:   https://anonhg.NetBSD.org/xsrc/rev/3441e3854722
branches:  xorg
changeset: 7417:3441e3854722
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Feb 07 05:05:28 2023 +0000

description:
initial import of beforelight-1.0.6

diffstat:

 external/mit/beforelight/dist/COPYING         |    26 +-
 external/mit/beforelight/dist/ChangeLog       |   142 +-
 external/mit/beforelight/dist/INSTALL         |   119 +-
 external/mit/beforelight/dist/Makefile.am     |     4 +-
 external/mit/beforelight/dist/Makefile.in     |   441 ++-
 external/mit/beforelight/dist/README.md       |    20 +
 external/mit/beforelight/dist/aclocal.m4      |  2526 +++++++++++++-----------
 external/mit/beforelight/dist/b4light.c       |    77 +-
 external/mit/beforelight/dist/compile         |   245 ++-
 external/mit/beforelight/dist/config.guess    |   924 ++++----
 external/mit/beforelight/dist/config.sub      |   436 ++--
 external/mit/beforelight/dist/configure       |  1218 +++++++----
 external/mit/beforelight/dist/configure.ac    |     7 +-
 external/mit/beforelight/dist/depcomp         |   481 ++-
 external/mit/beforelight/dist/install-sh      |   362 +-
 external/mit/beforelight/dist/man/Makefile.in |   131 +-
 external/mit/beforelight/dist/missing         |   443 +--
 17 files changed, 4294 insertions(+), 3308 deletions(-)

diffs (truncated from 11770 to 300 lines):

diff -r 448f7981bcb5 -r 3441e3854722 external/mit/beforelight/dist/COPYING
--- a/external/mit/beforelight/dist/COPYING     Tue Feb 07 04:30:00 2023 +0000
+++ b/external/mit/beforelight/dist/COPYING     Tue Feb 07 05:05:28 2023 +0000
@@ -1,12 +1,22 @@
-This is a stub file.  This package has not yet had its complete licensing
-information compiled.  Please see the individual source files for details on
-your rights to use and modify this software.
+Copyright (c) 1992  X Consortium
 
-Please submit updated COPYING files to the Xorg bugzilla:
+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:
 
-https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
 
-All licensing questions regarding this software should be directed at the
-Xorg mailing list:
+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
+X CONSORTIUM 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.
 
-http://lists.freedesktop.org/mailman/listinfo/xorg
+Except as contained in this notice, the name of the X Consortium 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 X Consortium.
diff -r 448f7981bcb5 -r 3441e3854722 external/mit/beforelight/dist/ChangeLog
--- a/external/mit/beforelight/dist/ChangeLog   Tue Feb 07 04:30:00 2023 +0000
+++ b/external/mit/beforelight/dist/ChangeLog   Tue Feb 07 05:05:28 2023 +0000
@@ -1,3 +1,137 @@
+commit c6841b8e5d56edf1a673bf9f3489cb11925cb93f
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Jan 28 09:24:15 2023 -0800
+
+    beforelight 1.0.6
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit ee6eed4ace4c0dac1928428eaca2ba3e96a35bcf
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Dec 8 12:02:01 2022 -0800
+
+    Drop X_NOT_POSIX support
+    
+    It was only used to determine if time() took a time_t pointer or
+    an int pointer as it's argument, and ANSI/ISO C have required a
+    time_t since C89, so we rely on that.
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 4f7fff260d15b6b6c2b069644eb3875cba8e859d
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Dec 8 10:38:27 2022 -0800
+
+    unifdef -UNOTDEF b4light.c
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 141220bae2bc0d9ba9f6ed185d10bfe31cd5145e
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Dec 8 10:35:52 2022 -0800
+
+    Rename several function arguments to avoid -Wshadow warnings
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 268eec6cd7c4f3c9e9efbbadef470dba84ec59b2
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Thu Jul 28 17:30:21 2022 -0700
+
+    gitlab CI: stop requiring Signed-off-by in commits
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit fa1e473dd64673a36a73a01a84a8db61eaa425dc
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sat Feb 19 11:04:35 2022 -0800
+
+    Fill in COPYING file with copyright notices from source code
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 42ce2cfad31e5324bba51773860376eb8f25c84c
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 3 14:26:22 2021 -0800
+
+    Build xz tarballs instead of bzip2
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 26154bc4ba8353254feacc5c9de8e374feae6d71
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Dec 3 14:26:11 2021 -0800
+
+    gitlab CI: add a basic build test
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 958e3ccae8c52ce707369b2492bf649e792c77da
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Wed Nov 21 16:41:43 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 2bfea54fc7716e76882f7ef27d6346ba854e24c9
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Fri Nov 16 19:34:46 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 0c3fc79ce76281eaddcef8c43658e48888805586
+Author: Mihail Konev <k.mvc%ya.ru@localhost>
+Date:   Thu Jan 26 14:00:20 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>
+
+commit c007caa5fb62548c312619cf46ee2a94f43014de
+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 72af47fd7a070bb564c013b2ccdf2f6e0d7ab471
+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 c4e903e72bbed1dbd186ca34797bfa3611b2d5cd
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:02:34 2014 -0700
+
+    autogen.sh: Honor NOCONFIGURE=1
+    
+    See http://people.gnome.org/~walters/docs/build-api.txt
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
+commit 53e49c1a9e6c6d79d6af98e093c2694d8eaa8c50
+Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+Date:   Sun Jun 1 21:02:34 2014 -0700
+
+    configure: Drop AM_MAINTAINER_MODE
+    
+    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
+
 commit 86bbd2205a3372c7803bb803723a72ff9a62f3f4
 Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
 Date:   Mon Jan 14 21:21:59 2013 -0800
@@ -432,26 +566,26 @@
     More freedestkop->freedesktop typo fixes
 
 commit 09d6aaa4292e2a9017cc1f4a91e1b062e5766a87
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jun 23 21:32:26 2005 +0000
 
     Do .ad files in a more convoluted way (strip .ad when installing)
 
 commit 5bed580a99a1eb5c30624ffc76593292c0cd3d66
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jun 23 20:19:16 2005 +0000
 
     Use $(sysconfdir), not /etc
 
 commit 2264bd39793459e3794154ce9027f724f91e1a86
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jun 23 20:04:35 2005 +0000
 
     - Install B4light.ad
     - make sure distcheck works
 
 commit 78d7d8bac5b1f756c102d9052484663c57671e61
-Author: Søren Sandmann Pedersen <sandmann%daimi.au.dk@localhost>
+Author: Søren Sandmann Pedersen  <sandmann%daimi.au.dk@localhost>
 Date:   Thu Jun 23 18:10:35 2005 +0000
 
     Add build system for beforelight
diff -r 448f7981bcb5 -r 3441e3854722 external/mit/beforelight/dist/INSTALL
--- a/external/mit/beforelight/dist/INSTALL     Tue Feb 07 04:30:00 2023 +0000
+++ b/external/mit/beforelight/dist/INSTALL     Tue Feb 07 05:05:28 2023 +0000
@@ -1,11 +1,13 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
-   This file is free documentation; the Free Software Foundation gives
-unlimited permission to copy, distribute and modify it.
+   Copying and distribution of this file, with or without modification,
+are permitted in any medium without royalty provided the copyright
+notice and this notice are preserved.  This file is offered as-is,
+without warranty of any kind.
 
 Basic Installation
 ==================
@@ -13,7 +15,11 @@
    Briefly, the shell commands `./configure; make; make install' should
 configure, build, and install this package.  The following
 more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+instructions specific to this package.  Some packages provide this
+`INSTALL' file but do not implement all of the features documented
+below.  The lack of an optional feature in a given package is not
+necessarily a bug.  More recommendations for GNU packages can be found
+in *note Makefile Conventions: (standards)Makefile Conventions.
 
    The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -42,7 +48,7 @@
 you want to change it or regenerate `configure' using a newer version
 of `autoconf'.
 
-The simplest way to compile this package is:
+   The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
      `./configure' to configure the package for your system.
@@ -53,12 +59,22 @@
   2. Type `make' to compile the package.
 
   3. Optionally, type `make check' to run any self-tests that come with
-     the package.
+     the package, generally using the just-built uninstalled binaries.
 
   4. Type `make install' to install the programs and any data files and
-     documentation.
+     documentation.  When installing into a prefix owned by root, it is
+     recommended that the package be configured and built as a regular
+     user, and only the `make install' phase executed with root
+     privileges.
 
-  5. You can remove the program binaries and object files from the
+  5. Optionally, type `make installcheck' to repeat any self-tests, but
+     this time using the binaries in their final installed location.
+     This target does not install anything.  Running this target as a
+     regular user, particularly if the prior `make install' required
+     root privileges, verifies that the installation completed
+     correctly.
+
+  6. You can remove the program binaries and object files from the
      source code directory by typing `make clean'.  To also remove the
      files that `configure' created (so you can compile the package for
      a different kind of computer), type `make distclean'.  There is
@@ -67,8 +83,15 @@
      all sorts of other programs in order to regenerate files that came
      with the distribution.
 
-  6. Often, you can also type `make uninstall' to remove the installed
-     files again.
+  7. Often, you can also type `make uninstall' to remove the installed
+     files again.  In practice, not all packages have tested that
+     uninstallation works correctly, even though it is required by the
+     GNU Coding Standards.
+
+  8. Some packages, particularly those that use Automake, provide `make
+     distcheck', which can by used by developers to test that all other
+     targets like `make install' and `make uninstall' work correctly.
+     This target is generally not run by end users.
 
 Compilers and Options
 =====================
@@ -93,7 +116,8 @@
 own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
-source code in the directory that `configure' is in and in `..'.
+source code in the directory that `configure' is in and in `..'.  This
+is known as a "VPATH" build.



Home | Main Index | Thread Index | Old Index