From 18c5cff3297b96ac5988a716c66b374734a7de90 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 20 Nov 2022 01:11:26 +0000 Subject: [PATCH] ncurses 6.3 - patch 20221119 + use static libraries for AdaCurses test-package for Mageia, since no gprbuild package is available. + updated test packages for Debian. --- Ada95/package/AdaCurses.spec | 18 +++++++++++------- Ada95/package/debian/compat | 2 +- Ada95/package/debian/control | 6 ++++-- Ada95/package/debian/copyright | 6 +++--- Ada95/package/debian/rules | 2 +- NEWS | 7 ++++++- VERSION | 2 +- dist.mk | 4 ++-- package/debian-mingw/changelog | 6 +++--- package/debian-mingw/compat | 2 +- package/debian-mingw/control | 7 +++++-- package/debian-mingw/copyright | 8 ++++---- package/debian-mingw/rules | 2 +- package/debian-mingw64/changelog | 6 +++--- package/debian-mingw64/compat | 2 +- package/debian-mingw64/control | 7 +++++-- package/debian-mingw64/copyright | 8 ++++---- package/debian-mingw64/rules | 2 +- package/debian/changelog | 6 +++--- package/debian/compat | 2 +- package/debian/control | 2 +- package/debian/copyright | 8 ++++---- package/mingw-ncurses.nsi | 4 ++-- package/mingw-ncurses.spec | 2 +- package/ncurses.spec | 2 +- package/ncursest.spec | 2 +- test/package/debian-mingw/compat | 2 +- test/package/debian-mingw/control | 2 +- test/package/debian-mingw/copyright | 6 +++--- test/package/debian-mingw64/compat | 2 +- test/package/debian-mingw64/control | 2 +- test/package/debian-mingw64/copyright | 6 +++--- test/package/debian/compat | 2 +- test/package/debian/control | 2 +- test/package/debian/copyright | 6 +++--- 35 files changed, 86 insertions(+), 69 deletions(-) diff --git a/Ada95/package/AdaCurses.spec b/Ada95/package/AdaCurses.spec index 9c34cad4..b98611cf 100644 --- a/Ada95/package/AdaCurses.spec +++ b/Ada95/package/AdaCurses.spec @@ -2,7 +2,7 @@ Summary: Ada95 binding for ncurses %define AppProgram AdaCurses %define AppVersion MAJOR.MINOR %define AppRelease YYYYMMDD -# $Id: AdaCurses.spec,v 1.29 2022/11/13 00:35:00 tom Exp $ +# $Id: AdaCurses.spec,v 1.30 2022/11/19 21:21:16 tom Exp $ Name: %{AppProgram} Version: %{AppVersion} Release: %{AppRelease} @@ -26,7 +26,7 @@ In addition to a library, this package installs sample programs in %define debug_package %{nil} -%define need_filter %(if grep -E -i '(mageia|red hat|fedora)' /etc/issue >/dev/null; then echo 1; elif test -f /etc/fedora-release; then echo 1; else echo 0; fi) +%define need_filter %(if grep -E -i '(red hat|fedora)' /etc/issue >/dev/null; then echo 1; elif test -f /etc/fedora-release; then echo 1; else echo 0; fi) %if %{need_filter} == 1 # http://fedoraproject.org/wiki/EPEL:Packaging_Autoprovides_and_Requires_Filtering @@ -38,12 +38,15 @@ In addition to a library, this package installs sample programs in %build -%define ada_libdir %{_prefix}/lib/ada/adalib +%define ada_libdir %{_libdir}/ada/adalib %define ada_include %{_prefix}/share/ada/adainclude %if %{is_mandriva} # Mageia 8 lacks gprbuild, needed for building shared libraries. +%define ada_model --without-shared --without-ada-sharedlib --with-ada-objects=%{_libdir}/adalib %else +# OpenSUSE actually lacks gprbuild, but there is a workable "community" package. +%define ada_model --with-shared --with-ada-sharedlib %if %{is_redhat} # Fedora 36 LTO does not work with gprbuild system configuration. unset CFLAGS @@ -53,7 +56,7 @@ unset LT_SYS_LIBRARY_PATH %endif INSTALL_PROGRAM='${INSTALL}' \ - ./configure \ + ./configure %{ada_model} \ --target %{_target_platform} \ --prefix=%{_prefix} \ --bindir=%{_bindir} \ @@ -65,9 +68,7 @@ INSTALL_PROGRAM='${INSTALL}' \ --disable-rpath-link \ --disable-echo \ --verbose \ - --enable-warnings \ - --with-shared \ - --with-ada-sharedlib + --enable-warnings make @@ -108,6 +109,9 @@ exit 0 %changelog # each patch should add its ChangeLog entries here +* Sat Nov 19 2022 Thomas Dickey +- use static libraries for Mageia. + * Sat Nov 12 2022 Thomas Dickey - unset environment variables to work around Fedora LTO bugs. - build-fix for OpenSUSE with gprbuild. diff --git a/Ada95/package/debian/compat b/Ada95/package/debian/compat index f599e28b..48082f72 100644 --- a/Ada95/package/debian/compat +++ b/Ada95/package/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/Ada95/package/debian/control b/Ada95/package/debian/control index 030adb17..1a9aefda 100644 --- a/Ada95/package/debian/control +++ b/Ada95/package/debian/control @@ -2,9 +2,11 @@ Source: adacurses Maintainer: Thomas E. Dickey Section: misc Priority: optional -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 5), + gnat, + gprbuild Homepage: https://invisible-island.net/adacurses/ +Standards-Version: 4.6.1.0 Package: adacurses Architecture: any diff --git a/Ada95/package/debian/copyright b/Ada95/package/debian/copyright index 6e033f7d..b9ba9f83 100644 --- a/Ada95/package/debian/copyright +++ b/Ada95/package/debian/copyright @@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 by Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 2010-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -39,7 +39,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/Ada95/package/debian/rules b/Ada95/package/debian/rules index 47bbdc04..5375592d 100755 --- a/Ada95/package/debian/rules +++ b/Ada95/package/debian/rules @@ -67,7 +67,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(MAKE) install DESTDIR=$(TARGET_DIR) diff --git a/NEWS b/NEWS index df476389..dbf5b8df 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.3877 2022/11/13 00:20:41 tom Exp $ +-- $Id: NEWS,v 1.3879 2022/11/19 21:20:17 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,11 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20221119 + + use static libraries for AdaCurses test-package for Mageia, since no + gprbuild package is available. + + updated test packages for Debian. + 20221112 + build-fixes for AdaCurses RPM test-package. diff --git a/VERSION b/VERSION index e5315330..4e6e0fb1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.3 20221112 +5:0:10 6.3 20221119 diff --git a/dist.mk b/dist.mk index 15cd1ee1..22e4fc9c 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1512 2022/11/12 10:24:16 tom Exp $ +# $Id: dist.mk,v 1.1513 2022/11/19 11:24:10 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 3 -NCURSES_PATCH = 20221112 +NCURSES_PATCH = 20221119 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index dcef95ea..fa907341 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,10 +1,10 @@ -ncurses6 (6.3+20221112) unstable; urgency=low +ncurses6 (6.3+20221119) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 12 Nov 2022 05:24:16 -0500 + -- Thomas E. Dickey Sat, 19 Nov 2022 06:24:10 -0500 -ncurses6 (5.9-20131005) unstable; urgency=low +ncurses6 (5.9+20131005) unstable; urgency=low * initial release diff --git a/package/debian-mingw/compat b/package/debian-mingw/compat index f599e28b..48082f72 100644 --- a/package/debian-mingw/compat +++ b/package/debian-mingw/compat @@ -1 +1 @@ -10 +12 diff --git a/package/debian-mingw/control b/package/debian-mingw/control index 7ad33dcc..6fb213fd 100644 --- a/package/debian-mingw/control +++ b/package/debian-mingw/control @@ -3,8 +3,11 @@ Section: libdevel Priority: optional Maintainer: Thomas E. Dickey Homepage: https://invisible-island.net/ncurses/ -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 7), + gcc-mingw-w64-i686, + g++-mingw-w64-i686, + binutils-mingw-w64-i686 +Standards-Version: 4.6.1.0 Package: mingw32-ncurses6 Architecture: any diff --git a/package/debian-mingw/copyright b/package/debian-mingw/copyright index b531d84a..5ec77fa6 100644 --- a/package/debian-mingw/copyright +++ b/package/debian-mingw/copyright @@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 by Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 1996-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Files: doc/html/NCURSES-Programming-HOWTO.html Copyright: 2001 by Pradeep Padala -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -44,7 +44,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/package/debian-mingw/rules b/package/debian-mingw/rules index 4aa7cb95..e5365f9b 100755 --- a/package/debian-mingw/rules +++ b/package/debian-mingw/rules @@ -111,7 +111,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(verbose) $(MAKE) install.libs DESTDIR=$(MINGW_TMP) diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index dcef95ea..fa907341 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,10 +1,10 @@ -ncurses6 (6.3+20221112) unstable; urgency=low +ncurses6 (6.3+20221119) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 12 Nov 2022 05:24:16 -0500 + -- Thomas E. Dickey Sat, 19 Nov 2022 06:24:10 -0500 -ncurses6 (5.9-20131005) unstable; urgency=low +ncurses6 (5.9+20131005) unstable; urgency=low * initial release diff --git a/package/debian-mingw64/compat b/package/debian-mingw64/compat index f599e28b..48082f72 100644 --- a/package/debian-mingw64/compat +++ b/package/debian-mingw64/compat @@ -1 +1 @@ -10 +12 diff --git a/package/debian-mingw64/control b/package/debian-mingw64/control index fa1bd716..74e8136a 100644 --- a/package/debian-mingw64/control +++ b/package/debian-mingw64/control @@ -3,8 +3,11 @@ Section: libdevel Priority: optional Maintainer: Thomas E. Dickey Homepage: https://invisible-island.net/ncurses/ -Build-Depends: debhelper (>= 7) -Standards-Version: 3.8.2 +Build-Depends: debhelper (>= 7), + gcc-mingw-w64-x86-64, + g++-mingw-w64-x86-64, + binutils-mingw-w64-x86-64 +Standards-Version: 4.6.1.0 Package: mingw64-ncurses6 Architecture: any diff --git a/package/debian-mingw64/copyright b/package/debian-mingw64/copyright index b531d84a..5ec77fa6 100644 --- a/package/debian-mingw64/copyright +++ b/package/debian-mingw64/copyright @@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 by Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 1996-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Files: doc/html/NCURSES-Programming-HOWTO.html Copyright: 2001 by Pradeep Padala -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -44,7 +44,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/package/debian-mingw64/rules b/package/debian-mingw64/rules index b2ebb883..d0c4ed8e 100755 --- a/package/debian-mingw64/rules +++ b/package/debian-mingw64/rules @@ -111,7 +111,7 @@ install: install-stamp install-stamp: build-stamp dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs $(verbose) $(MAKE) install.libs DESTDIR=$(MINGW_TMP) diff --git a/package/debian/changelog b/package/debian/changelog index 03b761ee..4dc776a4 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,10 +1,10 @@ -ncurses6 (6.3+20221112) unstable; urgency=low +ncurses6 (6.3+20221119) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sat, 12 Nov 2022 05:24:16 -0500 + -- Thomas E. Dickey Sat, 19 Nov 2022 06:24:10 -0500 -ncurses6 (5.9-20120608) unstable; urgency=low +ncurses6 (5.9+20120608) unstable; urgency=low * initial release diff --git a/package/debian/compat b/package/debian/compat index f599e28b..48082f72 100644 --- a/package/debian/compat +++ b/package/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/package/debian/control b/package/debian/control index 8ad90658..35921910 100644 --- a/package/debian/control +++ b/package/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Thomas E. Dickey Homepage: https://invisible-island.net/ncurses/ Build-Depends: debhelper (>= 8.1.3) -Standards-Version: 3.8.2 +Standards-Version: 4.6.1.0 Package: ncurses6 Architecture: any diff --git a/package/debian/copyright b/package/debian/copyright index b531d84a..5ec77fa6 100644 --- a/package/debian/copyright +++ b/package/debian/copyright @@ -7,15 +7,15 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 by Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 1996-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Files: doc/html/NCURSES-Programming-HOWTO.html Copyright: 2001 by Pradeep Padala -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -44,7 +44,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index 93312c16..7187a563 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.551 2022/11/12 10:24:16 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.552 2022/11/19 11:24:10 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "6" !define VERSION_MINOR "3" !define VERSION_YYYY "2022" -!define VERSION_MMDD "1112" +!define VERSION_MMDD "1119" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index 29276cd4..c57a88f3 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.3 -Release: 20221112 +Release: 20221119 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncurses.spec b/package/ncurses.spec index 334922ff..c75549b6 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.3 -Release: 20221112 +Release: 20221119 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/package/ncursest.spec b/package/ncursest.spec index 663fb0e0..eb11be93 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.3 -Release: 20221112 +Release: 20221119 License: X11 Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz diff --git a/test/package/debian-mingw/compat b/test/package/debian-mingw/compat index f599e28b..48082f72 100644 --- a/test/package/debian-mingw/compat +++ b/test/package/debian-mingw/compat @@ -1 +1 @@ -10 +12 diff --git a/test/package/debian-mingw/control b/test/package/debian-mingw/control index 64bd01b1..116103d2 100644 --- a/test/package/debian-mingw/control +++ b/test/package/debian-mingw/control @@ -2,7 +2,7 @@ Source: ncurses-examples Maintainer: Thomas E. Dickey Section: misc Priority: optional -Standards-Version: 3.8.4 +Standards-Version: 4.6.1.0 Build-Depends: debhelper (>= 5) Homepage: https://invisible-island.net/ncurses/ncurses-examples.html diff --git a/test/package/debian-mingw/copyright b/test/package/debian-mingw/copyright index 2226a074..3363a7e0 100644 --- a/test/package/debian-mingw/copyright +++ b/test/package/debian-mingw/copyright @@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 2003-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -39,7 +39,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/test/package/debian-mingw64/compat b/test/package/debian-mingw64/compat index f599e28b..48082f72 100644 --- a/test/package/debian-mingw64/compat +++ b/test/package/debian-mingw64/compat @@ -1 +1 @@ -10 +12 diff --git a/test/package/debian-mingw64/control b/test/package/debian-mingw64/control index c22f262a..df942b75 100644 --- a/test/package/debian-mingw64/control +++ b/test/package/debian-mingw64/control @@ -2,7 +2,7 @@ Source: ncurses-examples Maintainer: Thomas E. Dickey Section: misc Priority: optional -Standards-Version: 3.8.4 +Standards-Version: 4.6.1.0 Build-Depends: debhelper (>= 5) Homepage: https://invisible-island.net/ncurses/ncurses-examples.html diff --git a/test/package/debian-mingw64/copyright b/test/package/debian-mingw64/copyright index 2226a074..3363a7e0 100644 --- a/test/package/debian-mingw64/copyright +++ b/test/package/debian-mingw64/copyright @@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 2003-2020,2021 by Thomas E. Dickey -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -39,7 +39,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to diff --git a/test/package/debian/compat b/test/package/debian/compat index f599e28b..48082f72 100644 --- a/test/package/debian/compat +++ b/test/package/debian/compat @@ -1 +1 @@ -10 +12 diff --git a/test/package/debian/control b/test/package/debian/control index d7647b3f..89de1b8c 100644 --- a/test/package/debian/control +++ b/test/package/debian/control @@ -2,7 +2,7 @@ Source: ncurses-examples Maintainer: Thomas E. Dickey Section: misc Priority: optional -Standards-Version: 3.8.4 +Standards-Version: 4.6.1.0 Build-Depends: debhelper (>= 5) Homepage: https://invisible-island.net/ncurses/ncurses-examples.html diff --git a/test/package/debian/copyright b/test/package/debian/copyright index c8885b0b..241c1ffc 100644 --- a/test/package/debian/copyright +++ b/test/package/debian/copyright @@ -6,11 +6,11 @@ Current ncurses maintainer: Thomas Dickey Files: * Copyright: 2017-2021,2022 Thomas E. Dickey Copyright: 1998-2016,2017 Free Software Foundation, Inc. -Licence: X11 +License: X11 Files: aclocal.m4 package Copyright: 2003-2019,2020 by Thomas E. Dickey -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -39,7 +39,7 @@ Licence: X11 ------------------------------------------------------------------------------- Files: install-sh Copyright: 1994 X Consortium -Licence: X11 +License: X11 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to -- 2.45.0