gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8917: yet more X11


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8917: yet more X11
Date: Sat, 7 Jan 2023 18:04:32 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8917
revision-id: carlhansen1234@gmail.com-20230107230423-exzknujhdc4ccn4s
parent: carlhansen1234@gmail.com-20230107222029-7g9j7ug5manx012w
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-01-07 15:04:23 -0800
message:
  yet more X11
added:
  pkg/xorg/xdriinfo/             xdriinfo-20230107224558-jnbvvo632la08s1c-1
  pkg/xorg/xdriinfo/Makefile     makefile-20230107224558-jnbvvo632la08s1c-3
  pkg/xorg/xdriinfo/config.mk    config.mk-20230107224558-jnbvvo632la08s1c-2
  pkg/xorg/xdriinfo/sha256sums   sha256sums-20230107224558-jnbvvo632la08s1c-4
  pkg/xorg/xhost/                xhost-20230107224538-5jusfdy7avqsz2lb-1
  pkg/xorg/xhost/Makefile        makefile-20230107224538-5jusfdy7avqsz2lb-3
  pkg/xorg/xhost/config.mk       config.mk-20230107224538-5jusfdy7avqsz2lb-2
  pkg/xorg/xhost/sha256sums      sha256sums-20230107224538-5jusfdy7avqsz2lb-4
  pkg/xorg/xset/                 xset-20230107224545-t98h2d9wjvk11eti-1
  pkg/xorg/xset/Makefile         makefile-20230107224545-t98h2d9wjvk11eti-3
  pkg/xorg/xset/config.mk        config.mk-20230107224545-t98h2d9wjvk11eti-2
  pkg/xorg/xset/sha256sums       sha256sums-20230107224545-t98h2d9wjvk11eti-4
modified:
  pkg/xorg/libICE/Makefile       makefile-20210406224444-3neg3f3rmjk64r80-4
  pkg/xorg/libICE/sha256sums     sha256sums-20210406224444-3neg3f3rmjk64r80-5
  pkg/xorg/libSM/Makefile        makefile-20181011015638-lm9jxkusliky18kx-4
  pkg/xorg/libSM/sha256sums      sha256sums-20181011015638-lm9jxkusliky18kx-5
  pkg/xorg/libX11/Makefile       makefile-20180912192355-8l1fdk8s0igos0bj-4
  pkg/xorg/libX11/sha256sums     sha256sums-20180912192355-8l1fdk8s0igos0bj-5
=== modified file 'pkg/xorg/libICE/Makefile'
--- a/pkg/xorg/libICE/Makefile  2021-04-06 22:44:57 +0000
+++ b/pkg/xorg/libICE/Makefile  2023-01-07 23:04:23 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2021 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2021,2023 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -20,7 +21,7 @@
 
 NAME =    libICE
 GARNAME = libICE
-GARVERSION = 1.0.10
+GARVERSION = 1.1.1
 HOME_URL = http://xorg.freedesktop.org
 DESCRIPTION = libICE
 define BLURB
@@ -29,8 +30,8 @@
 ######################################################################
 MASTER_SITES =  https://xorg.freedesktop.org/
 MASTER_SUBDIR = releases/individual/lib/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
 
 BUILDDEPS = 
 LIBDEPS = 

=== modified file 'pkg/xorg/libICE/sha256sums'
--- a/pkg/xorg/libICE/sha256sums        2021-04-06 22:44:57 +0000
+++ b/pkg/xorg/libICE/sha256sums        2023-01-07 23:04:23 +0000
@@ -1,2 +1,2 @@
-6f86dce12cf4bcaf5c37dddd8b1b64ed2ddf1ef7b218f22b9942595fb747c348  
download/libICE-1.0.10.tar.bz2
-893736327a9acead4790600448f1ca71bd9f9634bb6177690f64e7fb376b6580  
download/libICE-1.0.10.tar.bz2.sig
+03e77afaf72942c7ac02ccebb19034e6e20f456dcf8dddadfeb572aa5ad3e451  
download/libICE-1.1.1.tar.xz
+34a3d72be7bc948bae43a352ded47c6cf3d0d5e6eb0d532571771dedb63fa174  
download/libICE-1.1.1.tar.xz.sig

=== modified file 'pkg/xorg/libSM/Makefile'
--- a/pkg/xorg/libSM/Makefile   2018-10-11 01:56:48 +0000
+++ b/pkg/xorg/libSM/Makefile   2023-01-07 23:04:23 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2018 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2023 Carl Hansen <carlhansen@gnu.org>
 #
-# This file is part of GSRC.
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
 #
 # GSRC is free software: you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -20,23 +21,23 @@
 
 NAME =    libSM
 GARNAME = libSM
-GARVERSION = 1.2.3
+GARVERSION = 1.2.4
 HOME_URL = http://xorg.freedesktop.org
 DESCRIPTION = libSM xsession management
 define BLURB
 endef
 
 ######################################################################
-MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SITES =  https://www.x.org/
 MASTER_SUBDIR = releases/individual/lib/
-DISTFILES = $(DISTNAME).tar.bz2
-SIGFILES = $(DISTNAME).tar.bz2.sig
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
 
-BUILDDEPS = 
+BUILDDEPS =  libICE
 LIBDEPS = 
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== modified file 'pkg/xorg/libSM/sha256sums'
--- a/pkg/xorg/libSM/sha256sums 2018-10-11 01:56:48 +0000
+++ b/pkg/xorg/libSM/sha256sums 2023-01-07 23:04:23 +0000
@@ -1,2 +1,2 @@
-2d264499dcb05f56438dee12a1b4b71d76736ce7ba7aa6efbf15ebb113769cbb  
download/libSM-1.2.3.tar.bz2
-2ef8b821b7fbeb69afc3d0dbc60ccc7be27ecc20119a43f369f00a9183454db1  
download/libSM-1.2.3.tar.bz2.sig
+fdcbe51e4d1276b1183da77a8a4e74a137ca203e0bcfb20972dd5f3347e97b84  
download/libSM-1.2.4.tar.xz
+9aeb845049de475d0b47aac744e59e1a868ccf95ba669d04c91a1e06239b370b  
download/libSM-1.2.4.tar.xz.sig

=== modified file 'pkg/xorg/libX11/Makefile'
--- a/pkg/xorg/libX11/Makefile  2022-11-14 00:00:47 +0000
+++ b/pkg/xorg/libX11/Makefile  2023-01-07 23:04:23 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018, 2019, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2019, 2021, 2022, 2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME =    libX11
 GARNAME = libX11
-GARVERSION = 1.8.2
+GARVERSION = 1.8.3
 HOME_URL = http://xorg.freedesktop.org
 DESCRIPTION = libX11 library
 define BLURB

=== modified file 'pkg/xorg/libX11/sha256sums'
--- a/pkg/xorg/libX11/sha256sums        2022-11-14 00:00:47 +0000
+++ b/pkg/xorg/libX11/sha256sums        2023-01-07 23:04:23 +0000
@@ -1,2 +1,2 @@
-ed91d573d570db83b8ae546f4890dccfcd0b9dfe1e50a1b401b63a74c152ed04  
download/libX11-1.8.2.tar.xz
-1b5744faf2d7be8b6838203af2c3f90ea2ec9a0ac3dd8f89f5bca88674a731da  
download/libX11-1.8.2.tar.xz.sig
+e31565c84006b6b8e01dc9399c806085739710bc2db2e0930f1511ed9d6585bd  
download/libX11-1.8.3.tar.xz
+1bbabdabac57d92e4aa6b36027f10cbbf1aac5083e0276ff07b16c4179e167fc  
download/libX11-1.8.3.tar.xz.sig

=== added directory 'pkg/xorg/xdriinfo'
=== added file 'pkg/xorg/xdriinfo/Makefile'
--- a/pkg/xorg/xdriinfo/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xdriinfo/Makefile        2023-01-07 23:04:23 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+
+NAME =    xdriinfo
+GARNAME = xdriinfo
+GARVERSION = 1.0.7
+HOME_URL = http://www.x.org
+DESCRIPTION = xdri information utility
+define BLURB
+endef
+
+######################################################################
+
+#https://www.freedesktop.org/software/wininfo/wininfo-0.7.tar.gz
+# https://www.x.org/releases/individual/app/xdriinfo-1.0.7.tar.xz.sig
+
+MASTER_SITES = http://www.x.org/
+MASTER_SUBDIR =  releases/individual/app/
+DISTFILES = $(DISTNAME).tar.xz 
+SIGFILES  = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xdriinfo/config.mk'
--- a/pkg/xorg/xdriinfo/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xdriinfo/config.mk       2023-01-07 23:04:23 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xdriinfo/sha256sums'
--- a/pkg/xorg/xdriinfo/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xdriinfo/sha256sums      2023-01-07 23:04:23 +0000
@@ -0,0 +1,2 @@
+dd838bae9d2b19ddd71fe6d30ed33abc7c85e19d223e79d35600db3fa44bf734  
download/xdriinfo-1.0.7.tar.xz
+44e42b6bf51e26859fb3a0b4a79a9ade78092904961f213b38f416d9e2a3e2d6  
download/xdriinfo-1.0.7.tar.xz.sig

=== added directory 'pkg/xorg/xhost'
=== added file 'pkg/xorg/xhost/Makefile'
--- a/pkg/xorg/xhost/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xhost/Makefile   2023-01-07 23:04:23 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+
+NAME =    xhost
+GARNAME = xhost
+GARVERSION = 1.0.9
+HOME_URL = http://www.x.org
+DESCRIPTION = xhost, restrict host access
+define BLURB
+endef
+
+######################################################################
+
+#https://www.freedesktop.org/software/wininfo/wininfo-0.7.tar.gz
+# https://www.x.org/releases/individual/app/xdriinfo-1.0.7.tar.xz.sig
+
+MASTER_SITES = http://www.x.org/
+MASTER_SUBDIR =  releases/individual/app/
+DISTFILES = $(DISTNAME).tar.xz 
+SIGFILES  = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xhost/config.mk'
--- a/pkg/xorg/xhost/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xhost/config.mk  2023-01-07 23:04:23 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xhost/sha256sums'
--- a/pkg/xorg/xhost/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xhost/sha256sums 2023-01-07 23:04:23 +0000
@@ -0,0 +1,2 @@
+ea86b531462035b19a2e5e01ef3d9a35cca7d984086645e2fc844d8f0e346645  
download/xhost-1.0.9.tar.xz
+dcdd2a7d2c3a803a02fa82243b41bb0155e1ac2ef6816af027d8bd7a2aa8935d  
download/xhost-1.0.9.tar.xz.sig

=== added directory 'pkg/xorg/xset'
=== added file 'pkg/xorg/xset/Makefile'
--- a/pkg/xorg/xset/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xset/Makefile    2023-01-07 23:04:23 +0000
@@ -0,0 +1,48 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+
+NAME =    xset
+GARNAME = xset
+GARVERSION = 1.2.5
+HOME_URL = http://www.x.org
+DESCRIPTION = xset, set parameters
+define BLURB
+endef
+
+######################################################################
+
+#https://www.freedesktop.org/software/wininfo/wininfo-0.7.tar.gz
+# https://www.x.org/releases/individual/app/xdriinfo-1.0.7.tar.xz.sig
+
+MASTER_SITES = http://www.x.org/
+MASTER_SUBDIR =  releases/individual/app/
+DISTFILES = $(DISTNAME).tar.xz 
+SIGFILES  = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xset/config.mk'
--- a/pkg/xorg/xset/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xset/config.mk   2023-01-07 23:04:23 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xset/sha256sums'
--- a/pkg/xorg/xset/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xset/sha256sums  2023-01-07 23:04:23 +0000
@@ -0,0 +1,2 @@
+9f692d55635b3862cd63633b1222a87680ec283c7a8e8ed6dd698a3147f75e2f  
download/xset-1.2.5.tar.xz
+58fc8a189b85abcce8046750bfb58911d34f685ed7cceb60d7f2aab160d96048  
download/xset-1.2.5.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]