[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r6628: xorg updates, added
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r6628: xorg updates, added |
Date: |
Thu, 20 Jun 2019 17:49:09 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 6628
revision-id: address@hidden-20190620214901-q4cr496e7yuwp0s4
parent: address@hidden-20190620195846-h81oz533pdinpq92
committer: address@hidden
branch nick: trunk
timestamp: Thu 2019-06-20 14:49:01 -0700
message:
xorg updates, added
added:
pkg/xorg/encodings/ encodings-20190620214008-yuqk9c52ml9m05s6-1
pkg/xorg/encodings/Makefile makefile-20190620214008-yuqk9c52ml9m05s6-4
pkg/xorg/encodings/config.mk config.mk-20190620214008-yuqk9c52ml9m05s6-2
pkg/xorg/encodings/gpg-keyring gpgkeyring-20190620214008-yuqk9c52ml9m05s6-3
pkg/xorg/encodings/sha256sums sha256sums-20190620214008-yuqk9c52ml9m05s6-5
pkg/xorg/font-util/ fontutil-20190620213954-x1ntmbp1d69z78e6-1
pkg/xorg/font-util/Makefile makefile-20190620213954-x1ntmbp1d69z78e6-4
pkg/xorg/font-util/config.mk config.mk-20190620213954-x1ntmbp1d69z78e6-2
pkg/xorg/font-util/gpg-keyring gpgkeyring-20190620213954-x1ntmbp1d69z78e6-3
pkg/xorg/font-util/sha256sums sha256sums-20190620213954-x1ntmbp1d69z78e6-5
pkg/xorg/libX11/gpg-keyring gpgkeyring-20190620214657-gd3zjcrxt1q0326n-1
pkg/xorg/libXi/ libxi-20190620214720-zm9sxrt3zvn8e1ii-1
pkg/xorg/libXi/Makefile makefile-20190620214720-zm9sxrt3zvn8e1ii-3
pkg/xorg/libXi/config.mk config.mk-20190620214720-zm9sxrt3zvn8e1ii-2
pkg/xorg/libXi/gpg-keyring gpgkeyring-20190620214806-1lwxfa0yofhv0x2n-1
pkg/xorg/libXi/sha256sums sha256sums-20190620214720-zm9sxrt3zvn8e1ii-4
pkg/xorg/mkfontscale/ mkfontscale-20190620210309-gd3r3fpy37xhpqc1-1
pkg/xorg/mkfontscale/Makefile makefile-20190620210309-gd3r3fpy37xhpqc1-4
pkg/xorg/mkfontscale/config.mk config.mk-20190620210309-gd3r3fpy37xhpqc1-2
pkg/xorg/mkfontscale/gpg-keyring gpgkeyring-20190620210309-gd3r3fpy37xhpqc1-3
pkg/xorg/mkfontscale/sha256sums sha256sums-20190620210309-gd3r3fpy37xhpqc1-5
modified:
pkg/xorg/libX11/Makefile makefile-20180912192355-8l1fdk8s0igos0bj-4
pkg/xorg/libX11/sha256sums sha256sums-20180912192355-8l1fdk8s0igos0bj-5
pkg/xorg/xorg-server/Makefile makefile-20180121025606-g8m46zhl05kebvr6-3
pkg/xorg/xorg-server/sha256sums sha256sums-20180121025606-g8m46zhl05kebvr6-5
pkg/xorg/xorgproto/Makefile makefile-20180218234623-f20xjflm7bf0a3e3-4
pkg/xorg/xorgproto/gpg-keyring gpgkeyring-20180218234623-f20xjflm7bf0a3e3-3
pkg/xorg/xorgproto/sha256sums sha256sums-20180218234623-f20xjflm7bf0a3e3-5
=== added directory 'pkg/xorg/encodings'
=== added file 'pkg/xorg/encodings/Makefile'
--- a/pkg/xorg/encodings/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/encodings/Makefile 2019-06-20 21:49:01 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2019 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = encodings
+GARNAME = encodings
+GARVERSION = 1.0.5
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = font encodings
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.6.tar.bz2
+MASTER_SITES = https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/font/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+#HINT; install needs to be worked on
+
=== added file 'pkg/xorg/encodings/config.mk'
--- a/pkg/xorg/encodings/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/encodings/config.mk 2019-06-20 21:49:01 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/xorg/encodings/gpg-keyring'
Binary files a/pkg/xorg/encodings/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/xorg/encodings/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== added file 'pkg/xorg/encodings/sha256sums'
--- a/pkg/xorg/encodings/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/encodings/sha256sums 2019-06-20 21:49:01 +0000
@@ -0,0 +1,2 @@
+bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41774a31
download/encodings-1.0.5.tar.bz2
+d9cfb9cd1af49a1c4c2fc7d571b6b86e61f02238d55bee869f39292f0d50d058
download/encodings-1.0.5.tar.bz2.sig
=== added directory 'pkg/xorg/font-util'
=== added file 'pkg/xorg/font-util/Makefile'
--- a/pkg/xorg/font-util/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/font-util/Makefile 2019-06-20 21:49:01 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2019 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = font-util
+GARNAME = font-util
+GARVERSION = 1.3.1
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = font util
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.6.tar.bz2
+MASTER_SITES = https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/font/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
+#HINT; install needs to be worked on
+
=== added file 'pkg/xorg/font-util/config.mk'
--- a/pkg/xorg/font-util/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/font-util/config.mk 2019-06-20 21:49:01 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/xorg/font-util/gpg-keyring'
Binary files a/pkg/xorg/font-util/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/xorg/font-util/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== added file 'pkg/xorg/font-util/sha256sums'
--- a/pkg/xorg/font-util/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/font-util/sha256sums 2019-06-20 21:49:01 +0000
@@ -0,0 +1,2 @@
+aa7ebdb0715106dd255082f2310dbaa2cd7e225957c2a77d719720c7cc92b921
download/font-util-1.3.1.tar.bz2
+f28f2cb3e7bdba9a8b42720c80bf91822f1ef808a4ab0cae87997566fe514928
download/font-util-1.3.1.tar.bz2.sig
=== modified file 'pkg/xorg/libX11/Makefile'
--- a/pkg/xorg/libX11/Makefile 2018-10-11 01:47:18 +0000
+++ b/pkg/xorg/libX11/Makefile 2019-06-20 21:49:01 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2018 Carl Hansen <address@hidden>
+# Copyright © 2018, 2019 Carl Hansen <address@hidden>
#
-# 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 = libX11
GARNAME = libX11
-GARVERSION = 1.6.7
+GARVERSION = 1.6.8
HOME_URL = http://xorg.freedesktop.org
DESCRIPTION = libX11 library
define BLURB
=== added file 'pkg/xorg/libX11/gpg-keyring'
Binary files a/pkg/xorg/libX11/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/xorg/libX11/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== modified file 'pkg/xorg/libX11/sha256sums'
--- a/pkg/xorg/libX11/sha256sums 2018-10-11 01:47:18 +0000
+++ b/pkg/xorg/libX11/sha256sums 2019-06-20 21:49:01 +0000
@@ -1,2 +1,2 @@
-910e9e30efba4ad3672ca277741c2728aebffa7bc526f04dcfa74df2e52a1348
download/libX11-1.6.7.tar.bz2
-80249036efe9948419c08fa92a6e4432ab1769ecb3f90a6e7f8534d56a0f99e6
download/libX11-1.6.7.tar.bz2.sig
+b289a845c189e251e0e884cc0f9269bbe97c238df3741e854ec4c17c21e473d5
download/libX11-1.6.8.tar.bz2
+333590aa72d9432550af4cf3ddfb6c4072f83cb84e590e0580039db87c4ef396
download/libX11-1.6.8.tar.bz2.sig
=== added directory 'pkg/xorg/libXi'
=== added file 'pkg/xorg/libXi/Makefile'
--- a/pkg/xorg/libXi/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXi/Makefile 2019-06-20 21:49:01 +0000
@@ -0,0 +1,44 @@
+# Copyright © 2018, 2019 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = libXi
+GARNAME = libXi
+GARVERSION = 1.7.10
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libXi library for X input extension
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/libX11-1.6.6.tar.bz2
+MASTER_SITES = https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/xorg/libXi/config.mk'
--- a/pkg/xorg/libXi/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXi/config.mk 2019-06-20 21:49:01 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/xorg/libXi/gpg-keyring'
Binary files a/pkg/xorg/libXi/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/xorg/libXi/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== added file 'pkg/xorg/libXi/sha256sums'
--- a/pkg/xorg/libXi/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXi/sha256sums 2019-06-20 21:49:01 +0000
@@ -0,0 +1,2 @@
+36a30d8f6383a72e7ce060298b4b181fd298bc3a135c8e201b7ca847f5f81061
download/libXi-1.7.10.tar.bz2
+63fec9f4661155e2ba040017fd95df19ae358f511b2ebbae987480620e177fbe
download/libXi-1.7.10.tar.bz2.sig
=== added directory 'pkg/xorg/mkfontscale'
=== added file 'pkg/xorg/mkfontscale/Makefile'
--- a/pkg/xorg/mkfontscale/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/mkfontscale/Makefile 2019-06-20 21:49:01 +0000
@@ -0,0 +1,43 @@
+# Copyright © 2019 Carl Hansen <address@hidden>
+#
+# 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 address@hidden
+
+NAME = mkfontscale
+GARNAME = mkfontscale
+GARVERSION = 1.2.1
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = mkfontscalej
+define BLURB
+endef
+
+######################################################################
+MASTER_SITES = https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/app/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+
=== added file 'pkg/xorg/mkfontscale/config.mk'
--- a/pkg/xorg/mkfontscale/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/mkfontscale/config.mk 2019-06-20 21:49:01 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=
=== added file 'pkg/xorg/mkfontscale/gpg-keyring'
Binary files a/pkg/xorg/mkfontscale/gpg-keyring 1970-01-01 00:00:00 +0000 and
b/pkg/xorg/mkfontscale/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== added file 'pkg/xorg/mkfontscale/sha256sums'
--- a/pkg/xorg/mkfontscale/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/mkfontscale/sha256sums 2019-06-20 21:49:01 +0000
@@ -0,0 +1,2 @@
+ca0495eb974a179dd742bfa6199d561bda1c8da4a0c5a667f21fd82aaab6bac7
download/mkfontscale-1.2.1.tar.bz2
+f408d431c3568e99e05365c9524bf705349179c61bc4b9b0804ed5bbd95d096b
download/mkfontscale-1.2.1.tar.bz2.sig
=== modified file 'pkg/xorg/xorg-server/Makefile'
--- a/pkg/xorg/xorg-server/Makefile 2018-11-03 06:45:00 +0000
+++ b/pkg/xorg/xorg-server/Makefile 2019-06-20 21:49:01 +0000
@@ -1,6 +1,7 @@
-# Copyright © 2018 Carl Hansen <address@hidden>
+# Copyright © 2018, 2019 Carl Hansen <address@hidden>
#
-# 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 = xorg-server
GARNAME = xorg-server
-GARVERSION = 1.20.3
+GARVERSION = 1.20.5
HOME_URL = http://xorg.freedesktop.org
DESCRIPTION = xorg-server
define BLURB
=== modified file 'pkg/xorg/xorg-server/sha256sums'
--- a/pkg/xorg/xorg-server/sha256sums 2018-11-03 06:45:00 +0000
+++ b/pkg/xorg/xorg-server/sha256sums 2019-06-20 21:49:01 +0000
@@ -1,2 +1,2 @@
-1b3ce466c12cacbe2252b3ad5b0ed561972eef9d09e75900d65fb1e21f9201de
download/xorg-server-1.20.3.tar.bz2
-4301535ae2a28617efc8c6dabafa63bfe75b51a460d650dbcbb74e1960ff5cc4
download/xorg-server-1.20.3.tar.bz2.sig
+a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d
download/xorg-server-1.20.5.tar.bz2
+87dc5e115551bd1e90875683296569cedefbda0da1517c001d766ce445de6b9d
download/xorg-server-1.20.5.tar.bz2.sig
=== modified file 'pkg/xorg/xorgproto/Makefile'
--- a/pkg/xorg/xorgproto/Makefile 2018-05-05 05:55:36 +0000
+++ b/pkg/xorg/xorgproto/Makefile 2019-06-20 21:49:01 +0000
@@ -1,6 +1,7 @@
-# Copyright ©2018 Carl Hansen <address@hidden>
+# Copyright ©2018,2019 Carl Hansen <address@hidden>
#
-# 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
@@ -22,7 +23,7 @@
NAME = xorgproto
GARNAME = xorgproto
-GARVERSION = 2018.4
+GARVERSION = 2019.1
HOME_URL = https://xorg.freedesktop.org
DESCRIPTION = xorgproto, combines xproto and other protos
# replaces xorg-xproto, etc.
=== modified file 'pkg/xorg/xorgproto/gpg-keyring'
Binary files a/pkg/xorg/xorgproto/gpg-keyring 2018-02-18 23:46:46 +0000 and
b/pkg/xorg/xorgproto/gpg-keyring 2019-06-20 21:49:01 +0000 differ
=== modified file 'pkg/xorg/xorgproto/sha256sums'
--- a/pkg/xorg/xorgproto/sha256sums 2018-05-05 05:55:36 +0000
+++ b/pkg/xorg/xorgproto/sha256sums 2019-06-20 21:49:01 +0000
@@ -1,2 +1,2 @@
-fee885e0512899ea5280c593fdb2735beb1693ad170c22ebcc844470eec415a0
download/xorgproto-2018.4.tar.bz2
-8cab9258bd3b14bd4a722f25c513265a033bc32e8b95065a0dfc69db62ca9b2c
download/xorgproto-2018.4.tar.bz2.sig
+a6daaa7a6cbc8e374032d83ff7f47d41be98f1e0f4475d66a4da3aa766a0d49b
download/xorgproto-2019.1.tar.bz2
+7970a66057dc6bf53152527fbe05b3ac4e424a232cd3627ef2e9b12caecc6d49
download/xorgproto-2019.1.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r6628: xorg updates, added,
Carl Hansen <=